html {
	background-color: #352D1C;
	}

body {
	/*background: url(../images/bg.png) no-repeat center top;*/
	/*background: url(../images/brick.png) repeat;*/
	font-family: tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	/*position: fixed;*/
	color: #000;
	}
	
a, a:visited {
	color: #4A692E;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#wrapper {
	width: 100%;
	background-color: #f9f6ef;
	position: relative;
	}
	
#top {
	width: 100%;
	background: url(../images/topNavBg.png) repeat-x bottom left #f9f6ef;
	height: 90px;
	}
	
#middle {
	width: 100%;
	background: url(../images/middleBg.png) repeat-y center;
	}
	
#bottom {
	width: 100%;
	background: url(../images/bottomNavBg.png) repeat-x;
	height: 98px;
	}
	
#header {
	width: 975px;
	margin: 0 auto 0 auto;
	height: 61px;
	position: relative;
	z-index: 9999999;
	}
	
#headerCol1 {
	width: 355px;
	float: left;
	padding: 22px 0 0 0;
	}
	
#headerCol2 {
	background: url(../images/searchBg.png) no-repeat bottom right;
	width: 321px;
	float: right;
	height: 61px;
	color: #fff;
	}
	
#searchBox {
	padding: 35px 0 0 6px;
	*padding: 15px 0 0 6px;
	}

.searchButton {
	background:url(../images/goBtn.png) no-repeat bottom;
	width:17px;
	height:18px;
	border:none;
	cursor:pointer;
	}
	
#mainContent {
	background: url(../images/mainBg.png) repeat-y;
	position: relative;
	margin: 0 auto 0 auto;
	width: 975px;
	padding: 8px 0 8px 0;
	}
	
#col1 {
	width: 172px;
	margin: 0 8px 0 8px;
	float: left;
	}
	
#col2 {
	width: 771px;
	margin: 0 8px 0 8px;
	float: right;
	}
	
.colClear {
	clear: both;
	}
	
.leftTop {
	background: url(../images/leftTop.png) no-repeat;
	width: 172px;
	height: 24px;
	}
	
.leftTop2 {
	background: url(../images/leftTop.png) no-repeat;
	width: 172px;
	height: 24px;
	margin: 8px 0 0 0;
	}
	
.leftMiddle {
	background: url(../images/leftMiddle.png) repeat-y;
	width: 172px;
	}
	
.leftMiddleContent {
	padding: 1px 0 0 5px;
	}
	
.leftBottom {
	background: url(../images/leftBottom.png) no-repeat;
	width: 172px;
	height: 5px;
	}
	
.leftTitle {
	font-size: 11pt;
	color: #fff;
	padding: 2px 0 0 6px;
	}
	
.leftBrand {
	width: 150px;
	border-right: solid 1px #787878;
	overflow: hidden;
	margin: 6px 0 6px 0;
	}
	
#col1 a, #col1 a:visited {
	color: #000;
	text-decoration: underline;
	font-size: 10pt;
	}
	
#col1 a:hover {
	color: #988965;
	text-decoration: underline;
	font-size: 10pt;
	}
	
#rotating {
	background: url(../images/contentBg.png) no-repeat;
	width: 771px;
	height: 240px;
	}
	
#slideshow {
 position:relative;
 height:238px;
 width:372px;
 }
  
#slideshow IMG {
 position:absolute;
 top:0;
 left:0;
 z-index:8;
 cursor:pointer;
 }
 
#slideshow IMG.active {
 z-index:10;
 }
 
#slideshow IMG.last-active {
 z-index:9;
 }
 
#rotatingCol1 {
	padding: 1px 0 0 1px;
	width: 372px;
	float: left;
	}
	
#rotatingCol2 {
	width: 178px;
	float: left;
	padding: 1px 0 0 0;
	text-align: center;
	}
	
#rotatingCol2Content {
	padding: 5px 0 0 0;
	}
	
#rotatingCol3 {
	width: 220px;
	float: right;
	font-size: 9pt;
	color: #372D0A;
	}
	
#rotatingCol3Content {
	padding: 5px 0 0 6px;
	}
	
#topNav {
	padding: 3px 0 0 0;
	}

/*Menu Horizontal*/
ul#navmenu-h { 
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul#navmenu-h ul {
	width: 180px; /* Sub Menu Width */
	margin: 0 0 0 -40px;
	*margin: 0 0 0 0px;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul {
	top: 0;
	left: 100%;
}

ul#navmenu-h li {
	float: left;
	display: inline;
	position: relative;
}

ul#navmenu-h ul li {
	width: 100%;
	display: block;
}

/* Root Menu */
ul#navmenu-h a {
	/*border-top: 1px solid #FFF;*/
	border-right: 1px solid #6A603F;
	padding: 1px 19px 3px 19px;
	float: left;
	display: block;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	height: 1%;
	position: relative;
	z-index: 99999999;
	margin: 0 0 4px 0;
}

ul#navmenu-h .special a {
	/*border-top: 1px solid #FFF;*/
	border-right: 1px solid #6A603F;
	padding: 1px 18px 3px 0;
	float: left;
	display: block;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	height: 1%;
	position: relative;
	z-index: 99999999;
}

ul#navmenu-h .special2 a {
	/*border-top: 1px solid #FFF;*/
	border-right: none;
	background: url(../images/cart.png) no-repeat left;
	padding: 1px 0 3px 24px;
	margin: 0 0 0 18px;
	float: left;
	display: block;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	height: 1%;
	position: relative;
	z-index: 99999999;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
	color: #CBC2A5;
	text-decoration: none;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
	border-bottom: 1px solid #261B03;
	border-right: 1px solid #261B03;
	border-left: 1px solid #261B03;
	float: none;
	background-color: #F9F6EF;
	color: #352C09;
	text-decoration: none;
	padding: 5px 0 5px 8px;
	margin: 0;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
	background-color: #8C7A51;
	color: #fff;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
	background: #000;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #B09F77;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: #B09F77;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #333;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul {
	display: none;
}

ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
/*End Menu Horizontal*/

.brownHeader {
	background: url(../images/brownBg.png) no-repeat;
	width: 771px;
	height: 23px;
	margin: 8px 0 0 0;
	}
	
.brownTitle {
	color: #ffffff;
	font-size: 11pt;
	padding: 1px 0 0 8px;
	}
	
.catHome {
	background: url(../images/catBg.png) no-repeat;
	width: 123px;
	height: 161px;
	float: left;
	margin: 8px 0 0 0;
	padding: 0 6px 0 0;
	text-align: center;
	}
	
.catHome img {
	padding: 12px 0 8px 0;
	}
	
.catHome a, .catHome a:visited, .catHomeLast a, .catHomeLast a:visited {
	text-decoration: none;
	color: #89807c;
	}
	
.catHome a:hover, .catHomeLast a:hover {
	text-decoration: none;
	color: #372e0a;
	}
	
.catHomeLast {
	background: url(../images/catBg.png) no-repeat;
	width: 123px;
	height: 161px;
	float: left;
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}
	
.catHomeLast img {
	padding: 12px 0 8px 0;
	}
	
.favHome {
	background: url(../images/favBg.png) no-repeat;
	width: 185px;
	height: 162px;
	float: left;
	margin: 8px 0 0 0;
	padding: 0 10px 0 0;
	text-align: center;
	}
	
.favHome img, .favHomeLast img {
	padding: 6px 0 0 0;
	}
	
.favHomeLast {
	background: url(../images/favBg.png) no-repeat;
	width: 185px;
	height: 162px;
	float: left;
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}
	
.test {
	margin: 8px 0 0 0;
	color: #372e0a;
	}
	
.homeInfo {
	font-size: 13pt;
	border-top: solid 1px #372D0A;
	border-bottom: solid 1px #372D0A;
	color: #372D0A;
	margin: 4px 6px 5px 0;
	padding: 5px 0 5px 0;
	}
	
.imgBor {
	border: solid 1px #372D0A;
	margin: 0 0 3px 0;
	}
	
.imgBor2 {
	border: solid 1px #372D0A;
	}
	
#footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 975px;
	}
	
#bottomNav {
	margin: 0;
	padding: 0;
	}
	
#bottomNav li {
	list-style-type: none;
	float: left;
	}
	
#bottomNav li a, #bottomNav li a:visited {
	border-right: 1px solid #6A603F;
	padding: 1px 19px 3px 19px;
	float: left;
	display: block;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	position: relative;
	margin: 3px 0 0 0;
	}

#bottomNav .special a, #bottomNav .special a:visited {
	border-right: 1px solid #6A603F;
	padding: 1px 19px 3px 0;
	float: left;
	display: block;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	margin: 3px 0 0 0;
	}

#bottomNav .special2 a, #bottomNav .special2 a:visited {
	border-right: none;
	padding: 1px 0 3px 19px;
	float: left;
	display: block;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	margin: 3px 0 0 0;
	}
	
#bottomNav li a:hover, #bottomNav .special a:hover, #bottomNav .special2 a:hover {
	color: #CBC2A5;
	text-decoration: none;
	}
	
#brownBottom {
	width: 975px;
	height: 46px;
	margin: 4px 0 0 0;
	}
	
#brownBottomCol1 {
	width: 400px;
	float: left;
	margin: 7px 0 0 0;
	}
	
#brownBottomCol2 {
	width: 575px;
	float: right;
	color: #ffffff;
	text-align: right;
	margin: 12px 0 0 0;
	}
	
#newSign {
	float: right;
	}
	
#copyright {
	font-size: 9pt;
	color: #fff;
	margin: 4px 0 0 0;
	}
	
#emagine {
	font-size: 9pt;
	color: #fff;
	margin: 4px 0 0 0;
	float: right;
	}
	
#emagine a, #emagine a:visited {
	color: #CBC2A5;
	text-decoration: underline;
	}
	
#light {
	background: url(../images/light.png) right no-repeat;
	width: 220px;
	height: 351px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	color: #372D0A;
	border-bottom: solid 1px #988965;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	}
	
h3 a, h3 a:visited {
	text-decoration: none;
	}
	
.prodBg {
	background: url(../images/prodBg.png) no-repeat;
	width: 200px;
	height: 200px;
	}
	
.prodBgDisplay {
	background: url(../images/prodBgDisplay2.png) no-repeat;
	width: 350px;
	height: 160px;
	}
	
.tanLine {
	height: 1px;
	background-color: #988965;
	}
	
.prodCol1 {
	float: left;
	width: 150px;
	margin: 0 0 0 3px;
	}
	
.prodCol1 img {
	margin: 0;
	padding: 0;
	/*margin: -26px 0 0 0;*/
	}
	
.prodCol2 {
	width: 180px;
	float: right;
	margin: 5px 5px 0 0;
	}
	
.prodCol2 a, .prodCol2 a:visited {
	color: #372D0A;
	}
	
.prodCol2 a:hover {
	color: #4A692E;
	}
	
.sortBy {
	float: right;
	}
	
.catPage {
	padding: 0 0 5px 0;
	}
	
.catPageSelect {
	padding: 7px 0 7px 0;
	}
	
.displayBg {
	background: url(../images/displayBg.png) no-repeat;
	width: 380px;
	height: 435px;
	margin: 0 auto 0 auto;
	text-align: center;
	}