body {
	margin: 18px 0px 18px 0px;
	padding: 0px;
	text-align: center;
	background: url('/images/background.gif') top left repeat #3E2015;
}

table.container {
	border-left: 0px solid black;
	border-right: 0px solid black;
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	font-family: arial, verdana, sans-serif;
	color: black;
	font-size: 10pt;
}

td {
	margin: 0px;
	padding: 0px;
}

td.header {
	height: 152px;
}

td.nav {
	background: url('/images/nav_background.jpg') top left repeat-y #FFFCD7;
	font-size: 12pt;
	font-family: times new roman, serif;
}

td.nav p {
	padding: 15px 0px 0px 9px;
	margin: 0px;
	font-weight: bold;
}

td.nav p.sub {
	padding: 5px 0px 0px 9px;
	margin: 0px;
	font-weight: normal;
}


/*-- MAIN CONTENT STYLES --*/
td.content {
	padding: 33px 5px 15px 0px;
}

td#cnorm {background: url('/images/content_background.jpg') top right no-repeat #FFFCD7;}
td#chome {background: #FFFCD7 url('/images/home_content_background.jpg') top right no-repeat;}

table.homenav {
	margin: 20px 0px 15px 0px;
	width: 627px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	font-family: times new roman, serif;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-bottom: 2px dashed #EDE8B8;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	font-family: times new roman, serif;
	color: #3B713D;
	margin: 10px 0px 3px 0px;
	padding: 10px 0 0 0;	
}

td.content p {
	margin: 0px 8px 10px 15px;
	padding: 0px;
}

table#showroom {
	width: 100%;
	margin-bottom: 5px;
}

table#showroom th {
	font-size: 15pt;
	color: #3B713D;
	font-family: times new roman, serif;
	text-align: left;
}

table#showroom td {
	padding: 0px 0px 10px 0px;
	font-size: 9pt;
	text-align: center;
	width: 33%;
}

table#showroom td a:link {color: black; text-decoration: none;}
table#showroom td a:visited {color: black; text-decoration: none;}
table#showroom td a:hover {color: black; text-decoration: underline;}
table#showroom td a:active {color: red; text-decoration: underline;}

table#showroom td img {
	padding: 2px; 
}

table#showroom td img#detail {
	padding: 3px;
	border: 1px solid #EDE8B8;
}

/*-- END MAIN CONTENT STYLES --*/

/*-- FOOTER STYLES --*/
td.footer {
	height: 64px;
	padding-top: 48px;
	color: #5C5C5C;
	font-size: 8pt;
	text-align: center;
}

td#fnorm {background: url('/images/footer.jpg') no-repeat #FFFCD7;}
td#fhome {background: url('/images/footer_home.jpg') no-repeat #FFFCD7;}

td.pwd {
	color: #5C3C30;
	font-size: 8pt;
	text-align: center;
}

td.pwd a:link {color: #5C3C30; text-decoration: none;}
td.pwd a:visited {color: #5C3C30; text-decoration: none;}
td.pwd a:hover {color: #7A5B4F; text-decoration: underline;}
td.pwd a:active {color: #00f; text-decoration: underline;}




/*-- END FOOTER STYLES --*/