@charset "utf-8";
/* CSS Document */

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

body {
	background-color: #3d9b35;
	background-image: url(images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
	
input {
	margin-right: 10px;
	margin-left: 20px;
	}
	
	input.right {
		margin-left: 10px;
		padding-left: 10px;
		padding-right: 10px;
		}
		
form {
	padding: 20px;
	border: 1px solid #CCC;
	}
	
	form h3 {
		border-bottom: 1px solid #3d9b35;
		padding-top: 15px;
		color: #3d9b35;
		}
		
	form h1 {
		color: #666;
		font-size: 20px;
		}
		
	form p {
		font-size: 12px;
		padding-top: 10px;
		}
		
	
		
select {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
	
textarea {
	padding: 10px;
	}
	
blockquote {
	float: right;
	background-color: #a66e3d;
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	}
	
	blockquote p {
		padding-top: 10px;
		font-style: italic;
		}
		
	blockquote h3 {
		padding-top: 10px;
		}
	
#outer_wrap {
	background-color: transparent;
	width: 900px;
	height: auto;
	margin: auto;	
	}	
	
	#inner_wrap {
		background-color: transparent;
		width: 900px;
		height: auto;
		float: left;
		}
		
		#header {
			background-image: url(images/header-background.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			width: 900px;
			height: 200px;
			float: left;
			}
			
			#cta_inhome {				
				float: right;				
				}
				
				#cta_inhome a {
					background-image: url(images/free-in-home-measure-image.jpg);
					background-position: top left;
					background-repeat: no-repeat;
					width: 550px;
					height: 66px;
					display: block;
					outline: none;
					border: none;
					text-decoration: none;
					}
				
				#cta_inhome a:hover {
					background-position: top right;
					}
					
			#home_logo_link {
				float: left;				
				}
				
				#home_logo_link a {
					background-image: url(images/logo-home-link.jpg);
					background-position: top left;
					background-repeat: no-repeat;
					width: 178px;
					height: 200px;
					display: block;
					outline: none;
					border: none;
					text-decoration: none;
					}
					
					#home_logo_link a:hover {
						background-position: top right;
						}
						
				#main_nav {
					background-color: transparent;
					width: 682px;
					height: 50px;
					float: left;	
					margin-left: -10px;
					margin-top: 84px;
					}
					
					#main_nav a.home {
						background-image: url(images/home-button.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						width: 76px;
						height: 50px;
						display: block;
						border: none;
						outline: none;
						float: left;
						}
						
						#main_nav a.home:hover {
						background-position: top right;
						}
						
					#main_nav a.green_thinking {
						background-image: url(images/green-thinking-button.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						width: 157px;
						height: 50px;
						display: block;
						border: none;
						outline: none;
						float: left;
						}
						
						#main_nav a.green_thinking:hover {
						background-position: top right;
						}
						
					#main_nav a.eco_friendly_gallery {
						background-image: url(images/eco-friendly-gallery-button.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						width: 198px;
						height: 50px;
						display: block;
						border: none;
						outline: none;
						float: left;
						}
						
						#main_nav a.eco_friendly_gallery:hover {
						background-position: top right;
						}
						
					#main_nav a.qu_gallery {
						background-image: url(images/qu-gallery-button.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						width: 129px;
						height: 50px;
						display: block;
						border: none;
						outline: none;
						float: left;
						}
						
						#main_nav a.qu_gallery:hover {
						background-position: top right;
						}
						
					#main_nav a.contact_us {
						background-image: url(images/contact-button.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						width: 122px;
						height: 50px;
						display: block;
						border: none;
						outline: none;
						float: left;
						}
						
						#main_nav a.contact_us:hover {
						background-position: top right;
						}
			
		#large_image {
			background-image: url(images/large-image.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			width: 900px;
			height: 256px;
			float: left;
			}
			
		#gallery_page {
			background-image: url(images/gallery-back.jpg);
			background-position: top left;
			background-repeat: repeat-y;
			width: 900px;
			height: 600px;
			float: left;		
			}
			
			#gallery_page h1 {
				color: #507109;
				font-size: 25px;
				font-weight: normal;			
				padding-top: 10px;
				border-bottom: 1px solid #CCC;
				margin-left: 60px;
				margin-right: 60px;
				padding-top: 20px;
				}
				
				#gallery_page h2 {
					color: #693;
					font-size: 18px;
					font-weight: normal;
					font-style: italic;
					text-align: right;
					margin-right: 100px;
					padding-botton: 0px;
					padding-top: 2px;
					margin-bottom: -5px;
					}
					
				#gallery_page p {
					color: #333;
					font-size: 12px;
					margin-left: 60px;
					margin-right: 60px;
					padding-top: 10px;
					}
			
		#content_wrap {
			background-image: url(images/content-background.jpg);
			background-position: top left;
			background-repeat: repeat-y;
			width: 900px;
			height: auto;
			float: left;
			}
			
			#content {
				font-family:Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #323232;
				float: left;
				width: 700px;
				height: auto;
				margin-left: 100px;
				margin-top: 30px;
				}
				
				#content h1 {
					color: #507109;
					font-size: 25px;
					font-weight: normal;
					margin-bottom: 20px;
					padding-top: 10px;
					border-bottom: 1px solid #CCC;
					}
					
				#content h2 {
					color: #3d9b35;
					padding-bottom: 15px;
					font-size: 18px;
					padding-left: 100px;
					font-weight: normal;
					font-style: italic;
					}
					
				#content h4 {
					color: #507109;
					text-align: center;
					font-size: 25px;
					margin-top: 100px;
					padding-bottom: 20px;
					}
					
				#content h5 {
					color: #3d9b35;
					text-align: center;
					font-size: 18px;
					margin-bottom: 100px;
					}
				
				#content p {
					padding-bottom: 10px;
					}
				
				#content li {
					list-style: none;
					padding-bottom: 10px;
					}
					
				#content #line_one {
					font-size: 16px;
					color: #859101;
					padding-left: 100px;
					}
					
				#content #line_two {
					font-size: 17px;
					color: #5b7804;
					padding-left: 150px;
					}
					
				#content #line_three {
					font-size: 18px;
					color: #3e650c;
					padding-left: 200px;
					}
					
				#content #logo_box {
					width: 100px;
					height: auto;
					float: right;
					margin-left: 30px;
					}
					
					#content #logo_box img {
						padding-bottom: 10px;
						float: right;
						}	
						
						#content #logo_box a img {
							border: none;
							outline: none;
							}
				
				/*eco gallery stuff*/
				
				#gallery_wrap {
					background-image: url(images/gallery-wrap-back.jpg);
					background-repeat: no-repeat;
					background-position: top right;
					width: 750px;
					height: 505px;
					font-family:Arial, Helvetica, sans-serif;
					color: #fff;
					float: left;
					margin-right: 10px;
					margin-top: 20px;				
					margin-left: 72px;
					position: absolute;	
					}
					
					.thumb img{
					border: none;
					margin: 0 1px 1px 0;					
					}
		
					.thumb:hover{
					background-color: transparent;
					}
		
					.thumb:hover img{
					border: none;
					}
		
					.thumb span{ /*CSS for enlarged image*/
					position: absolute;
					background-color: transparent;
					padding: 0 5px 0 5px;
					left: -1000px;
					top: -200px;
					border: none;
					visibility: hidden;
					color: #666;
					text-decoration: none;					
					}
		
					.thumb span img{ /*CSS for enlarged image*/
					border-width: 0;
					padding: 2px;
					}
					
					.thumb:hover span{ /*CSS for enlarged image*/
					visibility: visible;
					top: 0;
					left: 250px; /*position where enlarged image should offset horizontally */					
					}
					
				/*end gallery stuff*/
			
		#footer {
			background-image: url(images/footer-background.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			float: left;
			width: 1000px;
			height: 75px;
			color: #fff;
			}
			
			#footer ul {
				margin-top: 35px;
				text-align: center;
				margin-right: 60px;
				}
				
				#footer ul li {
					list-style: none;
					display: inline;
					padding-right: 20px;
					}
					
					#footer ul li a {
						text-decoration: none;
						color: #fff;
						}
						
						#footer ul li a:hover {
						text-decoration: underline;
						}
						
		#designer_credit {
			font-size: 12px;
			color: #fff;
			font-weight: normal;
			text-align: center;
			}
			
			#designer_credit a {
				color: #fff;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
				}
				
				#designer_credit a:hover {
					font-weight: bold;
					}


