#dw-content.home {
	background: none;
}

#dw-logo-scroller-container{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 20px 0;}

#dw-logo-scroller-container #dw-modlogoscroller-next,
#dw-logo-scroller-container #dw-modlogoscroller-prev {
	float: left;
	height: 95px;
	width: 50px;
	text-indent: 9999px;
	overflow: hidden;}

#dw-logo-scroller-container #dw-modlogoscroller-next {
	background: url(/images/arrow_right.png) no-repeat left center;}

#dw-logo-scroller-container #dw-modlogoscroller-prev {
	background: url(/images/arrow_left.png) no-repeat left center;}

#dw-home-feature {
	height: 350px;
	background-color: #262626;
	margin-bottom: -50px;
}

#dw-home-feature #dw-featuredproduct {
	margin: 0 auto;
	width: 750px;
}

#dw-home-feature #dw-featuredproduct h1 {
	border: none;
	padding: 20px 0 20px 50px;
	color: #FFF;
	font-size: 25px;
	background: url(/images/icons/feature-icon.png) no-repeat left center;
	margin-left: -50px;
}

#dw-home-feature li.featuredslot {
	width: 23%;
	float: left;
	margin-right: 20px;
	background: #FFF;
	height: 230px;
	border-radius: 6px 6px 6px 6px;
}

#dw-home-feature li.featuredslot.last {
	margin-right: 0;
}

#dw-home-feature li.featuredslot .dw-featuredthumb {
	height: 150px;
	text-align: center;
	padding-top: 20px;
}

#dw-home-feature li.featuredslot .dw-featuredDesc {
	text-align: center;
	height: 50px;
	padding: 3px;
}

#dw-home-feature li.featuredslot .dw-featuredthumb img {
	max-width: 200px;
	max-height: 100px;
}

#dw-footer {
	position: relative;
}

#dw-footer p {
	border: none;
	width: 95%;
}

