* {
	margin:0;
	padding:0;
}

img{
	display:block;
}

body{
	background:url('../images/BG.jpg') repeat;
}

#outer{
	width:928px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border-left:10px solid #2b2411;
	border-right:10px solid #2b2411;
}

#header{
	position:relative;
	background:url('../images/HeaderBG.png') no-repeat;
	height:199px;
}

#quote{
	position:absolute;
	right:75px;
	top:0;
	background:url('../images/greeninfobox.jpg') no-repeat;
	width:182px;
	height:148px;
	text-align:center;
}

#quote p{
	color:#ffffff;
	font-size:1.1em;
    font-family:Helvetica, Ariel, Verdana, sans-serif;
	font-weight:bold;
	line-height:1.5em;
	cursor:pointer;
	padding:10px 5px 10px 5px;
}

#quote p em{
	font-size:.9em;
}

#logo{
	margin-left:100px;
}

#main{
	font-size:.85em;
    font-family:Helvetica, Ariel, Verdana, sans-serif;
	overflow:hidden;
    color:#2b2411;
}

#content{
	position:relative;
	width:614px;
	float:left;
	background:url('../images/grass.gif') bottom repeat-x;
	height:inherit;
	background-color:#f0f6db;
}

#nav{
	margin:0 0 45px 0;
	padding:0;	
	list-style-type:none;
	width:614px;
	height:50px;
	background:url('../images/buttons.png');
}

#nav span{
	display:none;
}

#nav li,#nav a{
	height:50px;
	display:block;
}

#nav li{
	float:left;
	display:inline;
}

#home{
	width:198px;
}

#services{
	width:211px;
}

#contact{
	width:205px;
}

#home a{
	background:url('../images/buttons.png') 0px -63px no-repeat;
}

#services a{
	background:url('../images/buttons.png') -198px -63px no-repeat;
}

#contact a{
	background:url('../images/buttons.png') -409px -63px no-repeat;
}

#home.selected a{
	background:url('../images/buttons.png') 0px 63px no-repeat;
}

#services.selected a{
	background:url('../images/buttons.png') 198px 63px no-repeat;
}

#contact.selected a{
	background:url('../images/buttons.png') 409px 63px no-repeat;
}

.heading {
	font-size:1.2em;
	font-weight:bold;
}

#sidebar{
	position:relative;
	padding:45px 0 0 0;
	float:right;
	width:314px;
	background-color:#808e45;
}

#testimonial{
	position:relative;
	padding:20px 34px 10px 34px;
}

#testimonial p{
	font-size:.8em;
	padding:20px 15px 10px 15px;
	height:260px;
	margin:0 4px 0 5px;
	background-color:#f0f6db;
}

.author{
	float:right;
	width:auto;
}

#environmental{
	position:relative;
	padding:20px 15px 30px 43px;
	border-top:20px solid #2b2411;
}
#environmental_txt h1{
	font-size:1.5em;
	margin-bottom:20px;
	width:20%;	
}

#environmental_txt p{
	font-size:.9em;	
	width:145px;
}

#environmental_txt #elogo{
	position:absolute;
	vertical-align:middle;
	right:20px;
	bottom:25px;
	width:88px;
}

#footer{
	clear:both;
	height:40px;
	text-align:center;
	padding:10px 10px 0 10px;
	background-color:#2b2411;
	color:#f0f6db;
}

#footer a{
	text-decoration:none;
	color:#f0f6db;
}

#footer ul{
	margin:0;
	padding:0;
	vertical-align:center;
}

#footer li{
	font-size:.75em;
	display:inline;
	list-style-type:none;
	padding-right:15px;
}
