/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*body { -behavior:url("/scripts/csshover.htc"); ie6 only  }*/

html, body, .main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main{
	margin: auto;
	width: 960px;
	height: auto;
	background: #fff;
}


.header{
	background: #f00
}

.center{
	display: inline;
	float: left;
	width: 604px;
	margin: 30px 0 30px 45px;
}
.right{
	display: inline;
	float: right;
	/*width: 270px; */
	width: 240px;
	padding-right: 40px;
	margin: 30px 0 30px 0;
	overflow: hidden;
}

.footer{
	height: 50px;
}

.clear{
	clear:both;
	display: block;
	font-size: 0.1px;
}

/*** sticky footer ***/
/**/
html, body{
	height: 100%
}
.basis{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
.footer, .push {
     height: 50px;
}


/********************************************************************************/
body{
	background: #c3dd7e url(../images/bg-body.png) 0 0 repeat-x;
	color: #5d6470;
}


.basis{
	background:url(../images/bg-basis.png) 50% 0 repeat-y;
	/background:url(../images/bg-basis.gif) 50% 0 repeat-y;
}
/*** safari & chrome fixes */
body:nth-of-type(1) .basis{background:url(../images/bg-basis.gif) 50% 0 repeat-y;}
/*** ff > 3.5 */ 
BODY:nth-of-type(1) .basis, x:-moz-any-link, x:default {background:url(../images/bg-basis.png) 50% 0 repeat-y;}

a,a:visited{
	color: #95d9de;
	text-decoration: none;
}
a:hover{
	color: #5d6470;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
	color:#5d6470;
	margin-bottom:10px;
}
h1{	font-size:20px;}
h2{	font-size:16px;}
h3{	font-size:14px;}
h4{	font-size:13px;}
h5{	font-size:12px;}
h6{	font-size:11px;}

p{
	margin: 0 0 15px 0;
	line-height: 18px;
}
b,strong{font-weight:bold}
ul, ol{
	margin: 0 0 15px 0;
}
label{
	font-size: 10px;
	text-transform: uppercase;
}
input.text{
  border: 1px solid #ccc;
}

button{
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.center ul {
	margin:15px 0;
	list-style:none;
}
	.center ul li {
		vertical-align:middle;
		background:url("../images/bullet.png") no-repeat 0 -14px;
		padding:0 0 0 12px;
		margin: 0 0 10px 0;
	}
	.center img{
		padding:3px;
		margin:5px;
		border: 1px solid #6bd1cb;
	}
	
	.center img{
		border:expression(this.getAttribute('border')=='0'?'':'border: 1px solid #6bd1cb');
	}
	.center img[border="0"]{
		border:none;
	}
/*** header ****/
.header{
	width:960px;
	padding: 55px 9px 0 9px;
	margin: auto;
	font-size:0;
	position: relative;
	background: #74ba62 url(../images/bg-header.png) 0 0 no-repeat;
}

.default .header{
	height: 105px;
}
	.header .logo{
	  position: absolute;
	  top: 0; left: 9px;
	}

	/*** menu ***/
	#menu{
		height: 55px;
		position: absolute;
		top: 0;
		left: 239px;
		background: #fff;
		width: 730px;
		z-index:99;
	}
		#menu li{
			float: left;
			padding-bottom: 17px;
			margin: 0 -1px 0 0;
			background: url(../images/bg-menu-item.png) -299px 0 no-repeat;
			position: relative;
		}

			#menu li:hover, #menu li.hover{
				background: #60c5ca;
			}
			
		#menu li a, #menu li span{
			float: left;
			font-size: 12px;
			text-transform:uppercase;
			font-weight: bold;
			color: #95d9de;
			padding: 23px 31px 0 15px;
		}
		#menu li a:hover, #menu li span:hover,#menu li.active:hover a,
		#menu li span.hover, #menu li.hover a{
			text-decoration:none;
			color: #fff !important; 
		}
			#menu li:hover a, #menu li:hover a.active, #menu li:hover span, #menu li:hover span.active,
			#menu li.hover a, #menu li.hover a.active, #menu li.hover span, #menu li.hover span.active{
				color: #fff !important;
				border: none;
			}
			#menu li.hover a{
				border-top:1px solid #90d7da;
			}
		#menu li.active a, #menu li.active span{
			color: #3d6c80;
			text-decoration: none;
			background: url(../images/bg-menu-item.png) 0 0 no-repeat;
		}
		/* level 2 */	
		#menu li ul{
			position: absolute;
			top: 55px; left: 0;
			display: none;
			width: 202px;
		}
		
		#menu li.last ul{left:-57px;}
		
		#menu li:hover ul, #menu li.hover ul{
			display:block;
		}
			#menu li ul li{
				padding: 0;
			}
			#menu li ul li a, #menu li.active ul li a,
			#menu li ul li span, #menu li.active ul li span,
			#menu li ul li.active a{
				padding: 8px 10px;
				background: #60c5ca;
				color: #fff;
				text-transform: none;
				font-size:12px;
				font-weight:normal;
				float: none;
				display: block;
				width: 162px;
				border-top:1px solid #90d7da !important;
			}
			#menu li:hover ul li a,
			#menu li:hover ul li span{
				border-top:1px solid #90d7da;
			}
			#menu li ul li a:hover,#menu li ul li span:hover, #menu li ul li span.hover{background: #3d6c80}

		/* level 3 */
		#menu li:hover ul li ul,#menu li.hover ul li ul{
			display:none;
		}	
		#menu li ul li ul{
			position: absolute;
			top: 0; left: 182px;
			display: none;
			width: 202px;
		}
		#menu li ul li:hover ul, #menu li ul li.hover ul{
			display:block;
		}
		
	.header .line{
		height: 75px; width: 960px;
		position:absolute;
		top: 55px; right: 9px;
		background: #fff;
		filter:alpha(opacity=20);
		-moz-opacity:0.20;
		-khtml-opacity: 0.20;
		opacity: 0.20;

	}
	.header .slogan{
		position:absolute;
		top: 92px; right: 24px;
		color: #fff;
		font-size: 20px;
	}


/*** main ***/
.blocks{
	background: url(../images/bg-three-boxes.jpg) 0 0 no-repeat;
	zoom: 1;
	padding-bottom: 10px;
}
	.blocks .block{
		float:left;
		width:259px;
		padding: 20px 30px;
	}
	.blocks .i1{
		display:inline;
		margin-left:20px;
	}
	.blocks .i3{
		width:220px;
	}
			.blocks .block a:hover{text-decoration: none;}

		.blocks .block h2{
			font-size: 24px;
			color: #fff;
			line-height: 24px;
			padding-bottom: 80px;
		}
			.blocks .block h2 small{
				font-size: 18px;
				font-weight:normal;
			}
		.blocks .block strong{
			color: #60c5ca;
			font-weight: bold;
			font-size: 14px;
		}
.main{
	background: #fff url(../images/bg-top-line.png) 0 0 no-repeat;
}

.title{
	overflow:hidden;
	height: 60px;
}
	.title h1{
		color: #fff;
		font-size:24px;
		float: left;
		padding:20px 0 10px 45px;
		font-weight:bold;
	}
	.title .breadcrumbs{
		display:inline;
		float: right;
		margin: 30px 0 0 0;
		color: #195068;
		text-transform:uppercase;
		font-size:10px;
		overflow: hidden;
	}
		.breadcrumbs li{
			display: inline;
			float:left;
			margin: 0 25px 0 -25px;
			padding: 0 0 0 35px;
			background: url(../images/bullet-bc.png) 16px 4px no-repeat;
		}
		.main .breadcrumbs li a{
			text-transform:uppercase;
			color: #195068;
			text-decoration: underline;
		}

/*** center ***/
.center{
}
.main .center a{ color: #60c5ca}

	.main .submenu{
		border-bottom: 2px solid #eeeff0;
		height: 20px;
		overflow: hidden;
		padding: 0 0 10px 0;
	}
		.main .submenu li{
			float: left;
			background:none;
		}
			.main .submenu li a{
				padding: 0 30px 0 15px;
				text-decoration: underline;
				background: url(../images/bullet.png) 0 5px no-repeat;
			}
			.main .submenu li a:hover, .main .submenu li a.active{
				background: url(../images/bullet.png) 0 -15px no-repeat;
			}
			.main .submenu li a.active{
				font-weight:bold;
				text-decoration: none;
				color:#5d6470;
			}

	.center .contents{
		border-top: 2px solid #eeeff0;
		border-bottom: 2px solid #eeeff0;
		padding-top: 10px;
	}
		.center .contents li{
			padding: 0 0 10px 0;
			background:none;
		}
			.center .contents li a{
				padding: 0 20px 0 0;
				background: url(../images/bullet-more.png) 100% 2px no-repeat;
				text-decoration: underline;
			}
	.item{
		border-bottom: 2px solid #eeeff0;
		padding: 10px 0 5px 0;
	}
		.item h2{
		}
		.item a.top{
			float: right;
			margin:-27px 0 0 0;
		}
		.main .item .more{
			padding-right: 10px;
		}
		
/*** doctors ***/
.doctors{

}
	.doctors .frm{
		border-bottom: 2px solid #eeeff0;
		padding-bottom: 15px;
	}
		.doctors .frm label, .right .frm label{
			display: block;
			padding: 0 0 10px 0;
		}
		.doctors .frm select, .right .frm select{
			text-transform:uppercase;
			font-size: 10px;
		}
	.doctors .item h2{
		float: none;
	}
		.item fieldset{
			padding-bottom:10px;
		}
		.item fieldset label{
			float: left;
			padding: 2px 3px 0 0;
			width: 110px;
		}
		.item fieldset span{
			float: left;
			padding: 2px 3px 0 0;
			width: 485px;
		}

		.center .doctor img{border: none;}
.stuff .item{
	margin: 0 0 15px 0;
}
	.stuff .item img{
		float: left;
		border: none;
		margin: 5px 10px 5px 0;
	}
	.stuff .item h2{
		float: none;
	}

/*** doctor ***/
.doctor{
	
}
	.doctor .info{
		float: left;
		width: 190px;
		overflow: hidden;
	}
		.doctor .info fieldset{
			margin: 10px 0 0 0;
			padding: 10px;
			border-top: 2px solid #eeeff0;
		}
		.doctor .info label{
				padding-bottom: 8px;
				display: block;
			}
	.doctor .descr{
		display:inline;
		float: left;
		width: 395px;
		margin-left: 15px;
	}
	.doctor .back{
		float:right;
	}
	
a.back{
	text-transform: uppercase;
	color:#195068;
	padding: 0 15px 0 0;
	font-size: 10px;
	background: url(../images/bg-link-back.png) 100% 1px no-repeat;
}

/*** contacts ***/
.contacts{
}
	.contacts th{
		padding: 5px 0;
	}
	.contacts th.col1{
		width: 370px;
	}
	
	.contacts td{
		vertical-align:top;
	}
		.contacts td fieldset{
			height: 25px;
		}
		.contacts td fieldset label{
			float: left;
			padding: 2px 0 0 0;
			width: 148px;
		}
	.main .contacts td a{
		text-decoration: underline;
	}
/*** right ***/
.right, .banners_banner{
	text-align: right;
}
	
	.banners_block_links,
	.banners_block_brochures,
	.right .text_banner,
	.box{
		margin: 0 0 10px 0;
		background:#def8ed;
		width:222px;
		padding: 15px 0 0 18px;
		text-align: left;
		overflow: hidden;
	}
	.banners_block_banners{
		text-align:left;
		margin: 0 0 10px 0;
		/*width:222px;*/
		padding: 15px 0 0 0;
	}
		.box h2, .banners_block_links h2, .banners_block_brochures h2, .text_banner h2{
			color: #fff;
			font-size: 24px;
			padding: 0 0 12px 0;
			line-height: 22px;
		}
		.box h2 small, .banners_block_brochures h2 small{
			font-weight: normal;
		}
		.banners_block_brochures h5{
			margin-bottom: 1px;
		}
		
		.right .child{ background:#def8ed url(../images/bg-box-child.jpg) 0 0 no-repeat; height: 95px;}
		.right .meet{ background:#def8ed url(../images/bg-box-meet.jpg) 0 0 no-repeat; height: 95px;}
		.right .info{ background:#def8ed url(../images/bg-box-info.png) 0 0 no-repeat; height: 95px;}
		.right .frm{ background:none; height: 50px; padding: 0;}
		
		.right .links, .banners_block_links,
		.right .banners_block_brochures,
		.right .text_banner{
			background:#def8ed url(../images/bg-box-links.png) 0 0 no-repeat;
			padding: 0;
			width: 240px;
		}
		.right .banners_block_brochures{
			background:#def8ed url(../images/bg-box-downloads.png) 0 0 no-repeat;
		}
			.right .links .inner,
			.banners_block_links .banner_links,
			.right .banners_block_brochures .inner,
			.right .text_banner_inner{
				background: url(../images/bg-box-links-b.png) 0 100% no-repeat;
				width: 222px;
				padding: 15px 0 10px 18px;
			}
			.right .links ul{
				margin: 0 0 0 10px;
				padding: 0 0 2px 0;
				overflow: hidden;
			}
			.right .links ul li, .right .banner_links .banner_links_rows{
				background: url(../images/bullet.png) 0 6px no-repeat;
				padding: 0 0 0 12px;
				margin-bottom: 8px;
			}
			.right .links ul li a, .right .banner_links  .banner_links_rows a{
				text-transform: uppercase;
				font-size: 10px;
				color:#195068;
				padding: 0 1px;
			}
			.right .links ul li a:hover, .banner_links  .banner_links_rows a:hover{
				background: #60c5ca;
				text-decoration:none;
				color:#fff;
			}
		
			.right .downloads ul li, .right .banners_block_brochures .banner_brochure{

				margin-bottom: 10px;
			}
				.right .downloads ul li a, .right .banners_block_brochures .banner_brochure a
				{
					color: #195068;
					text-decoration:underline;	
					background: url(../images/bullet-download.png) 0 2px no-repeat;
					padding: 0 0 0 16px;
				}
		.right .contact-frm{
			background:#def8ed url(../images/bg-box-form.png) 0 0 no-repeat;
			padding: 0;
			width: 270px;
		}
			.right .contact-frm .inner{
				background: url(../images/bg-box-form-b.png) 0 100% no-repeat;
				width: 252px;
				padding: 15px 0 5px 18px;
			}
			.contact-frm h2{
				margin-bottom: 0;
			}
			.contact-frm fieldset{
				margin: 0 0 10px 0;
			}
				.contact-frm label{
					padding: 0 0 3px 14px;
					background:url(../images/bullet.png) 2px 5px no-repeat;
					display: block;
					
				}
				.contact-frm input.text, .contact-frm textarea{
					margin: 0 0 0 15px;
					width: 210px;
					border: 1px solid #60c5ca;
					font-family:Arial, Helvetica, sans-serif;
					font-size: 12px;
				}
			.contact-frm fieldset button{
				margin-left: 12px;
			}
	.more, .main .right .more{
		text-transform: uppercase;
		color:#195068;
		padding: 0 15px 0 0;
		font-size: 10px;
		background: url(../images/bg-link-more.png) 100% 1px no-repeat;
	}
	.main .more:hover{
		background-position: 100% -18px;
		color: #fff;
		text-decoration: none;
	}
	.main a.top{
		text-transform: uppercase;
		color:#adb3be;
		padding: 0 20px 0 0;
		font-size: 10px;
		background: url(../images/bg-link-top.png) 100% 1px no-repeat;
	}
	a.top:hover{
		background-position: 100% -18px;
		color: #fff;
		text-decoration: none;
	}


/*** .footer ***/
.footer{
	background: #8fdbc8;
	height: 50px;
	position:relative;
	color: #195068;
}
	.footer .inner{
		width:939px; height:40px;
		padding: 20px 20px 0 20px;
		position:absolute;
		top:-10px; left: 50%;
		background: url(../images/bg-footer.png) 0 0 no-repeat;
		margin-left: -489px;
		/margin-left: -490px;
		-margin-left: -489px;
	}
		.footer .copy{
		  float: left;
		  width: 285px;
		  padding: 5px 0 0 30px;
		  font-size:11px;
		}
			.footer .copy a{
				color: #195068;
				font-weight:bold;
			}
		.footer .phone{
			float: left;
			width: 152px;
			background: url(../images/icon-phone.png) 0 2px no-repeat;
			font-size: 16px;
			padding: 0 0 0 18px;
		}
		.footer a.mail{
			float: left;
			background: url(../images/icon-mail.png) 0 1px no-repeat;
			padding: 2px 0 0 20px;
			color: #60c5ca;
			text-decoration: underline;
		}
			.footer .mail:hover{
				text-decoration:none
			}
		.footer .redalto{
			display:inline;
			float: right;
			margin: 5px 85px 0 0;
		}



/* +++++++++ QT hacks (http://realdev1.realise.com/rossa/rendertest/quicktime.html) +++++++++++++++ */
/* hides the second object from all versions of IE */
* html object.mov {display: none;}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {display: inline;}
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {display/**/: none;}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

		#menu li, #menu li span{
			-scrollbar-face-color: expression(
			    runtimeStyle.scrollbarFaceColor = '#fff',
			    onmouseover = function() {this.className += ' hover'},
			    onmouseout = function() {this.className = this.className.replace(/ hover/g, '')}
			  );
		}
