@charset "UTF-8";

/* global */
* { 
	margin:0px; 
	padding:0px;
}

html, body {
	background-color:#f9f8f4;
}

body,td,th {
	color:#271f06;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:left;
	line-height:24px;
}

/* site structure */
#wrapper {
   height:auto;
   width:900px;
   margin:0px auto 0px auto;
}

#header {
	height:auto;
	width:900px;
	margin:0px auto 0px auto;
	float:left;
}

#logo {
	width:300px;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
}

	#logo img {border:none;}

#middle {
	width:900px;
	height:auto;
	margin:10px auto 0px auto;
	float:left;
}

#footer1 {
	height:75px;
	width:900px;
	margin:30px 0px 0px 0px;
	float:left;
}

#footer {
	width:890px;
	height:26px;
	float:left;
	padding:2px 5px 2px 5px;
	margin:15px 0px 20px 0px;
	background-color:#271f06;
	text-align:right;
}

/* text & link styles */
#footer a:link {
	color: #625e52;
	text-decoration:none;
}

#footer a:visited {
	color: #625e52;
	text-decoration:none;
}

#footer a:active {
	color: #625e52;
	text-decoration:none;
}

#footer a:hover {
	color: #625e52;
	text-decoration:underline;
}


.green a:link {
	color: #007734;
	text-decoration:none;
}

.green a:visited {
	color: #007734;
	text-decoration:none;
}

.green a:active {
	color: #007734;
	text-decoration:none;
}

.green a:hover {
	color: #007734;
	text-decoration:underline;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f9f7f3;
	font-size:14px;
	line-height:32px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#007734;
	font-size:14px;
	text-transform:none;
	line-height:22px;
	margin:5px 0px 5px 0px;
	letter-spacing:.05em;
}

h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#007734;
	font-size:18px;
	font-weight:lighter;
	line-height:20px;
}

.green {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#007734;
	font-size:12px;
	font-weight:bold;
}

p.justify {text-align:justify;}

h3.underline {border-bottom:solid #457b26 1px;}

.light {
	color:#f9f8f4;
	font-size:9px;
}

/* nav bar */
#nav {
	height:30px;
	width:900px;
	margin:0px auto 0px auto;
	padding:0px;
	background:#261f05;
	border-bottom:solid 3px #007734;
	float:left;
}

	#nav ul {
		list-style:none;
		display:inline;
	}
	
	#nav ul li {
		display:block;
		float:left;
	}
	
	#nav li a:link, #nav li a:visited {
		font-family:"Times New Roman", Times, serif;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		font-size:12px;
		line-height:32px;
		height:30px;
		display:block;
		padding:0 15px;
	}
	
	#nav li a:hover, #nav li a:visited:hover {
		color:#007734;
	}
	
	#nav li a:link.selected, #nav li a:visited.selected {
		background:#007734;
	}
	
	#nav li a:hover.selected, #nav li a:visited:hover.selected {
		color:#fff;
	}

/* index */
#index-subtext {
	width:400px;
	height:auto;
	float:left;
}

#index-sub1 {
	width:350px;
	height:auto;
	background-color:#a7d092;
	float:left;
	margin:40px 0px 20px 0px;
	padding:40px 30px 20px 20px;
	text-align:justify;
}

#index-sub2 {
	width:355px;
	height:300px;
	float:left;
	padding:0px 20px 0px 20px;
}

#index-sub3 {
	width:460px;
	height:auto;
	float:right;
	margin:5px 0px 0px 0px;
	padding:10px 15px 10px 10px;
}

#index-imgMain {
	width:494px;
	height:460px;
	float:left;
	background-image:url(../images/homeimage.jpg);
	background-repeat:no-repeat;
	border:solid 3px #007734;
}

/*common pests*/
#pests {
	height:auto;
	width:890px;
	margin:10px 0px 0px 10px;
	padding:0px;
}

#pests-text {
	height:auto;
	width:590px;
	margin:0px;
	padding:0px 0px 30px 0px;
	float:left;
}

	#pests-text ul {
		list-style:square;
		padding:0;
		margin:0 0 0 20px;
	}
	
	#pests-text li {
		padding-left: 2px; 
	}

#pest-image {
	height:auto;
	width:260px;
	margin:20px 0px 0px 40px;
	padding:0px;
	float:left;
}

/* moisture barrier */
#middle-moisture {
	width:900px;
	height:auto;
	margin:10px auto 0px auto;
	float:left;
}

	#middle-moisture #text {
		height:auto;
		width:450px;
		margin:10px 0 0 10px;
		padding:0;
		float:left;
	}
	
	#middle-moisture #img {
		float:right;
		width:400px;
		height:313px;
		background:url(../images/moisturebarriers.jpg);
		margin:10px 0 0 0;
		border:solid 3px #007734;
	}

/* organic */
#organic-text {
	width:400px;
	height:auto;
	padding:10px;
	margin:0px 0px 0px 0px;
	float:left;
}

#organic-imageMain {
	width:454px;
	height:550px;
	margin:10px 0px 0px 0px;
	border:solid 3px #007734;
	float:right;
	background-image:url(../images/organic-img2.jpg);
	background-repeat:no-repeat;
}

#organic-sub {
	width:auto;
	height:auto;
	float:left;
	margin:60px 0px 0px 0px;
}

#organic-subtext {
	width:200px;
	height:150px;
	float:left;
	margin:40px 20px 0px 0px;
	text-align:right;
}

#organic-subimg {
	width:127px;
	height:150px;
	float:left;
	margin:0px;
	background-image:url(../images/ecosmart-logo.jpg);
}

/* testimonials */
#testimonials {
	width:890px;
	height:auto;
	padding:10px;
	margin:0px 0px 10px 0px;
	float:left;
}

#testimonial-sub {
	height:auto;
	width:900px;
	float:left;
	margin:0px 0px 40px 0px;
}

#testimonial-subtext {
	height:auto;
	width:600px;
	margin:0px 40px 0px 0px;
	float:left;
}

#testimonial-image {
	height:auto;
	width:200px;
	padding:0px;
	float:left;
}

/* Contact */

#contactform {
	width:370px;
	height:auto;
	float:left;
	padding:10px;
}

#contact {
	width:400px;
	height:350px;
	float:left;
	padding:10px;
}
#formfield {
	width:auto;
	height:auto;
	margin-bottom:2px;
}

#formtext {
	width:auto;
}

#contact-img {
	width:340px;
	height:390px;
	float:right;
	background:url(../images/about-img-2.jpg);
	border:solid 3px #007734;
	float:right;
	margin:10px 0px 0px 0px;
}

#contact-sub1 {
	width:330px;
	height:auto;
	padding:10px;
	float:right;
}

#contact-img, #contact-sub1 {margin-right:80px;}


#fbBtn {
	width:240px;
	height:32px;
	margin:30px 0px 0px 0px;
	float:left;
}

	#fbBtn img {border:none;}

#message-sent {
	height:380px;
	float:left;
}

h3.contactinfo {
	float:left;
	margin:20px 0 0 0;
}

