/**** Styles Specifically for the Home Page ****/

/* Setup for "Swoosh" Overlay */
#swoosh
{
  position:absolute;
  left:0;
  /*bottom:0;*/
  top:420px;
  z-index:100;
  height:104px;
  width:1000px;
  overflow:hidden;
  background:transparent url(/images/home/swoosh.png) no-repeat top left;
}

/* Content Area */
#pgContent
{
  padding:4px 0 0 0;
  width:817px;
}

/* Intro Text Area */
#intro
{
  float:left;
  margin-right:4px;
  height:47px;
  width:517px;
  overflow:hidden;
  background:#ebebeb;
  font-size:12px;
  line-height:15px;
  text-align:center;
  color:#464646;
}

/* Bedding Accessories Link */
a#homeAccessories, a#homeAccessories:visited
{
  display:block;
  float:left;
  height:47px;
  width:296px;
  overflow:hidden;
  background:#e9eb84;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  color:#000;
  text-decoration:none;
}
a#homeAccessories span
{
  display:block;
  padding:5px 0;
}

/* Spacer Between Content Area Home Sections */
#homeSpacer
{
  clear:both;
  height:4px;
  overflow:hidden;
}

/* Upper Flash Fader*/
#flashFader
{
  float:left;
  margin-right:4px;
  height:331px;
  width:517px;
  overflow:hidden;
  background:transparent url(/images/home/flashfader-filler.jpg) no-repeat top left;
}

/* "Find Your Bed" Link Area */
a#homeFind:link, a#homeFind:visited
{
  display:block;
  float:left;
  height:286px;
  width:296px;
  overflow:hidden;
  background:transparent url(/images/home/find-bed.gif) no-repeat top left;
}
a#homeFind span { display:none; }
a#homeFind:hover { background-position:0 -286px; }
a#homeFind:active { background-position:0 -572px; }

/* Lower Flash Text */
#phrases
{
  float:left;
  height:213px;
  width:421px;
  overflow:hidden;
}
#phrases div.container { position:relative; }
#phrases img
{
  display:block;
  margin:40px 19px 0 20px;
}

/* Dealer Portal, Customer Care and Learning Center Links */
#homeLinks
{
  float:left;
  width:579px;
  font-size:12px;
  color:#464646;
}
div.homeLink
{
  float:left;
  width:33%;
}
div.homeLinkHeading, div.homeLinkHeading span { text-align:center; }
div.homeLinkHeading span
{
  display:block;
  padding:5px 0 10px 0;
  font-size:14px;
  font-weight:bold;
}
div.homeLink a:link, div.homeLink a:visited
{
  display:block;
  padding:0 0 3px 44px;
  background:transparent url(/images/home/bullet-off.gif) no-repeat 30px 3px;
  /*color:#464646;*/
}
/*div.homeLink a:hover { background-image:url(/images/home/bullet-on.gif); }*/
#dealerLinks a:hover { background-image:url(/images/home/bullet-on-dealer.gif); }
#customerLinks a:hover { background-image:url(/images/home/bullet-on-customer.gif); }
#learningLinks a:hover { background-image:url(/images/home/bullet-on-learning.gif); }
