@charset "UTF-8";
* p {
	font-size: 11px;
	line-height: 160%;
}

* td {
	vertical-align: top;
}

* a {
	color: #80795F;
	color: #004b26;
	text-decoration: none;
}

* a:hover {
	color: #24255B;
	color: #DFB451;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.twoColFixLtHdr #container { 
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0 5px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 788px;
	padding: 0 0 0 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}

#logo {
	position: relative;
	width: 775px;
	height: 83px;
	border-right: 5px solid #dcb44f;
	background: #5d7048 url(images/homePage_logo.gif) top left no-repeat;
	background-color: #004B26;
	padding: 40px 8px 0 0;
	text-align: right;
	color: #FFF;
}

#logo a {
	color: #dcb44f;
}

#logo a:hover {
	color: #FFF;
}


#navigation {
	width: 783px;
	height: 22px;
	border-right: 5px solid #dcb44f;
	background-color: #004b26;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #body {
	display: block;
}

.twoColFixLtHdr #sidebar1 {
	color: #80795F;
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 15px 0;
}

.twoColFixLtHdr #mainContent { 
	color: #24255B;
	width: 750px;
	margin: 0 0 0 0px; /* 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: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent h1 {
	font-size: 1.0em;
	color: #5D7148;
	color: #004b26;
} 

#mainContent h2 {
	color: #004b26;
	margin-top: 0px;
	font-size: 15px;
}

#mainContent h2.productResults {
	font-size: 0.9em;
	color: #004b26;
	margin-bottom: 5px;
	display: inline;
}

#mainContent h2.productResults a {
	color: #004b26;
	text-decoration: none;
	display: inline;
}

#mainContent h2.productResults a:hover {
	color: #dcb44f;
}

#mainContent h4 {
	margin-bottom: 0;
}


#mainContent td {
	padding: 10px;
}

#mainContent ul {
	font-size: 11px;
	line-height: 160%;
}

#mainContent p.results {
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 1.4em;
}

#mainContent p.results img {
	border: 1px solid #CCCCCC;
	float: left;
	display: inline;
	margin: 0 10px;
	padding: 6px;
}

#mainContent p.results a img {
	border: 1px solid #CCCCCC;
	border: none;
}

#mainContent p.results a:hover img {
	border-color: #dcb44f;
}

#mainContent p.resultsPriceline {
	text-align: left;
	color: #004b26;
	margin-top: 5px;
}

#mainContent p.resultsPriceline a {
	color: #004b26;
}

#mainContent p.resultsPriceline a:hover {
	color: #dcb44f;
}

#viewDetails {
	width: 98px;
	height: 18px;
	background: transparent url(images/view-details.gif) no-repeat top left;
	float: right;
	display: inline;
	margin-top: 4px;
}


#mainContent .readMore {
	width: 98px;
	height: 18px;
	color: #FFF;
	background: #004b26;
	background: url(images/view-details.gif) no-repeat top left;
}

#mainContent p .readMore a {
	color: #FFF;
	padding: 100px 20px 0 0;
}

#mainContent p.media {
	font-size: 0.8em;
	padding: 0;
	margin: 0;	
}

#mainContent p.media a {
	font-weight: bold;
	color: #24255b;
}

#mainContent p.media a:hover {
	color: #004b26;
}

#mediaDiv {
	margin: 0 0 20px 0;
}

#mediaDiv h2 {
	font-size: 0.9em;
}

#news {
	width: 500px;
	margin: 5px 0 5px 0;
	border-top: 1px dotted #999;
	padding: 10px 0 10px 0;
}

#news h1 {
	margin-bottom: 5px;
}

#news img {
	float: right; 
	margin: 0 0 0 8px;
	padding: 0;
}

.twoColFixLtHdr #footer { 
	color: #666;
	padding: 20px 10px 35px 100px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 3px 0;
	margin: 0px auto;
	width: 788px;
	font-size: 0.7em;
	display: inline;
}

.twoColFixLtHdr #footer	h3 {
	font: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #8b1234;
	margin: 12px 0 5px 0;
	font-weight: bold;
}

.twoColFixLtHdr #footer ul {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	text-indent: none;
}

.twoColFixLtHdr #footer ul li {
	text-decoration: none;
	display: inline;
}

.twoColFixLtHdr #footer ul li a {
	color: #666;
	text-decoration: none;
}

.twoColFixLtHdr #footer ul li a:hover {
	color: #336600;
	text-decoration: underline;
}

.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: 30px;
	border: 2px solid #dcb44f;
}
.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;
}

#branding {
	width: 788px;
	height: 225px;
	margin: 0 0 0 0;
	clear: both;
	padding: 0;
}

#branding img {
	border-right: 5px solid #dcb44f;
}

#branding h2 {
	display: none;
}

#comments label {
	float: left;
	margin-right: 1em;
}

#signupHdr {
	width: 200px;
	height: 33px;
	background-color: #004b26;
	position: relative;
	top: -1px;
	background: #004b26 url(images/sign-up_03.gif) no-repeat top left;
}

#signupHdr h4 {
	display: none;
}

#socialBox {
	width: 200px;
	border: 1px solid #004b26;
	background-color: #e9edde;
}

#socialHdr {
	width: 200px;
	height: 33px;
	background-color: #004b26;
	position: relative;
	top: -1px;
	background: #004b26 url(images/follow-us_03.gif) no-repeat top left;
}

#aboutHdr {
	width: 200px;
	height: 33px;
	background-color: #004b26;
	position: relative;
	top: -1px;
	background: #004b26 url(images/who_we_are_03.gif) no-repeat top left;
}

#aboutHdr h4 {
	display: none;
}

#socialHdr h4 {
	color: #fff;
	font-size: 0.8em;
	padding: 1px;
	margin: 1px;
	display: none;
}

#socialBox p.whoweare {
	font-size: 0.7em;
	margin: 10px 10px;
	line-height: 1.4em;
}

#socialRow {
	height: 50px;
	vertical-align: middle;
	border-bottom: 1px dotted #fff;
	padding: 5px 0 5px 15px;
}

#socialRow p {
	display: inline;
	position: relative;
	font-weight: bold;
	font-style: italic;
	font-size: 1.0em;
	top: -20px;
	left: 10px;
	margin: 0 0 0 5px;
}

#socialRow img a {
	display: inline;
	float: left;
	vertical-align: middle;
}

#testimonialWrap {
	display: inline;
	float: left;
	width: 420px;
}

#testimonialDiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F9F9F9;
	border-bottom: 1px dotted #BCBFBE;
	padding: 10px 20px 10px 20px;
	margin: 0 0 12px 0; 
}

#testimonialDiv p.quote {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 8px 0;
}

#testimonialDiv p.name {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}

#ssl {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}


ul#nav {
	width: 560px;
	float: right;
	position: relative;
}

ul#nav li {
	display:block;
	float:left;
	list-style-type:none;
	padding: 0;
	margin: 0 auto;
}

ul#nav li a {
	display:block;
	outline: none;
	height:22px; 
	background:transparent url(images/NE-nav.gif) no-repeat 0 0;
	text-indent:-9009px;
}

ul#nav li#home a {
	width:68px;
	background:transparent url(images/NE-nav.gif) no-repeat 0 0;
	text-indent:-9009px;
}

ul#nav li#home a:hover {
	background-position: 0px -22px;
}

ul#nav li#shop a {
	width:62px;
	background:transparent url(images/NE-nav.gif) no-repeat -68px 0;
}

ul#nav li#shop a:hover {
	background-position: -68px -22px;
}

ul#nav li#testimonials a {
	width:116px;
	background:transparent url(images/NE-nav.gif) no-repeat -130px 0;
}

ul#nav li#testimonials a:hover {
	background-position: -130px -22px;
}

ul#nav li#about a {
	width:70px;
	background:transparent url(images/NE-nav.gif) no-repeat -246px 0;
}

ul#nav li#about a:hover {
	background-position: -246px -22px;
}

ul#nav li#contact a {
	width:80px;
	background:transparent url(images/NE-nav.gif) no-repeat -316px 0;
}

ul#nav li#contact a:hover {
	background-position: -316px -22px;
}

ul#nav li#media a {
	width:66px;
	background:transparent url(images/NE-nav.gif) no-repeat -396px 0;
}

ul#nav li#media a:hover {
	background-position: -396px -22px;
}

ul#nav li#ecofriends a {
	width:98px;
	background:transparent url(images/NE-nav.gif) no-repeat -462px 0;
}

ul#nav li#ecofriends a:hover {
	background-position: -462px -22px;
}
