﻿/*colors*/
/*	light orange:#FCEABC;
/*	dark orange:#FBBE5F;
/*	light green:#F2F9F1
/*	dark green:#C7E3BD
/*	light Aqua:#CDEFF8;
/*	Dark aqua:#6FCEE4
/*	light Blue:#EFF6FC
/*	dark blue:#D9EBF9
/*	blue:#015697;
/*Page Layout*/
body {
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	border: none;
}
#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#footer {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#band {
	background-image: url('../images/elements/menu_bk.jpg');
	background-repeat: repeat-x;
}
#main {
	width: 710px;
	float: left;
	max-height: 500px;
	min-height: 348px;
}
#main_image {
	float: right;
	z-index: 9;
}
.line {
	color: #015697;
	width: 550px;
	height: 2px;
	text-align: left;
	float: left;
}
.columns {
	float: left;
}
/*Menus*/
#menu {
	height: 35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.menu_item {
	font-size: 10pt;
	color: #2F75AB;
	line-height: 26pt;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	text-align: center;
	text-decoration: none;
	height: 35px;
	list-style-type:none;
}
.menu_item a {
	font-size: 10pt;
	color: #2F75AB;
	line-height: 26pt;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	text-align: center;
	text-decoration: none;
	height: 35px;
	list-style-type:none;
	}
.menu_item a:hover {
	font-size: 10pt;
	background-color: #015697;
	color: #ffffff;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	text-align: center;
	text-decoration: none;
	height: 35px;
	list-style-type:none
}
#search_box {
	margin-top: 10px;
	color: #2F75AB;
	width:150px;
}
#side_menu {
	width: 238px;
	float: left;
}
#side_bk {
	background-image:url('../images/elements/side_bk.jpg');
	background-repeat:repeat-x;
}
#side_menu ul {
	border-bottom: #015697 1px solid;
	padding-bottom: 10px;
	line-height: 20px;
	margin: 0px 8px 5px 8px;
	padding-left: 20px;
	padding-right: 20px;
	PADDING-TOP: 10px;
	list-style-type:none
}
#side_menu li a {
	padding-bottom: 2px;
	line-height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-decoration: none;
	list-style-type:none
}
#side_menu li a:hover {
	padding-bottom: 2px;
	line-height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-decoration: underline;
	list-style-type:none;
	background-color:#015697;
	color:#ffffff;
}
#book {
	width: 238px;
	height: 70px;
	background-color: #015697;
}
/*forms*/
.book_form {
	background-color: #D6E9F8;
	font-size: 10pt;
	margin: 0px;
	width: 710px;
}
.book_form_header {
	background-color: #015697;
}
.form_header_text {
	color: #FFFFFF;
	font-size: 10pt;
	margin-left: 20px;
	line-height: 30px;
}
.form_field_name {
	margin: 5px 20px 0px 20px;
}
.form_text {
	margin: 0px;
	width: 310px;
	font-size: 10pt;
}
.form_text_250 {
	margin: 0px;
	width: 300px;
	font-size: 10pt;
}
/*Fonts & Styles*/
@font-face {
    font-family: 'Django';
    src: url('DjangoITCStd.eot');
    src: local('&#9786;'), 
       url('DjangoITCStd.ttf') format('truetype'),
       url('DjangoITCStd.otf') format('opentype'),
       url('DjangoITCStd.svg#DjangoITCStd') format('svg'); 
}
a {
	color: #015697;
}
a:hover {
	color: #015697;
	text-decoration: underline;
}
h1 {
	font-size: 18pt;
	text-transform: capitalize;
	color: #2F75AB;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 9px;
	font-family: verdana;
}
h2 {
	font-size: 10pt;
	color: #2F75AB;
	font-weight: Bold;
	padding: 6px;
	background-image: url('../images/elements/title_bk.jpg');
	background-repeat: repeat-y;
}
h3 {
	font-size: 10pt;
	color: #2F75AB;
	font-weight: Bold;
	margin-top: 3px;
	margin-bottom: 0px;
}
h4 {
	text-align: center;
	text-transform: capitalize;
	font-size: 10pt;
	font-weight: bold;
	margin-top:10px;
	text-decoration:none;
	margin-bottom:6pt	
}
h4 a{
	text-decoration:none;	
}
h4 a:hover{
	text-decoration:none;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}
.small {
	font-size: 8pt;
}
.btn_red {
	background-color: red;
	color: white;
	font-weight: bold;
	width: 150px;
}
.btn_green {
	background-color: green;
	color: white;
	font-weight: bold;
	width: 150px;
}
.btn_yellow {
	background-color: yellow;
	font-weight: bold;
	width: 150px;
}
.btn_blue {
	background-color: blue;
	color: white;
	font-weight: bold;
	width: 150px;
}
.red {
	color: red;
}
.no_border {
	border: none;
}
.border {
	border: 1px #1864A0 solid;
}
/*Slideshow*/
#slideshow {
	width: 710px;
	height: 325px;
}
#newsletter {
	width: 710px;
	height: 1004px;
	border: 0px solid #E3EFFB;
}
#slide_nav {
	width: 710px;
	height: 23px;
	background-color: #D6E9F8;
}
.nav_button {
	float: right;
	width: 28px;
	height: 23px;
}
.page_no {
	font-size: 10pt;
	color: #015697;
	margin-top: 5px;
	margin-left: 10px;
}
/*adverts*/
#adverts {
	height: 150px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#ad_right {
	float: right;
	width: 350px;
	height: 150px;
}
.ad_spacer {
	width: 10px;
	height: 150px;
	float: left;
}
#ad_mid {
	float: left;
	width: 350px;
	height: 150px;
}
#ad_left {
	float: left;
	width: 240px;
	height: 150px;
}
/*Treatment page*/
#treatment_text ul {
	margin: 0px 0px 5px 8px;
	padding-left: 20px;
	padding-right: 0px;
	PADDING-TOP: 0px;
}
#treatment_text li {
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.details {
	background-color: #FCEABC;
	border: 1px solid #FBBE5F;
	padding: 10px;
}
.details_full {
	width: 590px;
}
.details_treatment {
	width: 330px;
}
.details_duration {
	width: 100px;
}
.details_cost {
	width: 50px;
}
.details_action {
	width: 60px;
}
.bullets {
}
.bullets a {
	text-decoration: none;
}
.bullets a:hover {
	text-decoration: underline;
}
.reviews {
	width: 690px;
	padding: 10px;
	background-color: #FCEABC;
	border: 1px solid #FBBE5F;
}
.group {
	width: 170px;
	height: 115px;
	float: left;
}
.group_treatment {
	width: 170px;
	height: 50px;
	float: left;
}
.group_box_green {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/green.JPG');
	background-repeat:no-repeat;
	border: 1px solid #ffffff;
	float: left;
}
.group_box_green:hover {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/green.JPG');
	background-repeat:no-repeat;
	border: 1px solid #015697;
	float: left;
}
.group_box_blue {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/blue.JPG');
	background-repeat:no-repeat;
	border: 1px solid #ffffff;
	float: left;
}
.group_box_blue:hover {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/blue.JPG');
	background-repeat:no-repeat;
	border: 1px solid #015697;
	float: left;
}
.group_box_aqua {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/aqua.JPG');
	background-repeat:no-repeat;
	border: 1px solid #ffffff;
	float: left;
}
.group_box_aqua:hover {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/aqua.JPG');
	background-repeat:no-repeat;
	border: 1px solid #015697;
	float: left;
}
.group_box_purple {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/purple.JPG');
	background-repeat:no-repeat;
	border: 1px #ffffff solid;
	float: left;
}
.group_box_purple:hover {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/purple.JPG');
	background-repeat:no-repeat;
	border: 1px solid #015697;
	float: left;
}
.group_box_orange {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/orange.JPG');
	background-repeat:no-repeat;
	border: 1px solid #ffffff;
	float: left;
}
.group_box_orange:hover {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/orange.JPG');
	background-repeat:no-repeat;
	border: 1px solid #015697;
	float: left;
}
.group_box_turquoise {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/turquoise.JPG');
	background-repeat:no-repeat;
	border: 1px solid #ffffff;
	float: left;
}
.group_box_turquoise:hover {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/turquoise.JPG');
	background-repeat:no-repeat;
	border: 1px solid #015697;
	float: left;
}
.group_box_pink {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/pink.JPG');
	background-repeat:no-repeat;
	border: 1px solid #ffffff;
	float: left;
}
.group_box_pink:hover {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/pink.JPG');
	background-repeat:no-repeat;
	border: 1px solid #015697;
	float: left;
}
.group_box_sea {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/sea.JPG');
	background-repeat:no-repeat;
	border: 1px solid #ffffff;
	float: left;
}
.group_box_sea:hover {
	width: 170px;
	height: 50px;
	background-image:url('../images/treatments/sea.JPG');
	background-repeat:no-repeat;
	border: 1px solid #015697;
	float: left;
}
.group_header_text a {
	color: #015697;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14pt;
	text-align: center;
}
.group_header_text a:hover {
	color: #015697;
	font-weight: bold;
	text-decoration: underline;
	font-family: verdana;
	font-size: 14pt;
	text-align: center;
}
.group_text {
	color: #015697;
	font-size: 8pt;
	padding: 5px;
}
.group_h_spacer {
	width: 10px;
	height: 50px;
	float: left;
}
.group_v_spacer {
	width: 710px;
	height: 10px;
	clear: both;
}
.constant {
	width: 230px;
	height: 157px;
	float: left;
}
.constant_box {
	width: 230px;
	height: 157px;
	background-color: #D6E9F8;
	border: 1px solid #015697;;
}
.constant_box:hover {
	width: 230px;
	height: 157px;
	background-color: #FCEABC;
	border: 1px solid #015697;;
}
.constant_header_text a {
	color: #015697;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
.constant_header_text a:hover {
	color: #015697;
	font-weight: bold;
	padding: 5px;
	text-decoration: underline;
}
.constant_text {
	color: #015697;
	font-size: 8pt;
	padding: 5px;
}
/*Admin*/
.form_text_800 {
	margin: 0px;
	width: 800px;
	font-size: 10pt;
}
.edit_header {
	font-size: 10pt;
	font-weight: bold;
	background-color: black;
	color: white;
}
.edit_col1 {
	width: 150px;
	font-size: 10pt;
	vertical-align: top;
	border: 1px #000000 solid;
}
.edit_col2 {
	width: 800px;
	font-size: 10pt;
	border: 1px #000000 solid;
}
/*Sitemap*/
#sitemap {
	width: 710px;
}
.sitemap_text {
	font-size: 8pt;
	text-align: center;
}
/*vouchers*/
.voucher {
	width: 240px;
	height: 150px;
	float: left;
	text-align: center;
	border: 1px #015697 solid;
}
/*tabs*/
#jQueryTabs.ui-tabs .ui-tabs-panel {
	display: block;
	border: 5px solid #015697;
	padding: 1ex 1.4em;
	background: #ffffff;
	font-family: inherit;
	font-size: 10pt/*{fsDefault}*/;
}
/* Component containers
----------------------------------*/
#jQueryTabs .ui-widget {
}
#jQueryTabs .ui-widget-content {
	border: 1px solid #/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/;
	color: #222222/*{fcContent}*/;
}
#jQueryTabs .ui-widget-content a {
	color: #0000ff/*{fcContent}*/;
}
#jQueryTabs .ui-widget-header {
	border: 1px solid #015697/*{borderColorHeader}*/;
	background: #015697/*{bgColorHeader}*/ ;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
	font-family: inherit;
	font-size: 10pt/*{fsDefault}*/;
}
/* Interaction states
----------------------------------*/
#jQueryTabs .ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #D6E9F8/*{bgColorDefault}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #D6E9F8 /*{fcDefault}*/;
}
#jQueryTabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
#jQueryTabs .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121 /*{fcHover} #212121*/;
	font-family: inherit;
	font-size: inherit/*{fsHover}*/;
}
#jQueryTabs .ui-state-hover a, .ui-state-hover a:hover {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
#jQueryTabs .ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
	font-family: inherit;
	font-size: inherit/*{fsSelected}*/;
}
#jQueryTabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}
