@charset "utf-8";
/* CSS Document */

.section {
	clear: both;
	overflow: auto;
	margin: 0;
	padding: 40px 0 0;
	background: url(../images/hr_bg.jpg) repeat-x 0 18px;
}

/* .home Products
-------------------------------------------------------------------------------- */
body.home ul#products {
	float: right;
	width: 472px;
	margin: 0;
	padding: 0;
	list-style: none;
}
body.home ul#products li {
	display: block;
	float: right;
	width: 222px;
	margin: 0 0 14px 14px;
}
body.home ul#products li span {
	display: block;
	height: 138px;
}
body.home ul#products li#carpet span {	background: url(../images/flooring_carpet.jpg) no-repeat; }
body.home ul#products li#hardwood span {	background: url(../images/flooring_hardwood.jpg) no-repeat; }
body.home ul#products li#laminate span {	background: url(../images/flooring_laminate.jpg) no-repeat; }
body.home ul#products li#ceramic span { background: url(../images/flooring_ceramic.jpg) no-repeat; }
body.home ul#products li#vinyl span { background: url(../images/flooring_vinyl.jpg) no-repeat; }
body.home ul#products li#trade span { background: url(../images/flooring_tradeshowcarpet.jpg) no-repeat; }

body.home ul#products li#rubber span { background: url(../images/flooring_rubber.jpg) no-repeat; }
body.home ul#products li#cork span { background: url(../images/flooring_cork.jpg) no-repeat; }
body.home ul#products li#bamboo span { background: url(../images/flooring_bamboo.jpg) no-repeat; }
body.home ul#products li#green-carpeting span { background: url(../images/smartstrand_carpeting.jpg) no-repeat; }
body.home ul#products li#eco-hardwood span { background: url(../images/eco-hardwood.jpg) no-repeat; }
body.home ul#products li a {
	display: block;
	margin: 0;
	background: url(../images/flooring_button.jpg) no-repeat;	
	color: #1a0b02;
	font-size: 16px;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
}
body.home ul#products li a:hover, body.home ul#products li a.active {
	text-decoration: underline;
}


/* Promos
-------------------------------------------------------------------------------- */
.promos {
	overflow: auto;
}
.promo {
	position: relative;
	float: left;
	height: 137px;
	width: 244px;
	margin: 0 16px 0 0;
	padding: 15px 20px;
	background: url(../images/promo_bg.jpg) repeat-x;
	color: #ffffff;
}
.promo.last {
	margin-right: 0;
}
#hugeSelection {
	background: url(../images/promo_hugeselection.jpg) no-repeat;
}
.promo a.button {
	display: block;
	width: 45%;
	background: url(../images/button_bg.jpg) repeat-x;
	line-height: 24px;
	font-weight: bold;
	color: #1a0b02;
	text-align: center;
	text-decoration: none;
}
.center a.button {
	margin: 0 auto;
}
#page .promo h3 {
	margin: 0 0 6px;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color:white
}
#page .promo h4 {
	margin: 12px 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
}
#page .promo p {
	margin: 0 0 9px;
	padding: 0;
}


/* more news promo
-------------------------------------------------------------------------------- */
#moreNews span, #moreNews a {
	display: block;
	float: left;
	margin: 0 12px 0 0;
}
#moreNews a {
	margin: 0 6px 0 0;
	padding: 2px 4px;
	background: #846951;
	font-weight: bold;
	text-decoration: none;
	color: #1a0b02;
}
#moreNews a:hover, #moreNews a.active {
	background: #eae4d8;
}


/* vendor sections
-------------------------------------------------------------------------------- */
.vendor .logos {
	width: 156px;
	text-align: center;
}


/* #newsletterForm
-------------------------------------------------------------------------------- */
form#newsletterForm {
	width: 350px;
	padding: 20px;
}
form#newsletterForm #newsletterEmail {
	width: 240px;
}


/* #contactForm
-------------------------------------------------------------------------------- */
#contactForm {
	float: right;
	width: 217px;
	margin-left: 16px;
}
#contactForm input.text,  #contactForm select, #contactForm textarea {
	width: 212px;
}
