/**** By Tag ****/

/* main page heading */
h1
{
  height:48px;
  width:786px;
  overflow:hidden;
  border-bottom:1px solid #c2e2f1;
  background:url(/images/oem-housewares/heading.png) no-repeat top left;
  text-indent:-1000px;
}

/**** By Class ****/

/* content box with gradient */
div.box
{
  padding:15px 15px 15px 10px;
  min-height:77px;
  height:auto !important;
  height:77px;
  border-top:1px solid #c2e2f1;
  background:url(/images/oem-housewares/box-background.gif) repeat-x top left;
}

/**** By ID ****/

/* intro section */
#intro { padding-bottom:20px; }