body {
	margin: 0px;
	background-color: #000000;
}
#pageSurround {
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/logo/default.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#PageOuter {
	background-image:url(../styleImages/backgrounds/bg.png);
	background-position:left top;
	background-repeat:repeat;
	width:960px;
	margin:0 auto;
	padding:0;
}

#topHeader {
	text-align: right;
	padding-right: 0px;
	padding-top: 102px;
}
#logo {
  width: 200px;
  float: left;
}
#session {
	height: 16px;
	background-image: url(../styleImages/logo/title_bar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contentMain {

}

#footer {
	background: #818181;
}

.boxTitleLeft, .boxTitleRight {
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 184px; 
	padding-left: 21px;
	padding-right: 19px;
	float: left;
	background-color: #000000;
	background-image: url(../styleImages/backgrounds/left_nav_BG.gif);
	background-repeat: repeat-y;
}
.colMid {
	position: relative;
	width: 638px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 5px;
	float: right;
}
.boxContent {
	color: #ffffff;
	background-color: #2a2a2a;
	background-image: url(../styleImages/boxes/boxBg.gif);
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-top: 10px;
	position: inherit;
}
.boxContentTitle {
	padding: 10px;
	background: url(../styleImages/boxes/boxTitle.gif) no-repeat top right;
}

.boxContentInner {
	padding: 10px;
}

.productTable {
	text-align: right;
	padding: 10px;
}

.txtBoxTitle {
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	padding-left: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	background-image: url(../styleImages/boxes/boxTitle.gif);
	background-repeat: no-repeat;
}

.txtBoxMain {
	color: #ffffff;
	padding: 5px;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	z-index:5;
	left: 0px;
	width: 184px; 
	padding-left: 21px;
	padding-right: 19px;
	float: left;
	background-color: #000000;
	background-image: url(../styleImages/backgrounds/left_nav_BG.gif);
	background-repeat: repeat-y;
}
.colMainCheckout {
	position: relative;
	width: 638px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	padding: 5px;
}
.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;
	height: 50px;
}
.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: 100px;
	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;
	background-color: #EBEDFE;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #070F72;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #FFFFFF;
	color: #FF6600;
}

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