* {
	margin: 0;
	padding: 0;
}

/* @group Hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	color: #555;
	background: #eaecfe;
	font: 14px "Helvetica Neue", Helvetica, Geneva, sans-serif; 
}

a img {
	border: none;
}

img {
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #610986;
}

a:hover {
	color: #135293;
}

#container, #footer {
	width: 900px;
	margin: 0 auto 0;
}

#container {
}


/* @group Header */

#header {
	position: relative;
	height: 180px;
	border: 1px solid #fff;
	background: #fff url(../img/headerbg.gif) no-repeat;
}

#header .logo {
	position: absolute;
	top: 40px;
	left: 20px;
}

#header img.page {
	display: block;
	float: right;
}



/* @end */

#content {
	position: relative;
	margin-top: 40px;
	padding: 20px;
	text-align: justify;
	background-color: #fff;
}

#maincol,
#subcol,
#more {
	width: 400px;
	/*background: #fcc;*/
}

#subcol {
	margin-bottom: 130px;
}

#subcol.short {
	margin-bottom: 0;
}

p {
	margin: .3em 0 .2em;
	line-height: 1.2em;
}

ul {
	list-style: circle;
	margin: .3em 2em .2em;;
}

h1, h2, h3 {
	margin: .6em 0 .3em;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 1.7em;
}

h2 {
	color: #465f92;
	font-size: 1.3em;
}

div.intro {
	font-size: 1.2em;
	line-height: 1.5em;
}

div.intro p {
	margin: .4em 0;
}

a.more {
	display: block;
	padding: .5em;
	text-align: right;
	font-size: 1.5em;
	font-style: italic;
}

ul.procedures {
	margin: 0;
	list-style: none;
}

ul.procedures li {
	margin-bottom: 20px;
}

#footer {
	font-size: 10px;
}

#footer,
#footer a {
	color: #777;
}

#footer p {
	padding: .5em 1em;
}

#footer p.center {
	clear: both;
	text-align: center;
}

#menu {
	position: absolute;
	top: -20px;
}

#menu ul {
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #fff;
}

#menu ul ul, #menu ul li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#menu ul a:link,
#menu ul a:visited {
float: left;
line-height: 14px;
margin: 0 20px 4px 20px;
text-decoration: none;
color: #555;
}

#menu ul .current a:link, #menu ul .current a:visited, #menu ul a:hover
{
border-bottom: 4px solid #465f92;
padding-bottom: 2px;
background: transparent;
color: #465f92;
}

#menu ul a:hover { color: #465f92; }


div.notice {
	margin: 1em .5em;
}

.notice {
	color: #999;
	font-size: .85em;
	font-style: italic;
}

table.price {
	width: 100%;
}

table.price,
table.price th,
table.price td {
	padding: .3em .5em;
	font-size: .9em;
	border: 1px solid #999;
	border-collapse: collapse;
}

table.price thead th {
	font-size: 1.1em;
	color: #fff;
	background-color: #465f92;
}

table.price thead th,
table.price td {
	text-align: center;
}

table.price thead th.title {
	text-align: left;
}

table.price tbody th {
	text-align: left;
	color: #333;
	background: #ddd;
}

table.price tbody td {

}

img.left {
	margin: 0 1em .5em 0;
}

img.right {
	margin: 0 0 .5em 1em;
}

ul.gallery {
	list-style: none;
}

ul.gallery li {
	margin: 1em;
	text-align: center;
}

ul.gallery img {
	display: block;
	margin: 0 auto;
}

p.address {
	text-align: center;
}

form.form {
	text-align: left;
	font-size: .9em;
}

form.form label,
form.form input,
form.form select,
form.form textarea {
	display: block;
}

form.form input,
form.form select,
form.form textarea {
	margin-bottom: 1em;
}

form.form label.box,
form.form input.box, {
	display: inline;
}

form.form fieldset {
	margin: 0 0 1.3em;
	padding: 1em;
	border: 1px solid #b6d8ec;
	border-width: 1px 0 0;
	background-color: #e3f3ff;
}


#header a.promo,
#header a.callback,
#header img.callus {
	display: block;
	position: absolute;
}

#header a.promo {
	bottom: -15px;
	left: 550px;
}

#header a.callback {
	bottom: -30px;
	left: -50px;
}

#header img.callus {
	bottom: 30px;
	left: 280px;
}

div.testimonial {
	margin: 1em;
	padding: 1em;
	background-color: #e3f3ff;
	border: 1px solid #b6d8ec;
}

#more {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#more a.clinic {
	display: block;
	float: right;
	margin-left: 10px;
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#subcol a.promo {
	display: block;
	margin-bottom: 1em;
}

#map {
	width: auto;
	height: 350px;
}