@charset "UTF-8";
body  {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	background: #AEBCA9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/nefwsidebar.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
	border-top: thin none #124F26;
	border-right: thin groove #124F26;
	border-bottom: thin groove #124F26;
	border-left: thin groove #124F26;
	padding: 0px;
}
#headerul li {
	padding: 0px 20px;
	display: block;
	list-style: none;
	float: right;
	margin: 0px;
	color: #83A38E;
	border: 1px none #5C9063;
}
#headerul {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px ridge #5C9063;
	border-right: 1px none #5C9063;
	border-bottom: 1px groove #5C9063;
	border-left: 1px none #5C9063;
	background: url(images/header-nav.jpg) repeat-x;
}
#headerul a {
	text-decoration: none;
	font: normal 13px "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #003300;
	padding: 0px;
	margin: 0px;
}
#headerul a:hover {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
} 
h1 {
	color: #1D471D;
	font: 400 22px/24px Arial, Helvetica, sans-serif;
}
#home {
	width: 95%;
	margin: 5px;
	height: 280px;
	border: 1px solid #1D471D;
	padding: 10px;
	float: left;
	background: #FFFFCC;
}
#box {
	color: #FFFFFF;
	background: #1D471D;
	padding: 3px 0px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	top: auto;
}
#box2 {
	clear: both;
	border-style: none;
	padding: 10px;
}
#products {
	float: left;
	width: 165px;
	margin: 5px 10px;
	padding: 0px;
	border: 1px solid #1D471D;
	height: 140px;
	background: #EBE9DD;
}
#inside {
	font: 12px/125% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 10px;
}
h2 {
	font: 400 18px/20px Arial, Helvetica, sans-serif;
	color: #1D471D;
}
h3 {
	font-size: 14px;
	font-weight: 400;
	color: #1D471D;
}
h4 {
	font-size: 14px;
	color: #1D471D;
}
#header {
	background: #FFFFFF;
	padding: 0 0px;
	border-bottom: thin none #124F26;
	border-top-color: #124F26;
	border-right-color: #124F26;
	border-left-color: #124F26;
	float: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin: 0px;
}
#sidebar {
	border: thin solid #1D471D;
	padding: 0px 10px 10px;
	font: 13px/125% Arial, Helvetica, sans-serif;
}
#mainContent {
	margin: 0px 0px 0px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
	border-top: 1px none #5C9063;
	border-right: 1px none #5C9063;
	border-bottom: 1px none #5C9063;
	border-left: 1px solid #5C9063;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1D471D;
	color: #1D471D;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	line-height: 14px;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a , a:visited, a:active {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#productspg {
	padding: 5px;
	border: thin solid #1D471D;
	margin: 10px 0px;
}

