#wrapper{
	width: 900px;
	margin: 0px auto;
}
#header{
	height: 118px;
	background:#ff9900 url('images/header_bg.jpg');
}
#header *,#areYouADirtHead{
	display: none;
}
#masthead{
	background: black url('images/mast_head_bg.jpg') no-repeat;
	height: 60px;
	padding-top: 5px;
}
#masthead #topNav{
	border: 1px solid #666666;
	background: #1c1c1c url('images/top_nav_bg.jpg') repeat-x;
	height: 19px;
	margin: 0px auto;
	width: 835px;
	overflow: hidden;
	margin-bottom: 10px;
}
#masthead #topNav ul,#masthead #accountFunctions ul,#footer ul {
	list-style: none;
}
#masthead #topNav ul li{
	display: block;
	float: left;
	padding-top: 3px;
	border-right: 1px solid #666666;
	margin: 0px 4px;
	height: 16px;
}
#masthead #topNav ul li.lastItem{
	border-right: 1px none #666666;
	margin-right: 0px;
}
#masthead #topNav ul li.lastItem a{
	padding-right: 0px;
}
#masthead #topNav ul li a{
	display: block;
	background: transparent url('images/top_nav_li_bg.jpg') no-repeat 0px 35%;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding:0px 4px 0px 10px;
}
#masthead #accountFunctions div#anav{
	float: right;
	margin-right: 30px;
}
#masthead #accountFunctions div#anav ul li,#footer ul li{
	display: block;
	float: left;
	padding-top: 3px;
	/*margin: 0px 7px 0px 0px;*/
	
}
#masthead #accountFunctions div#anav ul li a,#footer ul li a{
	color: #ff9900;
	display: block;
	background: transparent url('images/white_daimond.jpg') no-repeat 0px 35%;
	text-transform: uppercase;
	padding:0px 15px 0px 10px;
}
#masthead #accountFunctions #newsLetter{
	float: left;
	width: 450px;
	
	margin-left:70px;
	
}
#masthead #accountFunctions #newsLetter #newsLetterForm{
	display: none;
}
#masthead #accountFunctions #newsLetter #search{
	display: block;
}
#masthead #accountFunctions #newsLetter legend{
	margin-bottom: 2px;
}
#masthead #accountFunctions #newsLetter fieldset input{
	width: 250px;
}
#masthead #accountFunctions #newsLetter fieldset{
	width: 350px;
	float: left;
	margin:-7px 0px 0px 15px;
	display: inline;
	padding: 0px;
}
#masthead #accountFunctions #newsLetter input.submit{
	float: left;
	margin-top: 4px;
}


#content{
	background: #1c1c1c;
	padding: 0px 0px 20px 0px;
	margin: 10px auto;
	width: 760px; 

	line-height: 1.3em;
	min-height: 300px;
}
#con
#content div.section{
	width: 100%;
}
#storeBanner{
	margin-bottom: 1.5em;
}
#storeNav {
	float:right;
	width:200px;
	margin:25px 0px 10px 5px;
	overflow: hidden;
}
#storeNav ul{
	list-style: none;
	
}
#storeNav ul li{
	display: block;
	margin-bottom:0px;
	border-bottom: 1px solid #2D2D2D;	
}
#storeNav ul li a{
	display: block;
	width: 190px;
	height: 100%;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#storeNav ul li a:hover{
	background: #2D2D2D;
	color: #FF9900;
}
#storeNav  li ul{
	display: block;
	margin:2px 0px 10px 15px;
}
#storeNav  li ul li{
	border-bottom:1px none black ;
}
#storeNav  li ul a{
	display: block;
	width: 190px;
	height: 100%;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
#storeNav  li ul a:hover{
	background: #2D2D2D;
	
	color: #FF9900;
}
#footer{
	height: 50px;
	background: transparent url('images/footer_wide_bg.jpg') no-repeat top center;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	width: 100%;
	margin: 0px auto;
}
#footer ul{
	display: block;
	width: 650px;
	margin: 0px auto 25px auto;
	clear: both;
	height: 20px;
}
#footer ul li 
{
	margin: 0px 3px 0px;
}
#footer ul li a{
	color: #000;
	text-decoration: none;
	background: transparent none;
	font-weight: bolder;
}
#footer p{
	width: 100%;
	text-align:center;
}

/*store / product catalog styles*/


/*global styles*/
tr#subTotalRow{
	
	
}
td.subTotal{
	
	font-weight: bold;
	
}
tr#taxRow{
	
}
td.tax{
	
}
tr#shippingRow{
	
}
td.shipping{
	
}
tr#grandTotalRow{
	
}
td.grandTotal{
	font-weight: bold;
}
/*items in cart*/
td.item{
	font-size: 110%;
	
}
 td.item div.itemOptions{
	font-size: 85%;
	color: #696969;
}
#content table tr td.item div.itemOptions ul{
	padding: 0px;
	margin-left:0px;
	list-style: none;
}
td.qty{
	
	
}
div#content td.qty input{
	margin: 0px;
	
}
td.actions{
	
	
}
 td.price{
	
	
}


tr#qtyUpDateRow td{
	padding-top: 15px;
	
	
}




span.categoryBreadCrums{
	
}
table#productList{
	width: 100%;
	
}
table#productList tr td {
	vertical-align: top;
	width: 33%;
}
table#productList tr td h5{
	background: transparent url('images/yellow_daimond.jpg') no-repeat 0 .30em;
	padding-left: 11px;
	text-transform: capitalize;
}
table#productList tr td a img{
	margin-bottom: 8px;
}
table#productList tr td ul.priceList{
	list-style: none;
	margin: 3px 0px 5px 0px;
	padding-left: 3px;
}
table#productList tr td ul.priceList li{
padding-left: 0px;
}
/*input.addToCart{
	border: 1px solid gray;
}*/
a.addToCart,input.addToCart{
	display: block;
	border: 1px none gray;
	width: 89px;
	height: 21px;
	
	text-indent: -99999px;
	overflow: hidden;
	text-align: center;
	color: black;
	background: #F0F0F0 url('images/add_to_cart_bg.jpg') no-repeat;
	cursor: pointer;
	margin-left: 8px;
}
input.addToCart{
padding-left:89px;
}
/*product detail*/
a.topOfPage{
	display: none;
}
div.productImageWrapper{
	
}
div.productImageWrapper img.defaultImage{
	
}

div.productImageWrapper img.defaultImage{
	
}
div.cartActionsWrapper{
	
}
div.cartActionsWrapper ul.priceList{
	
	}
	
	
div#productFeatures,div#productSpecs,div#productDesc,div#productInfoLinks,div#cartActionsWrapper,div#productSuggestedProductsPreview,div#ProductsSuggested,div#productImageWrapper{
	
padding: 1%;
margin-bottom: 15px;
	
}
/*div#productSuggestedProductsPreview,div#productInfoLinks{
	float: left;
	width: 48%;
}*/
div#productSuggestedProductsPreview ul , div#cartActionsWrapper ul{
	list-style: none;
	padding: 0px;
}

/*cart styles*/
table#cart{
	width: 100%;
	margin-bottom: 25px;
	
}


div.cartPageActions{
	
	height: 20px;
	margin-bottom: 15px;
}
div.cartPageActions a{
display: block;
float: left;
}
div.cartPageActions a.proccedToCheckout{
float: right;
font-weight: bold;
}


/* checkout styles*/
div.checkoutInfo{
	margin-bottom: 15px;
}

table#cartOverview{
	margin-bottom: 15px;
	min-width: 350px;

}



/*login myaccount*/
div#loginSignin{
	width: 48%;
	float: right;
}
div#loginRegisterAccount{
	width: 48%;
	float: left;
}
div.myAccountInfo{
	margin-bottom: 15px;
	padding:1%;
}



/*featured categories*/
table#featuredCategories{
	width:100%;
	
	
}
table#featuredCategories tr td{
	text-align: center;
    padding-bottom: 8px;
}
table#featuredCategories tr td h4{
    margin-bottom: 1px;
}
table#featuredCategories tr td div.categoryDesc{
	width: 225px;

	
}
table#featuredCategories tr td a img {

	
	
}
table#featuredCategories tr td div.categoryDesc {
	font-size: 90%;
    text-align: center;
}
table#featuredCategories tr td div.categoryDesc p{
    margin: 0px !important;
}
table#featuredCategories tr td ul{
	float: left;
	margin: 0px 0px 5px 5px;
	padding-left: 15px;
}
/*display none stuff */
span.stockNo,div#productInfoLinks{
	display: none;
}

#content fieldset.quantity{
}
#content fieldset.quantity label{
	color: #FFD500;
	font-weight: bold;
}