body {
	margin:0 auto;
	background:#FFFFFF url('img/bg.jpg') top center repeat;
	font:normal 12px arial;
	color:#000000;
}
#container {
	background:#FFFFFF;
	margin:0 auto;
	width:1024px;
	position:relative;
	border-left:3px solid #333333;
	border-right:3px solid #333333;
}
a {
	color:#000000;
}
a img, img {
	border:none;
}
#header {
	background:#CCCCCC url('img/bg_header.jpg') top center no-repeat;
	width:1024px;
	height:253px;
	position:relative;
	margin:0px 0px 10px 0px;
}
.logo {
	position:absolute;
	right:350px;
	bottom:7px;
	z-index:3;
}
.shipping {
	position:absolute;
	top:15px;
	left:10px;
	z-index:3;
}
#navbar {
	background:transparent url('img/bg_navbar.png') top center repeat-x;
	height:36px;
	width:1004px;
	padding:21px 10px 0px 10px;
	position:relative;
	z-index:2;
	color:#FFFFFF;
	font:bold 16px arial;
	text-align:right;
}
#navbar a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 10px 0px 0px;
}
#navbar a:hover {
	color:#CCCCCC;
}
#selling {
	padding:3px 0px 5px 0px;
	margin:0px 0px 10px 0px;
	background:#000099;
	border-top:3px solid #333333;
	border-bottom:3px solid #333333;
	text-align:center;
	color:#FFFFFF;
}
#selling a {
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
#left {
	float:left;
	width:200px;
}
#center {
	float:left;
	width:600px;
	min-height:450px;
	margin:0px 0px 0px 12px;
}
#right {
	float:right;
	width:200px;
}
.box {
	float:right;
	width:180px;
	padding:0px 10px 10px 10px;
	background:#CCCCCC;
	margin:0px 0px 10px 0px;
}
#left .box a img {
	padding:0px 3px 0px 0px;
}
#left .box h2, #right .box h2, .pagetitle {
	background:transparent url('img/bg_navbar.png') top center repeat-x;
	height:36px;
	margin:0px;
	padding:21px 0px 0px 10px;
	font:bold 16px arial;
	color:#FFFFFF;
}
#left .box * {
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:20px;
}
#left .box ul#categoryList li {
	padding:0px 0px 0px 10px;
	margin:0px;
	list-style:none;
	line-height:20px;
}
#right .box #searchform {
	margin:0px 0px 10px 0px;
}
#footer {
	padding:10px 0px 10px 0px;
	margin:20px 0px 0px 0px;
	text-align:center;
	border-bottom:3px solid #333333;
}

#center table td {
	color:#505050;
	font-size:100%;
	font-weight:normal;
	padding:10px;
}