body {
	text-align: center;
	background-image: url(images/metalbg.gif);
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	}
.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.2em;
	margin-bottom: 12px;
	}
.clickableTD {
	cursor: hand;
}
.rebateText {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
.vehicleMenu {
	background-color: #000000;
}
.mainTable{
	width: 700px;
}
#wrapper {
	margin: 0 auto;
	width: 920px;
	display: table;
	background: url(images/body_mainbg.png);
	}
	
#header {
	background: url(images/header.png) no-repeat;
	height: 182px;
	margin: 0;
	text-align: left;
	}
	
#logo_button {
	background: transparent;
	width: 393px;
	height: 56px;
	margin-top: 100px;
	margin-left: 23px;
	cursor: pointer;
	}
	
#body_main {
	width: 880px;
	margin: 0 auto;
	}

/*left column styles*/	
#left_col {
	float: left;
	width: 130px;
	margin-bottom: 5px;
	text-align: left;
	background: url(images/left_colbg.gif) no-repeat #cbcbcb;
	}
	
#search_box {
	margin-bottom: 35px;
	}
	
/*left column: navigation*/
#navigation {
	padding: 0;
	margin: 0;
	margin-top: -9px;
	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: #acb6c0;
	line-height: 33px;
	text-transform: uppercase;
	padding-left: 25px;
	}

/*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: 718px;
	margin-bottom: 3px;
	background: url(images/right_colmetal.gif);
	}
	
#content_area {
	}

#right_inner {
	width: 701px;
	margin-bottom: 5px;
	margin-left: 9px;
	margin-right: 10px;
	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 {
	background: url(images/right_innerbg.gif) repeat-y;
	text-align: justify;
	padding: 7px 10px 7px 7px;
	color: #cbcbcb;
	}
	
#foot_info {
	width: 701px;
	height: 35px;
	margin-left: 9px;
	margin-right: 10px;
	margin-bottom: 5px;
	background: #191d22;
	text-align: left;
	line-height: 34px;
	color: white;
	font-size: 0.9em;
	}
	
/*footer styles*/
#footer {
	margin: 0 auto;
	width: 920px;
	background: url(images/footer.png) no-repeat;
	height: 24px;
	}
	
/*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: white;
	}
	
.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: white;
	text-align: left;
	}
	
.search {
	padding-left: 15px;
	color: #9fca93;
	text-align: left;
	font-size: 1.1em;
	margin: 0;
	display: table;
	}
	
.select_bar {
	width: 100px;
	}