/*
Name          : Body Bar Spa
Author        : Jay Robinson
Author URI    : http://jayrobinson.org
Date Created  : 2009/10/26
Date Modified : 2009/10/26
*/



/* Begin General Styles */
* {
  margin: 0;
  outline: 0;
  padding: 0;
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
}
.clearfix {
  display:block;
}

* html .clearfix {
  height:1px;
}

ul {
  list-style: none;
}

body {
/*   background: #262626 url(../img/bg.png) repeat-x 0 0; */
  background: #262626 url(../img/bg.jpg) repeat-x 0 0;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-shadow: rgba(255,255,255,0.1) 0px -1px 1px;
}

div#container {
  background-color: transparent;
/*   background-image: url(../img/white-cutout-huge.png); */
  background-image: url(../img/top1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  font-size: 1.6em;
}

div#header,
div#content,
div#footer,
ul.nav {
  margin: 0 auto;
  padding: 0;
  width: 928px;
}

h1, h2, h3, h4, h5, h6 {
  color: #565656;
  font-weight: 300;
}

#content h2,
#main h2 {
  font-size: 36px;
  margin-bottom: 6px;
}

h4 {
  font-weight: bold;
}

#content p {
  font-size: 14px;
}

#main p {
  margin-bottom: 1em;
}

blockquote#testimonial {
  font-size: 13px;
  font-style: italic;
  margin: 90px 0 0 64px;
  width: 350px;
}

blockquote#testimonial cite {
  margin: 0 0 0 64px;
}
/* End General */



/* Begin Header */
div#header {
  height: 400px;
  position: relative;
}

div#header h1#logo a {
  background: url(../img/logo.png) no-repeat;
  display: block;
  height: 235px;
  margin: 0 auto;
  width: 235px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

div#header span#bird {
  background: transparent url(../img/bird.png) no-repeat 0 0;
  display: block;
  height: 198px;
  width: 187px;
  position: absolute;
    right: -42px;
    bottom: 0;
}

div#header span#bird:hover {
  -webkit-animation-name: tweet;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes tweet {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(3deg);
  }
}

ul.nav li {
  float: left;
  list-style: none;
}

div#header ul.nav {
/*   background: url(../img/nav-sprite3.jpg) no-repeat 0 0; */
  height: 49px;
  margin:58px auto 0;
/*   position: relative; */
  width: 571px;
}

div#header ul.nav a {
  color: #434f50;
  display: block;
  height: 49px;
/*   position: absolute; */
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

/*
div#header ul.nav a:link,
div#header ul.nav a:visited {
  text-decoration: none;
}

div#header ul.nav a:hover,
div#header ul.nav a:focus,
div#header ul.nav a:active {
  text-decoration: underline;
}
*/

li#home a:link,
li#home a:visited {
  background: url(../img/nav-sprite3.jpg) no-repeat 0 0;
    top: 0;
    left: 0;
  width: 90px;
}

  li#home a:hover,
  li#home a:focus
  li#home a:active {
    background: url(../img/nav-sprite3.jpg) no-repeat 0 -49px;
  }
  
  li#home.active a {
    background: url(../img/nav-sprite3.jpg) no-repeat 0 -98px;
  }
  

li#menu a:link,
li#menu a:visited {
  background: url(../img/nav-sprite3.jpg) no-repeat -90px 0;
    top: 0;
    left: 90px;
  width: 100px;
}

  li#menu a:hover,
  li#menu a:focus
  li#menu a:active {
    background: url(../img/nav-sprite3.jpg) no-repeat -90px -49px;
  }
  
  li#menu.active a {
    background: url(../img/nav-sprite3.jpg) no-repeat -90px -98px;
  }
  

li#about a:link,
li#about a:visited {
  background: url(../img/nav-sprite3.jpg) no-repeat -190px 0;
    top: 0;
    left: 190px;
  width: 95px;
}

  li#about a:hover,
  li#about a:focus
  li#about a:active {
    background: url(../img/nav-sprite3.jpg) no-repeat -190px -49px;
  }
  
  li#about.active a {
    background: url(../img/nav-sprite3.jpg) no-repeat -190px -98px;
  }

li#shop a:link,
li#shop a:visited {
  background: url(../img/nav-sprite3.jpg) no-repeat -285px 0;
    top: 0;
    left: 285px;
  width: 95px;
}

  li#shop a:hover,
  li#shop a:focus
  li#shop a:active {
    background: url(../img/nav-sprite3.jpg) no-repeat -285px -49px;
  }
  
  li#shop.active a {
    background: url(../img/nav-sprite3.jpg) no-repeat -285px -98px;
  }
  

li#tour a:link,
li#tour a:visited {
  background: url(../img/nav-sprite3.jpg) no-repeat -380px 0;
    top: 0;
    left: 380px;
  width: 100px;
}

  li#tour a:hover,
  li#tour a:focus
  li#tour a:active {
    background: url(../img/nav-sprite3.jpg) no-repeat -380px -49px;
  }
  
  li#tour.active a {
    background: url(../img/nav-sprite3.jpg) no-repeat -380px -98px;
  }
  

li#news a:link,
li#news a:visited {
  background: url(../img/nav-sprite3.jpg) no-repeat -480px 0;
    top: 0;
    left: 480px;
  width: 90px;
}

  li#news a:hover,
  li#news a:focus
  li#news a:active {
    background: url(../img/nav-sprite3.jpg) no-repeat -480px -49px;
  }
  
  li#news.active a {
    background: url(../img/nav-sprite3.jpg) no-repeat -480px -98px;
  }

/* End Header */



/* Begin Content Area */
div#content {
  background: white;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
  color: #4c4c4c;
  width: 1012px;
  
}

div#content {
  background: white;
  color: #4c4c4c;
}

div#content.news {
  background: #565656;
  color: white;
  height: 564px;
  padding: 12px;
}
/* End Content Area */



/* Begin Sidebar */

div#home-sidebar {
  background: transparent url(../img/home-sidebar.png) no-repeat 0 0;
  clear: left;
  float: left;
  height: 506px;
  margin-left: -18px;
  padding: 34px 0 0 54px;
  position: relative;
  width: 426px;
}

p#social {
  padding-left: 42px;
  width: 470px;
}

.index p#social {
  margin-top: -14px;
  width: auto;
}

p#social a#facebook:link,
p#social a#facebook:visited {
  background: transparent url(../img/social-sprite.gif) no-repeat 0 0;
  display: block;
  float: left;
  height: 28px;
  margin-right: 8px;
  width: 73px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

  p#social a#facebook:hover,
  p#social a#facebook:focus,
  p#social a#facebook:active {
    background: transparent url(../img/social-sprite.gif) no-repeat 0 -28px;
  }


p#social a#twitter:link,
p#social a#twitter:visited {
  background: transparent url(../img/social-sprite.gif) no-repeat -77px 0;
  display: block;
  float: left;
  height: 28px;
  margin-right: 8px;
  width: 28px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

  p#social a#twitter:hover,
  p#social a#twitter:focus,
  p#social a#twitter:active {
    background: transparent url(../img/social-sprite.gif) no-repeat -77px -28px;
  }

a#make-appt {
  background: transparent url(../img/home-sidebar-make-appt.png) no-repeat 0 0;
  height: 47px;
  position: absolute;
    bottom: -47px;
    left: 54px;
  width: 347px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

  a#make-appt:hover {
	  background: transparent url(../img/home-sidebar-make-appt.png) no-repeat 0 -47px;
  }

  a#make-appt:active {
    border-top: 1px solid #2b4d51;
    position: absolute;
      bottom: -48px;
      left: 54px;
  }

div#body-bar-updates h2,
div#weekly-special h2 {
  height: 1px;
  margin-bottom: -1px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

div#body-bar-updates li {
  clear: both;
  background: #464646;
  min-height: 50px;
  margin-bottom: 3px;
  padding: 3px;
}

div#body-bar-updates a,
div#weekly-special a {
  color: #b6d9de;
  font-size: 12px;
  text-decoration: none;
}

div#body-bar-updates a#view-updates {
  color: #B6D9DE;
  display: block;
  position: absolute;
    top: 55px;
    right: 30px;
}

div#body-bar-updates a#view-updates:hover {
	color: #6798a1;
}

div#body-bar-updates p.date,
div#body-bar-updates p.more,
div#weekly-special p.date,
div#weekly-special p.more {
  color: #b6d9de;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
}

div#weekly-special p.sub {
	color: #343434;
}

div#body-bar-updates ul {
	height: 225px;
	overflow: auto;
}

div#body-bar-updates ul li {
	cursor: pointer;
}

div#body-bar-updates ul li:hover p.date {
	color: #6798a1;
}

div#body-bar-updates ul li>img {
  border: 0;
  float: left;
  margin-right: 6px;
}

div#body-bar-updates ul li div {
	padding-left: 57px;
	
}

div#body-bar-updates ul li p.main {
  color: white;
  font-size: 12px;
  line-height: 18px;
/*
  overflow: hidden;
  white-space: nowrap;
  width: 316px;
*/
}

div#weekly-special ul li p.sub {
  font-size: 12px;
  margin-bottom: 4px;
}

div#weekly-special p.more {
  margin-left: 110px;
}

div#weekly-special ul li p.main {
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 4px;
  padding-top: -6px;
  overflow: hidden;
  width: 280px;
}

div#weekly-special ul li>img {
  float: left;
  margin-right: 6px;
  margin-top: 6px;
}

div#body-bar-updates {
  background: transparent url(../img/body-bar-updates.png) no-repeat 0 0;
  height: 228px;
  margin-bottom: 12px;
  overflow: /* scroll */ hidden;
  padding: 52px 14px 15px 20px;
  width: 378px;
}

div#weekly-special {
  background: transparent url(../img/weekly-special2.png) no-repeat 0 0;
  height: /* 185px */ 130px;
  overflow: /* scroll */ hidden;
  padding: 40px 20px 15px;
  width: /* 412px */ 384px;
  cursor: pointer;
}

div#weekly-special:hover {
  background: transparent url(../img/weekly-special2.png) no-repeat 0 -185px;
}

  /* Begin Menu Sidebar */
  
  div#menu-sidebar {
    clear: left;
    float: left;
    height: 506px;
/*     margin-left: -18px; */
    padding: 0 0 0 54px;
    position: relative;
    width: 426px;
  }

  div#menu-sidebar p {
    margin-bottom: 1em;
  } 

  div#menu-nav {
    background: #d9e5e6;
    height: 250px;
    margin-bottom: 22px;
    padding: 8px 10px;
    width: 412px;
  }
  
  div#menu-nav ul li a {
    color: #4c4c4c;
    display: block;
    height: 38px;
    padding: 10px 0 2px 20px;
    text-decoration: none;
    width: 392px;
  }
  
  div#menu-nav ul li a span {
    font-size: 24px;
    line-height: 28px;
  }
  
  div#menu-nav ul li a p {
    font-size: 12px;
  }
  
  div#menu-nav ul li.active a {
    background: #978aa3 url(../img/arrow.png) no-repeat right 50%;
    color: white;
  }
  
  div#menu-nav ul li a:hover {
    background: #bab3cd url(../img/arrow.png) no-repeat right 50%;
  }
  
  div#menu-nav ul li.active a:hover {
    background: #978aa3 url(../img/arrow.png) no-repeat right 50%;
    color: white;
  }
  
  /* End Menu Sidebar */



  /* Begin About Sidebar */

  div#about-sidebar {
    clear: left;
    float: left;
    height: 506px;
    margin: -10px 0 0;
    padding: 0 0 0 54px;
    position: relative;
    width: 426px;
  }
  
  div#about-sidebar h2 {
  	font-size: 30px;
  }

  div#about-nav {
    background: #d9e5e6;
    height: 200px;
    margin: 8px 0 0;
    padding: 8px 10px;
    width: 412px;
  }

  div#about-nav ul li a {
    color: #4c4c4c;
    display: block;
    height: 38px;
    padding: 10px 0 2px 20px;
    text-decoration: none;
    width: 392px;
  }
  
  div#about-nav ul li a span {
    font-size: 24px;
    line-height: 28px;
  }
  
  div#about-nav ul li a p {
    font-size: 12px;
  }
  
  div#about-nav ul li.active a {
    background: #978aa3 url(../img/arrow.png) no-repeat right 50%;
    color: white;
  }
  
  div#about-nav ul li a:hover {
    background: #bab3cd url(../img/arrow.png) no-repeat right 50%;
  }
  
  div#about-nav ul li.active a:hover {
    background: #978aa3 url(../img/arrow.png) no-repeat right 50%;
    color: white;
  }

  /* End About Sidebar */

/* End Sidebar */

#shop-copy {
	margin: 0px 0px 101px;
}

/* Begin Main */

div#main {
  margin: 0 0 20px 500px;
  width: 435px;
}

.index div#main {
  margin-top: 28px;
}

div#main p.tagline {
  color: #68813c;
  font-size: 24px;
  margin: 0 0 20px;
}

div#main img.border {
  border: 6px solid #d5d5d5;
  margin: 18px 0 30px -6px;
}

div#main.boxed {
  border: 10px solid #d9e5e6;
  font-size: 14px;
  height: 624px;
  margin: 0px 0 36px 486px;
  overflow-y: scroll;
  padding: 18px;
  width: 434px;
}

div#main.boxed p {
  font-size: 12px;
}
  
div#main.boxed ul {
  font-size: 12px;
  list-style: circle;
  margin: 0 0 1em 1em;
  padding-left: 1em;
}

div#contact-info,
div#hours {
  margin-bottom: 1em;
}

div#contact-info p,
div#hours p {
  clear: left;
  margin: 0;
}

div#contact-info label,
div#hours label {
  float: left;
  width: 72px;
}

div#main.boxed .vcard {
  margin-bottom: 1em;
}

div#main.boxed .title {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
}

div#main.boxed .description {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
}

div#main.boxed h3 {
  color: #978aa3;
  font-weight: bold;
  margin-bottom: 12px;
}

div#main.boxed dl {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
}

div#main.boxed dl dt {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

div#main.boxed dl dd {
  font-size: 12px;
}

div#main.boxed .header {
	color: #978aa3;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 1.17em;
}

div#main.boxed .price {
  color: #637b39;
}
/* End Main */



/* Begin About */

form#ask-us {
  background: #4c4c4c;
  border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
  color: #fff;
  height: 320px;
  margin: 10px 0 20px;
  padding: 18px 22px 0 22px;
  position: relative;
  width: 375px;
}

div.row {
  clear: left;
  height: 50px;
}

div.row label {
  display: block;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
}

div.row .error {
	display: block;
	color: red;
	font-size: 10px;
	padding-top: 6px;
}

div.row input.field,
div.row textarea.field {
  border: 1px solid #BFBFBF;
  display: block;
  font: normal 18px/1 "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
  height: 24px;
  padding: 0 0 0 2px;
  width: 310px;
  clear: both;
}

div.row textarea.field {
  height: 60px;
  clear: both;
}

div.row.submit {
  height: 48px;
}

div.row input#submit {
  background: #95b857 url(../img/bg-submit.jpg) repeat-x 0 0;
  border: 1px solid #7f7f7f;
           border-radius: 5px;
    -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
        -o-border-radius: 5px;
   -webkit-border-radius: 5px;
           box-shadow: 0 0 3px #000;
    -khtml-box-shadow: 0 0 3px #000;
      -moz-box-shadow: 0 0 3px #000;
        -o-box-shadow: 0 0 3px #000;
   -webkit-box-shadow: 0 0 3px #000;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  height: 31px;
  padding: 4px 4px;
  position: absolute;
    bottom: 36px;
    right: 9px;
  text-shadow: 1px 1px 2px #000;
  width: 65px;
}

div.row input.checkbox {
  background: #000;
  border: 5px solid #95b857;
  clear: left;
  float: left;
  height: 15px;
  width: 15px;
}

div.row.checkbox label {
  font-size: 80%;
  margin-left: 14px;
}

/* End About */



/* Begin Tour */

div#tour h2 {
  margin: 0 0 12px 64px;
}

div#tour h2 span {
  font-size: 40%;
  padding-left: 24px;
}

div#tour div#tour-thumbnails {
  background: #7b7b7b;
  height: 94px;
  margin: 0 0 5px 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 3px 0 3px 38px;
  position: relative;
  width: 878px;
}

div#tour-thumbnails ul {
  width: 5000px;
}

div#tour-thumbnails ul li {
  float: left;
}

div#tour-thumbnails ul li.previous a {
  background: url(../img/prev-next.png) no-repeat 0 0;
  height: 94px;
  position: absolute;
    top: 3px;
    left: 3px;
  width: 18px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

div#tour-thumbnails ul li.next a {
  background: url(../img/prev-next.png) no-repeat -18px 0;
  height: 94px;
  position: absolute;
    top: 3px;
    right: 3px;
  width: 18px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

div#tour-slideshow {
  background: #454545;
  margin: 0 auto 40px;
  padding: 10px;
  width: 919px;
}

div#tour ul li a img {
  border: 0;
  height: 90px;
  margin: 1px 17px 1px 0;
  width: 155px;
}

div#tour-image {
  background: #7b7b7b;
  height: 500px;
  padding: 11px 21px 8px;
  position: relative;
  width: 874px;
}

div#tour-image img {
  height: 500px;
  width: 874px;
}

div#tour-image span.title {
  color: white;
  font-size: 24px;
  position: absolute;
    top: 32px;
    left: 46px;
}

/* End Tour */



/* Begin Shop */

div#shop {
  margin: 0 0 0 54px;
  padding: 0 0 150px;
  }

/* End Shop */



/* Begin News */

div#news {
  margin: 0 0 0 54px;
  position: relative;
}

div#news p#social {
  margin: 6px 0 0;
  padding-left: 0;
}

div#news-container {
  background: #565656;
  clear: both;
  height: 551px;
  margin: 0 0 36px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px 10px 20px;
  position: relative;
  width: 889px;
}

div#news-container ul#news-scroller li {
  background: #464646;
  margin: 0 0 10px;
  padding: 10px;
  width: 855px;  
}

div#news-container ul#news-scroller a {
	text-decoration: none;
}

div#news-container ul#news-scroller li img {
  display: block;
  float: left;
  margin-right: 13px;
  width: 216px;
}

div#news-container ul#news-scroller li p {
  color: #fff;
  font-size: 12px;
}

div#news-container ul#news-scroller li h3,
div#news-container ul#news-scroller li p.date,
div#news-container ul#news-scroller li span.more {
  color: #bcdde3;
  font-weight: bold;
}

div#news-container ul#news-scroller a:hover li h3,
div#news-container ul#news-scroller a:hover li span.more {
  color: #6798a1;
}

div#news-container ul#news-scroller li h3 {
  font-size: 18px;
}

div#news-container ul#news-scroller li.last {
  margin: 0;
}

div#news-nav {
  float: right;
  margin: -69px 51px 0 0;
  width: 426px;
/*
  position: absolute;
    top: 21px;
    right: 49px;
*/
}

div#news-nav p {
  font-size: 80%;
  margin: 0 0 4px 12px;
}

div#news-nav ul {
  height: 68px;
/*
  position: absolute;
    top: -58px;
    right: 49px;
*/
  width: 426px;
}

div#news-nav ul li {
  float: left;
}

div#news-nav li a {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}

div#news-nav li#specials a {
  background: url(../img/news-nav1.jpg) no-repeat 0 -68px;
  display: block;
  height: 68px;
  width: 123px;
}

  div#news-nav li#specials a:hover {
    background: url(../img/news-nav1.jpg) no-repeat 0 -136px;
  }

  div#news-nav li#specials.active a {
    background: url(../img/news-nav1.jpg) no-repeat 0 0;
  }

div#news-nav li#events a {
  background: url(../img/news-nav1.jpg) no-repeat -123px -68px;
  display: block;
  height: 68px;
  width: 102px;
}

  div#news-nav li#events a:hover {
    background: url(../img/news-nav1.jpg) no-repeat -123px -136px;
  }

  div#news-nav li#events.active a {
    background: url(../img/news-nav1.jpg) no-repeat -123px 0;
  }
  
div#news-nav li#press a {
  background: url(../img/news-nav1.jpg) no-repeat -225px -68px;
  display: block;
  height: 68px;
  width: 100px;
}

  div#news-nav li#press a:hover {
    background: url(../img/news-nav1.jpg) no-repeat -225px -136px;
  }

  div#news-nav li#press.active a {
    background: url(../img/news-nav1.jpg) no-repeat -225px 0;
  }

div#news-nav li#all a {
  background: url(../img/news-nav1.jpg) no-repeat -325px -68px;
  display: block;
  height: 68px;
  width: 101px;
}

  div#news-nav li#all a:hover {
    background: url(../img/news-nav1.jpg) no-repeat -325px -136px;
  }

  div#news-nav li#all.active a {
    background: url(../img/news-nav1.jpg) no-repeat -325px 0;
  }

/* End News */



/* Begin Footer */
div#footer {
  background: transparent;
  clear: both;
  color: #c5d6d8;
  font-size: 12px;
  padding: 24px 0;
  position: relative;
    left: -24px;
}

div#footer a:link,
div#footer a:visited,
div#footer p a:link,
div#footer p a:visited,
div#footer ul.nav a:link,
div#footer ul.nav a:visited {
  color: white;
  text-decoration: none;
}

div#footer a:hover,
div#footer a:focus,
div#footer a:active,
div#footer p a:hover,
div#footer p a:focus,
div#footer p a:active,
div#footer ul.nav a:hover,
div#footer ul.nav a:focus,
div#footer ul.nav a:active {
  color: white;
  text-decoration: underline;
}

div#footer p {
  float: left;
}

div#footer .vcard {
  clear: left;
}

div#footer .vcard .fn {
  display: none;
}

div#footer .vcard * {
  display: inline;
}
