body {
	margin: 0px;
	background-color: #000000;
	background-image:url(/shop/images/background.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center;
	overflow-x:hidden;
}
#pageSurround {
	width: 805px;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #ffffff;
	background-color: #000000;	
}
#topHeader {
	text-align: right;
	height: 260px;
    background-image: url(../styleImages/backgrounds/topHeader.gif); 
	background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
    	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
    font-weight: bold;
    text-align: center;
	color: #ffffff;
	background-image: url(../styleImages/backgrounds/2top.gif);
	height: 17px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-top: 5px;
}
.boxContentLeft, .boxContentRight {
	
	border: 1px solid #ffffff;
	background-image: url(../styleImages/backgrounds/2mid.gif);
    background-repeat: repeat-y;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 190px; 
	padding-left: 15px;
	padding-right: 10px;
	float: left;
}
.colMid {
	position: relative;
	width: 575px;
	float: left;
}
.colRight {
	position: relative;
	width: 0px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #ffffff;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	background-color: #000000;
	margin-bottom: 10px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-left: 20px;
	padding-right: 15px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 575px;
	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: 5px;
	padding: 9px;
	float: center;
	width: 400px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 80px;
	height: 140px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: center;
	width: 155px;
	height: 155px;
}

.containerLeftRight {
    
    margin: 0px;
    padding: 0px;
    width: 880px;
    
}
.divLeft {
    margin: 0px;
    padding: 0px;
    width: 300px;
    float: left;
}
.divRight {
    margin-right: 0px;
    padding: 0px;
    width: 560px;
    float: left;
}