* {
	margin:0;
	padding:0;
}
body {	
	background-image:url(img/bg.jpg);
}
.clear {
	clear:both;
	height:0px;
}
.hideme {
	position:relative;
	top:-1000px;
}
#credit {
	position:relative;
	text-align:center;
	color:#FFF;
	font-size:80%;
	top:0px;
}
#credit a {
	color:#FFF;
	text-decoration:none;
}
span.red {
	color:#F00;
	font-size:200%;
}
span.req {
	position:relative;
	color:#F00;
	font-size:150%;
	top:5px;
	padding-left:5px;
}
/******** Layout divs********/
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/recycle.png);
	_background-image:;
	background-repeat:no-repeat;
	background-position:center 90%;
	min-height:750px;
}
#header {
	position:relative;
	height:236px;
	background-image:url(img/header.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
#logo_mulch {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_mulch.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#logo_mulchadc {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_mulchadc.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#mulchadc_ani {
	position:relative;
	width:384px;
	height:95px;
	background-image:url(img/mulchadc_ani.gif);
	float:right;
	right:45px;
	top:60px;
}
#mulch_ani {
	position:relative;
	width:384px;
	height:95px;
	background-image:url(img/mulch_ani.gif);
	float:right;
	right:80px;
	top:60px;
}
#therm_ani {
	position:relative;
	width:384px;
	height:95px;
	background-image:url(img/therm_ani.gif);
	float:right;
	right:60px;
	top:60px;
}
#insulation_ani {
	position:relative;
	width:384px;
	height:95px;
	background-image:url(img/insulation_ani.gif);
	float:right;
	right:45px;
	top:100px;
}
#logo_therm {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_therm.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#logo_grip {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_grip.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#logo_contact {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_contact.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#logo_links {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_links.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#logo_testimonials {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_testimonials.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#logo_factory {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_factory.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#logo_none {
	position:relative;
	width:960px;
	height:191px;
	background-image:url(img/logo_none.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#man {
	position:fixed;
	bottom:0px;
	right:0px;
	height:167px;
	width:175px;
	_height:0px;
	_width:0px;
	background-image:url(img/recycle_2.png);
	_background-image:;
}
#content {
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:50px 0px 100px;
	font-family:Arial, san-serif;
	font-size: 16px;
}
#content ul {
	padding-left:50px;
}
#left {
	position:relative;
	float:left;
	width:500px;
}
#right {
	position:relative;
	padding-left:15px;
	float:right;
	right:10px;
	width:250px;
	border-left:3px solid #000;
}
#footer {
	position:fixed;
	_position:absolute;
	bottom:0px;
	height:50px;
	width:100%;
	background-color:#1e4236;
	border-top:10px solid #5e8c55;
	margin:0;
	padding:0;
	_top:5px;
}
#footer p {
	position:relative;
	text-align:center;
	color:#FFF;
	font-size:120%;
	top:10px;
}
#date {
	position:relative;
	float:right;
	padding-right:20px;
	font-size:150%;
	color:#830303;
	top:20px;
}
/******** mainNav styles********/
#mainNav {
	position:relative;
	top:-30px;
}
ul.Nav {
	text-align:center;
	list-style-type:none;
	font-size:100%;
	font-weight:bolder;
	top:10px;
}
ul.Nav li {
	position:relative;
	display:inline;
	margin:0 5px;
}
ul.Nav a {
	padding-left:10px;
	text-decoration:none;
	color:#FFF;
}
ul.Nav a:hover {
	color:#2d5227;
}
ul.Nav a.current {
	color:#f7e896;
}
ul.Nav li.last {
	border-bottom:none;
}
/******** Styles********/
img {
	border:5px solid #000;
}
img.cap {
	border:none;
	position:relative;
	top:5px;
}
h2 {
	font-size:150%;
	color:#000;
	
	margin-bottom:10px;
}
*+html h2 {
	top:5px;
}
p {
	text-align:justify;
}
p.address {
	text-align:center;
	color:#000;
	font-size:110%;
}
p.first:first-letter {
	color:#830303;
	font-size:xx-large
}
p.small {
	font-size:66%;
	color:red;
}
span.phone {
	font-size:90%;
}