body { 
	text-align: center;
	margin: 5px 0px 0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#a3a0a0;
	color: #444;
	}

#body-wrapper {
	margin: 0 auto;
	width: 910px;
	background-color: #fff;
	}

div.slim {
	width: 100%;
	height: 14px;
	position:relative;
	float:left;
	}
	
#top-slim {
	background: url(images/top_bg.gif);
	}

a.ml2 {font-size: 11px; float: right; margin-right: 20px;}

#bottom-slim {
	background: #fff;
	}

#header-wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
	background: url(/store/images/logo.png);
	background-repeat:no-repeat;
	background-color: #fff;
	}
	
#menu-wrapper {
	position: relative;
	float:left;
	width: 100%;
	height: 35px;
	background:#34383A;
	}

#menu-wrapper div {
	float: left;
	width: 110px;
	padding-top: 7px;
	height: 25px;
	}

#menu-wrapper div a {
	font-family:"Lucida Grande", Tahoma;
	font-size: 14px;
	font-weight:bold;
	font-variant: small-caps;
	color:#D7C8C9;
	}

#content-wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #fff;
	}

#category-wrapper {
	width: 27%;
	float: left;
	background: #fff;
	}

#category-wrapper * {
	border-left: none;	
}

#category-wrapper #banner-box {padding-left: 5px;}
#category-wrapper #banner-box img {border:none;}

#category-wrapper input, #category-wrapper select {border: solid 1px #C7CCD3; width: 100px;}
#category-wrapper button {font-size: 10px;}

#category-wrapper a {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	padding-left: 10px;
	}

#banner-box {
	height: 45px;
	width: 100%;
	background-color:#fcfcfc;
}

#main-content-wrapper {
	width: 70%;
	float: left;
	margin-left: 10px;
	}
	
#footer-wrapper {
	position: relative;
	color: #fff;
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	padding-top: 11px;
	height: 28px;
	background: url(images/footer_bg.gif);
	}