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

a, a:visited { color: #45486c; text-decoration: underline; }
a:hover { color: #05082d; 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'); }
#internet-specials-table .caption_row td { background-image: url('../media/images/table_header_bg.gif'); }
#find-my-dealer-container { width:870px; height:464px; background: url('../media/images/shopnow_blank.gif') no-repeat; }
.div_header { background-image: url('../media/images/table_header_bg.gif'); }


#footer {
	margin:0 auto;
	width: 901px;
	font-size: 10px;
	color: #4c3c25;
    text-align: left;
}

.copyright {
	padding-top: 0;
	text-align: center;
	font-size: 9px;
	color: #c4a98a;

}

/* *
 * Specifications Table
 */
 
#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 .specs_note td { 
	font-weight: bold; 
	color: #ED0712;
}

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

/* *
 * Floorplans on specs page
 */
 .specfloorplanimage { cursor:pointer; z-index:1; }
 .specfloorplanimageenlarged { z-index:5;display:none; width:800px; position:absolute; bottom:80px; left:23px; margin:0; padding:10px; background-color:#fff; border:1px solid #76624c; text-align:center; }



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


.column { width:50%; float:left; }

/* *
 * Internet Specials Table
 */
#internet-specials-table {
	position: relative;
	width: 850px;
	margin: 10px 0px 20px 10px;
	padding-bottom: 5px;
	background-color: #edcfad;
	border: 1px solid #a88d6e;
}
#internet-specials-table tr { }
		
#internet-specials-table td {
	min-width: 90px;
	padding: 4px 4px 4px 4px;
	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.internet-special { float:left; width: 200px; height:78px; margin: 1px; padding-bottom: 4px; background-color: #dabd9c; border: 1px solid #333333; overflow:hidden;}

