/* GoNativeGreen.com styles */

body {
	font: 12pt arial,sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #E0E0D6;
	background-image: url(../images/bg-body-wht.gif);
	background-position: center;
	background-repeat: repeat-y;
}

div#container {
	position: relative;
	top: 0px;
	width: 960px;
	margin: 0px auto 0px auto;
}


div#wrapper {
	width: 960px;
	background-color: #FFF;
	}
	
a,
a:visited {
	color: #858952;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
/* left floats */
div#wrapper,
div#header,
div#header div.logo,
div#header div.navbar,
div.pagecopy,
div.subnav,
div.col,
div.block,
div.form-field,
div.item,
.label,
.input,
#commercial-listing,
#furniture-listing,
#product-downloads,
#product-info-other,
ul.product-nav,
.item,
.breadcrumbs,
div#footer {
	float: left;
	clear: none;
	}

.required {
	font-size: 12px;
	padding-left: 4px;
	}	
	
.error {
	font-size:.8em;
	text-transform: uppercase;
	color: #CC0000;
	padding-left: 3px;
	}
	
/*-- font colors -- */

.grn {
	color: #858952;
	}
	
.orng {
	color: #c9920e;
	}
	
.gray {
	color: #666;
	}
	
.olive {
	color: #637032;
	}
	
.pdf {
	line-height: 1.4em;
	padding-left: 21px;
	background: url(../images/icon-pdf.gif) no-repeat left top;
	}
	
.breadcrumbs {
	width: 100%;
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	}
	
	
/*==========================================
				Header
===========================================*/

div#header {
	width: 960px;
	padding-top: 25px;
	}

/*-----logo----------*/
div#header div.logo {
	width: 100%;
	height: 100px;
	background-image: url(../images/logo-tagline.gif);
	background-repeat: no-repeat;
	background-position: 33px top;
	}
	
div#header div.logo a {
	position: absolute;
	width: 435px;
	height: 70px;
	left: 33px;
	}
	
div#header div.logo span {
	display: none;
	}
	

/*-----navbar----------*/


div#header div.navbar {
	width: 843px;
	height: 23px;
	padding: 0px 0px 0px 117px;
	background-image: url(../images/navbar-bg.gif);
	background-repeat: no-repeat;
	}
	
div.navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
div.navbar ul li,
div.navbar ul li a {
	float: left;
	clear: none;
	position: relative;
	width: 159px;
	height: 23px;
	text-align: center;
	}
	
div.navbar ul li a {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	text-decoration: none;
	background-position: center 7px;
	background-repeat: no-repeat;
	}
	
div.navbar ul li a span {
	visibility: hidden;
	}
	
li#navbar-about a {
	background-image: url(../images/navbar-about.gif);
	}
	
li#navbar-products a {
	background-image: url(../images/navbar-products.gif);
	}
	
li#navbar-energy a {
	background-image: url(../images/navbar-energy.gif);
	}
	
li#navbar-contact a {
	background-image: url(../images/navbar-contact.gif);
	}
	
div.navbar ul li a:hover,
div.navbar ul li.selected a {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	}
	
div.navbar ul li ul {
  display: none;
  position: relative; 
  top: 0;
  left: 0;
  background-color: #FFF;
  }

div.navbar ul li#navbar-products ul li {
 	float: left;
	clear: both;
	width: 159px;
	height: 21px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	background-color: #E1E2A9;
 	}
  
div.navbar ul li#navbar-products ul li a {
	position: inherit;
	width: 159px;
	height: 18px;
	color: #637032;
	font-size: 12px;
	padding-top: 3px;
	background-image: none;
	background-color: #E1E2A9;
 	}
  
div.navbar ul li#navbar-products > ul {
	top: auto;
	left: auto;
	}
	
div.navbar ul li:hover ul { display: block; background: #E1E2A9; top: 0px;}

div.navbar ul li#navbar-products:hover ul li a:hover {
	color: #999;
	background-color: #FFFFCC;
	}

	
/*-----------sub nav -----------------*/

div.subnav {
	width: 840px;
	margin: -24px 0px 20px -117px;
	padding: 8px 0px 8px 237px;
	background-color: #FFFFCC;
	}
	
html>body div.subnav {
	width: 840px;
	margin: -24px 0px 20px -117px;
	padding: 8px 0px 8px 120px;
	}
	
div.subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
div.subnav ul li {
	display: inline;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #CCC;
	}
	
div.subnav ul li.first {
	border: none;
	padding-left: 0px;
	}
	
body div.subnav ul li.active a {
	color: #999;
	}
	
div.subnav ul li a {
	color: #637032;
	text-decoration: none;
	}
	
div.subnav ul li a:hover {
	text-decoration: underline;
	}

/*==========================================
			Generic Page styles
===========================================*/

div.pagecopy {
	width: 960px;
	padding-top: 20px;
	margin-bottom: 40px;
	background-position: left 20px;
	background-repeat: no-repeat;
	}
	
div.col p {
	font-size: 12px;
	color: #333;
	line-height: 23px;
	margin: 5px 4px 10px 0px;
	}
	
div.col h1 {
	background-repeat: no-repeat;
	}
	
div.col h1 span {
	display: none;
	}
	
div.left {
	width: 582px;
	border-right: 1px solid #DBDBDB;
	}
	
div.right {
	width: 240px;
	padding-left: 10px;
	margin-left: -1px;
	border-left: 1px solid  #DBDBDB;
	}
	
div.right p {
	line-height: 1.4em;
	}
	
p.quote span {
	display: none;
	}
	
.floatleft {
	float: left;
	clear: none;
	margin: 5px 5px 5px 0px;
	}
	
.floatright {
	float: right;
	clear: none;
	margin: 5px 0px 5px 5px;
	}
	
span.orange,
span.green {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c9920e;
	padding-right: 8px;
	}
	
span.green {
	color: #858952;
	}

/*==========================================
				HOME page
==========================================*/
div.home {
	width: 843px;
	padding: 393px 0px 0px 117px;
	background-image: url(../images/img-main-home.jpg);
	}
	
div.who {
	width: 364px;
	}
	
div.who h1 {
	width: 189px;
	height: 23px;
	margin: 0px;
	background-image: url(../images/hd-home.gif);
	}
	
div.who p {
	font-weight: bold;
	line-height: 26px;
	}
	
div.home div.greenproducts {
	width: 203px;
	border-right: 1px solid #C2C4A8;
	border-left: 1px solid #C2C4A8;
	padding: 8px 0px 0px 20px;
	}
	
div.home div.news {
	width: 203px;
	padding: 8px 0px 0px 20px;
	}
	
div.home div.greenproducts h2,
div.home div.altenergy h2,
div.home div.news h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	}
	
/*==========================================
				ABOUT pages
==========================================*/

div.about,
div.aboutnews {
	width: 843px;
	padding: 220px 0px 0px 117px;
	background-image: url(../images/img-main-about.jpg);
	}
	
div.about div.left h1 {
	width: 248px;
	height: 33px;
	margin: 0px;
	background-image: url(../images/hd-about.gif);
	}
	
div.about div.right p.quote {
	width: 100%;
	height: 140px;
	background-image: url(../images/quote-about.gif);
	background-repeat: no-repeat;
	background-position: 15px 25px;
	}
	
div.about div.news {
	width: 203px;
	padding: 8px 0px 0px 20px;
	}
	
div.about div.news h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	}
	
div.about div.news p {
	line-height: 1.3em;
	}
	
/*---------news page----------*/

div.aboutnews div.left h1 {
	width: 169px;
	height: 24px;
	margin: 0px;
	background-image: url(../images/hd-news.gif);
	}
	
div.aboutnews div.left {
	border: none;
	}
	
div.aboutnews div.item a {
	font-size: 14px;
	font-weight: bold;
	}
	
div.aboutnews div.item span {
	display: block;
	font-size: .6em;
	line-height: 1em;
	text-transform: uppercase;
	color: #666;
	margin: 0px;
	}
	
/*==========================================
				PRODUCTS pages
==========================================*/

div.products {
	width: 843px;
	padding: 220px 0px 0px 117px;
	background-image: url(../images/img-main-products.jpg);
	}
	
div.products div.left h1 {
	width: 463px;
	height: 33px;
	margin: 0px;
	background-image: url(../images/hd-products.gif);
	}
	
div.products div.left {width: 492px; padding-right: 10px;}
div.products div.right { width: 303px; }
	
div.block  {
	width: 100%;
	padding-bottom: 28px;
	}
	
/*----- Commercial products -----*/

h1#hd-commercial-products {
	width: 551px;
	height: 29px;
	background-image: url(../images/products/hd-commercial-cleaning.gif);
	}
	
div#commercial div.left { width: 610px;}
div#commercial div.right { width: 187px;}


/* ------ Listing -------*/

#commercial-listing,
#furniture-listing {
	width: 610px;
	margin-top: 10px;
	font-size: 12px;
	}
	
#commercial-listing h2,
#household .left h2,
#furniture .left h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DBDBDB;
	}
	
#furniture .left h2 {
	color: #666;
	}
	
#commercial-listing .item,
#furniture-listing .item {
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #DBDBDB;
	}
	
#commercial-listing .item a,
#furniture-listing .item a {
	text-decoration: none;
	}
	
#commercial-listing .item a:hover,
#furniture-listing .item a:hover {
	text-decoration: underline;
	}
	
#commercial-listing .photo {
	width: 75px;
	padding-right: 10px;
	}
	
#furniture-listing .photo {
	width: 160px;
	padding-right: 25px;
	}
	
#commercial-listing .photo img,
#furniture-listing .photo img {
	border: none;
	}
	
#commercial-listing .info,
#furniture-listing .info {
	width: 327px;
	padding-right: 20px;
	}
	
#commercial-listing .info h3,
#furniture-listing .info h3 {
	color: #637032;
	font-size: 14px;
	margin: 0px;
	}
	
#furniture-listing .item p {
	margin: 0px 0px 10px 0px;
	}
	
#furniture-listing .product-style {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#commercial-listing .price {
	width: 160px;
	}	
	
#commercial-listing .price table,
#product-ind table {
	float: left;
	clear: none;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	margin-top: 20px;
	}
	
#commercial-listing .price table tr th,
#product-ind table tr th {
	color: #637032;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	}
	
#commercial-listing .price table tr .size {
	width: 50%;
	text-align: left;
	padding-left: 10px;
	}
	
#commercial-listing .price table tr .price {
	width: 50%;
	text-align: right;
	}
	
#commercial-listing .price table tr td,
#product-ind table tr td {
	border-bottom: 1px solid #DBDBDB;
	}
	
/*------------- Household, Furniture, and Lighting Products --------------*/

#household .left,
#furniture .left,
#lighting .left {
	width: 620px;
	}
	
#household .right,
#furniture .right,
#lighting .right {
	width: 177px;
	}
	
h1#hd-household-products {
	width: 378px;
	height: 28px;
	background: url(../images/products/hd-household-products.gif) no-repeat;
	}

h1#hd-furniture-products {
	width: 299px;
	height: 24px;
	background: url(../images/products/hd-furniture.gif) no-repeat;
	}

h1#hd-lighting-products {
	width: 406px;
	height: 29px;
	background: url(../images/products/hd-lighting-solutions.gif) no-repeat;
	}
	
h1#hd-furniture-products span {
	display: none;
	}
	
#household h2,
#furniture h2,
#lighting h2 {
	width: 100%;
	margin-top: 20px;
	}
	
#lighting .left h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #C9920E;
	margin-bottom: 4px;
	}
	
#household-one,
#household-two,
#household-three {
	width: 30%;
	}
	
#household .col ul li,
#lighting .col ul li {
	font-size: 12px;
	}
	
#lighting #listing {
	width: 100%;
	margin: 20px 0px 15px 0px;
	}
	
#lighting #listing .col {
	width: 290px;
	}
	
#lighting #listing p {
	line-height: 1.3em;
	}	
	
#lighting #listing .col h3 {
	color: #333;
	font-size: 14px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBDBDB;
	}
	
#lighting #listing .col h3 span {
	display: block;
	font-weight: normal;
	}
	
body #lighting #listing #timeless {
	margin-left: 20px;
	}
	
#renewable-resources {
	margin: 20px 0px 0px 5px;
	}
	
html>body #renewable-resources {
	width: 152px;
	margin: 20px 5px 0px 20px;
	}
	
#renewable-resources p {
	line-height: 1.3em;
	}
	
	
/*----------- Product Nav --------------------------*/

ul.product-nav {
	width: 820px;
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	}
	
ul.product-nav li {
	float: left;
	clear: none;
	margin: 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 1px solid #CCC;
	}
	
ul.product-nav li.first {
	border: none;
	}
	
ul.product-nav li a {
	float: left;
	clear: none;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	}
	
ul.product-nav li a:hover {
	color: #999;
	}
	
ul.product-nav li a.active {
	color: #999;
	}

/*----------- Individual product -----------------*/

#product-ind {
	font-size: 12px;
	}

#product-ind h1 {
	float: left;
	clear: both;
	font-size: 18px;
	color: #666;
	margin: 0px;
	background-image: none;
	}	
	
#product-ind .photo {
	width: 150px;
	padding: 10px 10px 0px 0px;
	}
	
#product-ind .info {
	width: 400px;
	}
	
#product-ind ul {
	line-height: 1.3em;
	}

#product-ind table {
	width: 264px;
	}
	
#product-ind table tr td {
	padding: 4px 0px 4px 0px;
	}
	
#product-ind table tr th {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	}
	
#product-ind table tr .size {
	width: 50%;
	text-align: left;
	padding-left: 15px;
	}
	
#product-ind table tr .price {
	width: 50%;
	text-align: right;
	padding-right: 15px;
	}

#product-ind #product-downloads {
	width: 264px;
	margin: 20px 0px 0px 0px;
	}	
	
#product-ind #product-downloads h2,
#product-ind #product-info-other h2 {
	color: #666;
	font-size: 12px;
	margin: 0px 0px 3px 0px;
	text-transform: uppercase;
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #999;
	}
	
#product-ind #product-downloads ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#product-ind #product-downloads ul li {
	padding: 5px 0px 5px 26px;
	border-bottom: 1px solid #DBDBDB;
	}
	
#product-ind #product-downloads ul li.pdf {
	background-position: 0px 5px;
	}
	
#product-ind #product-downloads ul li span {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
#product-ind #product-downloads ul li span a {
	font-weight: normal;
	}

#product-ind #product-info-other {
	width: 100%;
	margin: 20px 0px 0px 0px;
	}
	
#product-ind #product-info-other p {
	line-height: 1.3em;
	margin-left: 10px;
	}
	
#product-ind #product-info-other p strong {
	color: #999;
	}

/*---------------- Furniture items ------------------- */

div#furniture-global {
	padding-bottom: 0px;
	margin-bottom: -20px;
	}

div#furniture #product-ind .breadcrumbs {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBDBDB;
	}

div#furniture #product-ind .photo {
	float: left;
	clear: none;
	width: 400px;
	padding: 0px 20px 0px 0px;
	}

body div#furniture .left #product-ind .info h1 {
	width: 180px;
	display: block;
	font-size: 14px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-image: none;
	}	
	
div#furniture #product-ind .info .style {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	}
	
div#furniture #product-ind .info {	
	float: left;
	clear: none;
	width: 180px;
	font-size: 11px;
	}
	
div#furniture #product-ind .info p {
	font-size: 11px;
	margin-top: 0px;
	}
	
div#furniture #product-ind .finish {
	display: block;
	width: 100%;
	margin-top: 30px;
	}
	
div#furniture #product-ind .finish h3 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #999;
	}
	
#sidebar-hotel-info {
	color: #D56420;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 12px 0px;
	padding: 14px 0px 14px 0px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	}
	
#sidebar-hotel-info p {
	color: #D56420;
	margin: 0px;
	}
	
img#made-in-usa {
	padding-bottom: 30px;
	}


/* Place Order box */

div.right #place-order-yellow-box {
	width: 168px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: url(../images/bg-box-yellow-top.gif) no-repeat top;

	}
	
html>body div.right #place-order-yellow-box {
	width: 168px;
	margin: 0px 0px 20px 5px;
	padding: 0px;
	background: url(../images/bg-box-yellow-top.gif) no-repeat top;
	}
	
div.right #place-order-yellow-box h2 {
	width: 149px;
	height: 52px;
	margin: 20px auto 13px auto;
	background: url(../images/products/hd-place-order.gif) no-repeat top;
	}
	
div.right #place-order-yellow-box h2 span {
	display: none;
	}
	
div.right #place-order-yellow-box p {
	color: #999;
	line-height: 1.2em;
	text-align: center;
	margin: 0px 15px 0px 15px;
	}
	
div.right #place-order-yellow-box .btm {
	width: 168px;
	height: 12px;
	background: url(../images/bg-box-yellow-btm.gif) no-repeat bottom;
	}


/*Price List box */

div.right #price-sheet-commercial-clean {
	width: 168px;
	margin: 20px 0px 0px 15px;
	padding: 0px;
	background: url(../images/bg-box-whtborder-top.gif) no-repeat top;
	}
	
div.right #price-sheet-commercial-clean h2 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px 12px 13px 12px;
	}
	
div.right #price-sheet-commercial-clean p {
	line-height: 1.2em;
	margin: 0px 15px 0px 15px;
	}
	
div.right #price-sheet-commercial-clean a {
	display: list-item;
	list-style: none;
	}
	
div.right #price-sheet-commercial-clean .btm {
	width: 168px;
	height: 12px;
	background: url(../images/bg-box-whtborder-btm.gif) no-repeat bottom;
	}


	
/*==========================================
				ENERGY page
==========================================*/

div.energy {
	width: 843px;
	padding: 220px 0px 0px 117px;
	background-image: url(../images/img-main-energy.jpg);
	}
	
div.energy div.left h1 {
	width:463px;
	height: 33px;
	margin: 0px;
	background-image: url(../images/hd-energy.gif);
	}
	
div.energy div.left {
	width: 492px;
	padding-right: 10px;
	}
	
div.energy div.right {
	width: 303px;
	}
	

/*==========================================
				CONTACT page
==========================================*/
div.contact {
	width: 843px;
	padding: 220px 0px 0px 117px;
	background-image: url(../images/img-main-contact.jpg);
	}
	
div.contact div.left h1 {
	width: 573px;
	height: 33px;
	margin: 0px;
	background-image: url(../images/hd-contact.gif);
	}
	
div.contact div.right p.quote {
	width: 100%;
	height: 250px;
	background-image: url(../images/quote-contact.gif);
	background-repeat: no-repeat;
	background-position: 15px 25px;
	}
	
div.contact div.left form {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}
	
div.form-field {
	width: 100%;
	font-size: 12px;
	padding-bottom: 18px;
	}
	
div.form-field .label {
	width: 100%;
	display: block;
	margin-bottom: 3px;
	}
	
div.form-field .input {
	display: block;
	}
	
div#first-name.form-field,
div#last-name.form-field {
	width: 160px;
	}
	
div#submit.form-field {
	width: 50%;
	padding-left: 240px;
	}
	
/*==========================================
				Footer
==========================================*/

#footer {
	display: block;
	font-size: 11px;
	width: 810px;
	margin: 20px 0px 0px 35px;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #DBDBDB;
	/*display: none; */
	}
	
#footer p {
	margin: 0px;
	padding: 0px;
	}

html>body #footer {
	display: block;
	font-size: 11px;
	width: 810px;
	margin: 20px 0px 0px 117px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #DBDBDB;
	}
