/* CSS Document */
html, body {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	margin-top:0;
}
img {
	border:0px;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
p {
	margin:0;
	padding:0;
	padding:10px 0;
}
.clear {
	clear:both;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#header {
}
#menu_left {
	width:174px;
	float:left;
}
#shopping_cart {
	height:121px;
	padding-left:14px;
	background-image:url('cart_bg.gif');
}
#items_value {
	height:37px;
	font-size:10px;
	padding-top:44px;
	padding-left:33px;
}
/*STORE MENU*/
#store {
	min-height:432px;
	height:auto !important;
	height:432px;
	width:139px;
	color:#E6E1C9;
	border:1px solid #91210A;
	background:url('store_bg.gif') no-repeat top;
	padding-top:42px;
	margin-left:14px;
	padding-right:10px;
	padding-bottom:10px;
}
#store a {
	color:#E6E1C9;
}
#store ul {
	margin:0;
	padding:0;
	margin-left:33px;
} /*main holder*/
#store ul li {
	font-size:11px;
	line-height:13px;
	list-style-type:none;
} /*section headers*/
#store ul ul {
	margin-left:25px;
} /*sub section holder*/
#store ul ul li {
	font-size:9px;
	line-height:11px;
	list-style-type:square;
} /*sub sections*/
#content {
	width:602px;
	float:left;
}
#banner {
	margin-bottom:0px;
}
#content_hldr {
	min-height:267px;
	height:auto !important;
	height:267px;
	padding:15px;
	margin-top:4px;
	border:1px solid #91210a;
}
/*REPEATED SECTION*/
.sect_hldr {
	width:296px;
	height:125px;
	background-image:url('sect_hldr_bg.gif');
}
.sect_title {
	width:181px;
	height:48px;
	padding-top:25px;
	font-size:12px;
	text-align:center;
	float:left;
}
.view_sect {
	width:181px;
	padding-top:0;
	text-align:center;
	float:left;
}
.sect_img {
	width:103px;
	height:103px;
	padding-top:11px;
	padding-right:11px;
	float:right;
}
/*SINGLE PRODUCT*/
#prod_hldr {
	width:602px;
	height:299px;
	text-align:center;
	background:url('prod_bg.gif') no-repeat;
	margin-top:4px;
	float:left;
	position:relative;
}
#prod_img {
	width:395px;
	padding-bottom:10px;
	margin-top:1px;
	float:right;
}
#prod_name {
	width:137px;
	padding:10px 35px;
	padding-top:19px;
	font-size:14px;
	float:left;
}
#prod_desc {
	width:207px;
	padding-bottom:10px;
	font-size:12px;
	float:left;
}
.prod_attribute {
	width:207px;
	padding-bottom:10px;
	font-size:12px;
	float:left;
}
#back_addtocart {
	width:207px;
	text-align:center;
	bottom:10px;
	left:10px;
	position:absolute;
	clear:both;
}
#flags {
	padding:5px 0;
}
#menu_right {
	width:174px;
	float:left;
}
/*FEATURED ITEMS*/
#feat_items {
	height:299px;
	background-image:url('feat_items_bg.gif');
}
#feat_items_img {
	padding-top:52px;
	padding-left:34px;
}
#feat_items_info {
	height:94px;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
#feat_items_view {
	width:64px;
	margin:0 auto;
}
/*MAILING LIST*/
#mailing_list {
	height:94px;
	padding:0 35px;
	padding-top:70px;
	margin-top:10px;
	background-image:url('mailing_list_bg.gif');
	font-size:10px;
	text-align:center;
}
#mailing_list img {
}
#footer {
	height:41px;
	padding-top:40px;
	background-image:url('footer_bg.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	color:#d67108;
	font-size:12px;
	text-align:center;
	clear:both;
}
#footer a {
	color:#d67108;
}
