body {
	margin: 0;
	padding: 0;
	background: #996699;
	position: relative;
	z-index: 1;

}

#pageSurround {
	width: 100%;
	margin: 0;
	padding: 10px 0 63px 0;
	clear: both !important;
	position: relative;
	overflow: hidden;
	float: left;
	background: #fff;
}

#shoppingCart {
	z-index: 100;
	background: #996699;
	border-top: 1px solid #993399;	
	position: fixed;
	bottom: 0;
	left: 0;
	height: 70px;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#shoppingCart #cartContent {
	padding: 10px;
}

#shoppingCart a.viewCart {
	background: #fff;
	padding: 3px 5px;
	color: #990099 !important;
	border: 1px solid #993399;
}

#shoppingCart a.viewCart:hover {
	background: #990099;
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid #fff;
}

#topHeader {
	height: 150px;
	width: 100%;	
	margin: -7px 0 0 0;
	padding: 0;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background: #996699 url(../../../images/getLogo.php?skin=Lets-Go-Fullscreen) 20px center no-repeat;
	border-bottom: 1px solid #993399;
}

#topHeader p.topHeaderLink a {
	float: left;
	width: 300px;
	height: 100px;
	background: transparent;
	padding: 0;
	margin: 0 0 0 10px;
	line-height: normal;
	text-indent: -9999px;
}

#searchForm {
	padding: 10px;
	margin: 20px 10px;
	float: right;
	text-align: right;
	width: auto;
	color: #fff;
}

#searchForm a {
	color: #fff;
	text-decoration: none;
	line-height: 185%;
}

#searchForm a:hover {
	text-decoration: underline;
}

.boxTitleLeft, .boxTitleRight, .txtContentTitle {
	background: transparent;
	border: 0px solid #993399;
	padding: 5px 0;
}

.boxContentLeft, .boxContentRight, .boxCategories, .boxContent {
	border-top: 1px solid #993399;
	background: #f0f0f0 url(../styleImages/backgrounds/box-bg.jpg) left bottom repeat-x;
	padding: 5px 0;
	margin-bottom: 10px;
}

.boxContentLeft p, .boxContentRight p {
	padding: 5px;
}

.boxContent {
	border-top: 1px solid #993399;
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
	color: #333333;
	margin-top: 0px;
	position: inherit;
	overflow: hidden;
}

.colLeft, .colLeftCart, .colLeftCheckout {
	margin: 0;
	padding: 0;
	width: 15%; 
	float: left;
}

.colMid, .colMid#cartMid {
	margin: 0;
	padding: 0;
	width: 70%;
	float: left;
}

.colMid#cartMid {
	width: 85%;
}

.colRight {
	margin: 0;
	padding: 0;
	width: 15%;
	float: right; 
}

.colMid .midSpacing,
.colMid#cartMid .midSpacing {
	padding: 0 10px;
	position: relative;
}

.colMid#cartMid .midSpacing {
	padding: 0 0 0 10px;
	position: relative;
}

#BreadCrumb {
	margin: 5px 0 ;
}

#BreadCrumb a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#BreadCrumb a:hover {
	text-decoration: underline;
}

#productWrap {
	overflow: hidden;
	padding: 10px 0;
}

#productLeft {
	float: left;
	width: 350px;
	padding: 0;
	margin: 0 10px 10px 0;
}

#productLeft img.mainPic {
	width: 343px;
	border: 1px solid #993399;
	position: relative;
}

.mainPic {
	margin-bottom: 10px;
	position: relative;
}

#productInfo {
	margin: 0;
	margin-left: 370px;
	padding: 0;
}

form.mailList {
	margin: 5px;
}

form.mailList .textbox {
	background: #660066;
	color: #fff;
	border: 1px solid #666;
	padding: 2px 5px;
	margin-bottom: 5px;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}

.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 7px;
	margin-bottom: 20px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

#subCats {
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	float: left;
	width: 100%;
}

.subCat {	
	text-align: left;
	padding: 10px;
	float: left;
	height: 250px;
}

.subCat p {
	color: #999;
	text-align: center;
}

.subCat p a {
	font-weight: bold;
}

.subCat .pic {
	text-align: center;
	height: 150px;
	width: 200px;
}

.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #993399;
	border-bottom: 1px solid #993399;
}

#imgThumbSpace{
	margin-left: 0;
}

#imgThumbSpace div {
	float: left;
	width: 70px;
	height: 65px;
	padding: 10px;
	margin: 0 10px 0 0;
	overflow: hidden;
	border: 1px solid #993399;	
}

#imgThumbSpace a {
	float: left;
	width: 75px;
	height: 75px;
	padding: 0;
	margin: 0 5px 0 0;
	overflow: hidden;
	background: #fff;	
}

#imgThumbSpace img {
	float: left;
	text-align: center;
	width: 70px;
}

div.latestProds, div.latestProds.related {
	text-align: center;
	width: 20%;
	margin: 5px 0 0 0;
	padding: 0;
	height: 190px;
	float: left;
	overflow: hidden;
	position: relative;
}

.latestProds .latestProdPic {
	position: relative;
	width: auto;
	height: 130px;
	overflow: hidden;
	text-align: center;
}

.latestProds p {
	text-align: center !important;
	padding: 0;
	margin: 0 0 3px 0;
}

div.latestProds.related {
	text-align: center;
	width: 20%;
	margin:  10px 0 0 0;
	padding: 0;
	height: 130px;
	float: left;
	overflow: hidden;
	position: relative;
}

div.latestProds.related .relatedPic  {
	height: 75px;
	overflow: hidden;
}

td.options select {
	width: 200px;
	padding: 3px;
	font-size: 11px;	
}

/*
Start Cross-Browser DHTML Menu
*/

.mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.li-nav a {
	padding: 3px 5px;
	width: 150px;
	display: block;
	background: transparent;
	color: #333;
	text-decoration: none;
	margin: 0;
}
.li-nav a:hover {
	color: #444;
	text-decoration: underline;
	width: 150px !important;
}

.ul-nav, .li-nav {
	display: block;
	width: 150px;
	list-style: none;
}

.ul-nav {
	width: 150px;
	padding: 0;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	width: 160px;
	margin-top: -21px;
	border: 1px solid #993399;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 99;
}

.li-nav .ul-nav a:hover {
	background: #f4f4f4;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 115px 6px;
}

/*
End Cross-Browser DHTML Menu
*/


