/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #262425;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #D7D7D7;
}

p {
	margin-bottom: 10px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #B73914;
	text-decoration: none;
}

img {
	border: none;
}

.orange {
	color: #B73914;
}

.pricing_orange {
	color: #B73914;
	font-weight: bold;
}

.video_orange {
	color: #B73914;
	font-size: 15px;
}

.video_gray {
	color: #858585;
}

/*LAYOUT*/

#wrapper {
	width: 950px;
	margin: 0px auto;
}

#logo {
	width: 162px;
	height: 176px;
	margin: 0px auto; 
}

.page_divider {
	width: 948px;
	height: 2px;
	margin: 15px auto;
}

#home_header {
	width: 950px;
	height: 286px;
	margin: 15px 0px;
}

#corporate_header {
	width: 399px;
	height: 124px;
	margin: 15px auto;
}

#home_content {
	width: 686px;
	border-right: solid 1px #FDFDFD;
	padding-right: 26px;
	vertical-align: top;
}

#spacer {
	width: 27px;
	height: 175px;
}

#call_to_action {
	width: 211px;
	height: 175px;
	background-image: url(images/call_to_action_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 30px;
	vertical-align: top;
}

#call_to_action_contact {
	margin-top: 16px;
	margin-bottom: 18px;
}

#call_to_action_divider {
	margin-bottom: 9px;
}

.video_thumb {
	width: 306px;
	vertical-align: top;
	padding-bottom: 40px;
}

.video_thumb p {
	margin-top: 5px;
}

.video_spacer {
	width: 56px;
}

#video {
	width: 640px;
	height: 495px;
	border: solid 1px #3C3C3C;
}

#video_vimeoHD {
	width: 640px;
	height: 360px;
	border: solid 1px #3C3C3C;
}

#video_vimeo {
	width: 640px;
	height: 480px;
	border: solid 1px #3C3C3C;
}

#video_border {
	margin-bottom: 10px; 
	border: solid 1px #1C1C1B;
}

#about_content {
	width: 512px;
	vertical-align: top;
	padding-right: 22px;
}

#about_photo {
	width: 416px;
	vertical-align: top;
}

#pricing_photo {
	width: 488px;
	vertical-align: top;
}

#pricing_content {
	width:460px;
	padding-left: 30px;
	vertical-align: top;
}

#contact_photo {
	width: 689px;
	vertical-align: top;
}

#contact_content {
	width: 219px;
	padding-left: 40px;
	vertical-align: top;
}

#footer {
	width: 950px;
	margin: 15px 0px 30px 0px;
	border-top: solid 1px #1C1C1B;
	text-align: center;
	font-size: 11px;
	color: #10100F;
}

#footer a {
	color: #161615;
	text-decoration: none;
}

#footer a:hover {
	color: #B73914;
	text-decoration: none;
}
	

/* NAVIGATION */

#navigation {
	width: 461px;
	height: 13px;
	text-align: center;
	margin: 0px auto;
	padding-left: 37px;
}

#nav {
	width: 461px;
	list-style: none;
	overflow: hidden;
	margin
}

#nav li {
	float: right;
	padding: 0px 37px 0px 0px;
}

#nav li a {
	display: block;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a.active, #nav li a:hover {
	background-position: 0 -13px !important;
}

#nav li.nav1 a {
	background-image: url(images/nav1.gif);
	background-repeat: no-repeat;
	width: 45px;
}

#nav li.nav2 a {
	background-image: url(images/nav2.gif);
	background-repeat: no-repeat;
	width: 55px;
}

#nav li.nav3 a {
	background-image: url(images/nav3.gif);
	background-repeat: no-repeat;
	width: 52px;
}

#nav li.nav4 a {
	background-image: url(images/nav4.gif);
	background-repeat: no-repeat;
	width: 53px;
}

#nav li.nav5 a {
	background-image: url(images/nav5.gif);
	background-repeat: no-repeat;
	width: 71px;
}