@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #d0edf8;
	background-image: url(../images/global/body_bg.jpg);
	background-repeat: repeat-x;
  font-family: Century Gothic, Apple Gothic, sans-serif;
	color: #36445c;
}


ul, ol {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

p {
	font-size: .9em;
}

h1 {
  padding-bottom: 0.2em;
  font-size: 1.6em;
  color: #63779c;
  border-bottom: 12px solid #a0badb;
}

h2 {
  padding-bottom: 0.2em;
  font-family: Century Gothic, Apple Gothic, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  color: #63779c;
  border-bottom: 12px solid #a0badb;
}

h3 {
  font-family: Century Gothic, Apple Gothic, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  color: #63779c;
}

h4 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #63779c;
}

h5 {
  color: #63779c;
}

h6 {
  color: #63779c;
}

html {
	padding-bottom: 20px;
}

a:link, a:visited {
	color: #4272b8;
	text-decoration: none;
}

a:hover {
	color: #8cd1f4;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/global/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#left_side {
	width: 210px;
	float: left;
	padding: 390px 20px 0 20px;
	background-image: url(../images/global/left_side_bg.jpg);
	background-repeat: no-repeat;
}

#right_side {
	width: 610px;
	float: right;
	padding: 0 30px 0 10px;
	background-image: url(../images/global/right_side_bg.jpg);
	background-repeat: no-repeat;
}

#right_side_header {
	width: 650px;
	height: 210px;
	float: right;
	background-image: url(../images/global/right_side_header_bg.jpg);
	background-repeat: no-repeat;
}

#right_side_header h1, #right_side_header h2 {
	margin-left: -10000px;
	border: none;
}

#main {
	width: 400px;
}

#footer {
	clear: both;
	font-size: 80%;
	background-color: #d0edf8;
	background-image: url(../images/global/footer_bg.jpg);
	background-repeat: no-repeat;
	padding: 60px 20px 0 20px;
	text-align: right;
	zoom: 1;
}

.error {
	color: #e13325;
}

/* --------------- NAVIGATION --------------- */

#navigation {
	width: 210px;
}

#navigation ul {
	list-style: none;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.3em 0 0.3em 0.5em;
	background-color: #fff;
	background-image: url(../images/global/nav_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #a0badb;
	color: #63779c;
	text-decoration: none;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
	background-image: url(../images/global/subnav_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#navigation li a.this_page:link, #navigation li a.this_page:visited {
	background-position: bottom right;
}

#navigation li a:hover {
	color: #8cd1f4;
}

#navigation ul ul {
	padding-left: 1em;
}

/* --------------- IMAGES --------------- */

div.image_right {
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #d5ecf9;
	background-color: #fff;
}

/* --------------- TREATMENTS --------------- */

table.treatments {
	width: 400px;
	border-collapse: collapse;
}

tr.treatment td {
	border-bottom: 1px solid #a0badb;
	padding: 5px 0 5px 0;
}

tr.treatment td.description {
	padding-right: 10px;
}

tr.treatment ul {
	color: #36445c;
	font-size: .8em;
	margin-left: 2em;
}

tr.treatment p {
	font-size: .75em;
}

tr.treatment td.description h3 {
	font-family: "Lucida Grande", "Arial Narrow", Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

tr.treatment td.price {
	width: 120px;
	border-left: 1px dotted #a0badb;
	text-align: center;
}

tr.treatment td.price p {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 0;
	color: #a0badb;
}

tr.treatment td.price p.price_details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #36445c;
}

.clearfloat {
	clear: both;
}

img.splash {
	margin-bottom: 20px;
}

#photos {
	background-color: #eef7fd;
	float: right;
	width: 200px;
}

#photos img {
	margin-bottom: 5px;
}

div.caption {
	background-color: #e1eef9;
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: .63em;
	margin-bottom: 10px;
	padding: 5px;
}

/* --------------- CONTACT --------------- */

fieldset {
	float: left;
	clear: both;
	width: 99.5%;
	margin: 0 0 1em 0;
	padding: 0 0 .5em 0;
	border: 2px solid #d5ecf9;
	background-color: #d5ecf9;
	background-image: url(../images/form/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend {
	margin-left: 1em;
	padding: 0;
	color: #63779c;
	font-weight: bold;
}

.fieldset_element {  
	margin: .5em 1em .75em 1em;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em;  
	background-color: transparent;
	background-image: none;
}

label {  
	display: block;
	margin-bottom: .25em;
	color: #333333;
	font-size: .8em;
}

#first_name {
	color: #385590;
	font-size: .8em;
	background-color: #eef7fd;
	border: 1px solid #a0badb;
}

#last_name {
	color: #385590;
	font-size: .8em;
	background-color: #eef7fd;
	border: 1px solid #a0badb;
}

#email_address {
	color: #385590;
	font-size: .8em;
	background-color: #eef7fd;
	border: 1px solid #a0badb;
}

#phone_number {
	color: #385590;
	font-size: .8em;
	background-color: #eef7fd;
	border: 1px solid #a0badb;
}

#message {
	color: #385590;
	font-size: 1em;
	background-color: #eef7fd;
	border: 1px solid #a0badb;
}


span.required {
	color: #f89927;
}
