#wrapper {
	width: 1003px;
	margin: 0px auto;
	padding: 0px;
}
#header {
	height: 100px;
	padding: 0px;
	margin: 0px;
}
#siteNavContainer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 29px;
}
#flagNav {
	float: left;
	width: 167px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	height: 27px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #999999 url("siteNav-bg.gif") repeat-x bottom;
}
#flagNav img {
	margin: 0px 2px;
}
#left {
	width: 180px;
	float: left;
	padding: 0px 10px 20px 0px;
	margin: 0px;
	clear: both;
}
#searchArea, #joinusArea{
	border: 1px solid #999;
	border-bottom: none;
	margin: 0px;
	padding: 10px 5px 3px 5px;
	background: #fff;
}

#joinusArea{
	text-align : center;
}
.advancedSearch {
	font-weight: bold;
}
#deptHeader, #bestSellersHeader, #newProductsHeader, #cartHeader, #searchHeader, #custInfo, #shopByHeader, #joinUs {
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 16px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: #999999 url("sidebarHeader.gif") no-repeat;
	color: #fff;
	text-align: center;
}
#shopByContainer {
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	text-align: center;
	padding: 12px 2px 2px 2px;
	background: #fff;
}
#shopByContainer img {
	border: none;
	margin: 0px 2px;
}
#deptNavContainer, #custNavContainer {
	width: 180px;
}
#deptNav, #custNav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 180px;
	float: left;
}
#deptNav li, #custNav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}
#deptNav a, #custNav a {
	display: block;
	color: #333333;
	background: #fff;
	border: 1px solid #999;
	border-top: none;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	font-size: 12px;
}
#deptNav a:hover, #custNav a:hover {
	color: #fff;
	background: #000;
}
.sidebarBottom {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 8px;
	background: url("sidebarBottom.gif") no-repeat bottom;
}
#bestSellersContainer, #newProductsContainer {
	border: 1px solid #999;
	border-bottom: none;
	padding: 6px 6px 3px 6px;
	margin: 0px;
	text-align: center;
	background: #fff;
}
#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;
}
#main {
	width: 595px;
	float: left;
	padding: 20px 10px;
	margin: 0px;
	min-height: 600px;
}
#slideshow {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
}
#breadcrumbOuter {
	border-left: 1px solid #999;
	background: url("breadcrumb-inner-last-bg.gif") no-repeat right center;
	height: 27px;
	margin: 0px 0px 15px 0px;
}
.breadcrumbInner {
	padding: 6px 8px 0px 8px;
	height: 21px;
	float: left;
	background: url("breadcrumb-inner-bg.gif") no-repeat right center;
}
.addToCart {
	margin: 8px 0px;
}	
.productIcons {
	clear: right;
	margin: 8px 0px;
	float: left;
	width: 275px;
}
.productIcons img {
	margin: 0px;
}
#right {
	width: 180px;
	float: right;
	padding: 0px 0px 20px 10px;
	margin: 0px;
}
#cartSummary {
	border: 1px solid #999;
	border-bottom: none;
	margin: 0px;
	padding: 8px 8px 3px 8px;
	color: #333333;
	background: #fff;
	font-weight: bold;
}
.cartDetails {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
a.viewCart, a.checkoutNow {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 1px solid #757575;
	color: #fff;
	line-height: 1.8em;
	display: block;
	background: #999999 url("palette-bg.jpg") repeat-x 0 -160px;
}
a.checkoutNow {
	background: #999999 url("palette-bg.jpg") repeat-x 0 -120px;
}
#cartSummary a:hover {
	background: #000;
	color: #fff;
}
#footer {
	clear: both;
	text-align: center;
	padding: 6px 0px 4px 0px;
	margin: 0px;
	border-top: 1px solid #999;
	background: #ccc url("palette-bg.jpg") repeat-x 0 -50px;
	color: #FFF;
	height: 18px;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}