body#p-home div#header {
  height: 476px;
}

body#p-home div#header div#banner {
  background: url('../images/core/index-banner-background.png') 0 0 no-repeat;
  height: 360px;
  float: none;
  padding: 5px;
  margin: 35px 0 0;
  width: 638px;
}  
  
    body#p-home div#header div#banner div#pics {
      height: 370px;
      overflow: hidden;
      position: relative;
      width: 648px;
    }
    
      body#p-home div#header div#banner div#pics img {
        left: 0;
        position: absolute;
        top: 0;
      }

/* ctanav */
div#header div.ctanav {
  background: url('../images/core/index-ctanav-background.png') 0 0 no-repeat;
  height: 727px;
  left: 612px;
  position: absolute;
  right: 0;
  top: 69px;
  width: 348px;
  z-index: 10;
}

  div#header ul.ctanav {
    margin: 50px 10px;
    position: absolute;
    right: 36px;
    top: 70px;
    z-index: 30;
  }

  div#header ul.ctanav li {
    margin: 0 0 10px 0;
  }

  div#header ul.ctanav a {
    background-position: 0 0;
    background-repeat: no-repeat;          
    display: block;
    height: 76px;
    text-indent: -999em;
    width: 293px;
  }
  
  div#header ul.ctanav a#ctanav-treatments {background-image: url('../images/core/index-cta-treatments.png');}
  div#header ul.ctanav a#ctanav-create {background-image: url('../images/core/index-cta-create.png');}
  div#header ul.ctanav a#ctanav-bookonline {background-image: url('../images/core/index-cta-bookonline.png');}
  
  div#header ul.ctanav a:hover {background-position: 0 -76px;}
/* end ctanav */

/* product cta */
div#header div#productcta {
  background: url('../images/core/index-productcta.png') 0 0 no-repeat;
  height: 349px;
  position: absolute;
  right: 10px;
  top: 300px;
  width: 475px;
  z-index: 20;
}
/* end product cta */


div#container div.cta {
  position: absolute;
  right: 0px;
  top: 310px;
  width: 300px;
  z-index: 30;
}
div#container div.promo {
  position: absolute;
  right: 0px;
  top: 130px;
  width: 300px;
  z-index: 30;
}

