@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}

body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#fff;
	background-color:#0e0e0e;
}

h3{
	font-size:1.4em;
	color:#f8c41e;
	padding:20px 0;
}

h4{
	color:#3a5f2c;
	font-size:1.4em;
}

#body_wrapper{background-color:#000;}

#site_wrapper{
	width:960px;
	margin:0 auto;	
}

#header{
	height:70px;
	width:960px;
	overflow:hidden;
	
}

#header h1{
	display:block;
	text-indent:-9999px;
	width:351px;
	height:23px;
	background:url(../images/logo.gif) no-repeat left top;
	float:left;
	margin:33px 0 0 0;
	
}

#header ul.primary_navigation{
	float:right;
	margin-top:33px;
}

#header ul.primary_navigation li {
	float:left;
	
}

#header ul.primary_navigation li a:link, #header ul.primary_navigation li a:visited{
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	padding:0 15px;
	height:30px;
	display:block;
	float:left;
	letter-spacing:1px;
}

#header ul.primary_navigation li a:hover, #header ul.primary_navigation li a:active, .active {
	background: url(../images/menu_hover.gif) no-repeat center bottom;
	text-decoration:none;
	color:#f8c41e;
}

#content, #inner_content{
	width:960px;
	background:url(../images/content_bg.jpg) no-repeat left top;
	overflow:hidden;
}

#services_content{
	width:960px;
	background:url(../images/services_content_bg.jpg) no-repeat left top;
	overflow:hidden;
	position:relative;
}

#inner_content, #services_content{
	margin-top:10px;
}


#content .col{
	padding:0 10px;
	width:300px;
	float:left;
	margin-top:20px;
}

#content h2, #inner_content h2, #services_content h2{
	text-indent:-9999px;
	margin:0px 0px 10px 0px;
	height:16px;
}

h2.welcome{
	background:url(../images/welcome.png) no-repeat left top;
}

h2.car_tips_h2{
	background:url(../images/car_tips_h2.png) no-repeat left top;
	}
h2.services_h2{
	background:url(../images/services_h2.png) no-repeat left top;
}

h2.appointment_h2{
	background:url(../images/appointment_h2.png) no-repeat left top;
}

h2.media_h2{
	background:url(../images/media_h2.png) no-repeat left top;
}


#content p, #inner_content p, #services_content p{
	font-size:1.4em;
	line-height:1.5em;
}

#inner_content p.member{
	color:#a1a2a3;
}

a.appointmet{
	display:block;
	background:url(../images/appointment.png) no-repeat left top;
	width:300px;
	height:68px;
	text-indent:-9999px;
	cursor:pointer;
	padding-bottom:20px;	
}

a.in_appointmet{
	display:block;
	background:url(../images/in_appointment.png) no-repeat left top;
	width:246px;
	height:68px;
	text-indent:-9999px;
	cursor:pointer;
	padding-bottom:20px;
	
}


a.video_lib{
	display:block;
	background:url(../images/video_lib.png) no-repeat left top;
	width:246px;
	height:68px;
	text-indent:-9999px;
	cursor:pointer;
}

a.tips{
	display:block;
	background:url(../images/tips.png) no-repeat left top;
	width:246px;
	height:68px;
	text-indent:-9999px;
	cursor:pointer;
	margin-top:20px;
}

a.tips_m{
	display:block;
	background:url(../images/tips.png) no-repeat left top;
	width:246px;
	height:68px;
	text-indent:-9999px;
	cursor:pointer;
	
}


.quote_up{
	background:url(../images/quote_up.png) no-repeat left top;
	margin-top:15px;
}

.quote_down{
	background:url(../images/quote_down.png) no-repeat right bottom;
	padding:20px;
	font-size:1.2em !important;
	color:#ccc;
	margin-right:25px;
}

blockquote span{
	display:block;
	font-size:1.2em;
	margin-right:25px;
}

h2.home_contact{
	background:url(../images/contact.png) no-repeat left top;
}
.home_contact_form{
	padding-top:20px;
	}
.home_contact_form input.txt, textarea{
	display:block;
	border:1px solid #000;
	padding:2px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:1.2em;
}
.txt{
	width:180px;
}

#content_left{
	width:660px;
	padding:20px 10px;
	float:left;
}

#content_right{
	width:270px;
	float:right;
	padding:20px 0;
}

#services_content #content_left{
	padding:30px 0px;
	
}

#services_content #content_right{
		padding:30px 0;
}

ul#service_list{
	padding-left:20px;
}

#service_list li{
	font-size:1.4em;
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left:24px;
	margin-top:15px;
}

.aff_pay{position:absolute; top:221px; left:368px;}

h2.team_h2{
	background:url(../images/team.png) no-repeat left top;
}

#content_left p{
	padding:10px 0;
}

#app_form fieldset{margin-left:20px;} 

#app_form fieldset h4{
	margin:10px 0;
	text-decoration:underline;
}

#app_form fieldset .row, #app_form fieldset .row_big{
	padding:10px 0px;
	overflow:hidden;
	clear:both;
}

#app_form fieldset .row label, #app_form fieldset .row_big label{
	font-size:1.4em;
	line-height:1.5em;
	width:150px;
	display:block;
	float:left;
}

#app_form fieldset .row_big label{
	width:300px;
	float:none;
	display:block
}

#app_form fieldset .row input.txt{
	padding:3px;
}

#app_form fieldset table td input.txt{
	padding:3px;
	width:80px;
}

#app_form fieldset table td a{
	padding:2px;
}

#app_form fieldset table{
	font-size:1.4em;
}

#app_form fieldset table td{
	padding:10px 10px 10px 0;
}


.map{
	position:absolute;
	top:200px;
	left:510px;
	margin-bottom:50px;
}

.video_thumbnails a{
	margin:5px;
	display:block;
	float:left;
	position:relative;
	text-decoration:none;
	
}

.video_thumbnails a span{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:10px;
	font-size:1.3em;
	background-color:#f8c41e;
	color:#000;
	width:180px;
}

.video_thumbnails a:hover span{
background-color:#FFFFFF;
}

.footer{
	width:940px;
	margin:0 auto;
	padding:20px 10px; 
	overflow:hidden;
	
}

.footer p{font-size:1.2em; color:#3a3939; line-height:1.5em; display:block; float:left; width:200px;}

