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  { 
	text-align: left;
	}
div.photos td, div.photos td p  { 
	text-align: left;
	}

div.photos td a img { 
	border: none;
	}

img.space {
	padding: 2px 20px 5px 0px;
	border: none;
}



.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: 10px; }

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

.buttons {display:block; width:550px; padding-top:15px;}

.leftButton  {float:left; font-family: Arial; font-size: 12px; font-weight: bold; font-style: normal; line-height: 14px; width:50%; }
.titProd {float:left; font-family: Arial; font-size: 12px; font-weight: bold; font-style: normal; line-height: 14px; color: #884a14; width:50%; }

.rightButtons {float:left; text-align:right; width:50%;}

.rightButtons a img {border:0;}
form.spButtons {display:inline;}

.clearAll { clear:both;}


/* LEFT NAV BAR */

ul {
	font: bold 10px Trebuchet MS;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 164px; /* Width of Menu Items */
	border-bottom: 1px solid #c8c8a2;
	text-align: left;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 164px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #865224;
	background: #fff; /* IE6 Bug */
	padding: 4px;
	padding-left: 10px;
	border-top: 1px solid #c8c8a2;
	border-bottom: 0;
	}
ul li a:hover {
	display: block;
	text-decoration: none;
	color: #865224;
	background: #efeedd; /* IE6 Bug */
	padding: 4px;
	padding-left: 10px;
	border-top: 1px solid #c8c8a2;
	border-bottom: 0;
	}
	

/* Sub Menu Styles */
li ul li a {
	display: block;
	text-decoration: none;
	color: #865224;
	background: #efeedd; /* IE6 Bug */
	padding: 4px;
	padding-left: 10px;
	border: 1px solid #c8c8a2;
	border-bottom: 0;
	} 
li ul li a:hover {
	display: block;
	text-decoration: none;
	color: #efeedd;
	background: #865224; /* IE6 Bug */
	padding: 4px;
	padding-left: 10px;
	} 
	
/* 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 */

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


