@charset "utf-8";

/* utility classes */
.float_l {
	float: left;
}

.float_r {
	float: right;
}

/* some section-specific tweaks */
#nav_front {
	margin-bottom: 7px;
	background: url(../images/nav_bg.jpg) top left no-repeat;
}

#home_rowButtons {
	width: 384px;
	float: left;
	display: inline;
}

#home_rowButtons li {
	margin: 0 0 5px;
	padding: 0;
}

#home_rowButtons li, #home_rowButtons a {
	width: 384px;
	height: 84px;
	display: block;
}

#home_searchContainer {
	margin-bottom: 9px;
	background: url(../images/search_bg.jpg) top left no-repeat;
	height: 159px;
	width: 555px;
}

#home_search {
	padding-top: 45px;
}

#home_search #button {
	background:transparent url(../images/search_btn.jpg) no-repeat scroll 0 0;
	border:none;
	display:inline;
	height:40px;
	margin:6px 0 0 325px;
	letter-spacing: 999em; /*send btn text goodbye per IE7*/
	text-indent:-9999em;
	width:52px;
	cursor: pointer;
}

#home_findMyCar {
	margin-right: 7px;	
}

#home_featuredVehicles {
	margin-bottom: 9px;
	padding: 35px 19px 0;
	background: url(../images/featured_bg.jpg) top left no-repeat;
	width: 912px;
	height: 120px;
}

#home_hoursContainer {
	background: url(../images/hoursbox.jpg) top left no-repeat;
	width: 635px;
	height: 180px;
	position: relative;
}

#home_hoursContainer h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-style:normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#home_hours {
	margin: 35px 0 0;
	width: 310px;
	float: left;
	display: inline;
}

#home_hours h3 {
	margin: 0 0 0 10px;
}

#home_directions {
	margin: 35px 0 0 0;
	float: left;
	display: inline;
}

#home_directions ul li {
	font-size: 11px;
}

.direction_btn {
	margin-top: 23px;
}

#home_hours table {
	margin: 0 0 0 50px;
	font-size: 11px;
}

#home_hours .day {
	font-weight: bold;
	text-align:right;
	padding: 0 40px 2px 0;
}

#home_hours .time {
	padding-bottom: 2px;
}
		
#seo_text {
	height: 120px; 
	width: 900px;
	margin: 20px auto 40px;
	padding: 0 15px;
	color: #999;
	clear: both;
	background-color: transparent;
	overflow:auto;
}

#seo_text p { 
	color: #666;
	font-size: 10px; 
}

