body { background: #E3E6EB url('../../media/images/pagebg.jpg') repeat-x; }
h1, h2, h3 { color: #6c5438; }

a, a:visited { color: #6c5438; text-decoration: underline; }
a:hover { color: #7a5f41; text-decoration: underline; }

#headermenu { background: url('../media/images/headermenu.gif') 0 0 no-repeat; }
#headermenu a { background: url('../media/images/headermenu.gif') 0 0 no-repeat; }

#contentmenu2 {
	background: url('../media/images/headermenu_bk.gif') 0 0 no-repeat;
}

#footermenu { background: url('../../media/images/footermenu.jpg') 0 0 no-repeat; }

#footermenu a { background-image: url('../../media/images/footermenu.jpg'); }

#specs_table .caption_row td { background-image: url('../../media/images/table_header_bg.gif'); }

#find-my-dealer-container { background-image: url('../../media/images/shopnow_blank.gif'); }

.div_header { 
	background-image: url('../../media/images/table_header_bg.gif');
	border: 1px solid #b0987c;
}

.div_body {
	padding-bottom: 5px;
	background-color: #f1e9df;
	border: 1px solid #b0987c;
}


#specs_table {
	position: relative;
	/*width: 850px;*/
	
	margin: 0px 0px 20px 10px;
	padding-bottom: 5px;
	background-color: #f1e9df;
	border: 1px solid #c4a98a;
}
#specs_table tr { }
		
#specs_table td {
	min-width: 90px;
	padding-left: 2px;
}
		
#specs_table .specs_header_row td { 
	font-weight: bold; 
	background-color: #efddc8;
}


#specs_table .enlarged {
	display:none;
	position:absolute; 
	top:200px;
	padding: 20px;
	text-align: center;
	background-color: #efefef;
	border: 1px solid #333;
}


