
#siteHome{
    width: 100%;
    background-image: url('../images/home-bg.jpg');
    background-repeat: repeat-x;
}

#siteMainBodyHome{
   width: 1028px;
   height: 560px;
    margin: 0 auto;
    position: relative;
}

#homeShadow{
   position: absolute;
   top: 438px;
   left: 0px;
   width: 1028px;
   height: 20px;
   background-image: url('../images/home-btm.jpg');
   background-repeat: no-repeat;
   z-index: 200;
}

#homeFlash{
   position: absolute;
   top: 110px;
   left: 0;
   width: 100%;
   height: 550px;
   z-index: 3000;
   background: transparent;
}

#homeFlashContainer{
   margin: 0 auto;
   width: 1028px;
   height: 550px;
   z-index: 3000;
}

#homeNoFlash{
   position: relative;
   width: 1028px;
   height: 436px;
   z-index: 1000;
}

#homeLady{
   position: absolute;
   left: 70px;
   top: 57px;
   width: 251px;
   height: 317px;
}

#homeMan{
   position: absolute;
   left: 70px;
   top: 57px;
   width: 260px;
   height: 317px;
}

#homeNF{
  width: 674px;
  height: 253px;
  position: absolute;
   left: -70px;
   top: 107px;
}

#nonFlashImgs{
  width: 674px;
  height: 253px;
  position: relative;
}

#nfImg1{
  position: absolute;
  width: 279px;
  height: 210px;
  left: 164px;
  top: 0;
}


#nfImg2{
  position: absolute;
  width: 674px;
  height: 43px;
  left: 0;
  top: 210px;
}

#homeMsg{
   position: absolute;
   left: 420px;
   top: 85px;
   width: 427px;
   height: 152px;
}

#homeBtn{
   position: absolute;
   left: 421px;
   top: 265px;
   width: 159px;
   height: 41px;
}

#homeCallout1{
   position: absolute;
   left: 59px;
   top: 364px;
   width: 289px;
   height: 181px;
   z-index: 1000;
}

#homeCallout2{
   position: absolute;
   left: 363px;
   top: 364px;
   width: 289px;
   height: 181px;
   z-index: 1000;
}

#homeCallout3{
   position: absolute;
   left: 666px;
   top: 364px;
   width: 289px;
   height: 181px;
   z-index: 1000;
}

#topProdReflectHome{
    width: 160px;
    height: 50px;
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 870px;
}

#topProdReflectHome{ background-image: url('../images/top-prod-reflect-home.jpg'); }


/* overwrite default footerShadow for home page */
#footerShadow{
    width: 100%;
    height: 10px;
    position: relative;
    z-index: 4;
    top: -1px;
    background-image: url('../images/home-footer-line.png');
    background-repeat: no-repeat;
    background-position: top center;
}

#introFlash{
   position: absolute;
   top: 0px;
   left: 0;
   width: 100%;
   height: 600px;
   z-index: 3000;
   background: transparent;
}

#introFlashContainer{
   margin: 0 auto;
   width: 900px;
   height: 600px;
}


#outer4{ }

#siteIntro{
    width: 1028px;
    margin: 0 auto;
    position: relative;
}


#siteIntroBody{
    width: 100%;
   height: 600px;
}

#siteMainBodyIntro{
   width: 1028px;
   height: 600px;
    margin: 0 auto;
    position: relative;
}


