@charset "utf-8";
/* CSS Document */


	



Body {
	text-align: center; 
	margin-top: 0px;
	font-family:Verdana, Geneva, sans-serif;
}

/* Wrapper div around page - excluding top banner background image */
#sitecontainer {
	width:100%;
	max-width:950px;
	padding: 0px;
	margin-top:0px;
	margin: 0 auto;
	text-align:left;
}

h1 {font-family:Century, Cambria, Georgia, "Times New Roman", Times, serif; font-size:180%}
h2 {font-family:Cambria, Georgia, "Times New Roman", Times, serif;  font-size:140%}
h3 {font-family:Cambria, Georgia, "Times New Roman", Times, serif;  font-size:120%}
h4 {font-family:Cambria, Georgia, "Times New Roman", Times, serif;  font-size:110%; color:#3f7b04}
a {color: #069;}
hr {color:#3f7b04}

/**************************************** HEADER ****************************************************/
#header-bg {
	width:100%;
	background-image:url(../images/header-bg.png);
	height: 100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-20;
}

#header-bg2 {
	width:100%;
	background-image:url(../images/header-bg2.png);
	height: 100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-20;
}

#header-bg3 {
	width:100%;
	background-image:url(../images/header-bg3.png);
	height: 100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-20;
}

#header-bg4 {
	width:100%;
	background-image:url(../images/header-bg4.png);
	height: 100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-20;
}

#header-bg5 {
	width:100%;
	background-image:url(../images/header-bg5.png);
	height: 100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-20;
}


#header-bg6 {
	width:100%;
	background-image:url(../images/header-bg6.png);
	height: 100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-20;
}

#header-bg7 {
	width:100%;
	background-image:url(../images/header-bg7.png);
	height: 100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-20;
}
/* contains site name, tagline, and top navigation menus */
#header {
	width:100%;
	height:100px;
	max-width:950px;
	padding: 0px;
	margin-top:0px;
	margin: 0 auto;
	text-align:left;
}
#header-left {
	float:left;
	width:34%;
}
#header-right {
	float:right;
	width:65%;
	text-align:right;
}
#header-title h1 {
	font-size:36px;
	color: #000;
	margin: 15px 0 0 0;
	padding: 0px;	
}
#header-title h1 a {
	text-decoration:none;
	color:#000;
}
#header-subtitle h3 {
	font-size:90%;
	color: #3f7b04;
	margin: 5px 0 0 0;
	padding: 0px;
}
#header-topnav {
	text-align:right;
	margin: 15px 0 0 0;
	padding: 0px;
	color: #000;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
#header-topnav li {
	display: inline;	
}
#header-topnav a {
	text-decoration:none;
	color: #000;
	margin: 0 0 0 3px;
	padding-right: 4px;
}
#header-mainnav {
	text-align:right;
	margin: 25px 0 0 0;
	padding: 0px;
}
#header-mainnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	display: inline;
	margin: 0 0 0 15px;
	font-weight: bold;
}
#header-mainnav a {
	text-decoration:none;
	color:#000;
}
/* Hide search label */
.search-label {
	display:none;
}
.search-box {
	margin-left:5px;
	font-size:10px;
	line-height:10px;
	color:#000;
}
#search-button {
	width:15px;
	margin-left:-5px;
	margin-bottom:-20px;
}
.search-button {
	width:20px;
	background-image: url(../images/search-button.png);
	border:0px;
	height:20px;
}

#breadcrumb {
	margin: 5px 0 5px 0;
	font-size:65%;
	color:#000;
	width:100%;
}
#breadcrumb a {
	color:#000;
	text-decoration:none;
}
#subnavigation {
	height:15px;
	margin: 5px 0 5px -40px;
	width:100%;
	font-size:80%;
	color:#000;
}
#subnavigation li {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;	
}

#subnavigation a {
	text-decoration:none;
	padding: 0 2px 0 0;
}


/**************************************** PAGE BODY ****************************************************/
#mainbody {
	width:100%;
	float:left;
	border-top: 1px solid #bfbfbf;
}

#mainbody h1 {
	margin: 5px 0 5px 0;
}

#mainbody-left {
	width:72%;
	float:left;
	margin: 0 3% 0 0;
	font-size:80%
}

#mainbody-right {
	width:24%;
	float:right;
	font-size:80%;
}
/* Div styles used to rotate images on the sub page sidebars */
#sidebarimage-a {
	height:100px;
	width:100%;
	background-image:url(../images/sidebar-a.jpg)
}
#sidebarimage-b {
	height:100px;
	width:100%;
	background-image:url(../images/sidebar-b.jpg)
}
#sidebarimage-c {
	height:100px;
	width:100%;
	background-image:url(../images/sidebar-c.jpg)
}
#sidebarimage-d {
	height:100px;
	width:100%;
	background-image:url(../images/sidebar-d.jpg)
}
#sidebarimage-e {
	height:100px;
	width:100%;
	background-image:url(../images/sidebar-e.jpg)
}
#sidebarimage-f {
	height:100px;
	width:100%;
	background-image:url(../images/sidebar-f.jpg)
}
#sidebar-section {
	width:96%;
	background-color:#fcfcc6;
	border: 1px solid #c3cfab;
	margin: 5px 0 5px 0;
	padding:5px;
}
#sidebar-section h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:85%;
	margin-bottom:3px;
}
#sidebar-section li {
	margin-left:-20px;
	padding: 0 0 5px 0;
	font-size:85%;
}
#sidebar-section ul {
	margin-top: 8px;
}
.home-highlights li {
	margin-left:-40px;
	list-style:none;
	border-top: 2px solid #3f7b04;
	padding: 5px 0 7px 0;
}

#mainbody-right h3 {
	font-size:120%;
	margin: 8px 0 0 0;
}
#promo-wrapper {
	float:left;
}
#promo-left {
	width: 302px;
	float:left;
}
#promo-right {
	width: 49%;
	float:left;
	margin: 0 0 0 2px;
}

#promo-quote {
	
	padding: 30px 0 30px 0;
	color: #3f7b04;
	text-align:center;
	font-style:italic;
	vertical-align:middle;
}
.promo-quote-author {
	font-weight:bold;
}
#promo-thumbnails {
	width:100%;
}

#home-bottom-wrapper {
	width:100%;
	float:left;
	margin-top:20px;
}
#home-bottom-wrapper ul {
	margin-bottom:-8px;
}
#home-bottom-wrapper li {
	margin-left:-25px;
	padding: 0 0 7px 0;
}
#home-bottom-wrapper h3 {
	font-size:120%;
	margin: 8px 0 0 0;
}
#home-bottom1 {
	width:220px;
	float:left;
	border-top: 4px solid #3f7b04;
	margin-right:12px;
}
#home-bottom2 {
	width:220px;
	float:left;
	border-top: 4px solid #3f7b04;
	margin-right:12px;
}
#home-bottom3 {
	width:220px;
	float:left;
	border-top: 4px solid #3f7b04;
}

#productlist {
	float: left;
	margin:0 0 10px 0;
}

.productimage	{
	margin: 0 0 0 10px;	
	
}

/**************************************** FOOTER ****************************************************/
#footerwrapper {
	margin-top: 20px;
	border-top: 1px solid #bfbfbf;
	color:#000;
	font-size:75%;
	width:100%;
	float: left;
}
.footerlinks {
	margin: 5px 0 15px 0;;
}
.footerlinks li {
	display: inline;
	text-decoration:none;
	color: #000;
	border-right: 1px solid #CCC;
	margin: 0 5px 0 5px;
	padding-right: 8px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.footerlinks a {
	text-decoration:none;
}

#nidrr-logo {
	width:150px;
	float:right;
	margin-top: -25px;
}

/**************************************** GENERAL ****************************************************/
.searchresults li {
	margin-bottom:10px;
}
.product-cat1 {
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
}
.product-sample-categories {
	color: #000;
}
.hide {
	display:none;
}


