#siteWrapper {
	width: 1001px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #ccc;
}
#header {
	height: 120px;
	padding: 0px;
	margin: 0px;
	background: url("header-bg.gif") no-repeat top right;
}
/* IE6 Only */
* html #header {
	margin-bottom: -3px;
}
#logo {
	float: left;
	width: 400px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}
#headerNav {
	float: left;
	padding: 10px 0px 10px 80px;
	margin: 0px;
	width: 520px;
}
#cartCont {
	float: left;
	width: 590px;
	height: 60px;
	padding: 15px 10px 0px 0px;
	margin: 0px;
}
#cartSummary {
	border: 1px solid #7e6357;
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #534042;
	float: right;
	width: 160px;
}
.cartDetails {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 12px;
}
#cartSummary a {
	text-decoration: none;
	font-weight: bold;
	padding: 1px 5px;
	background: #0ccccc url("palette-bg.jpg") repeat-x 0 -100px;
	border: 1px solid #ccc;
	color: #fff;
	line-height: 1.4em;
	font-size: 11px;
}
#cartSummary a:hover {
	background: #534042 url("palette-bg.jpg") repeat-x 0 0;
}
#siteNavContainer {
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0px 50px;
	background: #fff;
	background: #534042 url("palette-bg.jpg") repeat-x 0 0;
	clear: both;
	height: 2.3em;
}
#siteNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-left: 1px solid #ccc;
}
#siteNav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#siteNav a {
	float: left;
	color: #fff;
	text-decoration: none;
	line-height: 2.3em;
	font-weight: bold;
	padding: 0px 10px;
	background: #534042 url("palette-bg.jpg") repeat-x 0 0;
	border-right: 1px solid #ccc;
}
#siteNav a:hover {
	background: #0ccccc url("palette-bg.jpg") repeat-x 0px -100px;
}
#dropDownContainer {
	color: #534042;
	padding: 3px 0px 3px 15px;
	background: url("palette-bg.jpg") repeat-x 0px -100px;
	border-top: 1px solid #ccc;
	height: 2.4em;
}
.dropDown {
	float: left;
	padding: 3px 40px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.searchCont {
	float: left;
	padding: 3px 20px 3px 20px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.dropDown select {
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#contentWrapper {
	width: 1001px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	clear: both;
}
.clear {
	clear: both;
}
#left {
	width: 170px;
	float: left;
	padding: 0px 0px 10px 15px;
	margin: 0px;
}
#search {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	background: #ffffff;
}
.advancedSearch {
	font-weight: bold;
}
.sidebarBottom {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	height: 10px;
	background: url("sidebar-bottom-bg.gif") no-repeat bottom;
}
#deptHeader, #bestSellersHeader, #newProductsHeader, #searchHeader, #cartHeader {
	padding: 8px 0px 6px 7px;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	font-size: 120%;
	background: url("sidebar-header.gif") no-repeat 0 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fff;
}
#cartHeader {
	margin: 0px;
	width: 163px;
	background: url("sidebar-header.gif") no-repeat -340px 0;
}
#bestSellersHeader, #newProductsHeader {
	background: url("sidebar-header.gif") no-repeat -340px 0;
}
#deptNavContainer {
	width: 170px;
}
#deptNav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 170px;
}
#deptNav li {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#deptNav a {
	display: block;
	color: #FFF;
	background: #7e6357 url("palette-bg.jpg") repeat-x 0px -50px;
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	font-size: 12px;
}
#deptNav a:hover {
	color: #FFF;
	background: #0ccccc url("palette-bg.jpg") repeat-x 0px -100px;
}
#bestSellersContainer, #newProductsContainer {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	padding: 5px 4px;
	margin: 0px;
	text-align: center;
	width: 160px;
}
#bestSellersContainer br, #newProductsContainer br {
	clear: both;
}
#bestSellersContainer a:link, #bestSellersContainer a:visited, #newProductsContainer a:link, #newProductsContainer a:visited {
	text-decoration: none;
}
#bestSellersContainer a:hover, #bestSellersContainer a:active, #newProductsContainer a:hover, #newProductsContainer a:active {
	text-decoration: underline;
}
#mainWrapper {
	width: 785px;
	float: left;
	padding: 0px 15px;
	margin: 0px;
	min-height: 600px;
}
/* IE6 Only */
* html #mainWrapper {
	height: 600px;
}
#topMain {
	margin: 15px 0px 0px 0px;
	padding: 0px 15px;
	height: 10px;
	background: url("main-top-bg.gif") no-repeat;
	width: 755px;
}
#middleMain {
	margin: 0px;
	padding: 5px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	clear: both;
	width: 753px;
}
#bottomMain {
	margin: 0px;
	padding: 0px 15px;
	height: 10px;
	background: url("main-bottom-bg.gif") no-repeat bottom;
	clear: both;
	width: 755px;
}
.sidebarImageHolder {
	margin: 20px 0px;
}
#footerHeader {
	margin: 0px;
	height: 30px;
	padding: 10px 0px 0px 10px;
	background: #7e6357 url("palette-bg.jpg") repeat-x 0px -50px;
	clear: both;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#footerLinksContainer {
	margin: 0px;
	padding: 5px 0px;
	clear: both;
}
.footerLinks {
	margin: 0px;
	padding: 5px 10px 20px 10px;
	width: 180px;
	float: left;
	font-size: 10px;
}
.footerLinks h4 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	color: #534042;
}
.footerLinks ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.footerLinks a:link, .footerLinks a:visited {
	color: #7e6357;
}
.footerLinks a:hover, .footerLinks a:sctive {
	color: #0ccccc;
}
#footer {
	clear: both;
	text-align: center;
	padding: 6px 0px 4px 0px;
	margin: 0px;
	background: #0ccccc url("palette-bg.jpg") repeat-x 0px -100px;
	color: #FFF;
	height: 18px;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.duplicateTable td {
	vertical-align: top;
	width: 25%;
}
