body {
	margin: 0px;
}
body, td, th, p, h1, h2, h3 {
	font-size: 9pt;
	font-family: Arial,sans-serif;
	padding-bottom: 6px;
}
td.results_specLabel, td.results_specValue { padding-bottom: 0px;} /* Override for CIR */
p {
	margin-top: 0px;
}
img, table {
	border: 0px;
}
/* ************************************************** */
#designWrapper {
	width: 974px;
	text-align:left;
	margin:0px;
}
#headerWrapper {
	float:left;
	clear:left;
	width: 100%;
}
#headerTop {
	width: 100%;
	/* We're hard-coding the header bg color, due to palette difficulties...  */
	background-color: #6F0310;
	float:left;
	clear:left;
}
#logo {
	float:left;
	width: 76px;
}
#logo img {
	display:block;
	width: 76px;
	height: 53px;
}
#dealerText {
	float:left;
	width: 898px;
}
#dealerText img {
	display:block;
}
#contact {
	float:left;
	width: 100%;
	height: 17px;
	overflow: hidden;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: right; 
	margin:1px 0px 0px 0px;
	padding:0px 6px 0px 0px;
}
#contact a:link, #contact a:visited, #contact a:hover, #contact a:active {
	text-decoration: none;
}
#masthead {
	/*float:left;*/
}
#lifestyle {
	float:left;
	clear:left;
	width: 974;
}
#headerImage {
	float:left;
	width: 885px;
}
#headerImage img {
	display:block;
	width: 885px;
	height: 203px;
}
#directions {
	float:left;
	width: 89px;
}
#directions img {
	display:block;
	width: 89px;
	height: 203px;
}
/* ************************************************** */
#navWrapper {
	width: 100%;
	float:left;
	clear:left;
}
#mainnavWrapper td, #subnavWrapper td {
	vertical-align: top;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}
#mainnavWrapper td {
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 4px;
}
#subnavWrapper td {
	padding-top: 1px;
	padding-bottom: 1px;
}
#subnavWrapper {
	position: relative;
}
/* ************************************************** */
#contentWrapper {
	width: 100%;
	vertical-align: top;
	float:left;
	clear:left;
}
.contentIframe {
	width: 100%;
	height: 523px;
}
#layoutWrapper {
	width:100%;
	float:left;
	clear:left;
	padding-bottom: 10px
}
/* ************************************************** */
#footerWrapper {
	float:left;
	clear:left;
	width: 100%;
	vertical-align: top;
	padding-bottom: 5px;
}
#footerContent {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;	
	text-transform: uppercase;
}
#footerSection1 {
	float:left;
	clear:none;
	margin: 4px 0px 0px 12px
}
#footerSection2 {
	float:left;
	clear:none;
	margin: 4px 0px 0px 180px
}
#footerSection2 a {
	text-decoration:none;
}
#footerSection2 a:hover {
	text-decoration:underline;
}
/* ************************************************** */
/* ************************************************** */

/* for Vehicle Search Results -- overrides style */
a.resultsNext:link, a.resultsPrev:link {font-size:8pt; font-weight: bold; color:#FFFFFF;}
a.resultsNext:visited, a.resultsPrev:visited {font-size:8pt; font-weight: bold; color:#CCCCCC;}

/* search results odd and even row backgrounds */
.row-odd {background-color: #999999;}
.row-even {background-color: #BBBBBB;}

