@charset "utf-8";
/* CSS Document */
body{
margin-left:0;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
/*padding-top:10px;*/
width:100%;
}

a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;;
text-decoration:none;
color:#000000;
}

a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
color:#000000;
}

.dark_orange{
background:#B1440C;
}

.button{
background:url(../images/btn_bg.jpg);
background-repeat:repeat-x;
font-family:Trebuchet MS;
font-size:12px;
font-weight:bold;
color:#000000;
}
.button a{
font-family:Trebuchet MS;
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.button a:hover{
font-family:Trebuchet MS;
font-size:12px;
font-weight:bold;
color:#CCCCCC;
text-decoration:none;
}

.pattern_orange{
 background:url(../images/pattern_bg.jpg);
 background-repeat:repeat;
 font-size:12px;
}


.subscribe_box{
 background:url('../images/newsletter_subs.png');
 background-repeat:no-repeat;
 font-size:12px;
 width:300px;
 height:111px;
}



.top_header{
 font-size:12px;
 width:300px;
 height:111px;
 background:url('../images/background.jpg');
}

.footer{
margin-bottom:0px;
background-color:#339966;
}
.search_box{
 background:url('../images/search_bg.jpg');
 background-repeat:no-repeat;
 font-size:12px;
 width:300px;
 height:288px;
}
.input_sel{
	width:180px;
	font-family:Trebuchet MS;
	font-size:11px;
}

.input{
	width:125px;
	font-family:Trebuchet MS;
	font-size:11px;
}
.blue_txt{
	color:#3D1F37;
	font-size:11px;
}

.blue_txt a{
	font-size:11px;
	text-decoration:none;
	color:#3D1F37;	
}
.blue_txt a:hover{
	font-size:11px;
	text-decoration:none;
	color:#CCCCCC;
}

.tb_useful_links{
	background:url(../images/use_ful_links_bg.jpg);
	background-repeat:repeat-y;
}

.white_txt{
	font-size:13px;
	color:#FFFFFF;
}
.white_txt a{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.white_txt a:hover{
	font-size:13px;
	color:#3D1F37;
	text-decoration:none;
}
.footer{
	background:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFFFFF;
	
}
.latest_cars{
	background:url(../images/latest_cars_bg.jpg);
	background-repeat:repeat-x;
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.body_bg{
	background:#F9AD62;
}

.tbl_latest_cars{
	background:#FACC7E;
	border:2px solid #B1440C;
	border-bottom:none;
}

.headings{
font-family:Trebuchet MS;
font-size:16px;
font-weight:bold;
color:#000000;
}
.body_text{
font-family:Trebuchet MS;
font-size:13px;
color: #000000;
}
