body {
	margin: 5px;
	background-color: #FFFFFF;
	background-image: url(../img/backdrop.png);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 95%;
	margin: 0px auto;
	padding: 30px 5px 5px 5px;
}
#topHeader {
	text-align: right;
	height: 56px;
	padding-right: 0px;
	padding-top: 81px;	
	width: 95%;	
	margin: 0px auto;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-color: #000000;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#sessionBox {
	text-align: left;
	background-image: url(../styleImages/backgrounds/sessionBg.gif);
	width: 236px;
	height: 96px;
	float: right;
}
.siteDocs {
	text-align: center;
}

.boxTitleLeft, .boxTitleRight {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 15px;
	border: 1px solid #666666;
	padding: 5px;
	width: 150px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #666666;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.boxContent {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	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: 100%;
	float: left;
}
/* END CHECK OUT PAGES */

.docBtnLeft {
	background-image: url(../styleImages/backgrounds/docBtnLeft.gif);
	width: 4px;
}
.docBtnRight {
	background-image: url(../styleImages/backgrounds/docBtnRight.gif);
	width: 4px;
}
.docBtnMid {
	background-color: #DDDDDD;
	padding: 0px 3px 0px 3px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	margin: 0px auto;
	padding: 3px 3px 18px 3px;
	position: inherit;
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	float: left;
	width: 99.5%;
}
.subCat {	
	padding: 8px 8px 24px 8px;
	float: left;
	position: inherit;
	text-align: center;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.topCatsTabLeft {
	background-image: url(../styleImages/backgrounds/catTabLeft.gif);
	background-repeat: no-repeat;
	width: 7px;
}
.topCatsTabMid {
	background-image: url(../styleImages/backgrounds/catTabMid.gif);
	background-repeat: repeat-x;
}
.topCatsTabRight {
	background-image: url(../styleImages/backgrounds/catTabRight.gif);
	width: 7px;
	background-repeat: no-repeat;
}
.latestProds {
	text-align: center;
	width: 131px;
}

/*
Start Cross-Browser DHTML Menu
*/

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

.li-nav {
	list-style-type: none;}
.li-nav a {
	background-color: #ffffff;
	color: #0649a4;
	text-decoration: none;
}
.li-nav a:hover {
	background-color: #ffffff;
	text-decoration: underline;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}

/*
End Cross-Browser DHTML Menu
*/