body {
	margin: 5px;
	background-color: #b37d48;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 950px;
	padding: 5px;
  margin: -140px auto 0 auto;
  background: transparent;
}
#topHeader {
	text-align: right;
	height: 385px;
	padding-right: 0px;
	width: 900px;
	margin: 0px auto;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#topHeader h1 a {
	width: 900px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 3px 10px;
	background: #00b33c url(../styleImages/backgrounds/headerBg1.gif) repeat-x;
}
.boxContentLeft, .boxContentRight {
	border: none;
	padding: 10px;
	color: #333;
	background: transparent url(../styleImages/backgrounds/transBg80gr.png);
	margin-bottom: 10px;
}
.featuredSlide {
	padding: 0;
	font-size: 0px;
}
.boxCategories {
	border: 1px solid #572001;
	border: none;
	padding: 10px;
	color: #333;
	background: transparent url(../styleImages/backgrounds/transBg80gr.png);
	margin-bottom: 10px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	float: right;
}

.colRight .footerImg0 {
        margin: 45px 0 0 -20px;
	width: 179px;
	height: 169px;
	background: transparent url(../styleImages/backgrounds/dinoFooter.png) no-repeat 0 0;
}
.colRight .footerImg1 {
        margin: 45px 0 0 -20px;
	width: 190px;
	height: 185px;
	background: transparent url(../styleImages/backgrounds/dinoFooter2.png) no-repeat 0 0;
}
.boxContent {
	border: 1px solid #572001;
  border: none;
	padding: 10px;
	color: #333;
  background: transparent url(../styleImages/backgrounds/transBg80gr.png);
	margin-bottom: 10px;
	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 */
.siteDocs {
	text-align: right; 
	margin: 10px 0 5px 0;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #e1e1e1;
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 100px;
	position: inherit;
}
.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: left;
	width: 110px;
	margin-left: 2px;
	margin-right: 4px;
	margin-bottom: 10px;
	height: 180px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #fff;
	position: relative;
}
div.latestProds .txtDefault, .boxContentLeft .txtDefault {
  margin: -10px 0 0 5px;
  display: block;
}
div.latestProds a.thumb img, .boxContentLeft a.thumb img {
  display: block;
  margin-left: auto;
  margin-right: auto
}
div.latestProds a.thumb, .boxContentLeft a.thumb {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
  border: 1px solid #fff;
  background-color: #fff;
}
div.latestProds a.thumb:hover, .boxContentLeft a.thumb:hover {
  border: 1px solid #11be4c;
}

/*
Start Cross-Browser DHTML Menu
*/

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

#mainmenu-nav .li-nav a:hover {
	color: #ffffff!important;
}
.li-nav a {
	padding: 2px 0px 2px 0px;
	width: 140px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
        width: 145px;
}
li .li-nav a{
	width: 180px;
}
.li-nav a:hover {
	background-color: #00b33c;
	color: #fff;
}

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

.ul-nav {
	width: 180px;
	padding: 0px;
        background: transparent url(../styleImages/backgrounds/transBg40gr.png);
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
        border: 1px solid #00b33c;
	border-top: 4px solid #00b33c;
	z-index: 99;
}
a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 140px 6px;
}
li li a.hassubmenu {
	background-position: 165px 6px;
}

/*
End Cross-Browser DHTML Menu
*/
