/**** Styles Specifically for Pages in the "Warranty" Section ****/

/* Title Sizing */
h1.title
{
  height:48px;
  width:727px;
}

/* Title Image Definitions */
#mainTitle { background-image:url(/warranty/images/main-title.gif); }
#acdcTitle { background-image:url(/warranty/images/acdc-title.gif); }
#registerTitle { background-image:url(/warranty/images/register-title.gif); }
#extendedTitle { background-image:url(/warranty/images/extended-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; }

/* survey styles */
ol.survey { padding-top:10px; }
ol.survey li { padding-bottom:10px; }
ol.survey li p.question { padding-bottom:5px; }

