
/* main elements styles */
.top_bg {
	/*padding-top:10px; */
	padding-left:26px;

	height:150px; 

	background: url("../images/top_wide.jpg");
}

.bottom{
	background: url("../images/bottom_bg.jpg");
	height:313px;
}

.menu_table{
	padding-left:216px;
	padding-top:47px;
}

.cars_collage td {
background:#ffffff;
width:82px;
height:78px;
color:#425EC3;
margin-top:2px;
text-align:center;

}

.cars_collage td:hover{
background:#425EC3;
width:82px;
height:78px;
color:#ffffff;
text-align:center;
}

.cars_collage div{
background:#ffffff;
width:82px;
height:78px;
color:#425EC3;
margin-top:2px;
text-align:center;
}

.cars_collage div:hover{
background:#425EC3;
width:82px;
height:78px;
color:#ffffff;
text-align:center;
}

/* misc styles (spans, fontstyles, etc)  */
.bottom_box1{
	background: url('../images/bottom_box1.jpg') no-repeat;
	padding-top:25px;
	width:287px;
	height:313px;
}

.bottom_box2_1{
	background: url('../images/bottom_box2_1.jpg') no-repeat;
	height:153px;
	width:236px;
}

.bottom_box2_2{
	background: url('../images/bottom_box2_2.jpg') no-repeat;
	height:160px;
}

.bottom_box3_1{
	height:153px;
	width:228px;
	background: url('../images/bottom_box3_1.jpg') no-repeat;
}
.bottom_box3_3{
	height:85px;
	height:85px;
	background: url('../images/bottom_box3_3.jpg') no-repeat;
}

.bottom_box4_1{
	background: url('../images/bottom_box4_1.jpg') no-repeat;
	height:153px;
	width:239px;
}
.bottom_box4_3{
	background: url('../images/bottom_box4_3.jpg') no-repeat;
	height:85px;
	width:239px;
}

.bottom_box_heading{
margin-left:24px;
font-size:16px;
font-weight:bold;
text-align:left;
}

.bottom_box_text{
margin-left:24px;
width:228px;
text-align:left;
}

.select_normal select{
width:180px;
}

.select_small select{
width:70px;
}

.car_name{

color:#103687;
}

.car_price{
font-weight:bold;
color:#425EC3;
}

.search_button{
padding-top:3px;
margin-left:100px;
padding-right:-70px;
}
.sidebox4{
	background:url('../images/side_box4.jpg') left top no-repeat;
	height: 154px;
	padding: 15px 80px 0 25px;
	text-align: left;
}

.list_heading{
	font-size:16px;
	font-weight:bold;
	padding-left:60px;
	padding-top:20px;
	
	
}

.vendors_list table{
	*padding-left:60px;
	
	width:340px;

}

.vendors_list td {
	color:#003D8F;
	height:16px;
	text-align:left;

}

.vendors_list td:hover {
	background:#8999AD;
	color:white;
	height:16px;
}

a:link.vendor_list   {
	color:#003D8F;
	font-weight:bold;
	text-decoration: none;
}

a:visited.vendor_list   {
	color:#003D8F;
	font-weight:bold;
	text-decoration: none;
}

a:active.vendor_list   {
	color:#003D8F;
	font-weight:bold;
	text-decoration: none;
}

a:hover.vendor_list   {
	color:white;
	font-weight:bold;
	text-decoration: none;
}
