/*********** Containers ***********/
body {
margin: 0px;
padding: 0px;
border: 0px;
}
div.mainCont {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 851px;
	clear: both;
}
div.topPageWidthCont {
	clear: both;
	background-color: #795200;
}
div.overMenuCont {
	width: 146px;
}
div.topMenuCont {
	clear: right;
	float: right;
	width: 690px;
	padding-left: 5px;
}
div.leftMenuCont {
	width: 146px;
}
div.rightPageTextCont {
	clear: right;
	float: right;
	width: 690px;
	padding-left: 2px;
	padding-top: 10px;
}
div.leftColCont {
	width: 48%;
	text-align: justify;
}
div.rightColCont {
	clear: right;
	float: right;
	width: 48%;
	text-align: center;
}
div.productCont {
	width: 49%;
	float: left;
	position:relative;
}
div.footerCont {
	clear: both;
	padding-left: 5px;
	padding-top: 15px;
}
div.footerLeftCont {
	width: 48%;
	text-align: left;
	padding-left: 15px;
}
div.footerRightCont {
	clear: right;
	float: right;
	width: 48%;
	text-align: right;
	padding-right: 15px;
}
div.mapCont {
	clear: right;
	float: right;
	width: 390px;
	text-align: center;
}
div.rightCont {
	clear: right;
	float: right;
	width: 72%;
	text-align: left;
}
div.leftCont {
	width: 25%;
	text-align: left;
}
#left {
	position:relative;
	left: 0px;
}
#center {
	position:absolute;
	margin-left: 195px;
	width: 400px;
	color: #336633;
	margin-bottom: 10px;
}
/*********** # navBar link styles ***********/

ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 00px 0px 00px;
	background-color: #795200;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 1px 6%;
	background-color: #336633;
	font: bold 0.75em /1.5 arial, sans-serif;
	color: #fff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #FFFFFF;
	color: #336633;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;

	}

ul#mainnav ul.subnav li a {

	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #795200;
	border: 0px solid yellow;
	}

ul#mainnav ul.subnav li a:hover {
	color: #FFFFFF;
	background-color: #795200;
	}
	
table.displays {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #993366;
}

.thumbimage {
	padding-top: 10px;
}
body {
	color: #795200;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
 #nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px 30px;
	background-color: #795200;
	font-size: 13px;
	}
#nav ul li{
   display : inline;
}
#nav ul li a{
	margin: 0px 0px 0px 0px;
	padding-left : 1.5em;
    padding-right : 1.5em;
	background-color: #336633;
	font-weight: bold;	
	color: #fff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}
#nav ul li a:hover{
	color: #336633;
	background-color: #FFFFFF;
}
ul#mainnav li#current a {
	color: #FFFFFF;
	background-color: #795200;
}
ul#mainnav li#current a:hover {
	color: #FFFFFF;
	background-color: #795200;
}
.whiteText {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: underline;
	padding-bottom: 5px;
}
h2 {
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	color: #336633;
	margin: 0px;
	padding: 0px;	
}
.redText {
	color: #FF0000;
	font-size: 12px;
}
.discount {
	font-weight: bold;
	text-decoration: line-through;
}
.salePrice {
	color: #FF0000;
}

/*********** The detail page ***********/
div.detMainCont {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 542px;
}
div.detTextCont {
	clear: right;
	float: right;
	width: 230px;
	padding-left: 5px;
}
h2.detail {
	margin: 0px;
	padding: 0px;
}
p.noMargin {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div.detListCont {
	clear: both;
	width: 230px;
	padding-left: 5px;
}
div.detPriceCont {
	clear: right;
	float: right;
	width: 130px;
	padding-left: 5px;
}
div.clearBoth {
	clear: both;
}
img.hasLink  {
	border: 0px;
}
.boldtext {
	font-weight: bold;
}