@charset "utf-8";
* {
	padding:0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover, a:active, a:focus {
	color: #06C;
}
hr {
	margin-bottom: 5px;
	margin-top: 3px;
	color: #CCC;
}
ul, li {
	list-style-type: none;
}
img {
	border: none 0;
}
body {
	background-color: #FFF;
	font: 83% Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
}
input:focus {
	outline: none;
}
#centerPage {
	width: 1000px;
	margin: 13px auto 0px auto;
	text-align:left;
}
#topNav {
	padding: 5px 0px;
	margin-bottom: 5px;
	display:block;
	background: url(../_img/search.gif) no-repeat 99% 50%;
	text-align:right;
	font-size:94%;
}
#topNav ul li {
	display: inline;
	padding:0px 1px;
}
#searchinput {
	margin-left: 30px;
	width: 120px;
	color: #069;
	border: none 0;
	font-size: 110%;
	height:17px;
}
#searchsubmit {
	border:none 0px;
	width:18px;
	height:18px;
	margin-right:10px;
	background:url(../_img/searchSumit.gif) no-repeat 50%;
	visibility: hidden;
}
#searchsubmit:hover {
	cursor: pointer;
}
#header {
	background-color: #E0E0DD;
	margin-top: 5px;
	padding: 10px;
	float: left;
	height: 240px;
	width: 980px;
}
#headerLogo {
	margin-right: 10px;
	float: left;
}
#header #MagicImage {
	float:left;
	display: block;
}
#header #hotOffer {
	background: url(../_img/hotOffer.png) no-repeat 98% 50% #96ACBC;
	color: #FFF;
	width: 100px;
	margin-top: 145px;
	padding: 4px 5px;
	font-size: 125%;
	background-color: #96ACBC;
	position:absolute;
}
#header #hotOffer:hover, #header #hotOffer:active, #header #hotOffer:focus {
	background: url(../_img/hotOfferHover.png) no-repeat 98% 50% #C36;
	text-decoration: none;
}
#mainNavBar {
	font-size:115%;
	text-align: center;
	background: url(../_img/navBarBck.png) repeat-x 50% 0%;
	margin-top: 10px;
	float: left;
}
#mainNavBar li {
	float: left;
}
#mainNavBar li a {
	color: #FFF;
	padding: 14px 0px;
	display: block;
}
#mainNavBar li a:hover, #mainNavBar li a:active, #mainNavBar li a:focus {
	color: #FFF;
	background: url(../_img/navBarBckHover.png) repeat-x center top;
	text-decoration:none;
}
#mainNavBar #furnitureLink a {
	width: 160px;
}
#mainNavBar #outletLink a {
	width: 115px;
}
#mainNavBar #clearanceLink a {
	width: 195px;
}
#mainNavBar #mattressesLink a {
	width: 105px;
}
#mainNavBar #roomsByLink a {
	width: 145px;
}
#mainNavBar #wklyAdsLink a {
	width: 105px;
}
#mainNavBar #cmmnityLink a {
	width: 155px;
}
#furniture #furnitureLink a, #outlet #outletLink a, #clearance #clearanceLink a, #mattresses #mattressesLink a, #weeklyAds #wklyAdsLink a, #cmmnityMatters #cmmnityLink a, #roomsBy #roomsByLink a {
	background: url(../_img/navBarBckActive.png) no-repeat 50% 0%;
	color: #BDDDFF;
	cursor: default;
}
#content {
	float: left;
	margin: 0px 5px;
	width: 990px;
	padding: 10px 0px;
}
#footer {
	text-align: right;
	border-top: solid 2px #CCC;
	float: left;
	height: 20px;
	width: 100%;
	padding: 5px 0px;
	display: block;
}
#footer ul li {
	display: inline;
	padding: 2px;
	font-size: 85%;
	word-spacing: -0.075em;
}
#larrysMessage #larrysMessageLink a, #careers #careersLink a, #siteMap #siteMapLink a, #termsUse #termsUseLink a, #privacy #privacyLink a, #policies #policiesLink a, #careers #careersLink2 a {
	color: #999;
	cursor: default;
	text-decoration: none;
}
.clear2 {
	clear: both;
	border: solid 1px #CCC;
	margin-bottom: 20px;
}
.legal {
	font-size: 85%;
	display: block;
	float: left;
	color: #999;
	padding: 0px 5px;
}
.active {
	background-color: #36C;
}
.active a {
	color: #FFF;
	cursor: default;
}
.noscript {
	font-size: 125%;
	color: #FFF;
	background: #F03;
	width: 100%;
	padding: 2px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	font-weight: bolder;
	z-index: 50;
	display: block;
}
.finance img{
	position: absolute;
	z-index: 200;
	left: -20px;
	top: 14px;
	display: none;
}
.finance:hover img{ 
	display: block;
}
.notsupported {
	display: none;
}
