body {
	margin: 40px;
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	border: 4px solid #93816c;
	background-color: #FFFFFF;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/backgrounds/content-bg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#topHeader {
	text-align: right;
	height: 60px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-top: 68px;
	background-image: url(../styleImages/backgrounds/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 20px;
	padding: 6px 0 0 0;
}
.boxContentLeft, .boxContentRight {
	background-color: #ffffff;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.colMid {
	position: relative;
	width: 600px;
	float: left;
}
.colRight {
	position: relative;
	width: 0px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: none;
	color: #666666;
	margin: 5px 20px 20px 20px;
	position: inherit
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 600px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	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;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 150px;
	height: 180px;
	float: left;
	overflow: hidden;
	border: 1px solid #666666;
	padding: 10px;
	margin: 5px;
}


/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	padding: 0px;
	margin: 0px;
}

.li-nav a {
	padding: 2px;
	width: 148px;
	display: block;
	text-align: left;
	color: #666666;
	text-decoration: none;
	margin: 0 0 0 4px;
}
.li-nav a:hover {
	background-color: #FFFFFF;
	color: #cd2e00;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 150px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 4px solid #0858B6;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/


/* start mod: Added to basket message */
/* by Estelle - http://cubecart.expandingbrain.com */
.divAddedToBasket {
	border: 1px solid #c1dcdf;
	background-color: #f9fcfc;
	line-height: 2;
	padding: 10px;
	margin: 0 20px 10px 20px;
	position: relative;
}
/* end mod: Added to basket message */
