/* COLOR SCHEME 1 - DARK COLORS */

/* WRAPPER AREA*/
body{
	background-color:#333;
}
#wrapper {
	position: relative;
	width: 962px;
	margin: 0 auto;
	text-align: left;
}
	
/* HEADER/MASTHEAD AREA */

#header {
	padding:0px;
	background-image:url(../images/Gray/MastheadBg.gif);
	background-repeat:no-repeat;
	height:90px;
}

/* Dealer Logo */
#dealerLogo {
	margin-left: 16px;
	margin-top: 16px;
	width: 350px;
	height: 63px;
	text-align: left;
	float:left;
}

/* Call Now Number */
.callNow{
	color: #000000;
}

/* Large Orange Text */
.secondaryColor{
	color: #494949;
}
	
/* Sales Text */
.sales{
	color: #494949;
}
	
/* CONTENT AREA*/

/* Content */
#content{
	float:left;
	height: 0 auto;
	width: 962px;
	background-color:#FFFFFF;
}

.thritysectxt{
	color:#333;
}
	
.thritysectxt2{
	color:#333;
}
	
.msrpRequest{
	color:#828282;
}

.msrpRequest2{
 	color:#828282;
}
/* FOOTER AREA */

/* FOOTER REFLECTION AREA */
.footer_extension{
	background:#5c5c5c;
}

.footer_reflect{
	width: 962px;
	height: 100px;
	float: left;
	background-image: url(../images/Gray/footer_reflection_bg.jpg);
}

.footer_bottom{
 
	visibility:hidden;
}
