@charset "UTF-8";

body {
	background: #FFF url(../images/background.jpg) center top no-repeat fixed;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	}

/* --------------------------------------------------------------------------------------------
   LAYOUT 
----------------------------------------------------------------------------------------------- */

#wrap {
	width: 1000px;
	margin: 0px auto 0px auto;
	}

.header {
	border-top: 8px solid #F00;
	padding: 20px 0px 20px 0px
	}

.header_logo {
	width: 222px;
	float: left;
	margin-left: 28px;
	}

.header_right {
	width: 722px;
	float: left;
	text-align: right;
	padding: 12px 0px 0px 0px;
	}

.header_phone {
	font-size: 22px;
	text-transform: uppercase;
	}

.content_main {
	background: url(../images/background_fade.png) center top no-repeat;
	width: 900px;
	padding: 35px 50px 40px 50px;
	margin-top: -60px;
	z-index: 2000;
	}

.content_main_no_slider {
	width: 900px;
	padding: 35px 50px 40px 50px;
	z-index: 2000;
	}

.content_left {
	width: 596px;
	margin-right: 30px;
	float: left;
	}

.content_right {
	width: 274px;
	float: left;
	}

.content_right_box {
	margin-top: 15px;
	}

.content_right_box a, .content_right_box_text a {
	text-decoration: none;
	color: #FFF;
	}
	
.content_right_box a:hover, .content_right_box_text a:hover {
	text-decoration: none;
	color: #FF0;
	}

.content_right_box_image {
	margin-bottom: 1px;
	}

.content_right_box_text {
	background-color: #999;
	color: #FFF;
	padding: 15px;
	font-size: 25px;
	line-height: 33px;
	}

.content_right_box_description {
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
	}
	
.footer {
	margin: 20px 0px 40px 0px;
	padding: 20px;
	text-align: center;
	}	
	
/* --------------------------------------------------------------------------------------------
   NAVIGATION
----------------------------------------------------------------------------------------------- */
	
.header_nav {padding:0px; margin:0; width: 722px; list-style-type:none; height:30px;}
.header_nav li {float:right; height:30px;}
.header_nav li a {display:block; color: #333; text-decoration:none; display: block; padding: 5px 4px 8px 4px;}
.header_nav li:hover a {color: #F00;}
.header_nav ul {position:absolute; left:-9999px; top:-9999px; list-style-type:none; z-index: 5000;}
.header_nav li:hover {position:relative;}
.header_nav li:hover ul {left:0px; top:25px; padding: 10px 10px 10px 5px; border-top: 2px solid #F00; width:160px; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; background: #FFF;}
.header_nav li:hover ul li {height:18px; border:none;}
.header_nav li:hover ul li a {height:18px; padding:0px; display:block; width:158px; text-align: left; text-decoration:none; color: #333;}
.header_nav li:hover ul li a:hover {height:18px; color: #F00;}
	
/* --------------------------------------------------------------------------------------------
   UNIVERSAL 
----------------------------------------------------------------------------------------------- */

.forcer {
	clear: both;
	}

img, img a {
	border: 0px;
	}

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

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

p {
	margin-top: 25px;
	font-weight: normal;
	}

h1 {
	text-transform: uppercase;
	color: #000;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	padding: 0px;
	margin: 20px 0px 30px 0px;
	}

h2 {
	padding: 0px 0px 8px 0px;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px dotted #999999;
	}
	
.text_redbox {
	background-color: #F00;
	padding: 3px 8px 3px 8px;
	color: #FFF;
	font-size: 20px;
	line-height: 27px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	}

.formtext {
	padding: 8px;
	font-family: 'Lato', sans-serif;
	background-color: #CCC;
	border: 0px;
	width: 250px;
	}
