@import url('../libraries/reset.css');
@import url('../libraries/baseforms/baseforms.css');
@import url('../stylesheets/fancybox.css');


/* File Download Icons */
a.file {background: url('../images/core/icon-file.gif') 0 0 no-repeat; padding-left: 20px;}
a.pdf {background: url('../images/core/icon-pdf.gif') 0 0 no-repeat; padding-left: 20px;}
a.doc {background: url('../images/core/icon-doc.gif') 0 0 no-repeat; padding-left: 20px;}

body {
  background: #a79581 url('../images/core/body-inner.jpg') 0 0 repeat-x;
  font: 11px/20px Arial, Tahoma, Verdana, sans-serif;
}

body#p-home {background: #a79581 url('../images/core/body.jpg') 0 0 repeat-x;}

/* ========== */
/* = header = */
/* ========== */
div#header {
  height: 286px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

  /* nav & logo */
  div#header div#navigation {
    height: 52px;
  }

    div#header div#navigation img#logo {
      display: inline;
      float: left;
    }

    div#header div#navigation ul#nav {
      display: inline;
      float: left;
      margin: 0 15px 0 70px;
    }

      div#header div#navigation li {
        display: inline;
        float: left;
      }

        div#header div#navigation ul#nav li a {
          background-position: 0 0;
          background-repeat: no-repeat;
          display: block;
          height: 52px;
          text-indent: -999em;
        }

        div#header div#navigation li a#nav-home {background-image: url('../images/nav/nav-home.png'); width: 65px;}
        div#header div#navigation li a#nav-about {background-image: url('../images/nav/nav-about.png'); width: 83px;}
        div#header div#navigation li a#nav-careers {background-image: url('../images/nav/nav-careers.png'); width: 83px;}
        div#header div#navigation li a#nav-bookings {background-image: url('../images/nav/nav-bookings.png'); width: 83px;}
        div#header div#navigation li a#nav-products {background-image: url('../images/nav/nav-products.png'); width: 137px;}
        div#header div#navigation li a#nav-gift_voucher {background-image: url('../images/nav/nav-gift_voucher.png'); width: 101px;}
        div#header div#navigation li a#nav-salons {background-image: url('../images/nav/nav-salons.png'); width: 71px;}

        div#header div#navigation ul#nav li a:hover {background-position: 0 -52px;}
        div#header div#navigation ul#nav li a.active {background-position: 0 -104px;}


        #myvoucher{
          color: #fff;
          display: inline;
          float: left;
          margin-top: 20px;
          width: 155px;
        }
        #myvoucher li{
          background: url(../images/core/icon-ticket.gif) no-repeat;
          padding-left: 20px;
        }
        #myvoucher li a{
          color: #fff;
        }
        #myvoucher li span{
          margin-left: 5px;
        }
  /* end nav */

  /* banner */
  div#header div#banner {
    background: url('../images/core/banner-background.png');
    float: right;
    height: 198px;
    margin: 12px 5px 0;
    padding: 5px;
    width: 617px;
  }
  /* end banner*/

  div#header div#productcta {
    height: 262px;
    position: absolute;
    right: 10px;
    top: 90px;
    width: 284px;
    z-index: 20;
  }

  body#p-about div#header div#productcta {background: url('../images/core/inner-productcta-01.png') 0 0 no-repeat;}

  /* =========== */
  /* = cta nav = */
  /* =========== */
  div#header div.ctanav {
    background: url('../images/core/ctanav-background.png') 0 0 no-repeat;
    height: 221px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 346px;
    z-index: 10;
  }

    div#header div.ctanav h1 {
      color: #fff;
      font-size: 24px;
      font-weight: normal;
      margin: 110px 0 0 40px;
    }


/* end header */

/* ================ */
/* = main wrapper / primary = */
/* ================ */
div#main-wrapper {
  background: url('../images/core/main-wrapper.jpg') top center no-repeat;
  width: 100%;
  color: #150E0D;
  min-height: 980px;
}
div#main-wrapper.status-page {
  min-height: 280px;
}
div#container {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

  div#container div.cta {
    display: inline;
    float: right;
    margin-top:70px;
    width: 300px;
  }

  #cta-locations{
    display: block;
    height: 185px;
    margin-bottom: 5px;
  }

  #cta-contact{
    display: block;
    height: 185px;
    margin-bottom: 5px;
    margin-left: -4px;
  }

  body#p-home div#container div.cta {margin-top: 0;}


div#container div#primary {
  display: inline;
  float: left;
  padding: 46px 0 10px 33px;
  width: 540px;
}
div#container div#primary.notopbor {
  padding: 0 0 10px 33px;
}

  div#primary h1, div.dynamic h2 {
    color: #221f30;
    font-size: 28px;
    font-weight: normal;
    line-height: 24px;
  }

  div.dynamic h2 {font-weight: bold;margin: 10px 0;}

  div.dynamic h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 20px 0 0;
  }

  div.dynamic h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0 15px 0;
  }

  div#primary p, div.dynamic p {margin: 10px 0;}
  div#primary p.intro {font-size: 13px; font-weight: bold;}

  div#primary a, div.dynamic a {color: #221f30;}
  div#primary a:hover, div.dynamic a:hover {text-decoration: none;}

  div#primary ul, div.dynamic ul, div.info div.dynamic ul {
    margin-left: 20px;
    list-style: square !important;
  }

  div.info div.dynamic ol {
    margin-left: 20px;
    list-style: decimal !important;
  }

  ul#product li div.info div.dynamic ul li {
    list-style: square !important;
  }

  ul#product li div.info div.dynamic ol li {
    list-style: decimal !important;
  }

  div.info div.dynamic ul li, div.info div.dynamic ol li {
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
  }

  div#primary ul.list {
    margin-left: 150px;
  }

  div#primary ul.columns {
    /* the proper rules ready for future */
    column-count: 3;
    column-gap: 20px;

    /* Moz/Firefox rules */
    -moz-column-count: 3;
    -moz-column-gap: 20px;

    /* Safari & Chrome rules */
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;

    font-size: 12px;
    font-weight: bold;
  }

  div#primary img.inline {
    border: 8px solid #8e8276;
    display: inline;
  }

  div#primary img.inline.left {
    float: left;
    margin: 0 25px 15px 0;
  }

  div#primary div#breadcrumbs, #breadcrumbs-new {
    background: url('../images/core/breadcrumbs-border.png') bottom center no-repeat;
    clear: both;
    color: #68533f;
    display: block;
    font-size: 10px;
    height: 25px;
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%;
  }

  #breadcrumbs-new {
      display: block;
      float: left;
      padding: 46px 0 4px 33px;
      width: auto;
      background: rgba(0, 0, 0, 0) url("../images/core/breadcrumbs-border.png") no-repeat scroll 30px bottom;
      margin: 0 0 10px 0;
      float: none;
      height: auto;
  }

  #breadcrumbs-new ul { clear:both; }

    div#primary div#breadcrumbs li, #breadcrumbs-new li {
      display: inline;
      float: left;
      list-style: none;
      margin-left: -10px;
      margin-right: 20px;
    }

    #breadcrumbs-new li:first-child { margin-left: 10px; }

      div#primary div#breadcrumbs li a, #breadcrumbs-new li a {
        background: url('../images/core/icon-breadcrumb.png') center right no-repeat;
        color: #68533f;
        padding-right: 10px;
        text-decoration: underline;
      }

      div#primary div#breadcrumbs li a:hover, #breadcrumbs-new li a:hover {text-decoration: none;}


    #gift-form label, #giftmoney-form label{
      width: 200px;
    }
    #gift-form .submit_button, #giftmoney-form .submit_button{
      margin-left: 200px;
    }

    .career{
      display: block;
      margin-bottom: 20px;
    }
    .careerimage{
      border:	12px solid #8E8276;
      display: inline;
      float: left;
      height: 150px;
      margin-top: 25px;
      margin-right: 20px;
      width: 150px;
    }
    .careertext{
      display: inline;
      float: left;
      width: 300px;
    }

    .captcha-container {margin: 10px 0 0 110px;}


/* Booking Form */

li.treatments ul.list {
  display: block;
  height: 400px!important;
  overflow:auto;
  padding: 0px!important;
  margin: 0px!important;
  margin-left: 110px!important;
  width: 400px;
}

li.treatments .like-input {
  display: inline-block;
  width: 300px;
}

li.treatments ul.list li {
  margin: 0px!important;
}

#booking li.title {
  background: url(../images/core/pattern-bg.jpg) repeat;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
}

  #booking li.title h3 { margin: 0; padding: 0; }

ol#booking {
  background: #d5c8b9;
  border: 1px solid #958371;
  display: block;
  margin: 0;
  padding: 0;
    margin-bottom: 10px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ol#booking li {
  padding: 1px 10px;
}

#date-firstpref, #date-secondpref{
  display: inline;
  float: left;
  margin-right: 20px;
  width: 200px;
}
#date-firstpref ul, #date-secondpref ul{
  margin-left: 0 !important;
}
#date-firstpref input, #date-secondpref input{
  width: 150px;
}
#ui-datepicker-div{
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#ui-datepicker-div a{
  color: #fff;
}
.ui-datepicker-calendar thead tr, .ui-datepicker-header{
  background: url(../images/core/pattern-bg.jpg) repeat;
  color: #fff;
  padding: 0 5px;
}
.ui-datepicker-next{
  float: right;
}
.ui-datepicker-header{
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}
.ui-datepicker-calendar td{
  padding: 1px 5px;
  color: #fff;
}



/* ========== */
/* = Footer = */
/* ========== */
div#footer {
  background: url('../images/core/footer-background.png');
  clear: both;
  color: #e5e5e5;
  display: block;
  height: 42px;
  line-height: 42px;
  margin: 10px auto;
  width: 940px;
}

  div#footer a {color: #e5e5e5; margin: 0 5px; text-decoration: none;}
  div#footer a:hover {text-decoration: underline;}

  div#footer span, div#footer img {
    display: inline;
    float: left;
    margin: 0 0 0 18px;
  }

  div#footer img {
    float: right;
    margin: 8px 18px 0 0;
  }


  #locations li{
    list-style: none;
  }


/********************************************
        shopping cart stylez
********************************************/

tr{
  background: #b1a79d;
}
tr.odd{
  background: #a5998d;
}

#shopping-cart{
  border: 1px solid #776554;
  margin-bottom: 20px;
  text-align: left;
  width: 900px;
}
#shopping-cart th{
  background: #c7c1bb;
  border-top: 1px solid #776554;
  border-bottom: 1px solid #776554;
  color:#000;
  font-weight:bold;
  font-size:11px;
}
#shopping-cart tr td, #shopping-cart tr th{
  padding: 4px 4px 4px 10px;
    color:#000;
}
#shopping-cart .product_name{
  width: 580px;
}
#shopping-cart .totalprice{
  background: #c7c1bb;
  border-top: 1px solid #776554;
  border-bottom: 1px solid #776554;
  text-align: right;
  font-weight:bold;
}
.delete{
  width: 32px;
}
.delete a{
  background: url(../images/core/delete.gif) no-repeat;
  display: block;
  height: 16px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 16px;
}
.qty{
  width: 130px;
}
.qty input{
  display: block;
  float: left;
  width: 55px;
}
td.right, th.right{text-align:right;}

.cart-submit {
  font-size:1em;
  background:#776554;
  color:#fff !important;
  border:1px solid #776554 !important;
  -moz-border-radius:5px !important;
  height:24px !important;
  padding:2px 6px 4px 6px !important;
  margin:0 2px 0 0 !important;
  line-height:23px !important;
  font-weight:bold !important;
}
.cart-submit:hover {color:#A5998D !important;}
a.cart-submit {padding:3px 8px !important; text-decoration:none;}

.checkout-table {width:600px !important;}



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

div#container div.cta ul#cta-promotion{
  background: url(../images/core/cta-promotions.png) no-repeat;
  display: block;
  height: 164px;
  position: relative;
  width: 300px;
}

#promotion-image{
  display: inline;
  float: left;
  height: 140px;
  margin-top: 11px;
  margin-left: 20px;
  margin-right: 25px;
  width: 105px;
}

#promotion-deets{
  display: inline;
  float: left;
  height: 80px;
  line-height: 1.4;
  margin-top: 10px;
  width: 120px;
}

#promotion-deets a{color: #221F30;}
#promotion-deets a:hover{text-decoration: none;}
#sneakylink{
  height: 45px;
  position: absolute;
  right: 0;
  top: 96px;
  text-decoration: none;
  width: 160px;
}

.clear{clear: both;}

.hidden { display: none; }

.buttons button[type="submit"],
button.Addtreatment {
  color: #000;
  cursor: pointer;
  background: url('../images/core/button-submit.png') 0 0 no-repeat;
  border: none;
  display: block;
  height: 27px;
  line-height: 0px;
  text-indent: -999em;
  width: 75px;
}

button.Addtreatment {background: url('../images/core/button-treatment.png') 0 0 no-repeat  !important;}

#social { width:980px; position:relative;}
#social ul { position:absolute; top:-40px; right:0px;}
#social li { list-style:none; float:left; padding:3px;}

.office-hours strong, .office-hours span { display: block; }
