body {
	margin: 0 0 5px 0;
	background-color: #1C1C18;
	background-image: url(../styleImages/backgrounds/tail_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper	{width:990px; margin:0 auto; }
#pageSurround {
	width: 95%;
	margin: 0px auto;
	padding: 5px;
}

#logoBox	{width:980px; margin:auto; }
#bannerBox	{height:0; /*320px*/ }

#searchBox {
	position:absolute;
	top:20px;
	right:10px;
	text-align: right;
	width: 260px;	
	margin: 0px auto;
}

#siteDocs, #siteDocs2, .siteDocs	{height:75px;}

#siteDocs	{background: url(../styleImages/backgrounds/row_menu.png) 0 0 repeat-x; }
#siteDocs2	{position:relative; width:980px; margin:auto; }

.siteDocs {text-align:left; font-size:120%; line-height:75px; }

#siteDocs a.txtSiteDocs	{padding: 25px 30px 29px; white-space: nowrap; }
#siteDocs a.txtSiteDocs span	{ }

span.txtSiteDocs	{margin:0 5px;} /* adds a margin between the "|" (pipe) spacers */



/* Box Headings/Titles */
.boxTitleLeft, .boxTitleRight, .txtContentTitle {
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
	color: #a3a595;
	background: url(../styleImages/backgrounds/row_menu.png) 0 0 repeat;
/*	height: 24px; */
	padding: 12px 5px 10px 5px;
}

.boxContentLeft, .boxContentRight {
	background-color:#6d6b5b;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}


.boxCategories {
	background-color: #6d6b5b;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
}
.colMid ul, .colMid ol	{margin:20px;}
.colMid li	{line-height:150%;}

.colRight {
	position: relative;
	width: 160px; 
	float: right;
}
.boxContent {
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
	background:#282b22;
}



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

.pagination {
	clear:both;
	text-align: right;
	padding: 5px;
	margin:6px;
}
#subCats {
	text-align:justify;
	text-align: center;
	border: 1px solid #1c1f18;
	margin: 0px auto;
	padding: 3px;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 26%; /* was 116px */
	height:180px; /* was 116px */
	position:inherit;
}
#subCats .subCat img	{border:1px solid #666;}
.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:2px;
	border:1px solid #ddd;
	margin:2px 0 2px 0;
}

div.latestProds {
	text-align: center;
/*	width: 19%; */
	width: 24%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 220px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e1e1e1;
	position: relative;
}

div.gallery-prod-box {
	text-align: center;
	width: 24%;
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
	position: relative;
	height:220px;
}
img.gallery-thumb-img	{border:1px solid #999;}

#catDesc	{position:relative; } /*fixes ie bug */
#catDesc h1	{font-size:2em; text-align:center; }
/*
Start Cross-Browser DHTML Menu
*/

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

.li-nav a {
	padding: 2px 1px;
	background-color: #6d6b5b;
	width: 140px; 
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
.li-nav a:hover {
	background-color: #282b22;
	color: #fff;
}

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

.ul-nav {
	width: 140px; /* was 140 */
	padding: 0px;
}
.ul-nav li {
	padding-left:18px; 
	background-image:url('../styleImages/icons/bullet_white.png');
	background-position:0 0;
	background-repeat:no-repeat;
}

.ul-nav  .li-nav a {width:120px;} /* secondary  sub */

.li-nav {	
	float: left;
}

.li-nav .ul-nav {}

/*.li-nav .ul-nav  {
	display: none; 
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #1c1f18;
	border-right: 1px solid #1c1f18;
	border-bottom: 1px solid #1c1f18;
	border-top: 4px solid #1c1f18; 
	z-index: 99;
}*/

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

/*
End Cross-Browser DHTML Menu
*/

td.50percent	{width:48%;}


