/* HOME PAGE */

/*** TOP CONTENT AREA - MAIN ********************************/
#main-home {
    width: 950px;
    height: 259px;
    background-image: url(../img/main-home_bg.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

/*make this main-home when finished*/
#main-home2 {
    width: 950px;
    height: 259px;
    background-image: url(../img/home_mid.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

/*** HOME NAVIGATION ********************************/

#Nav-home {
    margin: 0 0 0 0 ;
    padding: 90px 0 0 17px ;
    list-style-type: none;
    width: 519px;
    height: 64px;
    font-size: 18px;
}

/*testing homepage links*/

.company-historyNav2{
	margin-left: -10px;
	padding-top: 25px;
	width: 519px;
	height: 32px;
	display: block;
	background-image: url(../img/nav/home-comp-hist_01.jpg);
	background-position:bottom;
	background-repeat:no-repeat;

}
/*.company-historyNav2:hover {
	background-image: url(../img/nav/home-company-history_02.jpg);
}*/

.free-deliveryNav2{
	margin-left: -17px;
	margin-top:-1px;
	padding: 0;
	width: 168px;
	height: 21px;
	display: block;
	background-image: url(../img/nav/next_day_delivery.jpg);
	background-position:bottom;
	background-repeat:no-repeat
}

.weekly-salesNav2{
	margin-left: -17px;
	padding: 0;
	width: 168px;
	height: 18px;
	display: block;
	background-image: url(../img/nav/weekly_sales_ad.jpg);
	background-position:bottom;
	background-repeat:no-repeat
}

.tv{
	margin-left: -16px;
	padding: 0;
	width: 168px;
	height: 35px;
	display: block;
	/*position:relative;
	top:16px;*/
	background-image: url(../img/nav/tv_promo.jpg);
	background-position:bottom;
	background-repeat:no-repeat
}


/*end new home nav stuff*/
.company-historyNav{
	margin: 0;
	padding: 0;
	width: 519px;
	height: 32px;
	display: block;
	background-image: url(../img/nav/home-company-history_01.jpg);
}
.company-historyNav:hover {
	background-image: url(../img/nav/home-company-history_02.jpg);
}

.free-deliveryNav{
	margin: 0;
	padding: 0;
	width: 519px;
	height: 26px;
	display: block;
	background-image: url(../img/nav/home-free-delivery_01.jpg);
}
.free-deliveryNav:hover {
	background-image: url(../img/nav/home-free-delivery_02.jpg);
}

.weekly-salesNav{
	margin: 0;
	padding: 0;
	width: 519px;
	height: 32px;
	display: block;
	background-image: url(../img/nav/home-weekly-sales_01.jpg);
}
.weekly-salesNav:hover {
	background-image: url(../img/nav/home-weekly-sales_02.jpg);
}

/*** CONTENT ********************************/
#content-home{
	margin: 0;
	padding: 0;
	width: 950px;
	height: 350px;
	background: #556d8f url(../img/bg-mattress_light6.jpg) 0 0 repeat-x;
}

#subheader-home{
	margin: 20px 0 0 17px;
	padding: 0;
	width: 291px;
	height: 49px;
	float:left;
}

h4{display: none;}

#home-copy-01{

	margin: 0px 0 0 17px;
	padding: 0;
	width: 291px;
	height: 49px;
	background-image: url(../img/subheader-home.gif);
	float:left;
}

#home-copy-01 p{
	font-size:10px;
	margin: 48px 0 0 20px;
	padding: 0;
	width: 336px;
	float:left;
	font-weight:bold;
}

#home-copy-02{
	margin: 35px 0 0 0;
	padding: 0 8px 0 20px ;
	width: 289px;
	float:left;
	font-weight:normal;
}

#subheader-home p {
	margin: 40px 0 0 0;
	width: 291px;
	height: auto;
	padding: 0 0 0 20px;
}

#coupon a{
	background: url(../img/coupon.jpg) 0 0 no-repeat;
	height: 216px;
	width: 163px;
	text-indent: -99999px;
	float: right;
}

#email-form form{
	background: url(../img/email-form.png) 0 0 no-repeat;
	height: 70px;
	width: 203px;
	margin: 15px 15px 0 0;
	padding: 130px 10px 15px 10px;
	float: right;
}

#email-form td {
	font-size: 9px;
	font-weight: bold;
	color: #001137;
}

#email-Name {
	width: 156px;  background-color:#ddd4a4; }

#email-Email {
	width: 85px;  background-color:#ddd4a4; }

#email-Zip {
	width: 40px; background-color:#ddd4a4; }	
	
