/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* Global Layout Settings */
html, body {
	height: 100%;
	height: auto;
	min-height: 100%;
	}
body {
	background-color: #EFF7ED;  
	font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
	line-height: 1em;
    color: #444;
	}

h1, h2, h3 , h4, h5, h6 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;  
	color: #428040;
	line-height: 1em;
	}
h1 { 
	font-size: 24px;
	}
h2 { 	
	font-size: 24px;
	border-bottom: 2px solid #81BF7F;
	margin-right: 10%;  /* Right margin adjusts the length of the bottom border, which is set at 100%. */
	margin-bottom: 1em;  /* Bottom margin adjusts the spacing between <h2> and the next element. */
	padding-bottom: 5px;  /* Bottom padding adjusts spacing of the bottom border. */
	text-align: left;
	}
h3 { font-size: 20px; }
p {
	padding-bottom: 2em;
	line-height: 1.75em;
	color: #444;
	}
p.last {
	padding-bottom: 0px;
	}
a {
	outline: none;
	text-decoration: underline;
	color: #428040;
	}
a:hover, a:focus {
	text-decoration: none;
	color: #428040;
	}
a.text_link:hover {
	background-color: yellow;
	}
a img {
	border: none;
	}
br.corner { line-height: 15px; }
br.bottom { line-height: 20px; }



/* Main Wrapper Settings */
#wrapper {
	width: 904px;
	margin: 30px auto;
	background: url(images/bg.gif) repeat-y;
	text-align: center;
	position: relative;
	}


/* Rounded Text Box Corners and Container Settings */
.outer {
	clear: both;
	background: #FFF;
	line-height: 15px;
	}
.inner {
	clear: both;
	background: #FFF;
	padding: 10px 30px;
	text-align: left;
	}
.center {
	text-align: center;
	}
.specials img {
	margin: 15px 0;
	}
.corners_tl, .corners_tr, .corners_bl, .corners_br { 
	background-image: url(images/circle_white.gif);
	width: 15px; height: 15px;
	}
.green {
	background-image: url(images/circle_green.gif);
	}
.corners_tl { 
	float: left;
	}
.corners_tr { 
	background-position: 15px 0;
	float: right;
	}
.corners_bl { 
	clear: both;
	background-position: 0 15px;
	float: left;
	}
.corners_br { 
	background-position: 15px 15px;
	float: right;
	}



/* Navigation Menu */
#header {
	background: url(images/header.gif) no-repeat;
	width: 904px;
	height: 117px;
	margin-bottom: 20px;
	}
#header ul {
	top: 85px;
	position: relative;
	}
#header ul li {
	padding: 0 14px;  /* Total desired side padding split with <a> element */
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	}
#header ul a {
	padding: 3px 12px;  /* Side padding allows underline to extend beyond text, top padding vertically spaces underline */
	color: #428040;
	font-weight: bold;
	text-decoration: none;
	}
#header ul a.current {
	border-bottom: 0px solid #428040;
	}
#header ul a:hover, #header ul a:focus {
	border-bottom: 3px solid #428040;
	}


	
/* Page Top settings */
#page_top {
	clear: both;
	width: 860px;
	margin: 0 auto;
	}
#page_top ul {
	margin: 25px 0 -10px 0;
	}
#page_top ul li {
	margin: 0 10px;
	display: inline;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	color: #428040;
	font-family: Arial, sans-serif;
	}
#page_top a {
	font-weight: bold;
	letter-spacing: 1px;	
	color: #428040;
	text-decoration: none;
	padding: 2px 5px;
}

/* Column settings */
#left_column {
	clear: both;
	width: 500px;
	margin-left: 22px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	text-align: left;
	}
#right_column {
	width: 340px;
	margin-right: 22px;
	float: right;
	position: relative;
	text-align: left;
	}
#single_column {
	clear: both;
	width: 860px;
	background-color: white;
	margin-left: 22px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	text-align: left;
	}


	
/* Content settings */
.content ul {
	padding: 0.5em 0 2em 1.5em;
	list-style: disc inside;
	font-size: 14px;
	line-height: 3em;
	color: #428040;
	}
.content ul li span {
	font-size: 17px;
	color: #444	;
	}
.content h3 {
	margin: 15px 0;
	text-align: center;
	line-height: 1.5em;
	font-size: 24px;
	}



/* Products settings */
.products h3 {
	clear: both;
	font-size: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	}
.products img {
	margin: 10px 0 30px 0;
	float: left;
	position: relative;
	}
.products p {
	margin-left: 300px;
	}
.products ul {
	margin: 0 0 30px 350px;
	}
.products li {
	margin-bottom: 10px;
	font-size: 13px;
	}



/* FAQ settings */
.faq p {
	margin: 0;
	}
.faq p.question {
	padding-bottom: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #428040;
	}
.faq p.answer {	
	margin: 0 0 25px 0px;
	padding: 0 100px 0 30px;
	border-left: 0px solid #428040;
	font-size: 13px;
	}
.faq span {
	margin-right: 11px;
	}


	
/* Right Column settings */
#logo, #products, #specials {
	text-align: center;
	}
#products {
	}
#products img {
	margin-top: 0px;
	}
#specials {
	}	
#specials img {
	margin-top: 0px;
	}	

	

/* Page Seperator settings */
.page_seperator {
	clear: both;
	width: 780px;
	height: 2px;
	background-color: #428040;
	margin: 0px auto;
	}



/* Page Bottom settings */
#page_bottom {
	clear: both;
	width: 830px;
	min-height: 270px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #B8E5A1;
	text-align: left;
	}
#page_bottom div.outer, #page_bottom div.inner {
	background-color: #B8E5A1;
	}
#page_bottom p { 
	color: #428040;
	padding-bottom: 1em;
	}
#page_bottom span.left {
	width: 420px;
	float: left;
	position: relative;
	font-size: 13px;
	}
#page_bottom span.right {
	width: 270px;
	float: right;
	position: relative;
	}
#page_bottom span.right img {
	padding: 10px 0;
	}
#page_bottom span.bottom {
	clear: both;
	width: 904px;
	height: 78px;
	background: url(images/page_bottom.gif);
	float: left;
	left: -37px;
	position: relative;
	}



/* Footer settings */
#footer {
	clear: both;
	width: 860px;
	min-height: 125px;
	margin: 100px auto;
	margin-bottom: 0px;
	}
#affiliates {
	float: left;
	position: relative;
	text-align: left;
	}
#affiliates h3 {
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 13px;
	}
#affiliates img {
	padding-right: 25px;
	}
#copyright {
	padding-top: 35px;
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #428040;
	}
#copyright ul li {
	display: inline;
	}
#copyright p {
	line-height: 2em;
	color: #428040;
	}
#copyright a {
	text-decoration: none;
	color: #428040;
	}
#copyright a:hover {
	}

#contact_form  { padding: 40px 0px 20px 0px; }
#contact_form fieldset { padding:20px; border:1px solid #ccc; -moz-border-radius: 10px; -webkit-border-radius:10px; }
#contact_form span.required { font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#contact_form label { clear: both; display: inline-block; float: left; height: 26px; line-height: 26px; width: 100px; }
#contact_form input, textarea, select { padding: 5px; width: 375px; background: #f5f5f5; color: #666; border: 1px solid #ccc; margin: 5px 0; -moz-border-radius: 5px; -webkit-border-radius:5px; font-family: Verdana, Arial, sans-serif; }
#contact_form select { width: 387px; }
#contact_form input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact_form textarea { height: 150px; width: 375px; font-size: 12px; }
#contact_form input.submit { cursor: pointer; width: 150px; margin-top: 20px; border: 1px solid #222; background:#888; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; font-weight: bold; }
#contact_form input.submit:hover { background: #81BF7F; color: ; font-weight: bold; }
#contact_form p { margin: 0; padding: 0; }
#contact_form p.error_message { padding: 10px 0 20px 0; font-size: 13px; color: red; text-align: center; }
#contact_form div.success_message { margin: 30px 0px; padding: 50px 0px; border:1px solid #ccc; -moz-border-radius: 10px; -webkit-border-radius:10px; }
#contact_form div.success_message h2 { border: 0; margin-right: 0; font-size: 24px; text-decoration: none; text-align: center; }
#contact_form div.success_message p { text-align: center; }

	
.online_retailer {
	clear: both;
	margin: 30px 0;
	text-align: center;
	}
	

.feedback p {
	padding-bottom: 0px;
	text-align: right;
	font-size: 13px;
	color: #428040;
	}

		
.links h2 {
	'border: none;
	}
.links ul {
	padding-bottom: 10px;
}
.links li {
	list-style: none;
	}
.links a {
	padding: 10px;
	line-height: 1em;
	display:block;
	border-bottom: 1px solid #B8E5A1;
	text-decoration: none;
	color: #444;
	font-size: 13px;
	}
.links a.last {
	border-bottom: 1px solid #B8E5A1;
	}
.links a:focus, .links a:hover {
	text-decoration: none;
	background-color: #EEFAE8;
	}

.footer_links ul {
	padding-bottom: 10px;
	color: #428040;
	}
.footer_links li {
	margin-left: 20px;
	'list-style: none;
	color: #428040;
	}
.footer_links a {
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 1em;
	display: block;
	text-decoration: none;
	color: #428040;
	font-size: 13px;
	}
.footer_links a:focus, .footer_links a:hover {
	text-decoration: none;
	font-weight: bold;
	}
	
	
a#notes {
	position: fixed;
	left: 50px;
	top: 50px;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	}
a#notes:focus, a#notes:hover {
	text-decoration: underline;
	font-weight: bold;
	}	
p.notes {
	font-weight: bold;
	font-size: 20px;
	border: solid 1px;
	padding: 5px;
	color: red;
	text-align: left;
	line-height: 20px;
	position: absolute;
	}
p#note1 { left: 75px; top: 75px; }
p#note2 { left: 45px; top: 160px; }
p#note3 { left: -50px; top: 405px; }
p#note4 { left: 480px; top: 405px; }
p#note5 { left: 840px; top: 405px; }
p#note6 { left: -50px; top: 1270px; }
p#note7 { left: -50px; top: 1550px; }
p#note8 { left: -50px; top: 150px; }
p#note9 { left: 300px; top: 200px; }
p#note10 { left: -50px; top: 150px; }
p#note11 { left: -50px; top: 150px; }
p#note12 { left: -50px; top: 150px; }

.media td.logo  {
	vertical-align: top;
	text-align: center;
	}
.media td.testimonial {
	vertical-align: top;
	padding-left: 50px;
	}
.media td.testimonial p {
	padding-right: 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;  
	font-size: 14px;
	}	
.media td.testimonial b {
	padding: 10px 25px 50px 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;  
	font-weight: bold;
	font-size: 13px;
	color: #428040;
	line-height: 1.2em;
	text-align: right;
	}

.environment {

	}
.environment ul {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	color: #428040;
	}
.environment li {
	padding-left: 10px;
	}
.environment p {
	font-size: 14px;
	line-height: 20px;
	}
.environment p.intro {
	font-size: 18px;
	line-height: 28px;
	color: #428040;
	}
.environment b.b_green {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #428040;
	}

.trees {

	}
.trees p {
	padding-left: 20px;
	padding-right: 20px;
	}
.trees table {
	border: 1px solid #666;
	border-spacing: 0;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 13px;
	}
.trees th {
	border: 1px solid #666;
	background-color: #B8E5A1;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 16px;
	}
.trees td {
	border: 1px solid #666;
	padding: 10px;
	}
.trees td.replaces {
	}
.trees td.savings {
	background-color: #EEFAE8;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
.recycling p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	}
.recycling ul {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	color: #428040;
	}
.recycling li {
	clear: both;
	padding-left: 0px;
	}
.recycling b.b_green {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #428040;
	}
.recycling span.source {
	margin-bottom: 30px;
	padding-top: 15px;
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #428040;
	}
.recycling span.source a {
	color: #428040;
	}
.recycling span.source a:hover {
	background-color: #FFFF99;
	}

.csr h3 {
	padding: 30px 0px;
	font-size: 22px;
	line-height: 1.3em;
}
.csr p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	}
.csr ul {
	padding: 0px 40px 20px 40px;
	}

.site_map ul {
}
.site_map li {
	list-style: none;
	padding-bottom: 20px;
}
.site_map li ul {
	padding: 10px 0 0 20px;
}
.site_map li ul li {
	padding: 0px 0px 10px;
}
.site_map h3 {
}
.site_map h4 {
	font-weight: normal;
	line-height: 1.5em;
}
.site_map a {
	text-decoration: none;
}
