*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #000;
	font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a:link, a:visited, img{
	border: none;
}

.clear{
	clear: both;
	height: 1px;
}

#wrap{
	background-image: url('../images/bg_body.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #aa1f35;
	width: 100%;
}

#wrapBg{
	background: url('../images/bg_wrap.jpg') top no-repeat;
}

#content{
	background: url('../images/bg_content.jpg') top no-repeat;
	background-color: #fff;
	width: 1015px;
	margin: 0 auto;
}

#header{
	width: 100%;
}

#headerContent{
	background: url('../images/bg_header_content.jpg') top no-repeat;
	width: 1015px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 5px 0 0px 25px;
}

.soldout{
	background: url('../images/icon_soldout.png') top no-repeat;
	width: 144px;
	height: 118px;
	position: absolute;
	z-index: 2;
	margin: 180px 0 0 120px;
}

body#productsAccessories .soldout{
	bottom: -2px;
	right: -2px;
	margin: 0;
}

body#productsMens .soldout, body#productsWomens .soldout{
	bottom: -2px;
	right: -2px;
	margin: 0;
}


/* Nav Styles */

#nav{
	float: right;	
}

#topNav{
	float: right;
	margin: 0 0 12px 0;
}

.navItem{
	float: left;
	margin: 10px 0 0 12px;
}

#topNav .navItem{
	margin: 0 4px 0 0;
}

.navPartition{
	float: left;
	margin: 10px 4px 0 0;
}

#home {
	display: block;
	width: 126px;
	height: 30px;
	background: url('../images/nav_home.jpg') left no-repeat;
}

#sale {
	display: block;
	width: 88px;
	height: 50px;
	background: url('../images/nav_sale.jpg') left no-repeat;
}

#mens{
	display: block;
	width: 47px;
	height: 30px;
	background: url('../images/nav_mens.jpg') left no-repeat;
}

#womens{
	display: block;
	width: 72px;
	height: 30px;
	background: url('../images/nav_womens.jpg') left no-repeat;
}

#sale{
	display: block;
	width: 40px;
	height: 30px;
	background: url('../images/nav_sale.jpg') left no-repeat;
}

#kids{
	display: block;
	width: 36px;
	height: 30px;
	background: url('../images/nav_kids.jpg') left no-repeat;
}

#accessories{
	display: block;
	width: 108px;
	height: 30px;
	background: url('../images/nav_accessories.jpg') left no-repeat;
}

#dyo{
	display: block;
	width: 153px;
	height: 30px;
	background: url('../images/nav_dyo.jpg') left no-repeat;
}

#wd{
	display: block;
	width: 93px;
	height: 50px;
	background: url('../images/nav_wd.jpg') left no-repeat;
}

#cart{
	display: block;
	width: 54px;
	height: 50px;
	background: url('../images/nav_cart.jpg') left no-repeat;
}


body#index #home, #home:hover, body#productsMens #mens, #mens:hover, body#productsWomens #womens, #womens:hover, body#productsKids #kids, #kids:hover, body#productsAccessories #accessories, #accessories:hover, body#productsDYO #dyo #dyo:hover, #wd:hover, #cart:hover, body#productsSale #sale, #sale:hover{
	background-position: right;
}

/* Home Nav Styles */

#categories{
	margin: 0 auto;
	width: 950px;
	padding: 30px 0 0 0;
}

#categories a, #categories a:visited{
	display: block;
	width: 438px;
	height: 337px;
	float: left;
	margin: 0 0 10px 20px;
}

.catAccessories{
	background: url('../images/btn_category_accessories.jpg') left no-repeat;
}

.catMens{
	background: url('../images/btn_category_mens.jpg') left no-repeat;
}

.catWomens{
	background: url('../images/btn_category_womens.jpg') left no-repeat;
}

.catSale{
	background: url('../images/btn_category_sale.jpg') left no-repeat;
}

.catKids{
	background: url('../images/btn_category_kids.jpg') left no-repeat;
}

.catKids:hover, .catWomens:hover, .catSale:hover, .catMens:hover, .catAccessories:hover{
	background-position: right;
}

/* Category Listing Pages */
#items{
	margin: 0 auto;
	width: 1020px;
	padding: 30px 0 20px 0;
}

.item{
	float: left;
	margin: 0 0 0 4px;
	height: 279px;
	width: 250px;
	background: url('../images/bg_item.png') top no-repeat;
}

.item img{
	border: 2px solid #ccc;
	width: 180px;
	height: 180px;
}

.partition{
	width: 930px;
	height: 80px;
	background: url('../images/wire_partition.png') top no-repeat;
	margin: 0 auto;
	clear: both;
}

.boxgrid{
	width: 180px;
	height: 180px;
	margin: 55px 0 0 30px;
	float:left;
	background:#161613;
	border: none;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #ccc;
}

.boxcaption{
	position: absolute;
	background-image: url('../images/bg_item_caption.png');
	height: 50px;
	width: 100%;
	padding: 0 0 0 5px;
}
 
.boxcaption h3{
	margin: 4px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #f4f4f4;
}

.boxcaption a, .boxcaption a:visited{
	color: #f4f4f4;
	margin: 0;
	padding: 0;
	position: absolute;
}
	
.captionfull .boxcaption {
 	top: 180px;
 	left: 0;
}

.caption .boxcaption {
 	top: 150px;
 	left: 0;
}

/* Item Detail page */

#itemDetail{
	width: 600px;
	height: 400px;
	margin: 0 auto;
	padding: 40px;
	position:relative;
	background-image: url('../images/bg_item_detail.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#itemDetail h1{
	margin:25px 0 0 10px; 
	font:normal 17px calibri,verdana,arial; 
	color:#555;
}

#itemDetail h1 a, #itemDetail h1 a:visited{
	text-decoration: none;
	color:#555;
}

#itemDetail p{
	margin:0 10px 8px; 
	font:normal 14px calibri,tahoma,arial; 
	text-align:justify;
}

#itemDetail a, #itemDetail a:visited{
	color: #600;
}

#itemInfo{
	position:absolute;
	left:310px;
	top: 82px;
	width:300px;
	height:236px;
}

#itemInfo h2 {
	width:270px; 
	margin:5px auto 15px; 
	text-align:center; 
	font:normal 19px calibri,verdana,arial; 
	color: #A91F35; 
	border-bottom:1px dashed #660;
}

#productHolder .instructions{
	font-size: 11px;
	color: #333;
	margin: 4px 0 0 0;
}

#productHolder{
	margin: 0 0 0 10px;
}

#productThumbs{
	margin: 4px 0 0 4px;
}

#productThumbs img{
	width: 50px;
	height: 50px;
	border: 1px solid #666;
	margin: 2px 0 0 5px;
	cursor: pointer;
}

#productThumbs img:hover{
	border: 1px solid #ccc;
}

#detailFooter{
	margin: 40px 0 0 0;
}

#detailFooter #viewTitle{
	float: left;
	margin: 0 10px 0 0;
}

#buyNow{
	display: block;
	width: 94px;
	height: 40px;
	/*background-image: url('../images/btn_buy.jpg');*/
	background-image: url('../images/btn_buy_now.png');
	background-repeat: no-repeat;
	background-position: top;
}

#buyNow:hover{
	/*background-position: right;*/
	background-position:bottom;
}

/* Size Chart Styles */
.chart{
	float: left;
	margin: 0 0 0 20px;
}

.chartWide{
	float: left;
	margin: 0 0 0 40px;
}

.chart table, .chartWide table{
	padding: 5px;
}

.chart table td, .chartWide table td{
	padding: 4px;
}


/* Exchange Styles */

#exchangeInfo{
	padding: 30px 10px 0 10px;
}

#exchangeInfo h1{
	padding:25px 0 10px 10px; 
	font:bold 17px calibri,verdana,arial; 
	color:#A91F35;
}

#exchangeInfo p{
	padding: 10px;
}

#exchangeInfo img{
	border: none;
}

#exchangeInfo a{
	text-decoration: none;
	color: #600;
}

#exchangeInfo li{
	margin: 0 0 0 30px;
}

/* Privacy Styles */

#privacyInfo{
	padding: 30px 10px 0 10px;
}

#privacyInfo h1{
	padding:25px 0 10px 10px; 
	font:bold 17px calibri,verdana,arial; 
	color:#A91F35;
}

#privacyInfo h2{
	padding:15px 0 0 10px; 
	font: bold 14px calibri,verdana,arial; 
	color:#333;
}

#privacyInfo p{
	padding: 0 10px 5px 10px;
}

#privacyInfo img{
	border: none;
}

#privacyInfo a{
	text-decoration: none;
	color: #600;
}

#privacyInfo ul{
	margin: 0 0 0 0;
}

#privacyInfo li{
	margin: 0 0 0 30px;
}

/* Footer Styles */

#footer {
	width: 100%;
	background: url('../images/bg_footer.gif') top repeat-x;
	color: #dfdfdf;
}

#footerContent{
	background: url('../images/bg_footer_content.jpg') top no-repeat;
	width: 1018px;
	margin: 0 auto;
	padding: 10px 0 -5px 0;
}

#footerNav{
	margin: 25px 0 0 20px;
	float: left;
}

#footer a, #footer a:visited, #footer span{
	color: #e6e6e6;
	text-decoration: none;
	border: none;
}

#footerNav a:hover{
	color: #aa1f35;
}

#tag{
	margin: 20px 20px 10px 0;
	color: #e6e6e6;
	float: right;
	font-size: 11px;
}

#tag div{
	margin: 0 0 4px 0;
	vertical-align: text-top;
}

#madeBy a{
	vertical-align: bottom;
}

.saleOld {
	text-decoration:line-through;
	display: inline;
}

.saleNew {
	font-size:120%;
	color:#a91f35;
	display: inline;
}
.saleDiv {
	float:left;
	position:absolute;
	margin: -8px -30px 0 -58px;
}
#limited {
	padding-top:24px;
	margin-bottom:-24px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}
