html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color:#304A51;
background-image:url(../graphics/bg.jpg);
background-repeat:repeat-x;
color: #000000;

height:100%;
}

body a {
color:#414F52;
font-weight:bold;
text-decoration: underline;

}
body a:hover, body a:focus {
color:#000000;
}

.fields_p {
	padding: 1px;
	margin: 0;
}

fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid;
}

legend {
	padding: 5px;
}

abbr {
	cursor: help;
}

label {
	display: block;
	text-align: right;
	width: 150px;
	float: left;
	margin-top: 5px;
}

label+input, label+select, label+textarea {
	margin: 3px;
}

fieldset table {
	width: 100%;
}

fieldset table th {
	border-bottom: 3px solid #CCCCCC;
}

fieldset table td {
	border-bottom: 1px solid #CCCCCC;
}

.button {
	float: right;
	cursor: pointer;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.success {
	color: #009933;
	font-weight: bold;
}

.faux_bold {
	font-weight:bold;	
}

.green_grey {
	color:#a8b1ae;	
}

/* --- Cars Display Pages --- */

#model_box {
	border: 1px solid #C0C8CA;
	position:relative;
	margin-bottom:10px;
}

#model_box table {
	padding: 0;
	background: #C0C8CA;
	width: 100%;
	border-collapse: collapse;
}

#model_box table td, #model_box table th {
	margin: 0;
	padding: 3px;
}

.price{
background-color:#131E22;
background-repeat:no-repeat!important;
background-position:bottom center!important;
padding-left:5px!important;
color: #FFFFFF;
font-weight:bold;

font-size:12px;
}

.edit_button{
	right:5px;
	top:5px;
	position:absolute;
	padding:6px;
	border:1px solid red;
	background:#FFCC00;
}

/* -------------------------- */

h1 {

	font-size: 14px;
	font-weight: bold;
	color: #304A51;
	padding:5px 0 5px 0;
}
h2 {

	font-size: 12px;
	font-weight: bold;
	color: #304A51;
	padding:5px 0 5px 0;
}
h3 {

	font-size: 12px;
	font-weight: bold;
	color: #304A51;
	padding:5px 0 5px 0;
}

#content_right h3 {
	font-size:14px;
}
p {
	padding:5px 0 5px 0;
}

ul{
padding:10px;
margin:10px;
}
li{
padding:0;
margin:0;
}

.forms{
font-size: 11px;
}

#wrapper {
width: 775px;
background-color:#ffffff;
margin:0px auto;

}
#top{
width: 775px;
height: 89px;

}
#logo{
width: 256px;
height: 89px;
float: left;
border-right: #304A51 solid 1px;
}

#logo h1 {
	background:url(../graphics/logo.gif) no-repeat;
	width:256px;
	height:89px;
	padding:0;
}

#logo h1 a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:89px;	
}

#top_nav{
width: 258px;
height: 89px;
float: right;
border-left: #304A51 solid 1px;
}
#top_home{
width: 49px;
height: 34px;
float: right;
}
#top_contact{
width: 71px;
height: 34px;
float: right;
}
#top_tel{
width: 258px;
height: 42px;
clear: both;
}
#main_nav{
width: 775px;
height: 244px;
clear:both;


}

#home_offers{
width: 775px;
height: 268px;
clear: both;

}
#home_offers1{
	width: 236px;
	height: 267px;
	border-right: #304A51 solid 1px;
	border-bottom: #304A51 solid 1px;
	float:left;
	background-color: #C0C8CA;
	padding: 0 0 0 20px;
}
#temp_home_offers1{
	width: 236px;
	height: 267px;
	border-right: #304A51 solid 1px;
	border-bottom: #304A51 solid 1px;
	float:left;
	background-color: #C0C8CA;
	
}
#home_offers2{
width: 259px;
height: 267px;
border-right: #304A51 solid 1px;
border-bottom: #304A51 solid 1px;
float:left;
}
#home_offers3{
width: 258px;
height: 267px;
border-bottom: #304A51 solid 1px;
float:left;
}

#content_container{
width: 735px;
padding: 0 20px 10px 20px;
background-image:url(../graphics/content_bg.gif);
background-repeat:repeat-y;
border-bottom: #304A51 solid 1px;
}
.no_content_bg {
	background-image: none !important;
}
#content_left{
width: 216px;
padding: 17px 20px 0 0;
border-right: #304A51 solid 1px;
float:left;
background-color: #C0C8CA;
}

#content_left h2 {
	font-size:14px;
}

#content_right{
	width: 480px;
	padding: 15px 0 0 18px;
	float:left;
	position:relative;
}

.grey_wrap_inner {
	font-size:14px;
	color:#304A51;
}

.grey_wrap_inner h2{
	font-size:14px;
}

#quick_link{
	border-bottom: #304A51 solid 1px;
	padding: 0 0 10px 0;
	margin: 0 0 0px 0;
}

#find_your_car label {
	width: auto;
	text-align: left;
	margin: 2px 0 0;
}

#find_your_car input, #find_your_car select {
	margin: 1px 0;
}

#mailing_list{
	border-bottom: #304A51 solid 1px;
	border-top: #304A51 solid 1px;
	padding: 10px 0 0px 0;
	margin: 0 0 20px 0;

}
#footer{
width: 766px;
height: 62px;
clear: both;
margin:0px auto;
color:#FFFFFF;
padding: 9px 0 0 0;
font-size: 10px;
}
#footer a {

color:#FFFFFF;
}
#footer_text{
float:left;

}

#footer_logo{
float:right;

}
#top25{
	width: 216px;
	height: 47px;
	padding: 10px 0px 0  0;
}

#search_details{
float: right; width: 203px; height: 118px; color: #FFFFFF;  background: url(../graphics/model_box_bg.jpg); background-repeat:repeat-x; background-color:#314a51; padding: 5px 15px; height: auto; margin-bottom:8px;
}

#search_details h2{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#fuel_cards {
	padding:10px 0 10px;
}

.quote_list_header {
	background: #008080;
	color: #FFFFFF;
}

.quote_list_header a {
	color: #FFFFFF;
}

.quote_list th, .quote_list td {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.cms_edit_link {
	background: #FFFFCC;
	padding: 10px;
	border: 1px solid #CCCCCC;
	clear:both;
}

h1.make_head{
	font-size:20pt;
	padding:10px 0 0 0 ;
	width:100%;
	border-bottom:1px solid #bcbcbc;
	line-height:20pt;
}

h2.model_head{
	font-size:12pt;
	padding:3px 0;
	width:100%;
}

.view_search_results{
	clear:both;
	float:right;
	margin:2px 0;
}

a img{
	border:none;
}

.grey_text{
	color:#c0c8ca;
}

.search_price{
	font-size:22pt;
	float:right;
	margin-top:15px;
}

.search_price span{
	font-size:8pt;
}

.search_text{
	color:#314a51;
	font-size:9pt;
	padding:5px 10px;
}

.search_financial{
	color:#080808;
	font-weight:bold;
}

#model_box table.search_results th{
	padding:5px 5px 5px 10px;
	font-weight:normal;
	font-size:9pt;
	text-align:left;
}

#model_box table.search_results{
	color:#314a51;
	/*margin:2px 2px 0;
	width:99%;*/	
}

#model_box table td{
	padding:5px 5px 5px 10px;
}

#model_box.paddedBox {
	padding:8px;	
}


.details_wrapper {

}

.details_wrapper .left_details {
	float:left;
	width:70px;
}

.details_wrapper .right_details {
	float:left;
	width:352px;
}

/* Replaced Headings */

h2.replaced {
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	height:28px;
}

h2.business_van {
	background:url(../graphics/business_van/business_van_title.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	height:28px;
}

h2.business_car {
	background:url(../graphics/business_car/business_car_title.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	height:28px;
}

h2.personal {
	background:url(../graphics/personal/personal_title.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	height:28px;
}

h2.company_calculator {
	background:url(../graphics/company_car_calculator/company_car_calc_title.gif) no-repeat;
}


.deals_wrapper {
	position:absolute;
	top:12px;
	right:0;
}

.deals_wrapper_bottom {
	position:absolute;
	bottom:12px;
	right:0;
}

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#C0C8CA;
    padding:5px;
    border:1px solid #2F4C4A;
    width:250px;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#2F4C4A;
    padding:2px 7px;
	font-weight:bold;
}

.edit_table th {
	text-align:left;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#members {
	
	background-color:#FFF;
	padding:0 0 0 5px;
	border: #304A51 1px solid;
}