body {
	margin: 5px;
	background: #030302 /*url(../styleImages/backgrounds/bg-texture.jpg) repeat bottom scroll*/;
	font-family: Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans-serif;
}
.clear { clear: both; } /*Clears Floats*/
#pageSurround {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #a05a12;
	background-color: #f1e0c4;
	position: relative;	
}
#topHeader {
	height: 200px;
	margin-bottom: 20px;
	padding:0px;
	background: transparent url(../styleImages/backgrounds/header/header2_bg.jpg) no-repeat top left;
	position: relative;
	}
		#logo {
			margin: 0px;
			width: 330px;
			height: 120px;
			position: absolute;
			top: 68px;
			left: 36px;
			text-indent: -9999px;
			}
			#logo a {
				display: block;
				width: 330px;
				height: 120px;
				}
		#horizNav {
			width: 900px;
			height: 47px;
			border-top: 1px solid #d8a824;
			color: #fdc829;
			text-transform: uppercase;
			position: absolute;
			bottom: 0px;
			left: 30px;
			}
				ul#navLinks {
					list-style: none;
					}
					ul#navLinks li a {
						float: left;
						display: block;
						line-height: 46px;
						height: 32px;
						padding: 0;
						margin: 8px 7px 0 0;
						text-indent: -9999px;
						}
						ul#navLinks li a.home {
							width: 95px;
							background: url(../styleImages/icons/nav.png) no-repeat -1px 0px;
							}
						ul#navLinks li a.home:hover {
							background-position: -1px -31px;
							}
						ul#navLinks li a.gloves {
							width: 111px;
							background: url(../styleImages/icons/nav.png) no-repeat -98px 0px;
							}
						ul#navLinks li a.gloves:hover {
							background-position: -98px -31px;
							}
						ul#navLinks li a.eyewear {
							width: 103px;
							background: url(../styleImages/icons/nav.png) no-repeat -211px 0px;
							}
						ul#navLinks li a.eyewear:hover {
							background-position: -211px -31px;
							}
						ul#navLinks li a.otherSafety {
							width: 295px;
							background: url(../styleImages/icons/nav.png) no-repeat -316px 0px;
							}
						ul#navLinks li a.otherSafety:hover {
							background-position: -316px -31px;
							}
						ul#navLinks li a.store {
							width: 101px;
							background: url(../styleImages/icons/nav.png) no-repeat -613px 0px;
							}
						ul#navLinks li a.store:hover {
							background-position: -613px -31px;
							}
							ul#navLinks li a.contact {
							width: 153px;
							padding: 0;
							background: url(../styleImages/icons/nav.png) no-repeat -716px 0px;
							}
						ul#navLinks li a.contact:hover {
							background-position: -716px -31px;
							}
#basketBox {
	width: 400px;
	height: 25px;
	float: right;
	position: relative;
	margin: 2px 2px 20px 0;
	line-height: 25px;
	font-size: 12px;
	border: 1px solid #d8a824;
}
div#basket {
	position: relative;
	z-index: 101;
	background-color: transparent;
	}
div#basketBackground {
	background-color: white;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 99;
	width: 100%; height: 100%;
}
	ul.cartList {
		list-style: none;
		margin: 0 0 0 5px;
	}
		ul.cartList li {
			display: inline;
			padding: 10px 12px 10px 0;
			
		}
		ul.cartList li.basketIcon {
			background: url(../styleImages/icons/addBasket.png) no-repeat center left;
			padding-left: 28px;
			height: 35px;
		}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../styleImages/backgrounds/title_bg.png);
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #87561c;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 896px;
	float: left;
	margin: 0 0 0 30px;
}
	#bottomLinks {
		position: relative;
		text-align: center;
		width: 896px;
		}
		#buttonGlove {
			background: url(../styleImages/icons/button_gloves.png) no-repeat;
			}
		#buttonEyewear {
			background: url(../styleImages/icons/button_eyewear.png) no-repeat;
			}
		.buttonLink {
			display: inline-block;
			text-indent: -9999px;
			width: 115px;
			height: 125px;
			margin: 0 auto;
			}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #87561c;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 75%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	/*background-color: #EBEDFE;*/
	text-align: center;
	/*border: 1px solid #C9CEFC;*/
	margin: 0 0 0 27px;
	padding: 3px;
	float: left;
	width: 824px;
}
.subCat {	
	text-align: center;
	padding: 8px 7px;
	margin: 15px 20px;
	float: left;
	width: 150px;
	height: 150px;
	position: relative;
	border: 1px solid #87561c;
}
	.imgBox {
		position: absolute;
		top: 0; left: 0;
		width: 150px; height: 75%;
		padding: 8px 7px 0 7px;
		}
	.txtBox {
		position: absolute;
		bottom: 0; left: 0;
		width: 150px; height: 23%;
		padding: 0 7px 8px 7px;
		}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
.prodThumb {
	margin: 0 0 0 15%;
	width: 33%;
	height: 33%;
}
	

/*Products Page*/
.products {
	width: 98%;
	min-height: 560px;
	}

.prodLeft {
	float: left;
	width: 400px;
	padding: 10px;
	}
	.moreImg {
		width: 150px;
		font-size: 12px;
		padding: 10px 0 0 0;
		}
	#buyNow {
		float: right;
		margin: 30px 0 8px 0;
		width: 400px;
		height: 98px;
		border-top: 2px solid #87561c;
		}
	.quantity {
		float: left;
		width: 150px;
		height: 30px;
		margin: 10px 0 18px 13px;
		line-height: 30px;
		}
	.prodOpts {
		float: left;
		width: 160px;
		height: 30px;
		line-height: 30px;
		margin: 8px 0 0 0;
		}
	.buyBtn {
		float: right;
		width: 100px;
		margin: 10px 0 18px 0;
	}
.prodImg {
	padding: 5px;
	border: 1px solid #d7d7d7;
	background: #ebebeb;
	}
.prodRight {
	float: left;
	width: 42%;
	padding: 0 0 0 15px;
	}
.prodTitleDesc {
	width: 98%;
	height: 100px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #87561c;
	}
.prodPrice {
	float: right;
	width: 100%;
	height: 150px;
	line-height: 20px;
	}
#tellAFriend {
	float: right;
	}
	#tellAFriend ul {
		list-style: none;
		}
		#tellAFriend ul li.share {
			padding-left: 24px;
			background: url(../styleImages/icons/share.png) no-repeat center left;
			}
