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

p, a {
	color: #fff;
}

#container {
	background-color: #223c77;
}

#nav_front {
	margin: 0;
	padding: 0 0 0 5px;
	width: 945px;
	height: 32px;
	background: transparent url(../images/nav_bg.jpg) 0 0 repeat-x;	
	border: solid #bc101c;
	border-width: 2px 0;
}

#header_front {
	width: 950px;
	height: 92px; 
	background: transparent url(../images/header_front.jpg) 0 0 no-repeat;	
	border-bottom: 7px solid #bc101c;
}

#home_link {
	width: 550px;
	height: 92px;
	display: block;
	float: left;
}

#driveAmerica_link {
	width: 400px;
	height: 92px;
	display: block;
	float: left;	
}

#topButtonList {
	margin: 0 auto;
	width: 912px;
}

#topButtonList li {
	margin: 8px 5px 0;
	padding: 2px 2px 0;
	width: 136px;
	height: 29px;
	background: transparent url(../images/bttn_bg.jpg) 0 0 repeat-x;
	float: left;
	display: inline;
	list-style: none;
	border: 1px solid #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.0em;
}

#topButtonList a:hover {
	color: #fff;
	text-decoration: none;
}

#leftCol {
	margin: 8px 5px 0 8px;
	float: left;
	display: inline;
}

#leftCol img {
	border: 1px solid #fff;
}

/*start of search styling*/
#searchBox {
	margin: 7px 0;
	width: 466px;
	background: transparent url(../images/search_bg.jpg) 0 0 repeat-x;
	border: 1px solid #fff;
	overflow: auto;
}

#searchBox h2 {
	padding: 3px 0 3px 5px;
	float: left;
	display: inline;
	color: #ffff00;
	font-style: normal;
	font-weight: bold;
}

.panel {
	padding: 0;
	width: 466px;
	background-color: transparent;
	border: none;
	height: 116px;
	color: #fff;
}

#tabs {
	height: 25px;
}

#tabs a {
	margin-left: 5px;
	padding: 6px 0px 6px 13px;
	background: transparent url(../images/tab_bk.jpg) 0 50%  no-repeat;
	border: none;
	color: #fff;
	font-size: 10px;
	line-height: 1.0em;
	display: inline;
}

#tabs a.active-tab {
	background: transparent url(../images/tab_bk_hv.jpg) 0 50% no-repeat;
	color: #fff;
}

.panel label {
	padding-left: 25px;
	margin-bottom: 3px;
	width: 80px;
	display: inline;
	text-align: left;
	font-size: 11px;
}

.panel select {
	padding: 0;
	margin-bottom: 3px;
	height: 19px;
	font-size: 11px;
	display: inline;
}

.panel input {
	width: 200px;
	margin: 0 auto;
	float: none;
}

.panel .wideLabel {
	width: 150px;
}

.panel p {
	padding: 2px 10px;
	font-size: 11px;
}
/*end of search styling*/

#bttn_broucher {
	margin-right: 9px;
}

#rightCol {
	margin: 8px 0 0 5px;
	float: left;
}

#virtualTestDrive {
	width: 460px;
	height: 332px;
	background: transparent url(../images/video_bg.jpg) 0 0 no-repeat;
}

#testDrive {
	margin: 10px 12px 0;
	width: 325px;
	float: left;
	display: inline;
}

#testDrive p {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#testDrive_flashContainer {
	height: 275px;
}

#modelList {
	margin: 10px 0 0;
	padding: 0;
	float: left;
}

#modelList ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#modelList a {
	display: block;
	width: 8em;
	font-size: 13px;
}

#modelList a:hover {
	color: #f6fc00;
	text-decoration: none;
}

#modelList li a, #modelList li  {
	line-height: 18px;
}

#modelList li ul {
	margin: -20px 0 0 -122px;
	padding: 5px;
	width: 10em;
	top: -999em;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	z-index: 10;
	clear: both;
}

#modelList li ul a {
	padding: 0 3px;
	color: #000;
	font-size: 12px;
}

#modelList li ul a:hover {
	color: #fff;
	background-color: #2658A1;
}

#modelList li:hover ul, #modelList li.sfhover ul {
	top: auto;
	display: block;
}

#promotion {
	width: 268px;
	float: left;
}

#blooper {
	width: 175px;
	float: left;
	padding-left: 10px;
}

#chat {
	margin: 3px 0 0 12px;
	width: 164px;
	float: left;
}

#address {
	padding: 2px 0;
	color: #ffff00;
	line-height: 1.2em;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

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