body { margin: 0; padding: 0; background-color: #36392f; }

td { font-family: Arial; font-size: 11px; font-style: normal; line-height: 14px; color: #884a14; }

.copy { font-family: Arial; font-size: 11px; font-style: normal; line-height: 14px; color: #884a14}

a, a:hover, a.active { font-family: Arial; font-size: 11px; font-style: normal; line-height: 14px; color: #884a14; text-decoration: underline}

.copyright { font-family: Arial; font-size: 10px; font-style: normal; line-height: 14px; color: #6c6e67;}

span.pagenav a { 
	padding: 0 3px 0 3px;
	}

span.pagenav b { 
	padding: 0 3px 0 3px; 
	}

div.photos td a img { 
	border: solid 1px #666;
	}



.welcome { font-family: Arial; font-size: 11px; font-style: normal; line-height: 20px; color: #884a14; }

.header { font-family: Arial; font-size: 12px; font-weight: bold; font-style: normal; line-height: 14px; color: #884a14; padding-bottom: 0px; margin-bottom: 5px; margin-top: 26px; }

.producthead { font-family: Arial; font-size: 11px; font-weight: bold; font-style: normal; line-height: 18px; color: #884a14; }


/* TOP MENU*/
#divNav { border-bottom: 1px solid #c8c8a2; height: 22px; background-color: #fff;}
ul {
	font: bold 10px Trebuchet MS;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: inline;
	color: #865224;  
	}
ul li {
	margin: 0;
	padding:0;
	float: left;
	display: block;
	height: 26px;
	width: 90px;
	text-align: center;
	}
ul li.medium {
	margin: 0;
	padding:0;
	float: left;
	display: block;
	height: 26px;
	width: 106px;
	text-align: center;
	}
ul li.sml {
	margin: 0;
	padding:0;
	float: left;
	display: block;
	height: 26px;
	width: 77px;
	text-align: center;
	}
	
li ul {
	position: relative;
	top: 25px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	text-align: center;
	}

	
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #865224;
	background: #fff; /* IE6 Bug */
	padding: 4px;
	padding-left: 10px;
	padding-right: 5px;
	border-right: 1px solid #c8c8a2;
	}
ul li.contact a {
	display: block;
	text-decoration: none;
	color: #865224;
	background: #fff; /* IE6 Bug */
	padding: 4px;
	padding-left: 10px;
	padding-right: 5px;
	border-right: none;
	}
ul li a:hover {
	display: block;
	text-decoration: none;
	color: #865224;
	background: #efeedd; /* IE6 Bug */
	}
	
/* Sub Menu Styles */
li ul li a {
	display: block;
	text-decoration: none;
	color: #865224;
	background: #efeedd; /* IE6 Bug */
 	width: 116px;
	height: 19px;
	border: 1px solid #c8c8a2;
	} 
li ul li a:hover {
	display: block;
	text-decoration: none;
	color: #efeedd;
	background: #865224; /* IE6 Bug */
	} 


li:hover ul, li.over ul { display: block; } /* The magic */

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
* html ul li a:hover { height: 1%; }
/* End */
