@charset "UTF-8";
/* CSS Document */
#home-box {
	width: 100%;
}
#home-flash {
	border: 1px solid #73675b;
	height: 400px;
	width: 600px;
	float: left;
}
#home-features {
	float: right;
	height: 400px;
	width: 238px;
	background-color: #b0a48c;
	border-top: 1px solid #73675b;
	border-bottom: 1px solid #73675b;
}
#home-content {
	float: left;
	clear: left;
	padding: 20px 0 0;
	width: 580px;
}
/* -------------------------- FEATURES -------------------------- */
#home-features ul {
	margin: 0;
}
#home-features li {
	list-style: none;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
#home-features li.last {
	border-bottom: none;
}
#home-features li a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	display: block;
	width: 238px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	overflow: hidden;
}
#feat-est a {
	background-image: url(../_images/feat-est-link.jpg);
	height: 52px;
}
#feat-financing a {
	background-image: url(../_images/feat-financing-link.jpg);
	height: 62px;
}
#feat-tax a {
	background-image: url(../_images/feat-tax-link.jpg);
	height: 62px;
}
#feat-green a {
	background-image: url(../_images/feat-green-link.jpg);
	height: 52px;
}
#feat-videos a {
	background-image: url(../_images/feat-video-link.jpg);
	height: 52px;
}
#feat-sweep a {
	background-image: url(../_images/feat-sweep-link.jpg);
	height: 62px;
}
#feat-news a {
	background-image: url(../_images/feat-news-link.jpg);
	height: 52px;
}
/* HOVER */
#feat-est a:hover {
	background-image: url(../_images/feat-est-hover.jpg);
}
#feat-financing a:hover {
	background-image: url(../_images/feat-financing-hover.jpg);
}
#feat-tax a:hover {
	background-image: url(../_images/feat-tax-hover.jpg);
}
#feat-green a:hover {
	background-image: url(../_images/feat-green-hover.jpg);
}
#feat-videos a:hover {
	background-image: url(../_images/feat-video-hover.jpg);
}
#feat-sweep a:hover {
	background-image: url(../_images/feat-sweep-hover.jpg);
}
#feat-news a:hover {
	background-image: url(../_images/feat-news-hover.jpg);
}
/* -------------------------- SIDE FEATURES -------------------------- */
#formMailing {
	border: none;
	padding-top: 0;
	margin-top: 0;
}
#side-mailing, #side-live-help {
	float: right;
	width: 210px;
	clear: right;
}
#side-mailing {
	margin-top: 25px;
}
#side-mailing .top {
	background: url(../_images/side-mailing-top.gif) no-repeat left top;
	height: 57px;
	display: block;
	margin: 0;
}
#side-mailing .middle {
	background: url(../_images/side-mailing-mid.gif) repeat-y left top;
	display: block;
	margin: 0;
}
#side-mailing .bottom {
	background: url(../_images/side-mailing-bottom.gif) no-repeat left top;
	height: 20px;
	display: block;
	margin: 0;
}
#side-mailing h3, #side-live-help h3 {
	display: none;
	margin: 0;
}
#side-mailing form {
	text-align: center;
	margin: 0 auto;
}
#side-mailing input.text {
	width: 160px;
	margin-bottom: 10px;
}
#side-mailing p {
	text-align: left;
}
/*
#side-live-help {
	background: url(../_images/side-live-help.jpg) no-repeat left top;
	height: 150px;
	margin: 15px 0;
}
#side-live-help:hover {
	background: url(../_images/side-live-help-hover.jpg) no-repeat left top;
}
#side-live-help a {
	display: block;
	height: 150px;
}
*/
/* -------------------------- FOOTER -------------------------- */
#home-footer {
	background: url(../_images/bg-foot-repeat.jpg) repeat-y left top;
	color: #fff;
	padding: 10px 40px 0;
}
#home-footer-bottom {
	background: url(../_images/bg-foot-bottom.jpg) no-repeat left top;
	height: 30px;
	padding-bottom: 20px;
}
#home-footer p {
	text-align: center;
	font-size: 11px;
}
#home-footer a {
	color: #fff;
}
#home-footer a:hover {
	color: #9dcf6e;
}
/* -------------------------- HOME FOOTER NAV -------------------------- */
#footer-nav-windows, #footer-nav-doors, #footer-nav-siding, #footer-nav-solar, #footer-nav-energy, #footer-nav-about, #footer-nav-contact, #footer-nav-special {
	float: left;
	display: inline;
	width: 110px; /* with SOLAR: 110px; without: 130px; */
}
#footer-nav-windows, #footer-nav-doors, #footer-nav-siding, #footer-nav-solar, #footer-nav-energy, #footer-nav-about {
	margin-right: 9px;
}
#home-footer li li a, #home-footer h2 a {
	text-decoration: none;
}
#home-footer h2 a {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #9dcf6e;
	text-transform: uppercase;
}
#home-footer h2 a:hover {
	color: #b0a48c;
}
#home-footer ul {
	margin-left: 0;
}
#home-footer li {
	list-style: none;
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	margin-top: 4px;
	background: url(../_images/bg-nav-footer-link.gif) no-repeat left 3px;
	padding-left: 10px;
}
#home-footer li:hover {
	background: url(../_images/bg-nav-footer-hover.gif) no-repeat left 3px;
}
#home-footer li li {
	text-transform: none;
	margin-left: 0px;
	margin-top: 0;
	padding-left: 10px;
	background: url(../_images/bg-nav-footer-link.gif) no-repeat left 3px;
}
#home-footer li li:hover {
	background: url(../_images/bg-nav-footer-hover.gif) no-repeat left 3px;
}
#home-footer li a {
	display: block;
}