body {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #8f9090;
	font-family: "Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;
	font-size:11px;
	line-height: 1.6;
}
#pageSurround {
	width: 861px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image:url(../styleImages/backgrounds/pageBg.gif);
	background-repeat:repeat-y;
	background-position: 1px;
}
#thWrapper {
	text-align: right;
	height: 80px;
	width: 841px;
	margin: 0px auto;
	padding: 10px;
	background: #8f9090;	
}
#topHeader {
	text-align: right;
	height: 80px;
	width: 500px;
	margin: 0px auto;
	background: #8f9090;	
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/logo/default.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	float: left;
}
#topHeader2 {
	text-align: right;
	height: 80px;
	width: 321px;
	margin: 0px auto;
	background: #8f9090;
	float:right;
}
#shoppingArea {
	background-image:url(../styleImages/basket.gif);
	background-repeat:no-repeat;
	background-position: right top;
	height: 80px;
}
#topBar {
	background-color: #222424;
	line-height: 35px;
	color: #cccccc;
	text-transform: uppercase;
	width: 841px;
	margin: 0 auto;
	padding: 5px 5px 5px 15px;
}
.boxTitleLeft, .boxTitleRight {
	color:#FFFFFF;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight: bold;
	background-color: #96c349;
}
.boxContentLeft, .boxContentRight {
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;
}
.searchPadding {
	padding-top: 8px; padding-left:5px;
}
.colRight {
	position: relative;
	z-index:5;
	left: 0px;
	width: 195px; 
	float: left;
}
.colMid {
	position: relative;
	width: 666px;
	float: right;
	padding: 0px;
}

.boxContent {
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
	padding: 10px;
}

/* CHECKOUT PAGES */

.colLeftCheckout {

	position: relative;

	left: 0px;

	width: 160px; 

	padding-left: 15px;

	padding-right: 5px;

	float: left;

}

.colMainCheckout {

	position: relative;

	width: 568px;

	float: left;

}

/* END CHECK OUT PAGES */

.siteDocs {

	text-align:center;

	margin-top: 10px;

}

.pagination {

	text-align: right;

	padding-top: 5px;

	padding-bottom: 5px;

}

#subCats {

	text-align: center;

	margin-bottom: 15px;

	padding: 3px;

}

.subCat {	

	text-align: center;

	padding: 8px;

	float: left;

	width: 110px;

}

.regSep{

	padding: 10px 0px 10px 0px;

	margin: 10px 0px 10px 0px;

	border-top: 1px solid #cccccc;

	border-bottom: 1px solid #cccccc;

}



div.latestProds {

	text-align: center;

	width: 131px;

	height: 100px;

	float: left;

	overflow: hidden;

}

.wrapper {
	float: left; 
	width:150px; 
	height: 215px; 
	padding:5px;
	position: relative;
}
.catimage {
	position: relative;
	width: 150px; 
	height:130px; 
}
.catimage:hover {
	width: 148px; 
	height:128px; 
	border: 1px solid #E6E6E6;
}

.cattitle {
	height: 70px; 
	overflow:hidden; 
	width:140px; 
	text-align:center;
	background-color:#F7F7F7;
	border-bottom:1px solid #E6E6E6;
	color:#666666;
	padding: 5px;
}
.salePrice {
	position:absolute;
	bottom:-2px;
	right:-2px;
	width:48px;
	height:48px;
	background: url(../styleImages/sale.gif) no-repeat bottom right;
	padding: 0px;
}	
.salePricebig {
	position:absolute;
	bottom:180px;
	right:0px;
	width:96px;
	height:96px;
	background: url(../styleImages/salebig.gif) no-repeat bottom right;
	padding: 0px;
}	
.OutOfStock {
 	z-index: 5;
	position:absolute;
	bottom:-2px;
	right:-2px;
	width:48px;
	height:48px;
	background: url(../styleImages/sold.gif) no-repeat bottom right;
	padding:0px;
}
.OutOfStockbig {
 	z-index: 5;
	position:absolute;
	bottom:180px;
	right:0px;
	width:96px;
	height:96px;
	background: url(../styleImages/soldbig.gif) no-repeat bottom right;
	padding:0px;
}