
  /* Style sheet for BeFit-Mom (www.befitmom.com) */

  /* Use standard tags p, strong, small and big so even if a non-style browser
     is used, the page is rendered with the same intent */

  /* Modified tags */

  * {
    font-size: 11px;
  }

  body {
    font-family: verdana, arial, helvetica, sans-serif;
    color: black;
    background: #06483F;  /* Green */
    background: #FFE5CC;  /* Pink */
    background: #D6EEF5;  /* Ice Aqua */
    background: #DAF2F9;  /* Ice Aqua, lighter */

  }

/*
  body.about {
    background: #FFE5CC;
  }

  body.press {
    background: #CCF2D8;
  }

  body.fitness {
    background: #FFD2CC;
  }

  body.resources {
    background: #FFF8CC;
  }

  body.store {
    background: #00007F;
  }

  body.sitemap {
    background: #3F3F7F;
  }
*/

  body, form, table, tr, td, th, div, li, a { padding: 0; margin: 0; border: 0; }

  img, div { behavior: url(iepngfix.htc); }

  img { display: block; }  /* always put this when using Strict Doctype */
  .inline { display: inline; }

  h1 {
    font-size: 16px;
    color: #006599;
    border-bottom: 1px solid #92278F;
    font-weight: normal;
  }

  h6 {
    font-size: 12px;
    color: #92278F;
  }

  h2, h3, h4, h5, h6 {
/*
    font-style: italic;
*/
    font-size: 12px;
    margin-bottom: 0;
    color: #006599;
    font-weight: normal;
  }

  p, ul, ol {
    margin-top: 0;
  }

  big, .big {
    font-size: 20px;
  }

  small, .small {
    font-family: verdana, arial, sans-serif;
    font-size: 60%;
  }

  strong, .strong {
    font-weight: bold;
    color: #363636;
  }

  ul {
    text-align: left;
  }

  hr {
    height: 1px;
    color: #666666;            /* IE uses color */ 
    background-color: #666666; /* Mozilla uses background-color */
    border: 0;                 /* Supress the border for Safari */
  }

  a:visited {
    color: blue;
  }

  /* Layout */

  #main {
    width: 960px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    background: white;
  }

  #header {
    background: #CCCCFF url('images/header.jpg') no-repeat;
    height: 150px;
  }

  #content {
    width: 840px;  /* This affects the width */
    padding: 25px 60px 0px 60px;  /* This affects the width */
    background: #CCCCFF url('images/gradient.gif') repeat-x;
    position: relative;
  }

  #innercontent {
    padding: 20px;
    background: #E6E6FF url('images/gradient-inner.gif') repeat-x;
    border: 1px solid #FFFFFF;
  }

  #innercontent img {
    border: 1px solid #CCCCCC;
  }

  #innercontent a {
    color: #92278F;
    color: #06483F;
    color: #0A7566;
    font-weight: bold;
  }

  .fleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .fright {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .indent {
    padding-left: 40px;
  }

  #footer {
    clear: both;
    width: 960px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #CCCCFF url('images/gradient-footer.gif') repeat-x;
    font-size: 9px;
    font-family: verdana, georgia, sans-serif;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  #footer div {
    padding-left: 10px;
    color: #006599;
    font-size: 10px;
    padding-top: 8px;
  }

  #footer p {
    margin: 0 60px 0 60px;
    padding: 5px;
    border: 1px solid #FFFFFF;
    font-size: 9px;
    text-align: left;
  }

  #footer p strong {
    font-weight: normal;
    color: #92278F;
  }

  #developed {
    color: #006599;
    font-size: 10px;
    float: right;
    margin-right: 10px;
  }

  #developed a {
    color: #006599;
    font-size: 10px;
  }

  #clearfooter {
    clear: both;
  }

  #store {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 233px;
  }

  #store img {
    border: 0;
    margin-bottom: 20px;
  }

  strong.resources {
    font-size: 12px;
    color: #006599;
    font-weight: normal;
  }

  /* Menu */

  #menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: #CCCCFF;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 25px;
    padding-left: 20px;
  }

  #menu li {
    float: left;
    position: relative;
    z-index: 999;
    background: #CCCCFF url('images/topbullet.gif') 5px 6px no-repeat;
    padding: 4px 21px;  /* this affects the menu item width */
    cursor: pointer;
  }

  #menu li, #menu li a {
    font-size: 14px;
    color: #006599;
  }

  #menu li a {
    text-decoration: none;
    display: block;
  }

  #menu li:hover {
    background: #CCCCFF url('images/topbulletselected.gif') 5px 6px no-repeat;
  }

  #menu li ul {
    list-style-type: none;
    display: none;
    position: absolute;
    top: 2em;
    left: 0;
    margin-top: 4px;
    border-left: 2px solid #92278F;
    border-right: 2px solid #92278F;
    border-bottom: 2px solid #92278F;
    padding: 0;
  }

  #menu li ul li.firstsub {
    border-top: 2px solid #92278F;
  }

  #menu li>ul {
    top: auto;
    left: auto;
  }

  #menu li:hover ul, #menu li.over ul {
    display: block;
  }

  #menu li ul li {
    width: 23em;
    margin-left: 0;
    padding: 0px 20px;  /* this affects the menu item width */
    background: #CCCCFF url('images/subbullet.gif') 5px 5px no-repeat;
  }

  #menu li ul li.short {
    width: 3em;
  }

  #menu li ul li:hover {
    background: #CCCCFF url('images/subbulletselected.gif') 5px 5px no-repeat;
  }

  #menu li ul li a {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  #bottomnav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    background: white;
    margin-bottom: 17px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    height: 23px;
    background: #CCCCFF;
    border-bottom: 1px solid white;
    padding-top: 7px;
  }

  #bottomnav li {
    display: inline;
  }

  #bottomnav li a {
    text-decoration: none;
    padding: 0px 13px;  /* this affects the bottom menu item width */
    color: white;
    font-weight: bold;
  }

  #bottomnav li a:hover {
    text-decoration: underline;
  }

  /* Tables */

  td {
    vertical-align: top;
    padding-right: 20px;
  }

  /* Classes */

  .center {
    text-align: center;
  }

  .underline {
    text-decoration: underline;
  }

  .doublespace li {
    padding-bottom: 1em;
  }

  .photo {
    border: 1px solid black;
  }

  h4 {
    margin-bottom: 0;
  }

  p {
    margin-top: 0;
  }

  dfn {
    cursor: pointer;
    font-style: normal;
    color: #006599;
    color: #92278F;
    font-weight: bold;
  }

  #toolbar {
    background: url('images/toolbar.png') no-repeat;
    height: 80px;
    width: 570px;
    text-align: center;
    text-transform: uppercase;
  }

  #toolbar img {
    border: 0;
    float: left;
    margin-left: 10px;
  }

  #toolbar div {
    float: left;
    margin-left: -15px;
    padding-right: 5px;
    padding-top: 10px;
  }

  #toolbar a {
    text-decoration: none;
    color: #92278F;
    font-size: 20px !important;
    font-weight: normal;
  }

  #toolbar span {
    font-size: 9px !important;
  }

  #innercontent.home {
    width: 510px;
  }

  #mom {
    position: absolute;
    top: 40px;
    right: 0;
    border: 0 !important;
    width: 328px;
    height: 417px;
  }

  .testimonial {
    padding: 10px;
    background: #F3F3FF;
    border: 1px solid #FFFFFF;
  }

  a.store {
    display: none;
  }

  .fancy {
    background: #F3F3FF;
    border: 1px solid #FFFFFF;
  }

  .fancy td {
    padding: 4px;
  }

  .fancy h2 {
    margin-bottom: 1em;
  }

  .print { display: none; }

  /* Printer */

  @media print {

    .noprint { display: none; }
    .print { display: inline; }

  }

