/* CSS style doc */
@charset "utf-8";
/* ----------- RESET Set up CSS defaults for all browsers */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 1em; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #ffffff; color: #000000; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: 400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
.clr { clear: both; }
/* //RESET */
body { 
  background: #000000 url(../images/bg.jpg) left top repeat-x;
  color: #888888;
  font-family: arial, sans-serif;
  font-size: 11px;
}
a {
  color: #888888;
}
.wrapper {
  width: 821px;
  margin: 0 auto;
  padding: 35px 0 0;
}
.nopadding {
    padding: 0;
}
.list_block {
    display: block;
}
.list_block li {
    display: block;
}
/* Header */
.header {
    overflow: hidden;
}
a.logo {
    display: block;
    width: 404px;
    height: 82px;
    float: left;
}
.title {
    margin-left: 511px;
    color: #ffffff;
    font-size: 18px;
    padding-top: 49px;
    text-align: right;
    font-weight: normal;
}
/* //Header */

/* Sites thumbs */
.sites_thumbs {
    display: block;
    margin-top: 95px;
    overflow: hidden;
    clear: both;
}
.sites_thumbs li {
    display: block;
    width: 150px;
    float: left;
    margin-left: 14px;
    text-align: center;
    background: #000000;
    border: 1px solid #6b6a68;
    padding-bottom: 15px;
}
.sites_thumbs li.first {
    margin-left: 0;
}
.sites_thumbs a.site_img {
    display: block;
    width: 150px;
    height: 130px;
    overflow: hidden;
    background: transparent url(../images/border_site_img.gif) left bottom repeat-x;
    margin-bottom: 8px;
}
.sites_thumbs a.site_title {
    font-size: 10px;
    text-decoration: none;
    display: block;
}
.site_phone_number {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
.sites_thumbs a.red { color: #ea1201; }
.sites_thumbs a.gray_light { color: #a9a9a9; }
.sites_thumbs a.violet { color: #758ded; }
.sites_thumbs a.blue { color: #0080c6; }
.sites_thumbs a.gray { color: #949494; }
/* //Sites thumbs */
/* Footer */
.footer {
    padding: 34px 0 140px;
    clear: both;
    overflow: hidden;
	border-top: 1px solid #666666;
}
.footer .box {
    float: left;
}
.footer .block1 {
    width: 385px;
}
.footer .block2 {
    margin-left: 25px;
    width: 85px;
}
.footer .block3 {
    margin-left: 25px;
    width: 80px;
}
.footer .block4 {
    margin-left: 25px;
    width: 85px;
}
.footer p {
    padding-top: 20px;
}
.footer p.nopadding {
    padding-top: 0;
}
.footer .copyright {
    padding-top: 47px;
    margin-bottom: 20px;
}
.footer a.dealerfire {
    text-decoration: none;
}
.footer a.dealerfire img {
    vertical-align: middle;
}
.footer .block_heading {
    color: #ffffff;
    font-weight: bold;
}
.footer li {
    line-height: 1.2em;
}
.footer ul a {
    text-decoration: none;

}
/* //Footer */




.mid_wrapper{
	margin-top: 15px;
	color:#fff;
	
}

.mid_wrapper a{
	color:#FFF;
	text-decoration:none
}
.mid_wrapper a:hover{
	color:;
	text-decoration:underline;
}
	
.wrap_left{
	float:left;
	margin-right:15px;
	
}
.wrap_right{
	float:right;
	margin-left:15px;
	
}
.border_l{
	border: 1px solid #6b6a68;
	background-image:url(../images/red_grad.jpg);
	background-repeat:repeat-x;
	width: 392px;
	height:159px
}
.border_r{
	border: 1px solid #6b6a68;
	background-image:url(../images/blue_grad.jpg);
	background-repeat:repeat-x;
	width: 392px;
	height:159px
}
.urlrow{
	
}
.boxborder{	
	border: 1px solid #6b6a68;
	padding: 5px;
	font-weight:bold;
	font-size: 14px;
	width:184px;
	text-align:center;
	
}
.contact_row{
	width: 392px;
	margin-top:15px;
	height:100px;
	
}
.left_box{
	text-align:center;
	float:left;
	width:50%;
	
	
}

.right_box{
	text-align:center;
	border-left: dotted 1px #6b6a68;
	margin-left:196px;
}
.address_row{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	
}
.toyota_box{
	border-right:#bd6667 1px solid;
	float:left;
	width:45%;
	margin-left:15px;
	margin-top:15px;
	padding-right:4px;
	

}
.scion_box{
	border-left:#000000 1px solid; 
	width:45%;
	float:left;
	margin-top:15px;
	
}
.volvo_box{
	
	border-left:#000000 1px solid;
	width:45%;
	float:left;
	margin-top:15px;
}
.mazda_box{
	border-right:#666666 1px solid;
	float:left;
	width:45%;
	margin-top:15px;
	margin-left:15px;
	padding-right:4px;
}