/* Notes: Controls the Outer Body Of The Site  */
body {
	margin:0px;
	background-color: #3D3D3D;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.TopBar {
	background-image: url(../styleImages/backgrounds/TopBar.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:190px;
}

/* Notes: Login Bar Background On Skin  */
.loginbar {
	background-image: url(../styleImages/backgrounds/loginbar.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:35px;
}
/* Notes: Top Menu Background On Skin  */
.topmenu {
	background-image: url(../styleImages/backgrounds/topmenu.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:35px;
}
/* Notes: Top Menu Background On Skin  */
.topmenu-divider {
	background-image: url(../styleImages/backgrounds/topmenu-divider.gif);
	background-repeat: no-repeat;
	margin-top:1px;
	height:33px;
}
/* Notes: Top Of Page Fading  */
.topfade {
	background-image: url(../styleImages/backgrounds/topfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:26px;
}
/* Notes: Controls the Main Page Body Of The Site  */
.pageSurround {
	width: 968px;
	margin: 0px auto;
	background-color: #ffffff;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
/* Notes: Controls the background of categories  */
.CatContentLeft {
	background-color: #000000;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	line-height:40px;
	padding-bottom: 0px;
}
/* Notes: Controls categories divider line */
.Catline {
	border-top: 1px solid #373737;
	line-height:1px;
	margin-top:-8px;
}
.Bottomline {
	border-top: 1px solid #E9E2CF;
	line-height:1px;
}
/* Notes: Controls bottom of categories box */
.CatBottom {
	background-image: url(../styleImages/backgrounds/CatBottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:18px;
	margin-top:-10px;
}
.Boxes {
	padding-left:10px;
	padding-right:10px;
}
.dividerline {
	background-image: url(../styleImages/backgrounds/dividerline.gif);
	background-repeat: no-repeat;
	height:28px;
	margin-left:14px;
	background-position:left;	
}
.boxTitleLeft, .boxTitleRight {
	background-image: url(../styleImages/backgrounds/boxcontentBg.gif);
	background-repeat: repeat-y;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #043D65;
	padding-left: 20px;
	padding-bottom:15px;
	height: 15px;
}
.boxContentLeft, .boxContentRight {
	background-image: url(../styleImages/backgrounds/boxcontentBg.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 220px; 
	padding-right: 36px;
	float: left;
}
.colMid {
	position: inherit;
	width: 712px;
	float: left;
}
.ContentTitleline {
	background-image: url(../styleImages/backgrounds/ContentTitleline.gif);
	background-repeat: repeat-x;
	height:10px;
	background-position: top;
	padding-bottom:10px;
}
.boxContent {
	padding: 3px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	position: inherit;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 220px; 
	padding-right: 36px;
	float: left;
}
.colMainCheckout {
	position: inherit;
	width: 712px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 99%;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 95px;
}
.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;		
}
.catviewdivider {

	border-top: 1px solid #929292;

	line-height:1px;

	width:300px;

	padding-bottom:18px;

}
div.latestProds {
	text-align: center;
	width: 170px;
	height: 200px;
	float: left;
	padding-right:55px;
	overflow: hidden;
}
.customeralsobought {
	text-align: center;
	width: 170px;
	height: 200px;
	float: left;
	padding-right:55px;
	overflow: hidden;
}
.bottombar {
	background-image: url(../styleImages/backgrounds/bottombar.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:34px;
}
/*
Start Cross-Browser DHTML Menu
*/

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

.li-nav a {
	background-color: #000000;
	width: 202px;
	display: block;
	line-height:28px;
	text-indent:10px;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #000000;
	color: #FFffff;
	text-decoration:underline;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 202px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 195px;
	margin-top: -26px;
	border: 4px solid #373737;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: right;
	
}
/*
End Cross-Browser DHTML Menu
*/