/* basic elements */

* { margin: 0; padding: 0; }

/*.clearfix:after {
    	content: "."; 
    	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/

/** html .clearfix {height: 1%;}
.clearfix {display: block;}*/

/* End hide from IE-mac */

body {
	background: top url(../images/bkg_landing.jpg) repeat-x #433322;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.Wrapper {
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	text-align: left;
	width: 915px;
}


/*---- HEADER ----*/

.Header {
	height: 94px;
	width: 915px;
}

.ZeagerLogo {
	height: 55px;
	padding: 18px 0px 0px 15px;
	text-indent: -5000px;
	width: 200px;
}

	.ZeagerLogo a {
		background: url(../images/logo_zeager.gif);
		display: block;
		height: 55px;
		overflow: hidden;
		width: 200px;
	}
	
.Tagline {
	background: url(../images/tagline.gif);
	display: block;
	float: right;
	height: 22px;
	margin: 44px 8px 0px 0px;
	overflow: hidden;
	text-indent: -5000px;
	width: 345px;
}


/*----DIVISIONS----*/

.Divisions {
	border: solid #FFFFFF 8px;
	margin: 40px 0px 2px 0px;
	overflow: hidden;
	width: 899px;
}

	.Divisions ul {
		list-style: none;
	}

.Playgrounds {
	background: url(../images/div_playgrounds.jpg) top left;
	float: left;
	height: 295px;
	width: 225px;
}
	.Playgrounds a {display: block; height: 295px; width: 225px; text-indent: -5000px; overflow: hidden;}
	.Playgrounds a:hover {background: url(../images/div_playgrounds.jpg) top right;}
	
.Equine {
	background: url(../images/div_equine.jpg) top left;
	float: left;
	height: 295px;
	width: 225px;
}
	.Equine a {display: block; height: 295px; width: 225px; text-indent: -5000px; overflow: hidden;}
	.Equine a:hover {background: url(../images/div_equine.jpg) top right;}
	
.Mulch {
	background: url(../images/div_mulch.jpg) top left;
	float: left;
	height: 295px;
	width: 225px;
}
	.Mulch a {display: block; height: 295px; width: 225px; text-indent: -5000px; overflow: hidden;}
	.Mulch a:hover {background: url(../images/div_mulch.jpg) top right;}
	
.GreenRoof {
	background: url(../images/div_greenroof.jpg) top left;
	float: left;
	height: 295px;
	width: 224px;
}
	.GreenRoof a {display: block; height: 295px; width: 224px; text-indent: -5000px; overflow: hidden;}
	.GreenRoof a:hover {background: url(../images/div_greenroof.jpg) top right;}
	
.Reflection {
	height: 30px;
	width: 915px;
}


/*----PAGE TEXT----*/

.Text {
	padding-bottom: 30px;
	width: 915px;
}


/*----FOOTER----*/

.Footer {
	border-top: 1px #21160A solid;
	padding-top: 12px;
	width: 915px;
}

.Copyright {
	color: #CABDB0;
	float: right;
	font-size: 11px;
}

.ContactInfo {
	color: #CABDB0;
	font-size: 11px;
	padding-bottom: 2px;
}

	.ContactInfo a {color: #CABDB0;)