@charset "utf-8";
/* CSS Document */

/*------------- Site Classes ----------------*/

.clearleft, .clearright, .clearboth {
	height: 1%;
	font-size: 1px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.actionContainer {
	float: left;
	width: 202px;
	margin: 10px 31px 20px 12px;
}

a.actionTitle {
	display: block;
	font: 14px normal "Lucida Grande", "Arial", sans-serif;
	margin: 6px 0;
	color: #ee1c24;
	font-weight: normal;
	text-decoration: none;
}

a:hover.actionTitle {
	font-weight: bold;
}

.actionText {
	font: 12px normal "Lucida Grande", "Arial", sans-serif;
	color: #676767;
	line-height: 1.5em;
	margin: 0 auto;
}

.borderBlack {
	border: 1px solid black;
}

/*-------------- Site ID's --------------------*/

#container {
	width: 960px;
	margin: 15px auto;
	background: #fff url(../images/container_bg.jpg) 0 0 repeat-y;
}

#header img {
	display: block;
}

#videoPlayer_container {
	margin: 0 11px 0 12px;
	width: 398px;
	height: 339px;
	float: left;
	display: inline;
}

#flashFlipper_container {
	margin: 0 12px 0 0;
	width: 525px;
	height: 243px;
	float: left;
	display: inline;
}

#searchButtons {
	margin: 12px 0 0;
	float: left;
	display: inline;
}

#searchButtons li {
	display: inline;
}

#searchButtons .first {
	margin-right: 12px;
}

#vehicleDisplay {
	margin: 10px auto;
	width: 936px;
	border: 1px solid #b9b9b9;
}

#vehicleDisplay div {
	margin: 8px 6px 8px 9px;
	width: 137px;
	float: left;
	display: inline;
	background-color: #f2f2f2;
	border: 1px solid #b9b9b9;
}

#vehicleDisplay .text {
	margin: 0 auto 1px;
	width: 137px;
	line-height: 18px;
	display: block;
	background: transparent url(../images/front/modelTitle_bg.jpg) 0 0 repeat-x;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#actionButtons {
	margin: 0 12px;
}

#actionButtons li {
	margin-left: 13px;
	width: 222px;
	height: 134px;
	float: left;
	display: inline;
	border: 1px solid #b9b9b9;
}

#actionButtons .first {
	margin: 0;	
}

#locations {
	margin: 13px auto 8px;
	padding: 10px;
	width: 916px;
	clear: both;
	background-color: #f2f2f2;
	border: 1px solid #b9b9b9;
}

#dealerships {
	width: 670px;
	float: left;
	display: inline;
}

#storeMap {
	float: left;
	display: inline;
	border: 1px solid #b9b9b9;
}

.storeInfo {
	width: 50%;
	float: left;
	display: inline;
}

.storeInfo h3 {
	padding: 9px 0;
	color: #000;
	font-weight: bold;
}

.storeInfo p {
	padding: 9px 0;
}

.storeInfo a {
	margin: 9px 20px 0 0;
	height: 19px;
	line-height: 19px;
	display: block;
	float: left;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

#footerContainer {
	padding-bottom: 11px;
	background: transparent url(../images/bottomCorner.jpg) center bottom no-repeat;
}

#footer {
	margin: 0 auto;
	padding: 0 5px;
	width: 926px;
	clear: both;
	line-height: 24px;
	background: transparent url(../images/footer_bg.jpg) 0 0 repeat-x;
	color: #fff;
}

#footer a {
	color: #fff;
}

.footerleft {
	float:left;
	width:600px;
}

.footerright {
	float:right;
}

#seo_text {
	margin: 1.0em auto 0;
	padding: 10px;
	width: 916px;
	height: 180px;
	overflow:auto;
	background-color:#000;
}	

#seo_text p{
	color:#ccc;
	margin-top:0.8em;
	font-size:11px;
}

#seo_text a {
	color:#CC0000;
}

#seo_text a:hover {
	color:#fff;
}

.seo_center {
	text-align:center;
}
	