body {
	text-align: center;
	background-image: url(images/metalbg.gif);
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	color: #FFFFFF;
	}
.titleTD {
	padding-left: 5px;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
.vehicleTitle {
	padding-left: 5px;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.4em;
	margin-bottom: 12px;
	}
.clickableTD {
	cursor: hand;
}
.rebateText {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
.vehicleMenu {
	background-color: #000000;
	color: #FFFFFF;
}
#wrapper {
	margin: 0 auto;
	width: 920px;
	display: table;
	background: url(images/body_mainbg.png);
	}
	
#header {
	height: 170px;
	margin: 0;
	text-align: left;
	margin-left: 21px;
	}
	
#logo_button {
	background: transparent;
	width: 393px;
	height: 56px;
	margin-top: 100px;
	margin-left: 23px;
	cursor: pointer;
	}
	
#body_main {
	width: 900px;
	margin: 0 auto;
	margin-top: 0px;
	}

/*left column styles*/	
#left_col {
	float: left;
	width: 144px;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 16px;
	
	}
	
#search_box {
	margin-bottom: 35px;
	}
	
/*left column: navigation*/
#navigation {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-align: left;
	}
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#navigation li a {
	display: block;
	background: url(images/button_normal.gif) no-repeat;
	height: 34px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 33px;
	text-transform: uppercase;
	padding-left: 25px;
	background-color: #EFEBDE;
	font-weight: bold;
	}

/*fix IE issue*/
html>body #navigation li a {
	width: auto;
	}
	
#navigation li a:hover {
	color: #ffffff;
	background-image: url(images/button_over.gif);
	}
	
#nav_shad {
	background: url(images/nav_shadow.png) no-repeat;
	height: 72px;
	}
	
/*right column styles*/	
#right_col {
	float: right;
	width: 720px;
	margin-bottom: 3px;
	background: url(images/right_colmetal.gif);
	margin-right: 16px;
	}
	
#content_area {
	}

#right_inner {
	width: 700px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-image: url(images/right_innerbg.gif);
	}

#darkbar_large {
	background: url(images/right_largebar.gif) no-repeat;
	height: 98px;
	}
	
#darkbar_display {
	background: url(images/right_largebar_display.gif) no-repeat;
	height: 98px;
	}

#content {
	text-align: justify;
	padding: 2px 2px 2px 2px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(images/right_innerbg.gif);
	}
	/*background: url(images/right_innerbg.gif) repeat-y;*/
#foot_info {
	width: 691px;
	height: 70px;
	margin-left: 9px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 34px;
	color: white;
	font-size: 0.9em;
	background-color: #FFFFFF;
	}
	
/*footer styles*/
#footer {
	margin: 0 auto;
	width: 920px;
	background: url(images/footer.png) no-repeat;
	height: 24px;
	}
#footer_logo {
	background: url(images/dealerlink_logo.png) no-repeat;
	width: 287px;
	height: 58px;
	cursor: pointer;
	}
	
/*classes*/
a:link.nounder,
a:visited.nounder,
a:hover.nounder {
	text-decoration: none;
	}
	
.left_bar {
	background: url(images/left_smallblock.gif) no-repeat;
	height: 31px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #CCCCCC;
	}
	
.right_bar {
	background: url(images/right_longblock.gif) no-repeat;
	height: 31px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #E5E5E5;
	text-align: left;
	}
	
.search {
	padding-left: 15px;
	color: #9fca93;
	text-align: left;
	font-size: 1.1em;
	margin: 0;
	display: table;
	}
	
.select_bar {
	width: 100px;
	}
