body {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #555; /*#b3b2b2;*/
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size:12px;
}

#pageSurround {
	width: 821px;
	margin: 0px auto;
	padding: 10px 20px 20px 20px;
	background-color: #f5f5f5;
}

#subSurround {
	width: 781px;
	margin: 0px auto;
	padding: 20px;
	background-color: #f5f5f5;
	background-image: url(../styleImages/backgrounds/subSurround.gif);
	background-repeat: repeat-y;
	border: 1px solid #dedede;	
}

#topHeader {
	text-align: right;
	height: 57px; /* 77px total height of logo */
	width: 841px;
	margin: 0px auto;
	padding: 10px;
	background: #000;	/* A5C8D4 */
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=CreyGrey);
	background-repeat: no-repeat;
	background-position: 20px 0; /* 23px; */
}

.topLinksLeft {
	text-align:left;
	padding-bottom: 10px;
	float:left;
	width: 50%;	
}

.topLinksRight {
	text-align:right;
	padding-bottom: 10px;
	float:left;
	width: 50%;	
}

.boxTitleLeft, .boxTitleRight {
	border-bottom:1px solid #CCC;
	color:#222;
	font-weight:bold;
	margin:0pt 0pt 6px;
	padding:0pt 0pt 3px;
	font-size: 14px;
}

.boxContentLeft, .boxContentRight {
	background-color: #EEE;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 179px; 
	float: left;
	background-color: #EEE;
}

.colMid {
	position: relative;
	width: 582px;
	float: left;
	padding-left: 20px;
}

.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}

.boxContent {
	color: #222;
	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: 568px;
	float: left;
}

/* END CHECK OUT PAGES */

.siteDocs {
	text-align:center;
	margin-top: 10px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subCats {
	text-align: center;
	margin-bottom: 15px;
	padding: 3px;
}

.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}

.regSep {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#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: 160px;
	padding: 0px;
	margin: 0px;
}

.li-nav { float: left; }

.li-nav a {
	padding: 0 1px 0 3px;
	background-color: #EEE;
	width: 156px;
	display: block;
	color: #666;
	text-decoration: none;
	margin: 0px;
}

.li-nav a:hover {
	background-color: #F8F8F8; /* #EEE */
	color: #ED252A; /*#A5C8D4;*/
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 230px;
	padding: 0px;
}

.ul-nav a { width: 226px; }

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border: 1px solid #CCC;
	z-index: 99;
	text-align: left;
}

a.hassubmenu { }

/* End Cross-Browser DHTML Menu */

.wrapper {
	float: left; 
	width:135px; 
	height: 190px; 
	padding:5px;
}

.catimage {
	width: 132px; 
	height:132px; 
	margin-bottom: 5px; 
	border-bottom:1px solid #ededeb;
}

.cattitle {
	height: 65px; 
	overflow:hidden; 
	width:132px; 
	text-align:center;
}

/* Product Page */
.imageSide {
	float: left; 
	width: 330px;
}

.textSide {
	float:right; 
	width: 325px; 
	padding: 10px; 
	background-color: #f8f8f7; 
	border: 1px solid #ededeb;
}

/* extra site docs extended */
/* this css is for the container div in the cat,doc and prod pages. style to suit your site */
.prodSiteDocs { border: 1px solid #E1E1E1; background-color: #FFFFFF; padding:10px;}
.docSiteDocs { border: 1px solid #E1E1E1; background-color: #FFFFFF; padding:10px;}
.catSiteDocs { border: 1px solid #E1E1E1; background-color: #FFFFFF; padding:10px;}
/* end site docs extended */
