html, body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #000;
	color: #666;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 12px;
	text-align: center;
}
body *
{
	margin: 0px;
	padding: 0px;
}
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
a
{
	color: #333;
	text-decoration: underline;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
p, ul, ol, blockquote
{
	color: #333;
}
ol, ul
{
	margin: 5px 35px;
}
blockquote
{
	border-left: 1px solid #999;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
}
img
{
	background: none;
	border: 0px;
}
p
{
	margin: 0px;
	padding: 10px 0px;
}
h1
{
	color: #000;
	font-size: 20px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
}
h1 a
{
	color: #000;
	text-decoration: none;
}
h1 a:hover
{
	text-decoration: underline;
}
h2
{
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
}
h3
{
	color: #000;
	font-size: 20px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-decoration: none;
}
h3 a
{
}
h3 a:hover
{
}
h4
{
	border-bottom: 1px solid #999;
	color: #666;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-decoration: none;
}
h5
{
	color: #cc0000;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
}
h6
{
	color: #1a75cf;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
}
#container
{
	background: #fff;
	border: 1px solid #000;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
	width: 990px;
}
#toptag
{
	background: #000;
	color: #fff;
	display: block;
	letter-spacing: 6px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
#header
{
	background: #ffffff url(images/logo.jpg) no-repeat;
	border: 0px solid black;
	display: block;
	height: 95px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 790px;
}
#header h1, #header h1 a
{
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
	width: 405px;
}
#header h2
{
	background: transparent;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header p
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.headerleft
{
	float: left;
	margin: 0px;
	padding: 15px;
	width: 405px;
}
.headerright
{
	float: right;
	margin: 0px;
	padding: 25px 15px 15px 15px;
	text-align: right;
	width: 325px;
}
#feature
{
	background: #333;
	border: 0px solid black;
	clear: both;
	color: #fff;
	display: block;
	height: 165px;
	margin: 0px 0px 15px 0px;
	padding: 20px;
	position: relative;
}
#feature p
{
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#feature h2
{
	background: transparent;
	color: #FFF;
	font-size: 23px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#feature a
{
	color: #fff;
	text-decoration: underline;
}
#feature a:hover
{
	text-decoration: none;
}
#feature ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#feature ul li
{
	padding: 0px;
}
#feature ul li ul
{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#feature ul li ul li
{
	color: #fff;
	list-style-type: square;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#feature img
{
	background: none;
	border: 0px;
}
#feature .textwidget
{
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.featureleft
{
	background: #333;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40%;
}
.featureright
{
	background: #333;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 58%;
}
#menu
{
	background: #000;
	color: #FFF;
	display: block;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px;
	text-align: left;
	width: 100%;
}
#menu ul
{
	background: #000;
	margin: 0px;
	padding: 5px 0px;
}
#menu ul li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}
#menu ul li a
{
	background: #000;
	color: #FFF;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
}
#menu ul li a:hover
{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.thumbnail
{
	background: #fff;
	border: 0px solid #000;
	display: inline;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.thumbnail p
{
	clear: both;
	font-size: 10px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
.thumbnail h3
{
	color: #000;
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
}
.thumbnail h3 a
{
	color: #000;
	text-decoration: none;
}
.thumbnail h3 a:hover
{
	text-decoration: underline;
}
.thumbnail img
{
	border: 0px;
	border: 1px solid #666;
	float: left;
	height: 175px;
	margin: 0px 5px 5px 5px;
	padding: 0px;
	width: 252px;
}
.thumbnail img a
{
	border: none;
}
.thumbnail img a:hover
{
	border: 0px solid #fff;
}
#content
{
	border: 0px solid black;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 530px;
}
.post-more
{
}
.post-more a, .post-more a:visited
{
}
.meta-top
{
	background: #CCC;
	clear: both;
	margin: 10px 0px;
	padding: 5px;
}
.meta-bottom
{
	background: #fff;
	border-top: 1px solid #999;
	clear: both;
	color: #333;
	margin: 20px 5px;
	padding: 5px;
}
.meta-date
{
	margin: 0px 5px;
}
.meta-author
{
	margin: 0px 5px;
}
.meta-comments
{
	margin: 0px 5px;
}
.meta-category
{
	margin: 0px 5px;
}
.page-nav
{
	clear: both;
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous
{
	float: left;
	text-align: left;
	width: 249px;
}
.nav-next
{
	float: right;
	text-align: right;
	width: 249px;
}
#l_sidebar
{
	border: 0px solid black;
	display: block;
	display: inline;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 20px;
	width: 200px;
}
#l_sidebar h2
{
	background: #000 url(images/sideback.gif) top center no-repeat;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#l_sidebar p
{
	padding: 5px;
}
#l_sidebar img
{
	text-align: center;
}
#l_sidebar form
{
	margin: 5px;
	padding: 0px;
}
#l_sidebar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#l_sidebar ul li
{
	padding: 0px 0px 10px 0px;
}
#l_sidebar ul li ul
{
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li
{
	margin: 5px;
	padding: 0px;
}
#l_sidebar ul li ul li a
{
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover
{
	text-decoration: underline;
}
#l_sidebar ul li ul li ul
{
	margin: 0px;
	padding: 0px;
}
#l_sidebar ul li ul li ul li
{
	margin: 5px 10px 5px 5px;
	padding: 0px;
}
#r_sidebar
{
	border: 0px solid black;
	display: block;
	display: inline;
	float: right;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	width: 200px;
}
#r_sidebar h2
{
	background: #000 url(images/sideback.gif) top center no-repeat;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#r_sidebar p
{
	padding: 5px;
}
#r_sidebar img
{
	text-align: center;
}
#r_sidebar form
{
	margin: 5px;
	padding: 0px;
}
#r_sidebar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#r_sidebar ul li
{
	padding: 0px 0px 10px 0px;
}
#r_sidebar ul li ul
{
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li
{
	margin: 5px;
	padding: 0px;
}
#r_sidebar ul li ul li a
{
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover
{
	text-decoration: underline;
}
#r_sidebar ul li ul li ul
{
	margin: 0px;
	padding: 0px;
}
#r_sidebar ul li ul li ul li
{
	margin: 5px 10px 5px 5px;
	padding: 0px;
}
#comments
{
	padding: 8px;
}
#comments .even
{
	background: #FFFFFF;
	border-bottom: 1px dotted #B7B7B7;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	padding: 10px;
}
#comments .odd
{
	background: #FFFFFF;
	border-bottom: 1px dotted #B7B7B7;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	padding: 10px;
}
#bottom
{
	background: #EDEDED;
	border-top: 1px solid #000;
	clear: both;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 10px 0px 20px 0px;
	width: 990px;
}
#bottom p, #bottom .textwidget
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#bottom h2
{
	background: #EDEDED;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
}
#bottom h2 a, #bottom h2 a:visited
{
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
#hometop h2 a:hover
{
	color: #000000;
	text-decoration: none;
}
#bottom img
{
	border: none;
	float: left;
	margin: 0px 0px 10px 0px;
}
#bottom ul
{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bottom ul li
{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.bottomleft
{
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	width: 296px;
}
.bottommiddle
{
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	width: 296px;
}
.bottomright
{
	float: right;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 10px 20px 10px 0px;
	width: 296px;
}
#footer
{
	clear: both;
	color: #666;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: left;
	width: 980px;
}
#footer a
{
	color: #666;
	text-decoration: none;
}
#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}
#footer p
{
	color: #666;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#footer ul
{
	margin: 0px;
	padding: 5px 0px;
}
#footer ul li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}
#footer ul li a
{
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
}
#footer ul li a:hover
{
	text-decoration: underline;
}
.footerleft
{
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 40%;
}
.footerright
{
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 55%;
}
table.wpsc_checkout_table
{
}
table.wpsc_checkout_table input, table.wpsc_checkout_table textarea, table.wpsc_checkout_table select
{
	margin: 12px 0 12px 30px;
	width: 200px;
}
table input, table textarea, table select
{
	margin: 12px 0 12px 30px;
	width: 200px;
}
table texarea
{
	height: 50px;
}
table.wpsc_checkout_table textarea
{
	height: 50px;
}
body table.wpsc_checkout_table tr td input#payment_method_1, body table.wpsc_checkout_table tr td input#payment_method_2
{
	width: 30px;
}
body table.wpsc_checkout_table tr td input#payment_method_1
{
}
strong.cattitles
{
	border-bottom: 2px dotted #ccc;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
a.product_image
{
	border: 1px solid #000;
}
div#widgetshoppingcart
{
	background: url(images/ecommerce_open.png) right top no-repeat;
	line-height: 1.4em;
	padding-bottom: 15px;
	padding-right: 50px;
	width: 150px;
}
div#widgetshoppingcart table
{
	margin-top: 15px;
	width: 200px;
}
div#widgetshoppingcart table tr
{
	height: 20px;
}
div#widgetshoppingcart a
{
	text-decoration: none;
}
div#widgetshoppingcart a:hover
{
	text-decoration: underline;
}
a.additional_description_link
{
	text-decoration: none;
}
ul.PeCategories
{
	left: 20px;
	position: relative;
}
ul.PeCategories li
{
	list-style-type: disc;
}
body div#l_sidebar ul.PeCategories li a
{
	color: #000;
	text-decoration: none;
}
body div#l_sidebar ul.PeCategories li a:hover
{
	text-decoration: underline;
}
table.productdisplay tr
{
	border-bottom: dashed 1px #ccc;
}
input.wpsc_buy_button, form#specials_1 input, form#specials_2 input, form#specials_3 input
{
	background: url(images/ecommerce_add_small.png) left top no-repeat #fff;
	border: none;
	color: #f8ad3a;
	font-weight: bold;
	height: 30px;
	margin: 12px 0 0 0;
	width: 150px;
}
body table input.wpsc_buy_button:hover
{
	cursor: pointer;
}
body table.productcart tr.firstrow td
{
	background-color: #fff;
}
a.wpsc_product_title
{
	font-size: 18px;
	text-decoration: none;
}
a.wpsc_product_title .special
{
}
div.categorydisplay
{
	background: url(images/ecommerce_bag.png) right top no-repeat;
}
tr.product_row a
{
	background: url(images/ecommerce_delete.png) left top no-repeat;
	display: block;
	height: 40px;
	text-indent: -999em;
	width: 50px;
}
table.productcart input
{
	text-align: center;
	width: 80px;
}
span.pricedisplay
{
	color: red;
	display: inline;
	font-size: 16px;
}
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.wp-caption
{
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img
{
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}