@charset "UTF-8";
/* CSS Document */

body {
	background:#ebebeb url('img/bg_tile.jpg') repeat;
	margin:0 auto;
	color:#000000;
	font:normal 12px Arial, Helvetica, sans-serif;
}

* {
	float:none;
	padding:0px;
	margin:0px;
}

a img {
	border:none;
}

a, a:visited {
	color:#000033;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.pagetitle {
	background:transparent url('img/bg_title.png') left repeat-y;
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	padding:3px;
}

#left h2, #right h2 {
	background:transparent url('img/bg_title.png') left repeat-y;
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	padding:3px;
}

.rightlinks {
	margin:20px 0px 20px;
}

#color {
	background:transparent url('img/bg_colors.png') center repeat-y;
	margin:0 auto;
	position:relative;
}
#wrapper {
	width:980px;
	margin:0 auto;
	position:relative;
}

#header {
	margin:0 auto;
	background:transparent;
	width:980px;
	height:140px;
	text-align:center;
	position:relative;
	z-index:3;
}
#header.logo {
	margin:0px 0px 8px 0px;
}
h1 {
	font:bold 16px arial;
}
#login {
	position:absolute;
	top:10px;
	right:10px;
	max-width:175px;
	max-height:175px;
	background:transparent url('img/bg_login.png') repeat;
	padding:5px;
	text-align:left;
}
#login h2 {
	font:bold 12px arial;
	border-bottom:1px solid #838383;
	margin:0px 0px 5px 0px;
	padding:0px;
}
#header .navbar {
	margin:0 auto;
	background:transparent url('img/bg_nav.png') top center no-repeat;
	width:588px;
	height:28px;
	padding:9px 0px 0px 0px;
	font-weight:bold;
}

#searchbox {
	text-align:center;
}

#products_query {
	margin:0px 0px 10px 15px;
}

#left {
	float:left;
	width:217px;
	margin:5px 3px 201px 0px;
}

#main {
	float:left;
	width:539px;
	margin:5px 0px 20px 0px;
}

#right {
	float:right;
	width:217px;
	margin:5px 0px 210px 0px;
}

#side_top {
	background:transparent url('img/side_top.png') top center no-repeat;
	height:20px;
	width:217px;
}
#side_bottom {
	background:transparent url('img/side_bottom.png') top center no-repeat;
	height:20px;
	width:217px;
}
#side_fill {
	background:transparent url('img/side_fill.png') center repeat-y;
	width:217px;
	padding:60px 0px 0px 0px;
}

#main_top {
	background:transparent url('img/main_top.png') top center no-repeat;
	height:20px;
	width:539px;
}
#main_bottom {
	background:transparent url('img/main_bottom.png') top center no-repeat;
	height:20px;
	width:539px;
}
#main_fill {
	background:transparent url('img/main_fill.png') center repeat-y;
	width:539px;
	min-height:500px;
}

#contents {
	position:relative;
	z-index:3;
	padding:0px 15px 25px 15px;
}
#main_fill #contents {
	padding:0px 18px 25px 18px;
}

#contents table {
	margin:0 auto;
}
#contents p {
	margin:;
}
#main_fill #contents ol, #main_fill #contents ul {
	padding:15px 0px 15px 25px;
}

#footer {
	margin:0 auto;
	width:980px;
	height:57px;
	text-align:center;
	position:relative;
	z-index:3;
	color:#838383;
}
#footer .navbar {
	margin:0 auto;
	background:transparent url('img/bg_nav.png') top center no-repeat;
	width:588px;
	height:28px;
	padding:9px 0px 0px 0px;
	font-weight:bold;
}

#selling {
	background:#FFFFFF;
	padding:10px;
	margin:3px 0px 3px 0px;
	text-align:center;
}

#selling a {
	font-weight:bold;
	text-decoration:underline;
	color:#000033;
}

.mass_add_to_cart {
	cursor:pointer;
}
