/**** Styles Specifically for Pages in the "Customer Care" Section ****/

/* Title Sizing */
h1.title
{
  height:48px;
  width:727px;
}

/* Title Image Definitions */
#mainTitle { background-image:url(/customer/images/main-title.gif); }
#troubleshootingTitle { background-image:url(/customer/images/troubleshooting-title.gif); }
#faqTitle { background-image:url(/customer/images/faq-title.gif); }
#manualsTitle { background-image:url(/customer/images/manuals-title.gif); }

/* Submenu Sizing */
div.submenu
{
  width:727px;
  background-image:url(/images/common/submenu-background-large.gif);
}

/* "Find Your Bed" Link */
a#findBed, a#findBed:visited
{
  display:block;
  height:109px;
  width:113px;
  overflow:hidden;
  background:transparent url(/images/common/find-bed.gif) no-repeat top left;
  text-decoration:none;
}
a#findBed span { display:none; }
