@charset "utf-8";

/* =========== Elements =========== */

 
body, div, img {
	border:0;
	margin:0;
	padding:0;	
}

body {
	font:15px/1.25 Verdana, Geneva, sans-serif;
	color:#8ea8a8;
	background:#180f03 url(../images/bkg_body.png) 50% 0 no-repeat;
}

/* Force Scroll Bars */
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight:normal;
}

.center {
	text-align:center;
	margin:0 auto;
}
.right {
	float:right;
}
/*===================*/

a {
	color:#fff;
	text-decoration:none;
}

h1 {
	padding:0;
	margin:0;
	font-weight:normal;
	color:#90d4e8;
}

h2 {
	font-weight:normal;
	color:#fff;
}

h2 span {
	color:#90d4e8;
}

/* ============ Header ============ */
.header-container {
	width:100%;
	height:150px;
	background:url(../images/bkg_header.png) repeat-x;
}

.header {
	width:1000px;
	margin:0 auto;
}

.header img#logo {
	width:547px;
	height:115px;
	margin:2px;
	float:right;
}

/* ========== Navigation ========== */
.nav-container {
	width:100%;
	height:37px;
}

.nav {
	width:974px;
	margin:0 auto;
	padding:0 13px;
	text-align:center;
}

.nav ul {
	margin:0;
	padding:0;
	display:inline;
}

.nav ul li.button {
	font:24px/37px "Times New Roman", Times, serif;
	display:inline;
	list-style:none;
}

.nav ul li.button span {
	padding:5px 0 5px 6px;
	background:url(../images/btn_nav.png) 0 0 no-repeat;
}

.nav ul li.button span span {
	padding-right:13px;
	background-position:100% 0;
}

.nav ul li.button span.first {
	padding:5px 0 5px 12px;
	background:url(../images/btn_nav-first.png) 0 0 no-repeat;
}

.nav ul li.button span.first span {
	padding-left:12px;
	background-position:100% 0;
}


.nav ul li.button span.last {
	padding:5px 0 5px 6px;
	background:url(../images/btn_nav-last.png) 0 0 no-repeat;
}

.nav ul li.button span.last span {
	padding-right:23px;
	background:url(../images/btn_nav-last.png) 100% 0 no-repeat;
}

.nav ul li.button span:hover {
	background-position:0 100%;
}

.nav ul li.button span:hover span {
	background-position:100% 100%;
}

/* ============ Content =========== */
.content-container {
	width:100%;
	margin-top:10px;
}

.main-box-top {
	width:1000px;
	height:58px;
	margin:0 auto;
}

.main-box-content {
	background:url(../images/main-box-content.png) 0 0 repeat-y;
	width:960px;
	margin:0 auto;
	padding:1em 20px;
}

.main-box-content img {
	float:right;
}

.main-box-footer {
	width:1000px;
	height:28px;
	margin:0 auto;
}

.main-box2-content {
	width:1000px;
	margin:0 auto;
	margin-top:3px;
	background:url(../images/main-box-2-content.png);
}

.main-box2-content-left {
	width:557px;
	padding:0 11px 0 20px;
	float:left;
}

.main-box2-content-right {
	width:381px;
	padding:0 20px 0 11px;
	float:right;
}

.col-3-container {
	width:1000px;
	margin:10px auto;
}
.col-3-header {
	width:1000px;
	height:28px;
}

.col-3-content {
	width:1000px;
	background:url(../images/column-content-3.png);
}

.col-3-left {
	width:221px;
	padding:0 10px 0 20px;
	float:left;
}

.col-3-centre {
	width:479px;
	padding:0 10px;
	float:left;
}

.col-3-centre table#treatments {
	width:100%;
}

.col-3-centre table tr td {
	width:33%;
	text-align:center;
}

.col-3-right {
	width:220px;
	padding:0 20px 0 10px;
	float:left;
}

.col-3-footer {
	clear:both;
	width:1000px;
	height:26px;
}

.col-2-container {
	width:1000px;
	margin:10px auto;
}
.col-2-header {
	width:1000px;
	height:28px;
}

.col-2-content {
	width:1000px;
	background:url(../images/column-content-2.png);
}

.col-2-left {
	width:470px;
	padding:0 10px 0 20px;
	float:left;
}

.col-2-left img {
	float:left;
}

.col-2-right {
	width:460px;
	padding:0 20px 0 20px;
	float:right;
}

.col-2-right img {
	float:right;
}

.col-2-footer {
	clear:both;
	width:1000px;
	height:26px;
}

table#opening {
	width:210px;
	margin:0 auto;
}
table#opening th {
	font-weight:normal;
	text-align:left;
}
table#opening td {
	text-align:right;
	padding:3px 0;
}

div#accordion * {
	padding:0;
	margin:0;
	border:0;
}
div#accordion,
div#accordion h3 {
	border:1px solid #90d4e8;
}

div#accordion div {
	padding:5px;
}

div#accordion h3 {
	padding:5px;
	text-align:center;
}

div#logos {
	text-align:center;
}
div#logos h2 {
	text-align:left;
}
div#logos img {
	float:none;
}

.img_frame {
	border:2px solid #8ea8a8;
	margin:5px;
}
.img_center {
	min-width:10px;
	display:block;
	margin:5px auto;
}
/* ========= Contact Form ======== */
.form-container {
	width:480px;
	float:left;
	margin-bottom:20px;
}

.form-container form {
	width:400px;
	margin:0px auto;
}

.form-container .form-row {
	margin:10px 0;
	clear:both;
}

.form-container input,
.form-container select,
.form-container textarea {
	width:265px;
	float:right;
}

.form-container select {
	width:271px;
}

.form-container textarea {
	vertical-align:top;
}

.form-container input#subscribe {
	width:20px;
	float:none;
}

.form-container input#submit {
	display:block;
	float:none;
	width:100px;
	margin:0 auto;
}

.errors {
	clear:both;
	padding-left:20px;
}

.contact p {
	color:#fff;
}

/* ========== Google Map ========= */
#googlemap {
	width:480px;
	height:280px;
	margin-top:0px;
	padding:0px;
	border:0px solid #666;
	float:right;
}

#map {
	width:480px;
	height:280px;
}


/* Treatments */
div#treatments * {
	padding:0;
	margin:0;
	border:0;
}
div#treatments {
	margin:20px 10px 0;
	border:1px solid #90d4e8;
}
div#treatments h3 {
	padding:10px;
	border:1px solid #8ea8a8;
	text-align:center;
}
div#treatments h3 a {
	color:#fff;
}
div#treatments div {
	display:none;
	padding:10px;
	background:#172626;
}
div#treatments p {
	margin:10px 0;
}
div#treatments strong {
	margin:1em 0;
	font-size:1.25em;
	font-weight:normal;
	color:#fff;
}
div#treatments h3#treatment1 {
	background:#555953 url(../images/bkg_treatments.png) 0 0 no-repeat;
}
div#treatments h3#treatment2 {
	background:#555953 url(../images/bkg_treatments.png) 0 -45px no-repeat;
}
div#treatments h3#treatment3 {
	background:#555953 url(../images/bkg_treatments.png) 0 -88px no-repeat;
}
div#treatments h3#treatment4 {
	background:#555953 url(../images/bkg_treatments.png) 0 -133px no-repeat;
}
div#treatments h3#treatment5 {
	background:#555953 url(../images/bkg_treatments.png) 0 -178px no-repeat;
}
div#treatments h3#treatment6 {
	background:#555953 url(../images/bkg_treatments.png) 0 -223px no-repeat;
}
div#treatments h3#treatment7 {
	background:#555953 url(../images/bkg_treatments.png) 0 -268px no-repeat;
}
div#treatments h3#treatment8 {
	background:#555953 url(../images/bkg_treatments.png) 0 -313px no-repeat;
}

.search-essence {
	margin:10px;
	text-align:center;
}
