/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{background:#dcdcdc}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,fieldset,legend,select,p,blockquote,fieldset,img{border:0}address,caption,cite,code,dfn,em,input,optgroup,option,select,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
html,
body{
	height:100%;
}
body{
	margin:0;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#565656;
	min-width:1000px;
	background:#dcdcdc;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
img{border-style:none;} 
a{
	text-decoration:underline;
	color:#b92c92;
}
a:hover{text-decoration:none;}
a:active{background-color:transparent;}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input[type="image"]{padding:0;border:none;}
input[type=text], input[type=password], input[type=file], input[type=submit], textarea{-webkit-appearance:none;}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
	padding:0;
	border:0;
}
[type="submit"]:hover,
[type="button"]:hover{
	cursor:pointer;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
img.placeholder{
	display:block;
}
#wrapper{
	width:100%;
	display:table;
	height:100%;
}
.w1{
	display:table-row;
	width:100%;
}
.w2{
	width:100%;
	position:relative;
	overflow:hidden;
	padding:0 0 30px;
}
#header{
	width:100%;
	background:#333;
	padding:36px 0 0;
	color:#fff;
}
.header-holder{
	width:923px;
	margin:0 auto;
}
.header-holder:after{
	content:'';
	display:block;
	clear:both;
}
.logo{
	width:173px;
	height:121px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 0 39px;
}
.logo a{
	display:block;
	height:100%;
}
.header-section{
	float:right;
	max-width:700px;
}
.contact-box{
	overflow:hidden;
	padding:15px 0 1px 57px;
	margin:0 0 38px auto;
	background:url(../images/bg-contact-box.png) no-repeat;
	font-size:17px;
	line-height:21px;
	display:table;
}
.contact-box .phone{
	font-size:21px;
	display:block;
	overflow:hidden;
}
.contact-box .phone span{
	float:left;
}
.contact-box a{
	display:inline-block;
	vertical-align:top;
	color:#b9b9b9;
}
.contact-box a:hover{
	color:#fff;
}
.nav-bar{
	width:100%;
}
.nav-bar:after{
	content:'';
	display:block;
	clear:both;
}
#nav{
	float:left;
	position:relative;
	margin:0;
	padding:17px 0px 0 23px;
	min-height:51px;
	list-style:none;
	font-size:16px;
	line-height:20px;
	background:#161616;
}
#nav:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:url(../images/bg-nav.png) no-repeat;
	width:7px;
	height:100%;
}
#nav:before{
	content:'';
	position:absolute;
	left:100%;
	top:0;
	width:9999px;
	height:100%;
	background:#161616;
}
#nav > li{
	float:left;
	position:relative;
	margin:0 0 0 17px;
}
#nav > li > a{
	float:left;
	position:relative;
	padding:7px 8px 0;
	min-height:44px;
	color:#fff;
	text-decoration:none;
}
#nav > li > a:after,
#nav > li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:4px;
	height:4px;
	background:url(../images/bg-nav-h.png) no-repeat;
	display:none;
}
#nav > li > a:after{
	left:auto;
	right:0;
	background-position:100% 0;
}
#nav > .hover > a,
#nav > .active > a{
	background:#333;
}
#nav > .hover > a:after,
#nav > .hover > a:before,
#nav > .active > a:after,
#nav > .active > a:before{
	display:block;
}
#nav > .hover {position:relative;}
#nav > .hover .drop {display:block;}
#nav .drop{
	position:absolute;
	left:0;
	top:100%;
	z-index:100;
	display:none;
}
#nav .drop .b{
	display:block;
	overflow:hidden;
	height:5px;
}
#nav .drop .l{
	float:left;
	width:5px;
	height:5px;
	background:url(../images/bg-drop.png) no-repeat;
}
#nav .drop .r{
	display:block;
	overflow:hidden;
	height:5px;
	background:url(../images/bg-drop.png) 100% -15px no-repeat;
}
#nav ul{
	overflow:hidden;
	margin:0;
	padding:5px 10px 0;
	min-width:69px;
	list-style:none;
	font-size:12px;
	line-height:16px;
	white-space:nowrap;
	background:#333;
}
#nav ul li{
	position:relative;
	overflow:hidden;
	padding:4px 0;
	border-top:1px solid #545454;
}
#nav ul li:first-child{
	border-top:none;
}
#nav ul a{
	text-decoration:none;
	color:#ababab;
}
#nav ul a:hover{
	color:#fff;
}
#nav .right-side .drop{
	left:auto;
	right:0;
}
.slideshow-section{
	width:100%;
	overflow:hidden;
	position:relative;
	background:#eae9ed;
	height:302px;
	margin:0 0 11px;
}
.slideshow {
	width:1003px;
	margin:0 auto;
	position: relative;
	height: 302px;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow .info-box{
	position:absolute;
	left:42px;
	bottom:31px;
}
.slideshow .image{
	display:inline-block;
	vertical-align:bottom;
	margin:0 2px 0 0;
}
.slideshow .text-box{
	display:inline-block;
	vertical-align:bottom;
	margin:0 0 34px;
	font-size:18px;
	line-height:20px;
	color:#fff;
	width:371px;
}
.slideshow .text-box:after,
.slideshow .text-box:before{
	content:'';
	display:block;
	width:361px;
	height:6px;
	margin:0 0 0 auto;
	background:url(../images/bg-text-box-1.png) no-repeat;
}
.slideshow .text-box:after{
	background-position:0 100%;
}
.slideshow .text-box .holder{
	overflow:hidden;
	padding:11px 10px 12px 30px;
	background:url(../images/bg-text-box-2.png) 0 50% no-repeat;
}
.slideshow .text-box p{
	margin:0;
}
.slideshow .pagination{
	position:absolute;
	left:90px;
	bottom:20px;
	z-index:100;
}
.slideshow .pagination ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideshow .pagination ul li{
	float:left;
	margin:0 19px 0 0;
}
.slideshow .pagination ul a{
	display:block;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/gallery-sprite.png) -34px -4px no-repeat;
}
.slideshow .pagination ul a:hover,
.slideshow .pagination ul .active a{
	background-position:-34px -27px;
}
.slideshow .btn-pause,
.slideshow .btn-play{
	position:absolute;
	left:56px;
	bottom:18px;
	width:17px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/gallery-sprite.png) no-repeat;
	z-index:100;
}
.slideshow .btn-play{
	background-position:100% 0;
}
.slideshow .btn-pause:hover{
	background-position:0 100%;
}
.slideshow .btn-play:hover{
	background-position:100% 100%;
}
.autorotation-active .btn-play{
	display:none;
}
.autorotation-disabled .btn-pause{
	display:none;
}
.section-box{
	overflow:hidden;
	width:923px;
	margin:0 auto 24px;
	font-size:13px;
	line-height:16px;
}
.section-box .col{
	float:left;
	width:307px;
	margin:0 0 0 1px;
}
.section-box .col:first-child{
	margin:0;
}
.section-box h2{
	font-size:27px;
	line-height:34px;
	font-weight:normal;
	margin:0 0 19px;
	text-align:center;
}
.section-box h2 a{
	display:inline-block;
	vertical-align:top;
	padding:7px 0 0 40px;
	color:#850d70;
	background:url(../images/bg-heading-01.png) no-repeat;
}
.section-box h2 a:hover{
	color:#333;
}
.section-box .box{
	overflow:hidden;
	position:relative;
	padding:0 0 35px;
	background:#fff;
}
.section-box .box:after,
.section-box .box:before{
	content:'';
	display:block;
	height:9px;
	background:url(../images/bg-box-t.png) no-repeat;
}
.section-box .box:after{
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/bg-box-b.png) no-repeat;
	width:100%;
	height:35px;
}
.section-box .box > .holder{
	position:relative;
	z-index:10;
	padding:15px 5px 15px 20px;
}
.section-box .box > .holder:after{
	content:'';
	display:block;
	clear:both;
}
.section-box p{
	margin:0 0 9px;
}
.links-list{
	margin:0 0 15px 3px;
	padding:0;
	list-style:none;
	overflow:hidden;
	background:url(../images/bullet-01.png) no-repeat;
}
.links-list li{
	overflow:hidden;
	padding:0 0 4px 25px;
	background:url(../images/bullet-01.png) no-repeat;
}
.links-list a{
	color:#333;
	text-decoration:none;
}
.links-list a:hover{
	color:#b92c92;
	text-decoration:underline;
}
.map-box{
	display:block;
	width:283px;
	height:268px;
	position:relative;
	margin:25px 0 -38px -8px;
}

.map-box2{
	display:block;
	width:281px;
	height:268px;
	position:relative;
	margin:25px 0 -38px -8px;
	border: solid thin #c7c3bc;
}

.map-box .mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/map-mask.png) no-repeat;
	display:none;
}
.map-box:hover .mask{
	display:block;
}
.doctors-block{
	padding:0;
	list-style:none;
	position:relative;
	width:307px;
	height:400px;
	margin:-30px 0 -51px -20px;
	overflow:hidden;
	
}
.doctors-block .block{
	position:absolute;
	left:0;
	top:0;
	width:140px;
	height:140px;
	overflow:hidden;
	text-decoration:none;
}
.doctors-block .block img{
	vertical-align:top;
}
.doctors-block .text-box{
	position:absolute;
	width:140px;
	height:140px;
	left:0;
	top:0;
	font-size:13px;
	line-height:15px;
	color:#fff;
	text-align:center;
	background:url(../images/bg-text-box.png) no-repeat;
	display:none;
	text-decoration:none;
}
.doctors-block .block.hover{
	z-index:5;
}
.doctors-block .block.hover .text-box{
	display:block;
	text-decoration:none;
}
.doctors-block .text-box .text-holder{
	display:table-cell;
	vertical-align:middle;
	width:130px;
	height:140px;
	padding:0 5px;
}
.doctors-block .text-box .name{
	display:block;
	font-weight:bold;
}
.doctors-block .text-box p{
	margin:0;
}
.section-box .contact-box{
	margin:3px 0 0 56px;
	background:url(../images/bg-contact-box-1.png) no-repeat;
	color:#333;
}
.section-box .contact-box a{
	color:#6c6c6c;
}
.section-box .contact-box a:hover{
	color:#000;
}
#main{
	width:923px;
	margin:0 auto;
	overflow:hidden;
}
#content{
	float:left;
	width:581px;
	padding:0 10px 0 16px;
	text-align:justify;
}
#content .heading{
	width:607px;
	overflow:hidden;
	margin:0 0 15px -16px;
	background:#eaeaea;
}
#content .heading:after,
#content .heading:before{
	content:'';
	display:block;
	width:607px;
	height:9px;
	background:url(../images/bg-heading-02.png) no-repeat;
}
#content .heading:after{
	background-position:0 100%;
}
#content h1{
	font-size:25px;
	line-height:30px;
	font-weight:normal;
	color:#b92c92;
	margin:0;
	padding:9px 16px 6px;
	overflow:hidden;
}
#content h2{
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	color:#b92c92;
	margin:0 -10px 24px 0;
	padding:0 10px 9px 0;
	border-bottom:1px solid #c8c8c8;
	overflow:hidden;
}
#content h1 span,
#content h2 span{
	float:left;
}
#content p{
	margin:0 0 14px;
}
#content ul{
	margin:0 0 25px 18px;
	padding:23px 0 0;
	font-size:12px;
	line-height:14px;
	list-style:none;
}
#content ul li{
	overflow:hidden;
	padding:0 0 6px 25px;
	background:url(../images/bullet-01.png) no-repeat;
}
.submit-form{
	width:398px;
	font-size:12px;
	line-height:16px;
	margin:0 0 20px -17px;
}
.submit-form .row{
	width:100%;
	padding:0 0 10px;
}
.submit-form:after,
.submit-form .row:after{
	content:'';
	display:block;
	clear:both;
}
.submit-form label{
	float:left;
	width:80px;
	margin:10px 3px 0 0;
}
.submit-form input[type="text"]{
	margin:0;
	padding:0 13px;
	background:#fff;
	border:1px solid #bbb;
	width:287px;
	height:35px;
	font-size:12px;
	line-height:35px;
	float:left;
	outline:none;
}
.submit-form input[type="submit"]{
	display:block;
	margin:-2px 0 0 auto;
	padding:0;
	border:none;
	background:#c551a5 url(../images/btn-submit.png) no-repeat;
	font:13px/16px Arial, Helvetica, sans-serif;
	cursor:pointer;
	color:#fff;
	width:102px;
	height:26px;
}
.submit-form input[type="submit"]:hover{
	cursor:pointer;
	background-position:0 100%;
	background-color:#000;
}
.back-to-top{
	width:923px;
	margin:0 auto;
	padding:86px 0 10px 166px;
	overflow:hidden;
	text-align:center;
}
.btn{
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size:13px;
	line-height:25px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:0 18px 1px;
	background:#c655a7 url(../images/btn.png) 50% 0 no-repeat;
}
.btn:after,
.btn:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:12px;
	height:26px;
	background:url(../images/btn.png) 0 -37px no-repeat;
}
.btn:after{
	left:auto;
	right:0;
	background-position:-33px -37px;
}
.btn:hover{
	background-position:50% -132px;
	background-color:#000;
}
.btn:hover:after{
	background-position:-33px -174px;
}
.btn:hover:before{
	background-position:0 -174px;
}
#sidebar{
	float:right;
	width:307px;
}
#sidebar .section-box{
	width:auto;
	margin:0;
}
#sidebar .box{
	margin:0 0 22px;
}
#footer {
	width:100%;
	overflow:hidden;
	display:table-footer-group;
}
.get-email-form{
	overflow:hidden;
	padding:17px 7px 0 10px;
	margin:0 0 20px;
	border-top:1px solid #c8c8c8;
}
.get-email-form .holder{
	float:right;
	width:160px;
	height:30px;
	background:#cdcdcd url(../images/bg-get-mail-form.png) no-repeat;
}
.get-email-form input[type="submit"]{
	margin:3px 3px 0 0;
	padding:0;
	border:none;
	background:#b92c92 url(../images/bg-get-mail-form.png) 0 -36px no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	float:right;
	width:30px;
	height:24px;
}
.get-email-form label{
	display:block;
	overflow:hidden;
	text-transform:uppercase;
	color:#7b7b7b;
	font-size:13px;
	line-height:16px;
	padding:9px 0 0;
}
.get-email-form label span{
	float:left;
}
.get-email-form input[type="text"]{
	margin:0;
	padding:0 0 0 10px;
	background:none;
	border:none;
	width:115px;
	height:30px;
	font-size:12px;
	line-height:30px;
	color:#515151;
	outline:none;
}
#footer .footer-holder {
	width:100%;
	display:table-row;
	padding:20px 0;
	background:#b92c92;
}
.footer-frame{
	width:923px;
	margin:0 auto;
	overflow:hidden;
	padding:30px 0 32px;
}
#footer .logo{
	background:url(../images/logo-2.png) no-repeat;
	height:130px;
	width:178px;
	float:none;
	display:block;
	margin:0 auto;
}
.footer-frame a{
	color:#fff;
	text-decoration:none;
}
.footer-frame a:hover{
	text-decoration:underline;
}
.navigation{
	margin:0;
	padding:57px 0 0;
	list-style:none;
	float:left;
	max-width:320px;
	font-size:13px;
	line-height:16px;
}
.navigation.alignright{
	float:right;
}
.navigation li{
	float:left;
	padding:9px 0 9px 46px;
	background:url(../images/separator-01.png) 6px 50% no-repeat;
}
.navigation li:first-child{
	padding-left:0;
	background:none;
}
#footer .bar{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-footer-bar.png) 50% 0 no-repeat;
	min-height:92px;
}
#footer .bar > .holder{
	width:923px;
	overflow:hidden;
	margin:0 auto;
	padding:15px 0;
	font-size:11px;
	line-height:15px;
	color:#979797;
	text-align:right;
}
#footer .bar p{
	margin:0;
}
#footer .bar a{
	color:#979797;
	text-decoration:none;
}
#footer .bar a:hover{
	text-decoration:underline;
}
.formed {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border: 1px solid #CCC;
}
.button {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #b92c92;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.menu_simple ul {
	padding: 0;
	width: 100%;
	list-style-type: none;
	margin-bottom: 14px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;

}

.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #b92c92;
    display:block;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #cc50aa;
}
