body {
	background-color: #B9BAAA;
	background-image:url(../styleImages/backgrounds/pageBg.jpg);
	background-position:center 100px;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}
#pageSurround {
	width: 830px;
	margin:auto;
	padding:0px;
	background-image: url(../styleImages/backgrounds/header.jpg);
	background-repeat:no-repeat;
	background-position:0px -20px;
}
.pop {
background-image:url(../images/fairy_06.gif); background-repeat:no-repeat; height:20px;
background-position:-17px 2px;
}
.cat {
background-image:url(../images/fairy_01.gif); background-repeat:no-repeat; height:20px;
background-position:-12px 0px;
}
.feat {
background-image:url(../images/fairy_03.gif); background-repeat:no-repeat; height:20px;
background-position:-14px 0px;
}
.sale {
background-image:url(../images/fairy_08.gif); background-repeat:no-repeat; height:20px;
background-position:-40px 0px;
}
#topHeader {
background-image: url(../images/scrbgn_01.jpg);
	text-align: right;
	height: 225px;
	padding-right: 0px;
	padding-top: 0px;	
	position:relative;
	margin-bottom:-40px;
}
#sessionBoxcont {
background-color:#000000;
padding-top:5px;
height:25px;
width:100%;
margin:auto;
overflow:hidden;
display:block;
}
.boxTitleLeft, .boxTitleRight {
	 padding-left:0px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 border-bottom:1px solid;
display:block;
width:128px;
font-size:11px;
	font-weight:bold;
	border-bottom-color:#7C7163;
	margin-bottom:4px;
	margin-top:4px;
 text-transform:uppercase;
}
.boxContentLeft, .boxContentRight {
	
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 30px;
	padding-right: 5px;
	padding-top:20px;
	float: left;
}
.colMid {
	position: relative;
	width: 600px;
	margin-left:30px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin-bottom: 5px;
}
/* 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;
	border-top:1px solid;
	border-color:#7C7163;
	margin:0px 40px 0px 40px;
	padding-top:10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 600px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 150px;
}
.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;
	height: 170px;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #CCCCCC;
	position:relative;
	width:104px;
}
.prodname {
padding:2px;
width:100px;
display:block;
}
.prodprice {
font-size:10px;
width:100px;
display:block;
position:absolute;
bottom: 25px; text-align:center; width:100px
}
.detls {
background-color:#9CAE62;
display:block;
padding:3px;
color:#FFFFFF;
position:absolute;
bottom:0px;
left:0px;
width:118px;
}
.detls a {
color:#FFFFFF;
text-decoration:none;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase
}
.detls a:hover {
color:#333333;
text-decoration:none;
}