body {
	background:#ffffff;
	margin: 0px auto;
}
#pageSurround {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	border: none;	
}
#subSurround {
	padding-left: 0px;
}
#topHeader {
    text-align: left;
	height: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;	
}

.boxTitleLeft, .boxTitleRight {
	font-family: Calibri; serif;
	font-size: 100%;
	color: #491B0F;
}

.boxContentLeft, .boxContentRight {
	font-family: Calibri; serif;
	font-size: 125%;
	color: #491B0F;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 150px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.boxContent {
	border: none;
	padding: 3px;
	font-family: Calibri, serif;
	font-size: 100%;
	color: #060606;
	margin-bottom: 5px;
	text-align: left;
}

/* 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: 0px;
	font-size: 80%;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	border: 1px solid #491B0F;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.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;
}
/**CATEGORY PRODUCTS
***********************/
#CategoryView {
	margin:10px 0 0 0;
	padding:0;
	
	width: 698px;
	background: #FFFFFF;
	color: #333333;
	border:3px double #Bfad95;
	}
	
	
#CPWrap {
	padding:10px 10px 0 5px;
	margin:0 auto;
	height:100%;
	text-align:center;
	}
	
.CProds {
	float:left; 
	text-align:center; 
	width:175px; 
	height:275px; 
	padding:5px; 
	border:1px solid #Bfad95; 
	margin:15px 0 15px 20px;
	}



.CPInfo {
	padding:5px 0;
	height:51px;
	}


.CPInfo a {
	color:#696969;
	background: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
.CPInfo a:hover {
	color: #ABC468;
	background: #FFFFFF;
	}


.CPDetails {
	margin:5px auto;
	background: #9d8664;
	color: #ffffff;
	width:100%;
	padding:3px 0;
	text-align:center;
	text-transform:uppercase;
	border-bottom:3px double #Bfad95;
	border-top:3px double #Bfad95;
	}

.CPDetails a {
	color: #4A3E2E;
	background: #9d8664;
	padding:3px 0;
	}

.CPDetails a:hover {
	color:#ffffff;
	background: #9d8664;
	text-decoration:none;
	}