/* -------------------------- */
/* GLOBAL RESET
/* -------------------------- */
*	{
	outline: 0;
	outline-style: none;
	outline-width: 0;
    text-decoration: none;
}
a, a img	{
	border: 0;
}

/* -------------------------- */
/* LAYOUT
/* -------------------------- */
body	{
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
    background: #bab5a4 url(../img/bg-tile.png) repeat-x top left;
}

/* -------------------------- */
/* WEBSITE STRUCTURE
/* -------------------------- */
#frame	{
  width: 952px;
  background: #fff url(../img/bg-frame-tile.png) repeat-x top left;
  border: 6px solid #d4d0c2;
  border-top: 0;
  border-bottom: 0;
}
.popup #frame {
  width: 90%;
  background: #fff;
  border: 6px solid #d4d0c2;
  margin: 10px 0px;
  padding: 10px 10px;
}


#page	{
  margin: 0px 2px;
}
#header	{
  height: 144px;
  overflow: hidden;
}
#logo	{
   width:226px;
   height: 125px;
   background: url(../img/med-spa-logo.png) no-repeat top right;
   overflow: hidden;
   float: left;
}
#logo h1 {
   text-indent: -99999px;
}
#miscinfo {
  float: right;
  width: 700px;
}
#container	{
}
#content	{
  float: left;
  width: 590px;
  text-align: justify;
  margin-left: 10px;
  display: inline;
}
#sidebar, #callback	{
  float: right;
  width: 334px;
}
#callback {
  background: #c8bfa6 url(../img/bg-form-tile.png) repeat-x top left;
  height: 295px;
  border: 1px solid #BEB496;
  overflow: hidden;
  width: 333px;
}
#callback h4 {
  margin: 5px 0 0 0;
  padding: 0;
  color: #A68A57;
  font-size: 24px;
  text-align: center;
}
#callback h4 strong {
  color: #0f0f0f;
}
#divider {
  background: #bbbbb6;
  height: 1px;
  margin: 1px 0 0 0;
}
#sidebar .boxpic   {
  border: 1px solid #c6bda4;
  padding: 0;
  margin: 4px 0;
}
#sidebar .box   {
  border: 1px solid #c6bda4;
  background: #ECE9E1;
  padding: 10px 10px;
  margin: 10px 0px;
}
#footer	{
  background: #a7a591;
  color: #D1D2B9;
}
#footer a:link, #footer a:visited	{
	color: #D1D2B9;
}
#footer a:hover, #footer a:focus, #footer a:active	{
	color: #fff;
}
#copyright	{
   padding: 5px 0;
}
.tlist {
  border: 0;
}
.tlist td {
  width: 190px;
  text-align: center;
  border: 1px solid #eee;
}
.landinglist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landinglist li {
  border-bottom: 1px dotted #AEA07B;
  padding: 2px 0;
  margin: 2px 0;
  text-align: left;
}


/* -------------------------- */
/* MENU LAYOUT
/* -------------------------- */
#menu	{
    margin-top: 1px;
    background: #a7a591;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}
#menu ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li	{
	display: block;
    float: left;
    text-align: center;
    color: #fff;
}
#menu a:link, #menu a:visited	{
    display: block;
	color: #fff;
    border-right: 1px solid #fff;
    padding: 8px 18px;
}
#menu a:link h6, #menu a:visited h6	{
	color: #fff;
    text-align: center;
}
#menu a:hover, #menu a:focus, #menu a:active	{
    background: #bca67f;
	color: #fff;
}
.megamenu {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    background: #bca67f;
    border: 2px solid #D0C1A6;
    padding: 10px;
    font: normal 12px Verdana;
    z-index: 100;
}
.megamenu h3 {
    color: #fff;
}
.megamenu .column{
    width: 340px; /*width of each menu column*/
    margin: 10px 5px 20px 0;
}
.megamenu .column ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.megamenu .column ul li{
    padding-bottom: 5px;
    display: block;
    width: 167px;
    float: left;
    border-bottom: 1px dotted #E8E0D2;
}
.megamenu .column  a{
    text-decoration: none;
    color: #EBE4DA;
}
.megamenu .column a:hover{
    color: #F2F2EC;
}
/* -------------------------- */
/* MISCMENU LAYOUT
/* -------------------------- */
#miscmenu	{
	overflow: hidden;
	margin-top: 10px;
}
#miscmenu ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}
#miscmenu ul li	{
	display: block;
    float: right;
    background: #bca67f;
    margin: 0px 2px;
    color: #fff;
}
#miscmenu a:link, #miscmenu a:visited	{
	color: #fff;
    display: block;
    padding: 7px 7px;
}
#miscmenu a:hover, #miscmenu a:focus, #miscmenu a:active	{
	color: #F2F2EE;
    background: #a7a591;
}

/* -------------------------- */
/* LOCATIONSMENU LAYOUT
/* -------------------------- */
#locations	{
	overflow: hidden;
	margin-top: 42px;
}
#locations ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}
#locations ul li	{
	display: block;
    float: right;
    margin: 0 0 0 20px;
    color: #fff;
    font-size: 20px;
    text-align: right;
}
#locations a:link, #locations a:visited	{
	color: #baa973;
    display: block;
    padding: 7px 0 0 20px;
}
#locations a:hover, #locations a:focus, #locations a:active	{
	color: #0f0f0f;
}
#locations a:link h6, #locations a:visited h6	{
  font-size: 20px;
	color: #0f0f0f;
    margin: 0;
    padding: 0;
}
#locations a:hover h6, #locations a:focus h6, #locations a:active h6	{
	color: #baa973;
}


/* -------------------------- */
/* FOOTER DUPLICATE MENU LAYOUT
/* -------------------------- */
#dubmenu	{
	overflow: hidden;
}
#dubmenu ul	{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#dubmenu ul li	{
	display: inline;
	padding: 0 10px;
}
#dubmenu a:link, #dubmenu a:visited	{
	color: #D1D2B9;
}
#dubmenu a:hover, #dubmenu a:focus, #dubmenu a:active	{
	color: #E0DFD8;
}

/* -------------------------- */
/* CLEAR FIX
/* -------------------------- */
.clear	{
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

/* -------------------------- */
/* IF WE HAVE ACCORDION, ITS HEADER
/* -------------------------- */
.accordion li h5	{
	cursor: pointer;
}

/* -------------------------- */
/* GLOBAL LINKS
/* -------------------------- */
a:link, a:visited	{
	color: #8B9267;
}
a:hover, a:focus, a:active	{
	color: #A68A57;
}

/* -------------------------- */
/* HEADINGS
/* -------------------------- */
h1,h2,h3,h4,h5,h6	{
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	padding: 0;
	text-align: left;
    text-decoration: none;
    color: #aea57e;
    line-height: 1;
}
h1	{
	font-size: 28px;
}
h2	{
	font-size: 24px;
}
h3	{
	font-size: 22px;
    color: #9e9e9e;
}
h4	{
	font-size: 18px;
}
h5	{
	font-size: 16px;
    color: #9e9e9e;
}
h6	{
	font-size: 14px;
}

h1 strong, h2 strong, h4 strong, h6 strong {
    color: #0f0f0f;
}


/* -------------------------- */
/* IMAGES HANDLING
/* -------------------------- */
.photo	{
	background: #fff;
	border: 2px solid #ddd;
	padding: 2px 2px;
}
.alignleft	{
	float: left;
	margin: 10px 10px 10px 0px;
}
.alignright	{
	float: right;
	margin: 10px 0px 10px 10px;
}

/* -------------------------- */
/* FORM ELEMENTS
/* -------------------------- */
form	{
	margin: 0;
	padding: 0;
}
#callback form p {
  margin: 5px 0px;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #e2ddd0;
}
#callback form {
  padding: 0px 5px;
}
#callback legend {
  color: #8B9267;
}
fieldset	{
	border: 1px solid #B59A79;
	padding: 5px 5px;
	text-align: left;
}
#callback fieldset {
  border: 1px solid #e2ddd0;
}
legend, label	{
	font-weight: bold;
}
label	{
	cursor: pointer;
}
#callback label {
  display: block;
  width: 110px;
  float: left;
}
legend	{

}
.forms, textarea, select	{
	border: 1px solid #B59A79;
	line-height: 100%;
	padding: 2px 2px;
}
#callback .forms, #callback textarea, #callback select	{
	border: 1px solid #97875E;
	line-height: 100%;
	padding: 2px 2px;
}

.button	{
	background: #8B9267;
	border: 1px solid #D1D2B9;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
}
#callback .button {
	background: #a7a591;
	border: 1px solid #8F8C74;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;

}
.required	{
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}

/* -------------------------- */
/* ERROR, NOTICE, SUCCESS MESSAGES
/* -------------------------- */
.error	{
	background: #FFF2F5;
	border: 1px solid #FFD2DE;
	color: #9B0027;
	display: block;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 5px;
}
.success, .ok, .okay	{
	background: #F3F8F1;
	border: 1px solid #C9DDC1;
	color: #89B47A;
	display: block;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 5px;
}
.notice, .caption	{
	background: #F9F8E8;
	border: 1px solid #D6C27E;
	color: #B59A79;
	display: block;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 5px;
}

/* -------------------------- */
/* SHADOWBOX LAYOUT (must be in js/shadowbox/ folder!)
/* -------------------------- */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
	color: #555;
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px 10px;
}
#sb-title-inner {
  border-top: 1px solid #ccc;
}
#sb-container {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 0;
	visibility: hidden;
	z-index: 999;
}
#sb-overlay {
	height: 100%;
	position: relative;
	width: 100%;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#sb-wrapper-inner {
	border: 5px solid #fff;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#sb-body {
	height: 100%;
	position: relative;
}
#sb-body-inner {
	height: 100%;
	position: absolute;
	width: 100%;
}
#sb-player.html {
	height: 100%;
	overflow: auto;
}
#sb-body img {
	border: none;
}
#sb-loading {
	height: 100%;
	position: relative;
}
#sb-loading-inner {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
#sb-loading-inner span {
	display: inline-block;
	padding-left: 34px;
}
#sb-body,#sb-loading {
	background-color: #E0E0E0;
}
#sb-title,#sb-info {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#sb-title,#sb-title-inner {
	line-height: 26px;
}
#sb-title {
    background: #fff;
}
#sb-title-inner {
	font-size: 16px;
}
#sb-info,#sb-info-inner {
	height: 20px;
	line-height: 20px;
}
#sb-info-inner {
	font-size: 12px;
}
#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}
#sb-nav a {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	margin-left: 3px;
	width: 16px;
}
#sb-nav-close {
	background-image: url(../js/shadowbox/close.png);
}
#sb-nav-next {
	background-image: url(../js/shadowbox/next.png);
}
#sb-nav-previous {
	background-image: url(../js/shadowbox/previous.png);
}
#sb-nav-play {
	background-image: url(../js/shadowbox/play.png);
}
#sb-nav-pause {
	background-image: url(../js/shadowbox/pause.png);
}
#sb-counter {
	float: left;
	width: 45%;
}
#sb-counter a {
	color: #fff;
	cursor: pointer;
	padding: 0 4px 0 0;
	text-decoration: none;
}
#sb-counter a.sb-counter-current {
	text-decoration: underline;
}
div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link,div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}

/* -------------------------- */
/* SLIDESHOW LAYOUT
/* -------------------------- */
#slideshow	{
	float: left;
	height: 297px;
	position: relative;
	width: 603px;
    overflow: hidden;
}
#slideshow div	{
	height: 603px;
	left: 0;
	opacity: 0.0;
	position: absolute;
	top: 0;
	z-index: 8;
}
#slideshow div.active	{
	opacity: 1.0;
	z-index: 10;
}
#slideshow div.last-active	{
	z-index: 9;
}
#slideshow div img	{
	border: 0;
	display: block;
	height: 297px;
	margin-bottom: 0px;
}

/* -------------------------- */
/* SOCIAL ICONS CODE
/* -------------------------- */
.addthis_toolbox	{
	border-top: 1px dotted #ccc;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}