/* CSS Document */
html, body {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url('bg.gif') left top;
	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;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#header {
}
#menu ul, #menu_2 ul, #menu_3 ul {
	font: bold 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
#menu li, #menu_2 li, #menu_3 li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}
#menu a, #menu_2 a, #menu_3 a {
	float:none;
	color: #FBCC0D;
	background: #0E1661 no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}
#menu a span, #menu_2 a span, #menu_3 a span {
	float:left;
	display:block;
	background: transparent no-repeat right top;
	padding:4px 9px 2px 6px;
}
#menu a span, #menu_2 a span, #menu_3 a span {
	float:none;
}
#menu a:hover, #menu_2 a:hover, #menu_3 a:hover {
	background-color: #DF4195;
	color: #0E1661;
}
#menu a:hover span, #menu_2 a:hover span, #menu_3 a:hover span {
	background-color: #0E1661;
}
#menu #current a, #ddcolortabs #current span { /*currently selected tab*/
	background-color: #FBCC0D;
}
#menu_left {
	width:174px;
	float:left;
}
#shopping_cart {
	height:121px;
	padding-left:14px;
	background-image:url('cart_bg.gif');
}
#items_value {
	height:41px;
	font-size:10px;
	padding-top:44px;
	padding-left:33px;
}
/*STORE MENU*/
#store {
	width:149px;
	color:#E6E1C9;
	margin-left:14px;
}
#store a {
	color:#E6E1C9;
}
#store ul {
	margin:0;
	padding:42px 10px 10px 33px;
	background:#0d1560 url('store_bg.gif') no-repeat top;
} /*main holder*/
#store ul li {
	font-size:11px;
	line-height:13px;
	list-style-type:none;
} /*section headers*/
#store ul ul {
	background:none;
	padding:0;
	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:8px;
}
#content_hldr {
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:15px;
	margin-top:4px;
	background:#0d1560;
}
/*REPEATED SECTION*/
.sect_hldr {
	width:296px;
	height:125px;
	color:#fbcc0d;
	display:inline;
	background-image:url('sect_hldr_bg.gif');
	position:relative;
	float:left;
}
.sect_hldr a {
	color:#fbcc0d;
}
.sect_title {
	width:181px;
	height:60px;
	padding-top:25px;
	font-size:12px;
	text-align:center;
	float:left;
}
.view_sect {
	width:181px;
	top:85px;
	left:57px;
	position:absolute;
	clear:both;
}
.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;
	color:#fbcc0d;
	background-image:url('feat_items_bg.gif');
}
#feat_items a{
	color:#fbcc0d;
}
#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 {
	padding:8px 0 0 54px;
}
/*MAILING LIST*/
#mailing_list {
	font-size:10px;
	text-align:center;
}
#mailing_list img {
}
#footer {
	height:60px;
	color:#989898;
	margin-top:10px;
	background:url('credit_cards.gif') no-repeat left;
	font-size:10px;
	text-align:center;
	clear:both;
}
#footer a {
	color:#fea900;
}

