body {
	margin: 5px;
	background-image: url(../styleImages/backgrounds/backdrop.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
	background-color: #000000;
}
#mainbody {
	width: 1000px;
	border: 1px solid #000000;
	margin: 0px auto;
	padding-top:0px;
	padding-bottom:0px;
	background-image: url(../styleImages/backgrounds/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B8AF31;
}
#pageSurround {
	width: 980px;
	margin: 0px auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #B8AF31;
}
.logintop {
	width: 980px;
	height:22px;
	margin: 0px auto;
	border-bottom: 1px solid #000000;
	background-image: url(../styleImages/backgrounds/login-search.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.loginmiddle {
	width: 980px;
	height:22px;
	margin: 0px auto;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(../styleImages/backgrounds/login-search.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.loginbottom {
	width: 980px;
	height:22px;
	margin: 0px auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(../styleImages/backgrounds/login-search.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
#logo {
	width: 980px;
	height:120px;
	margin: 0px auto;
	background-image: url(../styleImages/backgrounds/blank_logo.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
#spacer {
	width: 970px;
	height:8px;
	margin: 0px auto;
	background-image: url(../styleImages/backgrounds/spacer.png);
	background-repeat: no-repeat;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	background-image: url(../styleImages/backgrounds/headings.png);
	height: 20px;
	padding-top: 3px;
}
.boxContentLeft, .boxContentRight {
	background-color: #FF0098;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.boxFullWidth {
	background-color: #F49AC1;
	font-size: 12px;
	width: 1000px; 	
}
.colLeft {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-left: 10px;
	padding-right: 15px;
	float: left;
}
.colMid {
	position: relative;
	width: 750px;
	float: left;
}
.mainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #ffffff;
	background-image: url(../styleImages/backgrounds/mainhead.png);
	height: 20px;
	padding-top: 3px;
}
.boxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	background-color: #F49AC1;
	border: 1px solid #000000;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-left: 10px;
	padding-right: 15px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 750px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	position: relative;
	margin-top: 10px;
}
.pagination {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 70px;
}
.regSep{
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
	border-top: 1px solid #C1C2FF;
	border-bottom: 1px solid #C1C2FF;
}
.latestProds {
	float: left;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #7F9DB9;
	background-color: #F9D4E4;
	margin-left:5px;
	margin-right:11px;
	margin-bottom:5px;
	margin-top:5px;
	width: 225px;
	height: 180px;
}
.boxtestRight {
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.txtContentShop {
    height: 22px;
    padding-top: 7px;
    text-align: center;
    margin: 2px;
}
* {
padding: 0;
margin: 0;
}
body {
font-size: 73%;
font-family: verdana, arial, helvetica, sans-serif;
padding: 10px;
}
#navigation {
list-style: none;
overflow: auto;
}
#navigation li {
float: left;
background-color: #666; /* to cater for users without images */
}
#navigation a {
display: block;
background-image: url(../styleImages/backgrounds/tabright.gif);
background-position: top right;
background-repeat: no-repeat;
color: #FFF;
text-decoration: none;
font-weight: bold;
}
#navigation span {
display: block;
background-image: url(../styleImages/backgrounds/tableft.gif);
background-repeat: no-repeat;
padding: 5px 15px;
}
#navigation a:hover {
background-position: right -198px;
}
#navigation a:hover span {
background-position: 0 -198px;
}