html, body {
	width: 100%;
}
body {
	background-color: #03579B;
	background-image: url(/img/bg_body.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.90em;
}

#top {
	background: url(/img/top.gif);
	height: 213px;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
	width: 1000px;
}
#top-heading {
	margin-left: 210px;
	margin-top: 110px;
}
#middle {
	background: url(/img/background-body.gif);
	background-repeat: repeat-y;
	margin: auto;
	padding: 20px;
	width: 960px;
	background-color: #FFFFFF;
}
#weather {
	height: 80px;
	width: 125px;
	margin: 15px 5px 0px 20px;
	border: 2px #000000 solid;
}

#menu {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 170px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 28px;
	padding: 6px 10px;
}

#menu a:hover {
	background-image: url(/img/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #FFFFFF;
}

#menu ul li {
	height: 28px;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	border-width: 1px 1px 0px 1px;
	border-color: #000000;
	border-style: solid;
}

#menu ul li.current {
	background-image: url(/img/bg_nav.jpg);
	background-repeat: repeat-x;
}

#menu ul li.home {
	width: 100px;
}

#menu ul li.people {
	width: 140px;
}

#menu ul li.stairs {
	width: 115px;
}

#menu ul li.subStairs {
	width: 115px;
	font-size: 0.85em;	
}

#menu ul li.subStairs a , 
#menu ul li.subInstalls a {
	font-weight: normal;
}

#menu ul li.installs {
	width: 128px;
}

#menu ul li.subInstalls {
	width: 128px;
	font-size: 0.85em;	
}


#menu ul li.testimonials {
	width: 150px;
}
#menu ul li.community {
	width: 160px;
}
#menu ul li.contact {
	width: 170px;
	border: 1px #000000 solid;
}

#text {
	float: right;
	width: 770px;
	margin: 0px;
	padding: 0px;
}

#text h1 {
	margin: 0px 5px 8px 0px;
	color: #003F72;
	font-size: 1.5em;
	font-style:italic;
}

#text p {
	margin: 8px 5px;
}

.team {
	width: 90%;
	border-bottom: 1px dashed #cccccc;
	margin: 10px 0px;
	padding: 0px;
}

.team h2 {
	color: #003F72;
	font-size: 1.15em;
}	

.team img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px #003F72 solid;
}

.testimonial {
	background: #C5D3DF;
	border: 2px solid #003F72;
	margin-bottom: 20px;
	padding: 3px;	
}

.testimonial {
	background-image: url(/img/icosn_66.gif);
	background-repeat:no-repeat;
	padding: 10px;
}


.stairs-main-thumb {
	background: red;
	float: left;
	margin-right: 60px;
	width: 260px;
	height: 175px;
}
.stairs-thumb {
	background: red;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 80px;
	width: 80px;
}
#map {
	float: right;
	height: 300px;
	width: 300px;
}
#footer {
	background: url(/img/background-footer.gif);
	height: 8px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 960px;
	font-size: 0.80em;
}

.sitemap {
	text-align: center;
	font-size: 0.75em;
	color: #ffffff;
}

.sitemap a {
	color: #ffffff;
}

a {
	color: #003F72;
}