@charset "UTF-8";
/* CSS Document */
div, p, h1, h2, h3, h4, h5, h6, ul, li, a, ol, span, form, table, td, tr, th {
	border:none;
	margin:0px;
	padding:0px;
}
body{
	background:#000;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
html{
	overflow-y:scroll;
}
#wrapper{
	width:960px;
	margin:auto;
}
p{
	margin-bottom:1em;
	line-height:1.5em;
}
a, a:link, a:visited, a:hover, a:active {
	color:#fff;
	text-decoration:underline;
}
h4{
	margin-bottom:1em;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
}


/* Header styles */

#header{
	height:121px;
	margin-top:50px;
	background:url(../img/header_bg.jpg) top left no-repeat;
	position:relative;
}
h1, h2{
	text-indent:-3000px;
}
h3{
	margin-bottom:1em;
}
#nav{
	position:absolute;
	botom:0;
	right:0;
}
#nav li{
	list-style:none;
	display:block;
	float:left;
	border-right:1px solid #fff;
}
#nav li.last{
	border-right:none;
}
#nav li a{
	padding:5px 8px;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}
#nav li a:hover, #nav li a#active{
	color:#AD3333;
}
#body_content{
	padding:50px 0pt 50px 80px;
	position:relative;
}

/* Home page styles */
#content1{
	height:600px;
	background:url(../img/home_body_bg.jpg) top left no-repeat;
	position:relative;
}
#content2{
	height:600px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#content3{
	height:600px;
	width:325px;
	position:absolute;
	padding:50px 0 0 80px;
	z-index:10;
}
#home_h3{
	background:url(../img/home_h3_bg.gif) no-repeat;
	width:26px;
	height:298px;
	display:block;
	text-indent:-3000px;
	position:absolute;
	top:50px;
	left:25px;
}

/* Press page styles */
.press{
	min-height:500px;
	background: url(../img/press_body_bg.jpg) no-repeat top right;
	padding-right:440px!important;
}
* html .press{
	height:500px;
}
#press_h3{
	background:url(../img/press_h3_bg.gif) no-repeat;
	width:26px;
	height:427px;
	display:block;
	text-indent:-3000px;
	position:absolute;
	top:50px;
	left:25px;
}

/* Services page styles */

.services{
	min-height:500px;
	background:url(../img/about_body_bg.jpg) no-repeat top right;
	padding-right:440px!important;
}
* html .services{
	height:500px;
}
#about_h3{
	background:url(../img/about_h3_bg.gif) no-repeat;
	width:26px;
	height:313px;
	display:block;
	text-indent:-3000px;
	position:absolute;
	top:50px;
	left:25px;
}


/* Testimonials page styles */

.testimonials{
	min-height:500px;
	padding-right:440px!important;
	background:url(../img/testimonials_body_bg.jpg) no-repeat top right;
}
* html .testimonials{
	height:500px;
}
#testimonials_h3{
	background:url(../img/testimonials_h3_bg.gif) no-repeat;
	width:26px;
	height:434px;
	display:block;
	text-indent:-3000px;
	position:absolute;
	top:50px;
	left:25px;
}


/* Contact page styles */

#contact_h3{
	background:url(../img/contact_h3_bg.gif) no-repeat;
	width:26px;
	height:351px;
	display:block;
	text-indent:-3000px;
	position:absolute;
	top:50px;
	left:25px;
}

.mainCol{
	padding:20px 0;
	width:500px;
}
.halfWidth{
	width:50%;
}
label{
	display:block;
	margin:10px 0 3px;
}
.middleFormEl{
	width:50%;
}
textarea{
	margin-bottom:20px;
}
.error_p{
	color:#900;
}
.contact_body{
	background:url(../img/contact_body_bg.jpg) top right no-repeat;
	min-height:351px;
}
* html .contact_body{
	height:351px;
}

/* Footer Styles */

#footer{
	background:url(../img/footer_bg.jpg) no-repeat top left;
	padding-top:35px;
}
#footer p{
	text-align:center;
	font-size:10px;
	color:#666;
	margin-bottom:0.5em;
}
#footer a{
	color:#666;
}



