body {
	margin: 5px;
	background-color: #A5A5A5;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 2px solid #333333;
	background-color: #FFFFFF;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=Classic);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 25px;
	padding-right: 0px;
	padding-top: 30px;	
}
.boxTitleLeft, .boxTitleRight {
	color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 403px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #000000;
	padding: 3px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	position: inherit
}
/* 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;
}
.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: 131px;
	height: auto;
	float: left;
	overflow: hidden;
}

/*
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 1px;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #97537b;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	color: #832a5f;
}

.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
*/



/* ADDED */
body {
	margin: 0;
	padding: 0;
	background-image: url(../../../../images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #832a5f;
}

a {
	color: #97537b;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #832a5f;
	text-decoration: none;
}

img {
	border: none;
}

p {
	padding: 0 5px 0 15px;
	text-align: justify;
	line-height: 18px;
}

#container {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 765px;
	background-image: url(../../../../images/main_bg.jpg);
	background-repeat: no-repeat;
	border-left: #e497cf solid 1px;
	border-right: #e497cf solid 1px;
	border-bottom: #e497cf solid 1px;
	clear: both;
	overflow: auto;
}

#header {
	float: left;
	margin-top: 23px;
	margin-bottom: 5px;
	width: 765px;
	height: 92px;
	clear: both;
	overflow: auto;
}

#hdr_nav_lnk {
	float: left;
	width: 200px;
}

#hdr_nav_menu {
	float: right;
	margin: 5px 0 0 0;
	width: 510px;
	height: auto;
	text-align: center;
	line-height: 35px;
	overflow: visible;
}

#hdr_nav_menu a{
	color: #97537b;
	padding: 15px 45px 25px 45px;
	margin: bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	
}

#hdr_nav_menu a:hover{
	color: #832a5f;
	background-image: url(../../../../images/menu_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	/*text-decoration: underline;*/
}

#maincontent {
	float: left;
	width: 765px;
	clear: both;
	overflow: auto;
}

span.hidden {
	display: none;
}

#menu_left {
	float: left;
	width: 190px;
	padding: 5px;
	
}

#main_store {
	float: right;
	width: 555px;
	padding: 5px;
}

#footer {
	margin: 0 auto;
	margin-top: 10px;
	width: 765px;
	font-size: 10px;
	text-align: center;
	color: #832A5F;
}

#footer a {
	margin: 0 5px 0 5px;
}

.boxTitleLeft, .boxTitleRight {
	color: #832a5f;
	font-weight: bold;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	background-position: top right;
	width: 184px;
	height: 16px;
	padding-left: 5px;
	padding-top: 4px;
	border-left: 1px solid #e497cf;
}
.boxContentLeft, .boxContentRight {
	background-color: #f3b8e3;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 14px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 398px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	border: 1px solid #e497cf;
	padding: 3px;
	color: #832a5f;
	/*background-color: #f3b8e3;*/
	margin-bottom: 5px;
	font-size: 12px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	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: ##f3b8e3;;
	text-align: center;
	border: 1px solid #e497cf;
	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 #e497cf;
	border-bottom: 1px solid #e497cf;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: auto;
	
}

