/* ------------------------------------ 

			HOMEPAGE CSS STYLES 

---------------------------------------- */

/* ROTATOR STYLES */

.gallery {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	height: 271px;
	-webkit-user-select: none;
}
		
.gallery_feature {
	position: relative;	
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
		
.gallery_inner {
	position: absolute;
	top: 0;
	left: 0;
}

.gallery .slide {
	float: left;
	opacity: 0.6;
	position: relative;
	width: 980px;
	display: none;
}

.gallery .slide.active {
	opacity: 1;	
	display: block;
}
		
.gallery_nav {
	position: absolute;
	bottom: 65px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: none;
	z-index: 0;
}

.next {
	display: block;
	float: right;
	background: url('../images/sprite_gallery_next.png') no-repeat 0 0;
	height: 41px;
	width: 45px;
	font-size: 0px;
}

.next:hover {
	background: url('../images/sprite_gallery_next.png') no-repeat 0 -41px;
}

.prev {
	display: block;
	float: left;	
	background: url('../images/sprite_gallery_prev.png') no-repeat 0 0;
	height: 41px;
	width: 45px;
	font-size: 0px;
}

.prev:hover {
	background: url('../images/sprite_gallery_prev.png') no-repeat 0 -41px;
}

.slide_indicator {
	padding: 0;
	list-style: none;
	width: 132px;
	height: 17px;
	display: inline-block;
	margin: 7px auto;
}

.indicator {
	float: left;
	display: block;
	width: 22px;
	height: 11px;
	background: url('../images/sprite_gallery_indicator.png') no-repeat 0 0;	
}

.indicator.active {
	background: url('../images/sprite_gallery_indicator.png') no-repeat 0 -11px;	
}

/* ROTATOR CONTENT BOX */

.gallery_content_container {
	position: absolute;
	bottom: 0;
	left: 142px;
	width: 695px;
	height: 73px;
	background: url('../images/bg_gallery_content.png') repeat-x 0 0;	
	z-index: 0;
	border: 1px solid #c88414;
	border-bottom: 0 !important;
}

.gallery_content {
	position: relative;
	padding: 0 0 0 20px;
}

.gallery_content h2 {
	color: #c88414;
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.gallery_content h3 {
	color: #4c4e4e;
	font-size: 18px;
	font-weight: 200;
	font-style: italic;
}

.gallery_content a {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 12px;
	height: 24px;
	width: 110px;
	background: url('../images/sprite_gallery_btn.png') no-repeat 0 0;	
}

.gallery_content a:hover {
	background: url('../images/sprite_gallery_btn.png') no-repeat 0 -24px;	
}


/* HOMEPAGE MAIN SECTION STYLES */

.content-wrap {
	width: 980px;
	margin: 0 auto;
	height: auto;
	position: relative;
	padding: 16px 0;
}

.hp-message {
	width: 600px;
	float: left;
	margin: 20px 36px 0 40px;
	line-height: 22px;
}

p.hp-list {
	background: url('../images/orange-bullet.gif') 0 3px no-repeat;	
	margin: 2px 0 8px 36px;
	padding: 0 0 0 20px;
}
 
.minilist {
	float: left;
	margin: 0 15px 8px 30px !important;
	padding: 0 !important;
}

.minilist li {
	margin: 0 !important;
	padding: 0 !important;
}

.mlleft {
	margin-left: 90px !important;
}

.estimate-bin {
	background: url('../images/estimate-arrow-bin.png') 0 0 no-repeat;
	width: 262px;
	height: 183px;
	float: left;
	margin-top: 63px;
}

.estimate-bin a {
	background: url('../images/btn-estimate-lrg.png') 0 0 no-repeat;
	height: 43px;
	width: 202px;
	display: block;	
	text-decoration: none;
	margin: 116px 0 0 17px;
}

.estimate-bin a:hover {
	background: url('../images/btn-estimate-lrg.png') 0 -43px no-repeat;
}


/* PROMO BINS */

.hp-bins {
	min-height: 200px;
	background: url('../images/hr-grey-fade.jpg') 0 0 no-repeat;
	padding: 44px 0 0 40px;
	margin: 0;
}

.promo-bin {
	width: 260px;
	height: 170px;
	background: url('../images/bin-bg-gold.png') 0 0 no-repeat;
	float: left;
	margin: 0 21px;
	padding: 9px 0 0;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.promo-bin span {
	color: #000;
	font-size: 20px;
	text-align: center;
	padding-top: 9px;
	display: block;	
}

.promo-bin a {
	text-decoration: none;
	display: block;
}

.first a {
	background: url('../images/bin-guide.png') 0 0 no-repeat;
	height: 118px;
	width: 217px;
	margin: 22px 0px 0px 28px;
}

.first a:hover {
	background: url('../images/bin-guide.png') 0 -118px no-repeat;
}

.second a {
	background: url('../images/bin-offers.jpg') 0 0 no-repeat;
	height: 107px;
	width: 197px;
	margin: 22px 0px 0px 33px;	
}

.second a:hover {
	background: url('../images/bin-offers.jpg') 0 -107px no-repeat;
}

.third a {
	background: url('../images/bin-location.png') 0 0 no-repeat;
	height: 82px;
	width: 219px;
	margin: 32px 0px 0px 20px;	

}

.third a:hover {
	background: url('../images/bin-location.png') 0 -82px no-repeat;
}


