/* CSS Document */

/* text styles */

body {
	color: #6b6b6b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/body_bg.gif);
	background-attachment: scroll;
	margin-top: 0px;
}

h1 {
font-size: 17px;
color: #00714b;
}

/* layout */

.wrapper {
	width: 661px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

.header {
width: 661px;
height: 223px;
}

.header1 {
width: 173px;
height: 223px;
background-image:url(images/h1.jpg);
background-repeat:repeat-x;
float:left;
}

.header2 {
width: 310px;
height: 223px;
background-image:url(images/h2.jpg);
background-repeat:no-repeat;
float:left;
}

.header3 {
width: 178px;
height: 223px;
background-image:url(images/h1.jpg);
background-repeat:repeat-x;
float:left;
}

.nav {
width: 661px;
height: 36px;
background-image:url(images/navback.jpg);
background-repeat:repeat-x;
}

#navlist
{
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 75px;
}

#navlist li
{
	display: inline;
	float: left;
	padding: 0;
	font-size: 12px;
	margin:0px;
	padding:5px;
	
}

#navlist li a
{
	color: #555555;
	text-decoration: none;
	text-align: center;
	padding:5px;
	font-weight: bold;
}

#navlist li a:hover
{
	color: #FFFFFF;
	background-image: url(images/navHover.jpg);
	background-repeat: repeat-x;
	padding:5px;
}

#navlist li#active a
{
	color: #FFFFFF;
	background-image: url(images/navHover.jpg);
	background-repeat: repeat-x;
}

.content {
	width: 641px;
	background-color:#FFFFFF;
	padding-left: 20px;
	float:left;
	height: 100%;
}

.contentLeft {
	width: 405px;
	float:left;
	margin-top:10px;
	margin-right: 15px;
}

.contentRight {
	width: 180px;
	float:left;
	margin-top: 10px;
}

.promo {
	width:194px;
	height:254px;
	float:left;
	background-image:url(images/promoBack.jpg);
	background-repeat:repeat-x;
	margin-bottom: 5px;
}

.promo h1 {
	color:white;
	text-align: center;
	margin-top: 100px;
}


#homeImage {
	width: 394px;
	height: 236px;
	background-color: #CCCCCC;
	background-image: url(images/featureBack.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #666666;
}

.homeFeature {
float:left;
	width: 125px;
	height: 223px;
	margin-right: 6px;
}

.homeFeature p {
	font-size: 10px;
}

.footer {
	width: 661px;
	height: 42px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	float:left;
}

.footer h1 {
	font-size: 14px;
	text-align: center;
	margin-top: 7px;
	text-transform: uppercase;
	font-weight:bold;
}
h2, h2 a {
	color: #548a6c;
	font-size: 12px;
	margin: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.partnerships {
	float:left;
}

.disclaimer {
	float:left;
	font-size: 9px;
	background-color: #FFFFFF;
	padding: 15px;
	width: 631px;
}

.privacy {
width:600px;
}

.goGreen {
text-align:center;
margin-bottom:5px;
width:100%;
}

/* email form */

#contact-area {
}

#contact-area input, #contact-area textarea {
display:inline;
	padding: 5px;
	width: 265px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #00714b;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.thumbBox {
	width:100px;
	height:101px;
	background-image:url(images/thumbox.gif);
	background-repeat:no-repeat;
	float:left;
	margin-bottom:5px;
	padding-top: 1px;
	padding-left: 1px;
}

.featureClient .thumbBox {
margin-right: 10px;
}

#promo2 {
	width:195px;
	background-image:url(images/promo2.jpg);
	background-repeat:repeat-x;
	padding:5px;
	
}

#promo2 h1{
	color:#FFFFFF;
	font-weight: normal;
	font-size: 12px;
	padding: 7px;
	margin-bottom:5px;
}



#catalogBox {
	background-color:#FFFFFF;
	padding:5px;

}

#catalogBox h2{
margin-top:10px;
}

.clients {
	text-decoration: none;
	list-style-type: none;
	text-align:center;
	width: 183px;
	margin:0px;
	padding:0px;
}

.clients li a {
	list-style-type: none;
	font-size: 11px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	margin:0px;
}

.clients li a:hover {
color:#000000;
}

.featureClient {
	float: left;
	width: 400px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
