@charset "utf-8";
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #990000;
}


a.livingroom_btn {
	background-image: url(images/buttons/LivingRoom_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.livingroom_btn:hover, a.livingroom_btn_active, a.livingroom_btn_focus{
	background-image: url(images/buttons/LivingRoom_btn_on.gif);
}
a.diningroom_btn {
	background-image: url(images/buttons/DiningRoom_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.diningroom_btn:hover, a.diningroom_btn_active, a.diningroom_btn_focus{
	background-image: url(images/buttons/DiningRoom_btn_on.gif);
}
a.bedroom_btn {
	background-image: url(images/buttons/BedRoom_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.bedroom_btn:hover, a.bedroom_btn_active, a.bedroom_btn_focus{
	background-image: url(images/buttons/BedRoom_btn_on.gif);
}
a.mattress_btn {
	background-image: url(images/buttons/Mattress_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.mattress_btn:hover, a.mattress_btn_active, a.mattress_btn_focus{
	background-image: url(images/buttons/Mattress_btn_on.gif);
}
a.accessories_btn {
	background-image: url(images/buttons/Accessories_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.accessories_btn:hover, a.accessories_btn_active, a.accessories_btn_focus{
	background-image: url(images/buttons/Accessories_btn_on.gif);
}
a.finance_btn {
	background-image: url(images/buttons/Finance_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.finance_btn:hover, a.finance_btn_active, a.finance_btn_focus{
	background-image: url(images/buttons/Finance_btn_on.gif);
}
a.specials_btn {
	background-image: url(images/buttons/NetSpecials_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.specials_btn:hover, a.specials_btn_active, a.specials_btn_focus{
	background-image: url(images/buttons/NetSpecials_btn_on.gif);
}
a.weekly_ad_btn {
	background-image: url(images/buttons/WeeklyAd_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.weekly_ad_btn:hover, a.weekly_ad_btn_active, a.weekly_ad_btn_focus{
	background-image: url(images/buttons/WeeklyAd_btn_on.gif);
}
a.service_btn {
	background-image: url(images/buttons/CustomerService_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 102px;
	margin-right: 8px;
}
a.service_btn:hover, a.service_btn_active, a.service_btn_focus{
	background-image: url(images/buttons/CustomerService_btn_on.gif);
}
a.locations_btn {
	background-image: url(images/buttons/Location_btn_up.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 82px;
}
a.locations_btn:hover, a.locations_btn_active, a.locations_btn_focus{
	background-image: url(images/buttons/Locations_btn_on.gif);
}
.ad_space_outer {
	background-image: url(images/ad_space.gif);
	background-repeat: no-repeat;
	float: right;
	height: 52px;
	width: 440px;
	margin-top: 3px;
	margin-right: 10px;
}
.ad_space_inner {
	height: 48px;
	width: 436px;
	margin-top: 3px;
	margin-left: 3px;
}
.border_outer {
	background-color: #333333;
	margin: auto;
	width: 916px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-right: 2px;
	padding-bottom: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
.border_inner {
	background-color: #FFFFFF;
	width: 912px;
	border: 1px solid #990000;
	margin: 1px;
	text-align: center;
	clear:both;
}
.btn_frame {
	clear: left;
	margin: auto;
	padding-top: 4px;
	padding-left: 30px;
}
.footer_frame {
	padding-right: 1px;
	padding-bottom: 1px;
	clear: both;
	width: auto;
	left: auto;
	right: auto;
	margin-top: 4px;
	margin-right: 150px;
	margin-bottom: 4px;
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.footer_shop_title {
	background-color: #990000;
	color: #ffffff;
	float: left;
	width: 65px;
}
.footer_shop_list {
	border: 1px solid #990000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}
.footer_save_title {
	background-color: #009900;
	color: #ffffff;
	float: left;
	width: 65px;
}
.footer_save_list {
	border: 1px solid #009900;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}
.footer_service_title {
	background-color: #000099;
	color: #ffffff;
	float: left;
	width: 65px;
}
.footer_service_list {
	border: 1px solid #000099;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}
.item_frame {
	float: left;
	width: 290px;
	border: thin solid #990000;
	height: 290px;
	clear: right;
	text-align: center;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	vertical-align: bottom;
}
.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 232px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
a.nav_subcats {
	color: #990000;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-size: small;
	font-weight: bold;
	margin: auto;
}
a.nav_subcats:hover {
	color: #FFFFFF;
	background-color: #990000;
}
.mfg_frame {
	margin: 26px;
	height: 120px;
	width: 250px;
	float: left;
	text-align: center;
	border: 1px solid #0066ff;
}
.mfg_image {
	margin: auto;
	height: 100px;
	width: 250px;
}
.mfg_title {
	height: 20px;
	width: 250px;
	background-color: #99CC33;
	text-align: center;
	margin: auto;
}
.page_no {
	border: thin solid #990000;
	float: left;
	width: 25px;
	margin-right: 5px;
	text-decoration: none;
	color: #990000;
}
.page_no_selected {
	float: left;
	width: 25px;
	margin-right: 5px;
	font-weight: bold;s
	border: thin inset #990000;
	color: #990000;
	text-decoration: none;
}
.subnav_frame_outer {
	background-color: #333333;
	padding-right: 1px;
	padding-bottom: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.subnav_frame_inner {
	margin: auto;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	text-align: center;
}

.top_bar {
	height: 62px;
	width: 912px;
	background-image: url(images/header_color_bar.gif);
	background-repeat: repeat-x;
}
.story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.story2 {
	font-size: small;
	text-align: left;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.blog_img_rt {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.blog_img_lft {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.blog_headline {
	font-size: medium;
	font-weight: bold;
	color: #990000;
	background-color: #CCCCCC;
	text-align: center;
	width: 100%;
	clear: both;
}
.blog_story {
	font-size: medium;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}
a.room_planner {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	text-decoration: none;
	padding: 2px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.room_planner_frame {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
a.room_planner:hover {
	color: #000099;
	background-color: #CCCCCC;
	text-decoration: underline;
}
.rowbreak {
	clear: both;
}
