@import url("common.css"); 

/***********************************
*
*  Home Page
*
************************************/

BODY {
	font-size: 12px;
	color: #494949;
	margin: 0px;
  font-family: arial, verdana;   
  background-image:url(images/homebg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#fff;
}

img {border:0px;}

#hImage{
 border:1px solid #cccccc;
}

#vehicle_photo{
 border:1px solid #ffffff;
}

#content {
	background-color:transparent;
}


#block_img{
	background-repeat:no-repeat;
	border:1px solid #BDC9D4;
	height:220px;
	-moz-opacity:0.6;
  filter: alpha(opacity=60);
	position:relative;
	width:660;
	z-index:2;
  BACKGROUND-POSITION:0px 0px;
  float:left;
  clear:both;
}

#content_right{
  padding:0px;  
}

#makes{
  width:1000px;
  background-color:#fff;
}

.seo_box {
	background-color: #999;
 }
 
.seo_links {
	FONT-SIZE: 9px;
  COLOR: #333;
  FONT-FAMILY: verdana,arial;
}

.seo_links a {
	FONT-SIZE: 9px;
  COLOR: #333;
  FONT-FAMILY: verdana,arial;
  text-decoration:none;
}

.seo_links a:hover {
	FONT-SIZE: 9px;
  COLOR: #002a6f;
  FONT-FAMILY: verdana,arial;
  text-decoration:underline;
}

.seo_scrolling a {
	color: #002a6f;
}

.seo_scrolling a:hover  {
	text-decoration:underline;
}

.seo_scrolling {
	scrollbar-3dlight-color: #4a4a4a;
	scrollbar-highlight-color: #a5a5a5;
	scrollbar-face-color: #666;
	scrollbar-shadow-color: #a5a5a5;
	scrollbar-darkshadow-color: #4a4a4a;
	scrollbar-base-color: #7F92A0;
	scrollbar-arrow-color: #fff;
	overflow: auto;
	height: 160px;
  color:#333;
}

