body {
	background-color:#40240c;
	/* background-image: url(/images/background1.jpg); */
	background-repeat: repeat-x;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 12px;
	line-height: 145%;
	margin:0;
}

#pageSurround {
	width: 960px;
	margin: auto;
}
#logo {
	margin-left:10px;
	float: left;
}

/*Navigation rollover */

#nav dt#home a {
	display: block; 
	padding: 16px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height:32px;
	padding-left:33px;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	width:80px;
}

#nav dt#about a {
	display: block; 
	padding: 16px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height:32px;
	padding-left:19px;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	width:90px;
}

#nav dt#contact a {
	display: block; 
	padding: 16px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height:32px;
	padding-left:16px;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	width:80px;
}

#nav dt#shop a {
	display: block; 
	padding: 16px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height:32px;
	padding-left:24px;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	width:60px;
}

body.home dt#home,
body.home dt#home a,
body.about dt#about,
body.about dt#about a,
body.contact dt#contact,
body.contact dt#contact a,
body.shop dt#shop,
body.shop dt#shop a {
	background-color:#001500;
}

#nav dl { margin: 0; padding: 0; }

#nav dt { float: left; }

#nav dt a:hover {
	background-color:#001500;
}

#subSurround {
	background-color:#FFFFFF;
	margin: auto;
	margin-top: 25px;
	padding: 10px;
	height: 100%;
	overflow: auto;
}

#topHeader {
	width: 960px;
	height: 181px;
	background: url(/images/springbanner2.jpg);
	background-repeat: no-repeat;
	margin:0;
}

#sessionBox {
	text-align: left;
	background-color:#FFFFFF;
	width: 236px;
	height: 96px;
	float: right;
	margin-right:10px;
	font-size:11px;
	
}
.topCats {
	text-align: center;
	background-image: url(../styleImages/backgrounds/catBg.gif);
	height: 42px;
	color: #ffffff;
	margin-bottom: 15px;
}
.topCatsBgRight {
	background-image: url(../styleImages/backgrounds/catBgRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 42px;
}
.topCatsBgLeft {
	float: left;
	background-image: url(../styleImages/backgrounds/catBgLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 42px;
}

.topCatsTabLeft {
	background-image: url(../styleImages/backgrounds/catTabLeft.gif);
	background-repeat: no-repeat;
	width: 7px;
}
.topCatsTabMid {
	background-image: url(../styleImages/backgrounds/catTabMid.gif);
	background-repeat: repeat-x;
}
.topCatsTabRight {
	background-image: url(../styleImages/backgrounds/catTabRight.gif);
	width: 7px;
	background-repeat: no-repeat;
}

.siteDocs {
	text-align: center;
	background-image: url(../styleImages/backgrounds/siteDocsBg.gif);
	height: 30px;
	color: #ffffff;
}
.siteDocsBgRight {
	background-image: url(../styleImages/backgrounds/siteDocsBgRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
}
.siteDocsBgLeft {
	float: left;
	background-image: url(../styleImages/backgrounds/siteDocsBgLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
}
.boxTitleLeft, .boxTitleRight {
	margin-top:20px;
	font-family: Verdana, sans-serif;
	color:#000000;
	background: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 175px;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
	letter-spacing: -0.007em;
	font-style: normal;
	font-weight:normal;
}
.boxFootLeft, .boxFootRight {
	background-image: url(../styleImages/backgrounds/boxFootBg.gif);
	width: 175px;
	height: 12px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right:5px;
	width: 163px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
}
.rightPad {
	padding-right:5px;
	margin-right:5px;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, sans-serif;
	color: #006600;
	margin-bottom: 5px;
}

#footer {
	padding:10px;
	background-color:#1b2732;
	vertical-align:bottom;
	font-size:80%;
}

/* CHECKOUT PAGES 
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
*/

/* END CHECK OUT PAGES */
.docBtnLeft {
	background-image: url(../styleImages/backgrounds/docBtnLeft.gif);
	width: 4px;
}
.docBtnRight {
	background-image: url(../styleImages/backgrounds/docBtnRight.gif);
	width: 4px;
}
.docBtnMid {
	background-color: #DDDDDD;
	padding: 0px 3px 0px 3px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding-bottom:20px;
	float: left;
	width: 99.5%;
}
.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;
}

.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 180px;
	margin-bottom:15px;
	vertical-align:baseline;
}
