@charset "utf-8";
/* CSS Document */

body { background:#000000; margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: #1a1a1a; }

.headerBackground { height: 153px; width: 990px; background:url(../images/OrlandoFoodsHeader.jpg) no-repeat top left; display:block; }
.footerBackground { height: 93px; width: 990px; background:url(../images/OrlandoFoodsFooter.jpg) no-repeat top left; display:block; }
.bodyCopy { background:url(../images/secondaryBackground.jpg) repeat-y; }
#contentContainer { width: 642px; left: 50px; position:relative; }

/* MENU */
.menuCopy { color: #1a1a1a; font-size:10px; }

#menuHome { display: block; width: 32px; height: 31px; background: url(../images/menuHome.gif) no-repeat 0 0; }
#menuHome:hover { background-position: 0 -30px; }
#menuHome span { display: none; }

#menuAbout { display: block; width: 54px; height: 31px; background: url(../images/menuAbout.gif) no-repeat 0 0; }
#menuAbout:hover { background-position: 0 -30px; }
#menuAbout span { display: none; }

#menuProducts { display: block; width: 58px; height: 31px; background: url(../images/menuProducts.gif) no-repeat 0 0; }
#menuProducts:hover { background-position: 0 -30px; }
#menuProducts span { display: none; }

#menuContact { display: block; width: 64px; height: 31px; background: url(../images/menuContact.gif) no-repeat 0 0; }
#menuContact:hover { background-position: 0 -30px; }
#menuContact span { display: none; }

/* TEXT CLASSES */
.footer { font-size:10px; color: #dadbad; }
.footer a { color: #dadbad; text-decoration:none;  }
.footer a:hover { color: #dadbad; text-decoration: underline;   }

	.menu,
    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family: Verdana;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
    }

    .sIFR-active .menu {
      padding-bottom: 0; letter-spacing: 5px;
    }

    .sIFR-active h2 {
      font-size: 18px;

    }

    .sIFR-active h3 {
      font-size: 18px;
    }

    .sIFR-active h4 {
      font-size: 21px;
      font-weight: normal;
    }

    .sIFR-active h5#pullquote {
      font-size: 24px;
    }

