/* LAYOUT - main body of page */
body, html {
	top:0px;
	padding-top:10px;
	margin:0 auto;
	background:#000;
	font-family:Arial, Helvetica, sans-serif; 
	}	
body{ position: relative; }
div#wrap {
width: 995px;
margin: 0 auto;
position:relative;
height:auto;
}
/*General Elements*/
	
/* LAYOUT - HEADER */
div#header {
display: block;
margin:0 auto;
padding:0;
width:995px;
height:120px;
background:url(/img/header.gif) bottom no-repeat;
color:#fff;
}
	div#tag{
	position: absolute;
	top: 100px;
	left: 20px;
	width: 360px;
	height:20px;
	font-size: 10px;
	color: #fdc1c1;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	div#header div#logo{
	position:absolute;
	top:40px;
	left:20px;
	width:235px;
	height:50px;
	}
	div#header div#logo a{
	display:block;
	width:235px;
	height:50px;
	}
	div#header div#email{
	position:absolute;
	top:4px;
	left:415px;
	width:290px;
	height:14px;
	line-height:12px;
	background: url(/img/email.gif) right no-repeat;
        font-size: 12px;
	}
	div#header div#email a{
	display:block;
	width:290px;
	height:14px;
	}	
	div#header div#phone{
	position:absolute;
	top:0px;
	left:742px;
	width:270px;
	height:20px;
	line-height:20px;
	background: url(/img/phone.gif) left no-repeat;
	}
	div#header div#phone span.tollfree{
	margin-left:20px;
	font-size:14px;
	color:#fff;
	}
	div#header div#phone span.phoneno{
	font-size:18px;
	font-weight:bold;
	}
	div#header div#phone span.hours{
        margin-left: -10px;
	font-size:12px;
	color:#fff;
	}		

	ul#nav {
	position: absolute;
	top: 22px;
	left: 0px;
	width: auto;
	height: 22px;
	font-size: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
	}

	ul#nav li {
	display:inline;
	}

	ul#nav li a{
	display: block;
	float:left;
	margin-right:1px;
	width: 90px;
	height:22px;
	background:#880b0b url(/img/button.gif) center 0px no-repeat;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	line-height:22px;
	font-size:12px;	
	}
	ul#nav li a:hover {
	background:#880b0b url(/img/button.gif) center -22px no-repeat;
	}
	ul#nav li.active,
	ul#nav li.active a {
	background:#880b0b url(/img/button.gif) center -22px no-repeat;
	}
	ul#nav li.active a:hover{}
	
	ul#user{
	position:absolute;
	top:28px;
	left:818px;
	width:110px;
	height:30px;
	list-style:none;
	}	
	ul#user li{
	list-style-type:none;
	display:block;
	}
	ul#user li#user_login{
	background:url(/img/login.gif) right no-repeat;
	}
	ul#user li#user_cart{
	background:url(/img/cart.gif) right no-repeat;
	}
	ul#user li a{
	display:block;
	padding-right:20px;
	text-align:right;
	font-size:11px;
	color:#fff;
	}
	
	div#tax{
	position:absolute;
	top:45px;
	left:460px;
	width:360px;
	height:30px;
	}
	div#tax a{
	display: block;
	width:360px;
	height:30px;	
	}
/* LAYOUT - SIDEBAR */
div#sidebar{
display:block /*Fix IE floating margin bug*/; 
float:left; 
width:235px;
padding:10px;
min-height:510px;
	}
	div#sidebar div#category{
	background:url(/img/category.gif) left no-repeat;
	font-size:18px;
	color:#58583a;
	text-indent:15px;
	}
	div#sidebar div#search{
	background:url(/img/search.gif) left no-repeat;
	font-size:18px;
	color:#58583a;
	text-indent:20px;
	margin-top:10px;
	margin-bottom:10px;
	}
	ul#menu{
	margin: 0 auto;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	list-style: none;
	width: 235px; /* Width of Menu Items */	
	}
	ul#menu li{
	position: relative;
	margin:0 auto;
	margin-bottom:1px;
	padding:0;
	list-style-type:none;
	}
	ul#menu li a{
	display: block;
	height:31px;
	width:204px;
	background:url(/img/category_off.gif) no-repeat;
	padding-left:30px;	
	list-style-type:none;
	text-decoration:none;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	color:#dcdccf;
	text-transform:uppercase;
	}
	ul#menu li a:hover{
	background:#710d0d url(/img/category_on.gif) left no-repeat;
	}
	ul#menu li.active{
	background:#710d0d url(/img/category_on.gif) left no-repeat;
	}
	ul#menu li.active a{
	background:#710d0d url(/img/category_on.gif) left no-repeat;
	}		
	div#questions{
	width:230px;
	height:135px;
	background:url(/img/questions.gif) no-repeat;
	}		
	
	div#user_profile{}
	div#user_profile div#username{
	background: transparent url(/img/user.gif) left no-repeat;
	padding-left:20px;
	color:#710d0d;
	font-size:14px;
	font-weight:bold;
	}
	div#user_profile div#user_links{
	margin-top:5px;
	margin-bottom:5px;
	width:213px;
	padding:10px;
	background:#c9c9b1;
	border:1px solid #d7d7be;
	color:#710d0d;
	}
	div#user_profile div#user_links a{
	text-decoration:none;
	color:#710d0d;
	line-height:16px;
	}
	div#user_profile div#user_links a:hover{
	text-decoration:underline;
	}		
	div#sidebar div#search_box{
	width:228px;
	height:75px;
	padding-left:5px;
	padding-top:15px;
	height:75px;
	border:1px solid #deded2;
	background:#232323 url(/img/search_box.gif) repeat-x;
	}

	
	div.width{ 
		padding: 2px 10px;
		font-weight:bold; 
		}	
	div.search_item{ 
		padding: 2px 10px; 
		float: left;
		clear:both;
		font-weight:bold;
		}
	div.search_left { 
		width: 80px; 
		padding: 0px 10px 0 0; 
		text-align: left; 
		float: left;
		font-size:14px;
		line-height:20px;
		}
	div.search_right { 
		width: 60px; 
		padding-left: 3px; 
		float: left; 
		text-align: left;
		line-height:20px; 
		}
	select{ 
	padding: 1px; 
	border:2px solid #686853; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#2b2b21;
	}
	select option { 
		padding: 0 8px 0 3px;
		color:#2b2b21; 
	}
	input.submit_text{
	padding-left:10px;
	padding-right:10px;
	background:#6b6b55 url(/img/submit.gif) repeat-x;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#fff;
	text-transform:uppercase;
	border:2px solid #3e3d32;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	}
div#testimonials{
	background: url(/img/testimonials.jpg) no-repeat;
	width: 210px;
	height: 132px;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	padding: 25px 10px 5px 10px;
}	
div#testimonials p{
	text-align: justify;
	}
	div#testimonials p a{
	color: #fff;
	}
	div#testimonials span{
	text-align: right;
	}
	div#geotrust_external{
	margin-left: 60px;
	background: url(/img/geotrust.gif) no-repeat;
	width: 112px;
	height: 36px;
	}
div.visa{
width: 230px;
height: 35px;
background: url(/img/visa.gif) center no-repeat;
}
div.customer_satisfaction{
margin-top: 10px;
width: 230px;
height: 65px;
background: url(/img/customer_satisfaction.gif) center no-repeat;
}
div.free_shipping_sidebar{
margin-top: 10px;
width: 230px;
height: 36px;
background: url(/img/free_shipping_sidebar.gif) center no-repeat;
}
div.tax_free{
margin-top: 10px;
width: 230px;
height: 93px;
background: url(/img/tax_free.gif) center no-repeat;
}	
/* LAYOUT - CONTENT */
div#content{
position:relative;
width:995px;
margin:0 auto;
padding:0;
margin-top:1px;
background:transparent url(/img/content.gif) repeat-y;
height:auto;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
	a{
	color:#d7d793;
	text-decoration:none;
	}
	a:hover{
	text-decoration:underline;
	}		
/* LAYOUT - MAIN */
div#main{
display:inline /*Fix IE floating margin bug*/; 
float:right; 
width:738px;
min-height:510px; 
overflow:visible !important /*Firefox*/; 
overflow:hidden /*IE6*/;
background:#292828 url(/img/page_top.gif) top repeat-x;
		}
/* LAYOUT - PAGE */
div#page{
width:718px;
margin-top:10px;
margin-left:10px;
		}
/***************************
***********HOME PAGE********
****************************/		
	div#page div#flash{
	display:block;
	float:left;
	width:717px;
	height:402px;
	background:#292828;
	border:1px solid #fff;
	}	
	div#page ul#cat_photo{
	display:block;
	float:left;
	list-style:none;
	margin:0 auto;
	padding:0;
	margin-top:12px;
	margin-left:5px;
	height:auto;
	width:718px;
	}
	div#page ul#cat_photo li{
	float:left;
	height:140px;
	width:140px;
	background:url(/img/HomeCatPhoto.gif) center bottom no-repeat;
	margin-right:2px;
	}
	div#page ul#cat_photo li div.cat_title{
	width:140px;
	height:30px;
	background:url(/img/HomeCatTitle.gif) repeat-x;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	}	
	div#page ul#cat_photo li div.cat_image{
	margin-top:0px;
	margin-left:18px;
	}
	div#page ul#cat_photo li div.cat_image img{
	border:1px solid #fff;
	}
	div#page span.select_cat{
	display:block;
	width:718px;
	text-align:center;
	font-size:10px;
	}			
/******************************
***********PRODUCT PAGE********
*******************************/
	div#page div#path{
	width:336px;
	float:left;
	line-height:18px;
	color:#d7d793;
	}

	div#page h1{
	width:374px;
	float:right;
	margin:0 auto;
	font-size:18px;
	font-weight:normal;
	text-align:right;
	}
	div#product{
	clear:both;
	display:block;
	float:left;
	width:336px;
	min-height: 440px !important;
	}
	div#product div#photos{
	margin:0 auto;
	padding:0;
	}
	div#product div#photos div#thumbs{
	display:block;
	float:left;
	width: 62px;
	font-size: 1px;
	}
	
	div#product div#photos div#thumbs a,
	div#product div#photos div#thumbs a:hover,
	div#product div#photos div#thumbs a:visited,
	div#product div#photos div#thumbs a:active,
	div#product div#photos div#thumbs a:link
	{
	
	}
	
	div#product div#photos div#thumbs table tr td
	{
		text-align: center;
		vertical-align: middle;
		background: #FFF;
		height: 60px;
		width: 60px;
		padding: 1px;
	}
	
	div#product div#photos div#thumbs a img,
	div#product div#photos div#thumbs a:hover img,
	div#product div#photos div#thumbs a:link img,
	div#product div#photos div#thumbs a:visited img,
	div#product div#photos div#thumbs a:active img
	{
	}
	
	div#product div#photos div#big_photo{
	display:block;
	float:right;
	width:267px;
	height:350px;
	background:transparent url(/img/photo_gradient.gif) top repeat-x;
	}
	div#product div#photos div#big_photo div#prod_name{
	display:block;
	float:left;
	width:267px;
	height:26px;
	padding-top:10px;
	}
	div#product div#photos div#big_photo div#prod_name div#prev_prod{
	display:inline;
	float:left;
	margin-left:7px;
	width:232px;
	height:11px;
	}	
	div#product div#photos div#big_photo div#prod_name div#prev_prod div#previous,
	div#product div#photos div#big_photo div#prod_name div#prev_prod div#previous2{
	display:inline;
	float:left;
	margin:0 auto;
	padding:0;
	width:15px;
	height:11px;
	background:url(/img/previous.gif) left no-repeat;
	}
	
	div#product div#photos div#big_photo div#prod_name div#prev_prod div#previous2
	{
		background: none;
	}
	
	div#product div#photos div#big_photo div#prod_name div#prev_prod div#previous a{
	display:block;
	width:15px;
	height:11px;
	}	
	div#product div#photos div#big_photo div#prod_name div#prev_prod div#title{
	display:inline;
	float:right;
	margin:0 auto;
	padding:0;
	width:213px;
	height:11px;
	color:#58583a;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
	div#product div#photos div#big_photo div#prod_name div#next,
	div#product div#photos div#big_photo div#prod_name div#next2{
	display:inline;
	float:right;
	margin-right:7px;
	width:15px;
	height:11px;
	background:url(/img/next.gif) right no-repeat;
	}
	
	div#product div#photos div#big_photo div#prod_name div#next2
	{
		background: none;
	}
	
	div#product div#photos div#big_photo div#prod_name div#next a{
	display:block;
	width:15px;
	height:11px;
	}				
	div#product div#photos div#big_photo div#photo{
	clear:both;
	margin-top:0px;
	padding-top:0px;
	width:267px;
	height:267px;
	background:#e1e1cb;
	text-align:center;
	vertical-align:middle;
	display: block;
	position: relative;
	}
	
	div#product div#photos div#big_photo div#photo a img{
	border:0;
	max-height:265px;
	max-width:265px;
	}		
	div#product div#photos div#big_photo div#enlarge{
	width:267px;
	height:21px;
	background:url(/img/zoom.gif) left no-repeat;
	}
	div#product div#photos div#big_photo div#enlarge a{
	display:block;
	margin-left:0px;
	width:149px;
	height:21px;
	color:#ca0505;
	text-indent:20px;
	line-height:21px;
	}		
	div#product div#photos div#big_photo ul#question{
	margin:0 auto;
	padding:0;
	width:267px;
	height:30px;
	list-style:none;
	}
	div#product div#photos div#big_photo ul#question li{
	list-style-type:none;
	height:14px;
	}
	div#product div#photos div#big_photo ul#question li a{
	display:block;
	width:265px;
	padding-left:0px;
	font-size:11px;
	line-height:16px;
    font-weight:bold;
	}
	div#product div#photos div#big_photo ul#help{
	margin:0 auto;
	padding:0;
	margin-left: 30px;
	width:155px;
	height:72px;
	list-style:none;
	float: left;

	}
	div#product div#photos div#big_photo ul#help li{
	list-style-type:none;
	height:24px;
	}
	div#product div#photos div#big_photo ul#help li a{
	display:block;
	width:155px;
	padding-left:25px;
	font-size:11px;
	line-height:22px;
	height: 22px;
    font-weight:bold;
	}
	div#product div#photos div#big_photo ul#help li#free_shipping{
	background:url(/img/free_shipping.gif) left no-repeat;
	}
	div#product div#photos div#big_photo ul#help li#quick_shipping{
	background:url(/img/quick_shipping.gif) left no-repeat;
	}
	div#product div#photos div#big_photo ul#help li#money_back{
	background:url(/img/money_back.gif) left no-repeat;
	}							
/*TABLES - Product Description*/	
	div#details{
	display:block;
	float:right;
	width:374px;
	height:auto;
	}
	table.description{
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	width:374px;
	margin-bottom:3px;
	}
	table.description tr.head{
	height:24px;
	background:transparent url(/img/table_head.gif) repeat-x;
	border-bottom:1px solid #292828;
	font-size:14px;
	}
	table.description tr.head td.features_td{
	text-align:right;
	padding-right:5px;
	}	
	table.description tr.desc{
	padding:10px;
	height:auto;
	background:#363535;
	}
	table.description tr.desc td{
	font-size:12px;
	padding:5px;
	}	
	table.description tr.desc th{
	padding-left:5px;
	text-align:left;
	background:#363535;
	font-size:12px;
	}
	ul.features{
	list-style:none;
	margin:0 auto;
	padding-left:20px;
	}
	ul.features li{
	list-style-image:url(/img/arrow.gif);
	line-height:16px;
        margin-bottom:2px;
	}
	ul.features li span.line{
	font-weight:bold;
	color:#d7d793;
	text-decoration: line-through;	
	}
	ul.features li span.red, .red{
	font-weight:bold;
	color:#d7d793;
        font-size:13px;
	}			
	div.left_price{
	display:block;
	float:left;
	}
	div.right_price{
	display:block;
	float:right;
	padding-top:10px;
	}
	div.quantity{
	margin-left:15px;
	padding-bottom:5px;
	}
	input.addtocart{
	width:127px;
	height:31px;
	border:none;
	background: url(/img/addtocart.gif) no-repeat;
	cursor:pointer;
	}	
	input.addtocart2{
	width:96px;
	height:23px;
	border:none;
	background: url(/img/addtocart2.gif) no-repeat;
	cursor:pointer;
	}				
	
	
/*ALL PRODUCTS List*/	
	div#allproducts{
	clear:both;
	width:716px;
	height:auto;
	}
	div#allproducts div#bar_title{
	width:716px;
	height:26px;
	line-height:26px;
	text-indent:10px;
	background:url(/img/all_products.gif) repeat-x;
	}
	div#allproducts div#product_list{
	display:block;
	float:left;
	width:706px;
	height:auto;
	padding:5px;
	border-top:1px solid #292828;
	border-bottom:1px solid #818070;
	background:#363535;
	}
	div#allproducts div#product_list table#list{
	width: auto;
	}
	div#allproducts div#product_list table#list tr td{
		padding: 1px;
		margin-right:5px;
		margin-bottom:5px;
		width: 135px;
		height: 135px;
		background: #FFF;
		text-align: center;
		vertical-align: middle;
		color: #D2D290;
	}
	
	div#allproducts div#product_list table#list tr td.product_title_in_listing
	{
		height: auto;
		background: none;
	}
	
	div#allproducts div#product_list table#list tr td a,
	div#allproducts div#product_list table#list tr td a:hover,
	div#allproducts div#product_list table#list tr td a:visited,
	div#allproducts div#product_list table#list tr td a:active,
	div#allproducts div#product_list table#list tr td a:link
	{
	
	}
	
	div#allproducts div#product_list table#list tr td a img,
	div#allproducts div#product_list table#list tr td a:hover img,
	div#allproducts div#product_list table#list tr td a:link img,
	div#allproducts div#product_list table#list tr td a:visited img,
	div#allproducts div#product_list table#list tr td a:active img
	{
	}
	
/*****************************
********SHOP******************
******************************/
	table.shop{
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	width:100%;
	margin-bottom:3px;
	margin-top:10px;
	font-size:12px;
	}
	table.shop tr.head{
	height:26px;
	background:url(/img/all_products.gif) repeat-x;
	border-bottom:1px solid #292828;
	font-size:12px;
	}
	table.shop tr th{
	font-size:12px;
	}
	table.shop tr{
	background:#363535;
	}
	table.shop tr.even{
	background:#2f2e2e;
	}	
	table.shop tr th.small{
	width:70px;
	}
	table.shop tbody tr td,
	table.shop tbody tr th{
	border-bottom: 1px solid #818070;
	padding-left: 5px;
	padding-right: 5px; }
	table.shop tfoot tr td
	{
		padding-right: 5px;
	}
	table.shop tr td.center{
	text-align:center;
	border-left:1px solid #3b3a3a;
	border-right:1px solid #3b3a3a;
	}
	
	table.shop tbody tr td a.details{ color: #FFF; }
	
	table.shop tr td.left{
	text-align:left;
	padding-left:10px;
	}
	table.shop tr td.right{
	text-align:right;
	padding-right:10px;
	border-right:1px solid #3b3a3a;
	}
	table.shop tr th.right{
	text-align:right;
	padding-right:10px;
	border-right:1px solid #3b3a3a;
	}
	table.shop tr.total td{
	text-align:right;
	padding-right:80px;
	padding-top:5px;
	font-weight:bold;
	}
	table.shop tr.buttons td{
	padding-top:10px;
	text-align:center;
	}						
	input.input_text{ 
	padding: 2px;
	width:30px; 
	border:2px solid #686853; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#2b2b21;
	}
    input.input_text2,
	textarea{
    padding: 2px; 
	border:2px solid #686853;
       } 
	div.prod{
	display:block;
	float:left;
	width:62px;
	padding:5px;
	}
	div.prod a img{
	border:1px solid #fff;
	}
	div.prod a:hover img{
	border:1px solid #d4d4b9;
	width:61px;
	}	
	div.prod_name{
	display:block;
	float:left;
	text-align:left;
	padding-top:25px;
	}	
	input.submitButton{

	padding-left:10px;
	padding-right:10px;
	background:#6b6b55 url(/img/submit.gif) repeat-x;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	color:#fff;
	text-transform:uppercase;
	border:2px solid #3e3d32;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	}								

/* LAYOUT - FOOTER */
div#footer {
clear:both;
display:block;
float:left;
margin:0 auto; 
width:995px; 
height:10px; 
background:url(/img/bottom.gif) bottom no-repeat;	
	}
div#footer a{
	margin:5px 5px 5px 5px;
	text-decoration:none; 
	color:#047390;
	line-height:20px;
	border-bottom:1px dotted #047390;
	border-top: 1px dotted #047390;
	}
div#footer a:hover{ 
	border-bottom:1px dotted #fff;
	border-top: 1px dotted #fff;
	}
div#author {
width: 995px;
margin: 0 auto;
position:relative;
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
}
div#author div#copyright{
float:left;
}
div#author div#designer{
float: right;
}
div#author div#designer a{
text-decoration:none;
color:#fff;
height:10px;
}
div#author div#designer a:hover{
	text-decoration:underline;
}

p.error { color: #ca0505; padding: 0; margin: 0 }

div#loading_page
{
	position: absolute;
	top: 40%;
	left: 40%;
	border: 3px solid #B6B69E;
	background: #E1E1CB; 
	color: #000;
	text-align: center;
	padding: 10px;
	width: auto;
	display: none;
	font-family: Arial;
}

/********************
*****PROGRESS BAR****
*********************/
div#progress_bar{
	display:block;
	float:left;	
	width:716px;
	height:30px;
	background:url(/img/bar.gif) top center no-repeat;
	margin-top:20px;
	}
	div#progress_bar ul#level{
		margin:0 auto;
		padding:0;
		list-style:none;
		height:30px;
		width:716px;
		margin-left: 90px;
		}
	div#progress_bar ul#level li{
		margin:0 auto;
		padding:0;
		list-style-type:none;
		display:block;
		float:left;
		height:30px;
		width:179px;
		}
	div#progress_bar ul#level li a{
		display:block;
		height:30px;
		width:179px;
		text-decoration:none;
		padding-top:14px;
		text-align:center;
		}
	div#progress_bar ul#level li a:hover{
		text-decoration: underline;
		}	
	div#progress_bar ul#level li a.active{
		background:url(/img/bullet.gif) top  center no-repeat;
		}
	div#progress_bar ul#level li a.done{
		color:#a6a48b;
		}
	div#progress_bar ul#level li a.disabled{
		color:#585757;
		cursor: auto;
		}
	div#progress_bar ul#level li a.disabled:hover{
	text-decoration:none;
		}
div#geotrust_internal{
	width: 716px;
	text-align: center;
	}
	

.main { padding: 5px; vertical-align: top; }

.pending { color: #FF8A00; }
.done { color: #0DFF00; }
.canceled { color: #FF000A; }

div#product div#photos div#big_photo div#photo div { background: #000; text-align: right; }

div#banner_discount {
width: 995px;
margin: 0 auto;
margin-top: 1px;
}
div#banner_expire{
position: absolute; 
top: 28px; 
left: 572px;
width: 380px; 
text-align: center;
color: #730c0d; 
font-size: 18px;
font-weight: bold;
font-family: Helvetica, sans-serif;
}

