/* CSS Document */
*
{
margin:0px;
padding:0px;
}
body
{
background:#4396ca;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
font-weight:normal;
line-height:20px;
}
.clear
{
clear:both;
}
a
{
color:#000;
text-decoration:none;
}
a:hover
{
color:#000;
}
#outer
{
width:1025px;
margin:auto;
background: url(../images/bg.jpg) repeat-y;
}
.content
{
width:930px;
margin:auto;
}
.title
{
font-family:"Trebuchet MS";
font-size:16px;
font-weight:bold;
line-height:30px;
color:#787878;
}
.brand
{ 
background:#e1e3e4;
border:1px solid #cbcfd2;
width:930px;
margin:auto;
}
.arrow_left
{
float:left;
width:20px;
padding-top:25px;
padding-left:10px;
}
.arrow_right
{
float:left;
width:20px;
padding-top:25px;
padding-left:10px;
padding-right:10px;
}

.cars
{
background:#f3f4f6;
border-top:2px solid #cbcfd2;
padding-bottom:10px;
padding-top:10px;

}
.cars a img
{
padding-right:30px;
padding-left:30px;
width:111px;
float:left;
border-right:1px solid #d7d9db;
}
.cars a:hover img
{
padding-right:30px;
padding-left:30px;
width:111px;
float:left;
border-right:1px solid #d7d9db;
background:#e5e7eb;
}
.cars a img.last
{
border-right:none;
}
.box_outer
{
width:450px;
}
.top1
{
background:url(../images/top1.jpg) no-repeat;
width:450px;
height:15px;
}
.midde11
{
background:url(../images/middle2.jpg) repeat-y;
width:450px;
font-size:13px;
color:#747373;
font-family:Arial, Helvetica, sans-serif;
line-height:22px;
font-weight:bold;
}
.bottom1
{
background:url(../images/bottom3.jpg) no-repeat;
width:450px;
height:15px;
}
.large_bg
{background:url(../images/large_bg.jpg) no-repeat;
width:462px;
height:293px;
}
.large_bg img
{
padding-left:3px;
padding-top:3px;
width:447px;
height:277px;
}
.small_bg
{background:url(../images/small_bg.jpg) no-repeat;
width:107px;
height:81px;
}
.small_bg img
{
width:100px;
height:75px;
}
#footer
{
width:995px;
margin:auto;
background:#f1f1f1;
text-align:center;
color:#515151;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
padding-top:20px;
padding-bottom:20px;
}