﻿body {
	margin: 0;
	font-family: Verdana;
}
p	{
	margin-top:0px;font-size:9pt;
	text-align:justify;
}
h1{
	font-family:"Trebuchet MS";
	font-size:18pt;
	color: #369FD4;
	margin-top:0px;
	font-weight:lighter;
	text-transform:lowercase;
}
.not_lower	{
	text-transform:inherit;
}
h2 {
	font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 5px;
	margin-bottom: 0px;
}
h3 {
	font-family:"Trebuchet MS";
	font-size: 11pt;
	color: #369FD4;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:capitalize;
}
h4 {
	font-family:"Trebuchet MS";
	font-size: 14pt;
	color: #000000;
	text-transform: uppercase;
	margin-left: 3px;
	margin-bottom: 0px;
}
.offer_text	{
	font-size:10pt;
	color:#34325A;
}
.offer_text a	{
	text-decoration:none;
	color:#34325A;
}
.offer_text a:hover	{
	text-decoration:none;
	color:#369FD4;
}
.small_title {
	font-size: 12pt;
}

.centre {
	text-align: center;
}
.warning	{
	color:red;
}
ul li	{
	font-size:10pt;
}
#main {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}
#landing_image {
	width: 255px;
	float: left;
}
#content {
	width: 656px;
	min-height:341px;
	float: right;
}
#content_left{
	width: 395px;
	float: left;
}
#inner_content {
	width: 600px;
	float: left;
}
.scroll	{
		height:440px;
		overflow-y:scroll;
}
#panel {
	width: 208px;
	float: left;
}
#panel_right {
	width: 208px;
	float: right;
}
#content_full {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}
.no_border {
	border: none;
}
.side_image {
	float: right;
	margin-left:10px;
}
.left	{
	float: left;
	margin:10px;
	
}
#img_consultation {
	position: relative;
	top: 17px;
}
.background_treatment	{
	background-image:url('../images/backgrounds/treatments.jpg');
	background-repeat:no-repeat;
}
.background_bookonline	{
	background-image:url('../images/backgrounds/book_online.jpg');
	background-repeat:no-repeat;
}
.blue 	{
	color:#666666;
}
.blue_light 	{
	color:#2A194F;
}
.blue_dark 	{
	color:#0066CC;
}
.small	{
	font-size:8pt;
}
.clear	{
	clear:both;
	height:5px;
	}
.clear20	{
	clear:both;
	height:20px;
	}	
.margin_right_5	{
	margin-right:5px;	
}