#storeTopCap {
	display: block;
	width: 997px;
	height: 17px;
	background: url(../img/store/storeTopCap.jpg) no-repeat;
}

#storeArea {
	display: block;
}
	
	#storeArea #storeNavigation {
		display: block;
		width: 195px;
		height: 803px;
		float: left;
	}
		
		#storeNavigation h3 {
			display: block;
			height: 33px;
			text-indent: -10000px;
			overflow: hidden;
			background: url(../img/store/browseGear.jpg) no-repeat;
		}
		
		#storeNavigation h5.womensGear {
			display: block;
			height: 29px;
			text-indent: -10000px;
			overflow: hidden;
			background: url(../img/store/womensGear.jpg) no-repeat;
		}
		
		#storeNavigation h5.mensGear {
			display: block;
			height: 47px;
			text-indent: -10000px;
			overflow: hidden;
			background: url(../img/store/mensGear.jpg) no-repeat;
		}
		
		#storeNavigation ul li a {
			display: block;
			text-indent: -10000px;
			height: 25px;
			width: 195px;
		}
			
			#storeNavigation ul.womensGear li a.current, #storeNavigation ul.mensGear li a.current {
				background-position: 0 -25px;
			}
			
			#storeNavigation ul.womensGear li a:hover, #storeNavigation ul.mensGear li a:hover {
				background-position: 0 -25px;
			}
				
				#storeNavigation ul.womensGear a.hoodies {
					background: url(../img/store/womensHoodies.jpg) no-repeat;
				}
				
				#storeNavigation ul.womensGear a.tanks {
					background: url(../img/store/womensTanks.jpg) no-repeat;
				}
				
				#storeNavigation ul.womensGear a.shortSleeve {
					background: url(../img/store/womensShortSleeve.jpg) no-repeat;
				}
				
				#storeNavigation ul.womensGear a.longSleeve {
					background: url(../img/store/womensLongSleeve.jpg) no-repeat;
				}
				
				#storeNavigation ul.womensGear a.fightShorts {
					background: url(../img/store/womensFightShorts.jpg) no-repeat;
				}
				
				#storeNavigation ul.womensGear a.rashGuards {
					background: url(../img/store/womensRashGuards.jpg) no-repeat;
				}
				
				#storeNavigation ul.womensGear a.hats {
					background: url(../img/store/womensHats.jpg) no-repeat;
				}
				
				#storeNavigation ul.mensGear a.hoodies {
					background: url(../img/store/mensHoodies.jpg) no-repeat;
				}
				
				#storeNavigation ul.mensGear a.tanks {
					background: url(../img/store/mensTanks.jpg) no-repeat;
				}
				
				#storeNavigation ul.mensGear a.shortSleeve {
					background: url(../img/store/mensShortSleeve.jpg) no-repeat;
				}
				
				#storeNavigation ul.mensGear a.longSleeve {
					background: url(../img/store/mensLongSleeve.jpg) no-repeat;
				}
				
				#storeNavigation ul.mensGear a.fightShorts {
					background: url(../img/store/mensFightShorts.jpg) no-repeat;
				}
				
				#storeNavigation ul.mensGear a.rashGuards {
					background: url(../img/store/mensRashGuards.jpg) no-repeat;
				}
				
				#storeNavigation ul.mensGear a.hats {
					background: url(../img/store/mensHats.jpg) no-repeat;
				}
		
		#featuredProductTopCap {
			display: block;
			height: 33px;
			background: url(../img/store/featuredProductTopCap.jpg) no-repeat;
		}
		
		#featuredProduct {
			display: block;
			height: 198px;
			background: url(../img/store/featuredProduct.jpg) no-repeat;
		}
		#featuredProductBottomCap {
			display: block;
			height: 115px;
			background: url(../img/store/featuredProductBottomCap.jpg) no-repeat;
		}
	
	#storeArea #storeProducts {
		display: block;
		width: 767px;
		height: 803px;
		float: left;
		background: black;
	}
		
		#storeArea #storeProducts div.storeItem {
			display: block;
			float: left;
			width: 190px;
			height: 260px;
			margin: 5px 1px 10px 0;
		}
			
			#storeArea #storeProducts div.storeItem a {
				text-decoration: none;
				border: 0;
			}
			
			#storeArea #storeProducts div.storeItem img {
				
			}
			
			#storeArea #storeProducts div.storeItem p {
				font: bold 10px Arial sans-serif;
				color: #fff;
				text-align: center;
			}
	
	#storeArea #rightEdgeCap {
		display: block;
		width: 35px;
		height: 803px;
		float: left;
		clear: right;
		background: url(../img/store/rightEdgeCap.jpg) no-repeat;
	}

#storeBottomCap {
	display: block;
	clear: left;
	width: 997px;
	height: 20px;
	background: url(../img/store/storeBottomCap.jpg) no-repeat;
}
