@charset "utf-8";
#feature {
	width:100%;
	height:483px;
	background-image:url(../images/home-family.gif);
}
aside {
	width:323px;
	float:right;
	overflow:hidden;
	padding:0;
	margin-top:140px;
	margin-right:0;
	background: transparent;
}
h1#feature_heading {
	width:323px;
	height:56px;
	position:relative;
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
h1#feature_heading span{
	background-image:url(../images/index-feature-heading.png);
	position:absolute;
	width:100%;
	height:100%;
}
h2.feature_nav {
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
	margin-left:50px;
}
h2#drafts {
	width:219px;
	height:31px;
	position:relative;
}
h2#drafts span {
	background-image:url(../images/feature-drafts-btn.png);
	position:absolute;
	background-position:0 0;	
	width:100%;
	height:100%;	
}
h2#drafts span:hover {
	background-image:url(../images/feature-drafts-btn.png);
	position:absolute;	
	background-position: 0 31px;
	width:100%;
	height:100%;	
}

h2#bugs {
	width:219px;
	height:31px;
	position:relative;
}
h2#bugs span {
	background-image:url(../images/feature-bugs-btn.png);
	position:absolute;
	background-position:0 0;	
	width:100%;
	height:100%;	
}
h2#bugs span:hover {
	background-image:url(../images/feature-bugs-btn.png);
	position:absolute;	
	background-position: 0 31px;
	width:100%;
	height:100%;	
}
h2#noise {
	width:219px;
	height:31px;
	position:relative;
}
h2#noise span {
	background-image:url(../images/feature-sounds-btn.png);
	position:absolute;
	background-position:0 0;	
	width:100%;
	height:100%;	
}
h2#noise span:hover {
	background-image:url(../images/feature-sounds-btn.png);
	position:absolute;	
	background-position: 0 31px;
	width:100%;
	height:100%;	
}
h2#dirt {
	width:219px;
	height:31px;
	position:relative;
}
h2#dirt span {
	background-image:url(../images/feature-dirt-btn.png);
	position:absolute;
	background-position:0 0;	
	width:100%;
	height:100%;	
}
h2#dirt span:hover {
	background-image:url(../images/feature-dirt-btn.png);
	position:absolute;	
	background-position: 0 31px;
	width:100%;
	height:100%;	
}

section#columns article {
	border:0;padding:0;
	width:226px;
	display:inline;
	float:left;
	position:relative;
	margin:10px 12px;
}
section#columns article h2{
	font-size:16px;
	font-weight:bold;
	padding-bottom:6px;
	border-bottom: 1px solid #1B9B24;
	text-align:center;
}
.article_content {
	font-size:12px;
	color:#1B9B24;
	text-align:center;
}
h3#download-guide_btn {
	width:170px;
	height:25px;
	position:relative;
	margin: 4px auto;
}
h3#download-guide_btn span {
	background-image:url(../images/guide-download-btn.png);
	position:absolute;
	background-position:0 0;	
	width:100%;
	height:100%;	
}
h3#download-guide_btn span:hover {
	background-image:url(../images/guide-download-btn.png);
	position:absolute;	
	background-position: 0 25px;
	width:100%;
	height:100%;	
}
h3#go2-video_btn {
	width:170px;
	height:25px;
	position:relative;
	margin: 4px auto;
}
h3#go2-video_btn span {
	background-image:url(../images/videos-btn.png);
	position:absolute;
	background-position:0 0;	
	width:100%;
	height:100%;	
}
h3#go2-video_btn span:hover {
	background-image:url(../images/videos-btn.png);
	position:absolute;	
	background-position: 0 25px;
	width:100%;
	height:100%;	
}
h3#professional-products_btn {
	width:170px;
	height:25px;
	position:relative;
	margin: 4px auto;
}
h3#professional-products_btn span {
	background-image:url(../images/contractors-btn.png);
	position:absolute;
	background-position:0 0;	
	width:100%;
	height:100%;	
}
h3#professional-products_btn span:hover {
	background-image:url(../images/contractors-btn.png);
	position:absolute;	
	background-position: 0 25px;
	width:100%;
	height:100%;	
}
h3#diy-products_btn {
	width:170px;
	height:25px;
	position:relative;
	margin: 4px auto;
}
h3#diy-products_btn span {
	background-image:url(../images/homeowners-btn.png);
	position:absolute;
	background-position:0 0;	
	width:100%;
	height:100%;	
}
h3#diy-products_btn span:hover {
	background-image:url(../images/homeowners-btn.png);
	position:absolute;	
	background-position: 0 25px;
	width:100%;
	height:100%;	
}
.botm {
	margin-bottom:-6px;
}