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

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

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

a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1.pagetitle {
	font:bold 18px Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#333333;
	margin:0px 0px 10px 0px;
	padding:3px 0px 0px 10px;
	background:transparent url('img/mtitlebar.png') top left no-repeat;
	width:474px;
	height:30px
}

#sframefill h2 {
	font:bold 18px Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#333333;
	margin:0px 0px 10px 0px;
	padding:3px 0px 0px 10px;
	background:transparent url('img/stitlebar.png') top left no-repeat;
	width:177px;
	height:30px
}

h1, h2 {
	font:bold 18px Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
}

#mframefill p {
	padding:10px;
}

#mframefill ul, #mframefill ol {
	padding:20px;
}

#mframefill table {
	width:100%;
}

#rightbg #sframefill ul {
	padding:0px 0px 0px 20px;
}

#container {
	margin:0 auto;
	position:relative;
	background:transparent;
	width:980px;
}

#header {
	background:transparent url('img/bg_header.png') top center no-repeat;
	position:relative;
	width:980px;
	height:150px;
	margin:0px 0px 10px 0px;
}

.logo {
	position:absolute;
	top:2px;
	left:24px;
}

#navbar {
	background:transparent url('img/bg_navbar.png') top center no-repeat;
	position:absolute;
	top:85px;
	right:15px;
	width:725px;
	height:33px;
}

.about, .contact, .home, .navBuylist, .inventory, .faq, .cart, .navdivider {
	padding: 0px 5px 0px 5px;
}

.navdivider {
	float:left;
	width:5px;
	height:33px;
}
.about {
	background:transparent url('img/nav_about.png') center no-repeat;
	width:155px;
	height:33px;
	float:left;
	padding:0px 0px 0px 6px;
}
a.about:hover {
	background:transparent url('img/nav_about_hover.png') center no-repeat;
	width:155px;
	height:33px;
}
.contact {
	background:transparent url('img/nav_contact.png') center no-repeat;
	width:78px;
	height:33px;
	float:left;
	padding-left:3px;
}
a.contact:hover {
	background:transparent url('img/nav_contact_hover.png') center no-repeat;
	width:78px;
	height:33px;
}
.home {
	background:transparent url('img/nav_home.png') center no-repeat;
	width:55px;
	height:33px;
	float:left;
	padding:0px 0px 0px 10px;
	margin-left:16px;
}
a.home:hover {
	background:transparent url('img/nav_home_hover.png') center no-repeat;
	width:55px;
	height:33px;
}
.navBuylist {
	background:transparent url('img/nav_buylist.png') center no-repeat;
	width:70px;
	height:33px;
	float:left;
	padding-left:3px;
}
a.navBuylist:hover {
	background:transparent url('img/nav_buylist_hover.png') center no-repeat;
	width:70px;
	height:33px;
}
.inventory {
	background:transparent url('img/nav_inventory.png') center no-repeat;
	width:96px;
	height:33px;
	float:left;
	padding-left:3px;
}
a.inventory:hover {
	background:transparent url('img/nav_inventory_hover.png') center no-repeat;
	width:96px;
	height:33px;
}
.faq {
	background:transparent url('img/nav_faq.png') center no-repeat;
	width:39px;
	height:33px;
	float:left;
	padding-left:3px;
}
a.faq:hover {
	background:transparent url('img/nav_faq_hover.png') center no-repeat;
	width:39px;
	height:33px;
}
.cart {
	background:transparent url('img/nav_cart.png') center no-repeat;
	width:49px;
	height:33px;
	float:left;
	padding-left:3px;
}
a.cart:hover {
	background:transparent url('img/nav_cart_hover.png') center no-repeat;
	width:49px;
	height:33px;
}

#main {
	float:left;
	width:504px;
	margin-left:30px;
}
#mainbg {
	background:#FFFFFF url('img/bg_main.png') top center no-repeat;
	width:504px;
}
#mframetop {
	background:transparent url('img/frame_top_main.png') top center no-repeat;
	width:504px;
	height:12px;
}
#mframebottom {
	background:transparent url('img/frame_bottom_main.png') top center no-repeat;
	width:504px;
	height:12px;
}
#mframefill {
	background:transparent url('img/frame_fill_main.png') repeat-y;
	width:484px;
	padding:1px 10px;
	min-height:400px;
}
#mframefill input {
	vertical-align:top;
}
input {
	border:1px solid #838383;
}
#products_query, #loginfield {
	width:170px;
	padding:3px;
	margin:0px 0px 5px 5px;
}

#left {
	float:left;
	width:208px;
}
#leftbg {
	background:#FFFFFF url('img/bg_side.png') top center no-repeat;
	width:208px;
}
#right {
	float:right;
	width:208px;
}
#rightbg {
	background:#FFFFFF url('img/bg_side.png') top center no-repeat;
	width:208px;
}
#sframetop {
	background:transparent url('img/frame_top_side.png') top center no-repeat;
	width:208px;
	height:12px;
}
#sframebottom {
	background:transparent url('img/frame_bottom_side.png') top center no-repeat;
	width:208px;
	height:12px;
}
#sframefill {
	background:transparent url('img/frame_fill_side.png') repeat-y;
	width:188px;
	padding:1px 10px;
	min-height:400px;
}

#footer {
	width:980px;
	clear:both;
	margin:0px 0px 20px 0px;
}
#footertop {
	background:transparent url('img/bg_top_footer.png') top center no-repeat;
	width:980px;
	height:15px;
}
#footerbottom {
	background:transparent url('img/bg_bottom_footer.png') top center no-repeat;
	width:980px;
	height:15px;
}
#footerfill {
	background:transparent url('img/bg_fill_footer.png') repeat-y;
	width:980px;
	padding:1px 0px;
	text-align:center;
}

#selling {
	background:transparent url('img/bg_selling.png') top center no-repeat;
	width:980px;
	height:49px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-align:center;
}

.column1-unit {
	margin:0px 0px 20px 0px;
}
.column1-unit h1 {
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
.column1-unit h3 {
	font-size:14px;
	margin:0px 0px 15px 10px;
}

.mass_add_to_cart {
	cursor:pointer;
	background:#0000ff;
	color:#FFFFFF;
}