body {
	margin:0;
	padding:0;
	background:#fff;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align:center;
}
#wrapper {
	width:90%;
	margin:0 auto;
	padding:10px 0px;
	text-align:left;
}
#miniNav {
	display:none;	
}
#logo {
	display:block;
	margin:10px 15px;
}
#smallLogo {
	width:106px;
	float:right;
}
#headerHeading, #co h1#headerHeading {
	padding:10px 15px;
	clear:both;
	font-size:1em;
	font-weight:normal;
	color:#000;
	text-transform:none;
}
#mainNav.grey {
	background:url('../images/greyNav.gif') repeat-x;
}
#mainNav.red {
	background:url('../images/redNav.gif') repeat-x;
}
#mainNav.green {
	background:url('../images/greenNav.gif') repeat-x;
}
#mainNav {
	display:none;

}
#printIcon {
	display:none;
}
#headerPics {
	display:none;
}
#mainCol {
	padding:10px 15px;
}
#leftCol {
	display:none;

}
#middleCol {
	width:auto;
	margin:0 auto;
	padding:0 15px 10px;	
}
#content {
	padding:10px 15px;
}
#rightCol {
	display:none;

}

ul {
	list-style: inside url('../images/redArrow.gif');
	margin:10px 0;
	padding:0;
}
#co h1 {
	color:#fd4000;
	text-transform:uppercase;
	font-size:1.5em;
}
#concrete h1 {
	color:#9b1105;
	text-transform:uppercase;
	font-size:1.5em;
}
#tree h1 {
	color:#eb231d;
	text-transform:uppercase;
	font-size:1.5em;
}
#wideInfo {
display:none;
}
#wideInfo h1 { 
	margin:5px 0;
}
#wideInfo ul {
	margin:0;
	padding:0;
	font-size:0.9em;
}
#wideInfo li {
	display:inline;
	background:url('../images/disc.gif') no-repeat left;
	padding:0 2px 0 5px;
}
#wideInfo a {
	color:#fff;
	text-decoration:none;
}
.stylePic {
	margin:10px;
	padding:5px;
}
#concrete .stylePic {
	border:5px solid #f1d1ce;
}
.floatRight {
	float:right;
}
#footer.grey {
	background:url('../images/greyFooter.gif') no-repeat top;
}
#footer.red {
	background:url('../images/redFooterBg.gif') no-repeat top;
}
#footer {
display:none;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	
}
#footer li {
	display:inline;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
}
img {
	border:none;
}