/* Davidsons Motors by www.ManiacMonkeyMedia.com */

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	background: #12120c url('../images/bg_gradient.gif') top left repeat-x;
	color: #fff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #FF3327;
}

#bodyWrapper {
	width: 100%;
	text-align: center;
}

#contentWrapper {
	width: 950px;
	margin: auto;
	text-align: left;
	background: transparent url('../images/bg_car.gif') top center no-repeat;
	padding: 15px 0 15px 0;
}

#logo {
	float: left;
	margin-bottom: 25px;
}

#contact {
	float: right;
	margin-bottom: 25px;
}

#pageContentWrapper {
	width: 950px;
	font-weight: bold;
}

#mainLeft, #mainRight {
	float: left;
}

#mainLeft {
	width: 550px;
}

#mainRight {
	width: 400px;
	text-align: right;
}

.titleImage {
	margin-bottom: 20px;
	clear: both;
}

.smallHighlight, .largeHighlight {
	color: #ff635a;
	text-align: center;
	padding-top: 15px;
}

.smallHighlight {
	font-size: 14pt;
}

.largeHighlight {
	font-size: 18pt;
}

.featuredVehicle {
	float: right;
	width: 127px;
	text-align: center;
	margin: 0 0 15px 30px;
	font-size: 9pt;
	line-height: 1.2;
}

.featuredVehicle img {
	border: 1px solid #fff;
	margin-bottom: 5px;
}

.featuredVehicle a {
	color: #fff;
	text-decoration: none;
}

#homeLink {
	width: 100%;
	text-align: center;
	padding: 30px 0 15px 0;
	clear: both;
}

#map, #map2 {
	color: #000;
}

/* MENU */

#menuWrapper, #menuTopLayer {
	width: 810px;
	height: 281px;
	margin: 0 0 25px 0;
	clear: both;
}

#menuWrapper {
	position: relative;
	z-index: 899;
}

#menuTopLayer {
	position: inherit;
	z-index: 900;
	margin: auto;
}

#menuBottomLayer {
	position: absolute;
	top: 0;
	left: 403px;
	width: 647px;
	height: 280px;
	overflow: hidden;
	z-index: 898;
	margin: 1px auto;
	text-align: left;
}

#menuLeft, #menuRight {
	height: 281px;
	float: left;
}

#menuLeft {
	width: 442px;
	background: transparent url('../images/menu.gif') top left no-repeat;
	position: relative;
	z-index: 901;
}

#menuRight {
	width: 368px;
	text-align: right;
	position: relative;
	z-index: 902;
}

#menuOptions {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 14pt;
	text-align: left;
}

#menuOptions a {
	display: block;
	color: #fff;
	margin-bottom: 17px;
	text-decoration: none;
	font-style: italic;
}

#menuOptions a:hover {
	color: #FF3327;
}