*{
	margin:0;
	padding:0;
}
body{
	font:75% Arial, Helvetica, sans-serif;
	color:#000;
}
html, body{
	height:100%;
}
h1{
	font:200% Arial, Helvetica, sans-serif;
	margin:0 0 17px;
	color:#000;
}
.sidebar h1{
	margin-bottom:14px;
}
h2{
	font:175% Arial, Helvetica, sans-serif;
	margin:0 0 9px;
	padding-top:4px;
	color:#000;
}
h3{
	font:150% Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	padding-top:6px;
	color:#000;
}
h4{
	font:150% Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	color:#000;
}
h5{
	font:bold 100% Arial, Helvetica, sans-serif;
	margin:0 0 1em 0;
	color:#355ba4;
}
p{
	margin:0 0 0.85em 0;
	line-height:18px;
}
table{
	font-size:100%;
	border-collapse:collapse;
}
td{
	vertical-align:top;
}
img{
	border: 0;
}
input, select, textarea{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color:#000;
	padding:1px 5px;
}
input.button{
	color:#000;
	cursor:pointer;
	border:1px solid #d4d0c8;
}
input.checkbox{
	border: none;
	vertical-align: middle;
}
a{
	color:#397ec1;
	text-decoration:underline;
}
a:hover{
	color:#397ec1;
	text-decoration:none;
}
/*a:visited{
	color:#515a8e;
}*/
ul{
	margin:0 0 1.7em 0;
	list-style:outside;
	list-style-type:none;
}
ol{
	margin:0 0 1.75em 15px;
	list-style-position:outside;
	list-style-type:decimal;
}
li ul, li ol{
	margin-bottom: 0.6em;
}
ol li{
	line-height:18px;
	margin-bottom:0.4em;
}
ul li{
	line-height:18px;
	margin-bottom:0.4em;
	background:url(/img/dot.gif) no-repeat left 8px;
	padding-left:10px;
}
/* common classes */

.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%;}

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.red { color: #ff0000; }
.blue { color: #0000ff; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 115%; }
.small   { font-size: 85%; }

.fl{
	float:left;
}
.cl{
	clear:both;
	height:1px;
	overflow:hidden;
}
.fr{
	float:right;
}
/* user_content classes */
.user_content table{
    margin:0 0 25px 0;
	border-left:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
}
.user_content table td{
	padding:5px 5px 6px 12px;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	color:#000;
}
.user_content table tr.second td{
	padding:5px 5px 6px 12px;
	background:#f1f1f1;
}
.user_content table th{
    text-align:left;
	color:#000;
	background:#f1f1f1;
	padding:6px 5px 7px 12px;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
.user_content p{
	margin:0 0 0.85em 0;
	line-height:18px;
}
.img_left{
	margin:0.4em 1.75em 0.9em 0;
    float:left;
}
.img_right{
	margin:0.4em 0 0.9em 1.65em;
    float:right;
}
/* specific classes */
.min{
	min-height:100%;
	height:auto !important;
	height:100%;
}
.head_l{
	background:url(/img/head_l.gif) no-repeat right 62px;
}
.head_r{
	background:url(/img/head_r.gif) no-repeat left 62px;
}
.head{
	width:1000px;
}
.head .head_t{
	margin-bottom:25px;
}
.head a.consult{
	display:inline-block;
	font-size:150%;
	text-decoration:none;
	border-bottom:1px dashed #397ec1;
	margin:10px 0 0 40px;
}
.head a:hover.consult{
	border:0;
}
.head .consult_form{
	position:absolute;
	left:26px;
	top:0;
	background:url(/img/consult_bg.png) no-repeat left top;
	width:242px;
	height:357px;
	padding:10px 14px 0;
	display:none;
  z-index: 10;
}
.head .consult_form .close{
	position:absolute;
	right:7px;
	top:7px;
}
.head .consult_form .ttl{
	font-size:150%;
	margin-bottom:27px;
}
.head .consult_form .ttl span{
	display:block;
	font-style:italic;
	font-size:60%;
	margin-top:3px;
}
.head .consult_form .field{
	background:url(/img/field.gif) no-repeat left top;
	width:235px;
	height:19px;
	padding:2px 0 1px 5px;
	margin:2px 0 10px;
}
.head .consult_form .field input{
	border:0;
	background:none;
	width:220px;
}
.head .consult_form .textarea{
	background:url(/img/textarea.gif) no-repeat left top;
	width:235px;
	height:69px;
	padding:1px 0 1px 5px;
	margin:2px 0 8px;
}
.head .consult_form .textarea textarea{
	border:0;
	padding:0 0 0 5px;
	background:none;
	width:225px;
	height:68px;
	overflow:auto;
}
.head .consult_form .kod{
	line-height:18px;
	margin-bottom:8px;
	width:200px;
}
.head .consult_form .kod span{
	font-size:150%;
}
.head .menu{
	background:url(/img/menu_bg.gif) repeat-x left top;
}
.head .menu div{
	background:url(/img/menu_l.gif) no-repeat left top;
}
.head .menu div div{
	background:url(/img/menu_r.gif) no-repeat right top;
	height:36px;
	padding:10px 0 0 8px;
}
.head .menu a{
	font-size:127%;
	display:block;
	float:left;
	cursor:pointer;
	background:url(/img/menu_la.gif) no-repeat left -100px;
	margin-right:1px;
}
.head .menu a span{
	display:block;
	float:left;
	height:24px;
	padding: 4px 14px 0 14px;
	background:url(/img/menu_ra.gif) no-repeat right -100px;
}
*+html .head .menu a span{
	height:23px;
	padding-top:3px;
}
.head .menu a:hover{
	color:#fff;
	text-decoration:none;
	background-position:left top;
}
.head .menu a:hover span{
	background-position:right top;
}
.head .menu a.act{
	background-position:left top;
	color:#fff;
	text-decoration:none;
}
.head .menu a.act span{
	background-position:right top;
	spadding: 2px 14px 0 14px;
}
*+html .head .menu a.act span{
	padding:3px 14px 0 14px;
}
.head .quick_links{
	padding:15px 0 0 22px;
}
.head .quick_links a{
	display:block;
	float:left;
	width:19px;
	height:18px;
	text-align:center;
	background:url(/img/ico_bg.gif) no-repeat left -100px;
	margin-right:14px;
}
.head .quick_links a:hover{
	background-position:left top;
}
.head .quick_links a.active{
	background-position:left top;
}

.nav {
  font-size: 80%;
  margin-bottom: -2px;
}

.main{
	background:url(/img/main_pic.jpg) no-repeat 55px 16px;
	width:528px;
	margin:0 auto;
	padding:539px 238px 160px 234px;
}
.main .text{
	font-size:90%;
	font-style:italic;
	text-align:right;
	line-height:18px;
	margin-bottom:19px;
}
.main .text1{
	position:absolute;
	left:409px;
	top:-318px;
	line-height:18px;
	width:125px;
	height:96px;
	overflow:hidden;
}
.main .text1 span{
	color:#b61a47;
	font-size:150%;
	display:block;
	margin-bottom:7px;
}
.block_pos{
	position:absolute;
	left:0;
	top:11px;
	width:100%;
}
.block_pos.main_pos{
	top:328px;
}
.block_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background:url(/img/block_bg.png) repeat-x left top;
	height:118px;
}
.block{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding:8px 0 0 20px;
}
.block a{
	display:block;
	line-height:18px;
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
.block a img{
	float:left;
	margin-right:2px;
	z-index: 5;
}
.block a .text{
	float:left;
}
.block a .text span{
	display:block;
	color:#a11a3c;
	font-size:150%;
	margin:10px 0 12px;
	line-height: 1.1em;
}
.block a.block_pic1 .text{
	width:170px;
	line-height: 1em;
}
.block a.block_pic1 .text span{
	margin-bottom:8px;
}
.block a.block_pic2 .text{
	width:170px;
}
.block a.block_pic3 .text{
	width:190px;
}

.scissors {
	text-align: right;
	width: 22px;
	z-index: 1;
	position: relative;
}
.scissors img {
	position: relative;
	right: -4px;
	z-index: 1;
}
.specials {
	position: relative;
	z-index: 5;
	vertical-align: middle;
	width: 291;
}

.inner{
	background:url(/img/inner_pic.gif) no-repeat right top;
	width:975px;
	margin:-7px auto 0;
	padding:171px 0 160px 25px;
}
.inner .left_col{
	spadding-top:10px;
}
.inner .text{
	font-size:90%;
	font-style:italic;
	text-align:right;
	line-height:18px;
	margin-bottom:19px;
}
.inner .pic_r{
	float:right;
	margin:3px 0 0 25px;
}
.inner .pic_r div{
	width:192px;
	height:136px;
	overflow:hidden;
}
.inner .pic_l{
	float:left;
	margin: 10px 22px 0 0;
	position:relative;
}
.inner .pic_l div{
	width:135px;
	height:90px;
	overflow:hidden;
}
.inner .cor_lt{
	position:absolute;
	left:0;
	top:0;
}
.inner .cor_rt{
	position:absolute;
	right:0;
	top:0;
}
.inner .cor_rb{
	position:absolute;
	right:0;
	bottom:0;
}
.inner .cor_lb{
	position:absolute;
	left:0;
	bottom:0;
}
.inner .contact_form{
	padding-top:6px;
}
.inner .contact_form .close{
	position:absolute;
	right:7px;
	top:7px;
}
.inner .contact_form .ttl{
	font-size:150%;
	margin-bottom:27px;
}
.inner .contact_form .ttl span{
	display:block;
	font-style:italic;
	font-size:60%;
	margin-top:3px;
}
.inner .contact_form .field{
	background:url(/img/field1.gif) no-repeat left top;
	width:303px;
	height:19px;
	padding:2px 0 1px 5px;
	margin:2px 0 10px;
}
.inner .contact_form .field input{
	border:0;
	background:none;
	width:288px;
}
.inner .contact_form .textarea{
	background:url(/img/textarea1.gif) no-repeat left top;
	width:303px;
	height:69px;
	padding:1px 0 1px 5px;
	margin:2px 0 8px;
}
.inner .contact_form .textarea textarea{
	border:0;
	padding:0 0 0 5px;
	background:none;
	width:293px;
	height:68px;
	overflow:auto;
}
.inner .contact_form .kod{
	line-height:18px;
	margin-bottom:8px;
	width:200px;
}
.inner .contact_form .kod span{
	font-size:150%;
}
.inner .service{
	width:530px;
	float:left;
}
.inner .service ul li{
	background:url(/img/dot1.gif) no-repeat left 8px;
}
.inner .doctor{
	float:left;
}
.inner .block1_bg{
	background:#e4f4fb;
	width:461px;
	float:left;
	margin-left:43px;
}
.inner .block1_t{
	background:url(/img/block1_t.gif) no-repeat left top;
  padding-right: 20px;
}
.inner .block1{
	background:url(/img/block1_b.gif) no-repeat left bottom;
	position:relative;
	padding:30px 0 20px 29px;
	min-height:145px;
	height:auto !important;
	height:145px;
}
.inner .block1 .arrow{
	position:absolute;
	left:-42px;
	top:104px;
}
.inner .block1 .name{
	font-size:150%;
	margin-bottom:21px;
}
.inner .block1 .name span{
	display:block;
	color:#726d6c;
	font-size:65%;
	font-style:italic;
	margin-top:2px;
}
.sidebar{
	width:262px;
}
.sidebar .menu_bg{
	background:#f9f8f3;
	margin-bottom:15px;
	zoom:1;
}
.sidebar .menu_t{
	background:url(/img/right_menu_t.gif) no-repeat left top;
}
.sidebar .menu{
	background:url(/img/right_menu_b.gif) no-repeat left bottom;
	padding:10px 24px 11px 25px;
}
.sidebar .menu a{
	display:block;
	text-decoration:none;
	font-size:115%;
	border-top:1px solid #e9e5db;
	padding:9px 0;
}
.sidebar .menu a:hover{
	text-decoration:underline;
}
.sidebar .menu a.first{
	border:0;
}
.sidebar .menu .submenu{
	padding:0 0 9px 3px;
	margin-top:-1px;
}
.sidebar .menu .submenu a{
	padding:0 0 0 8px;
	border:0;
	text-decoration:underline;
	font-size:100%;
	margin-bottom:3px;
}
.sidebar .menu .submenu a:hover{
	text-decoration:none;
}
.sidebar .menu .submenu a.act{
	text-decoration:none;
	font-weight:bold;
	background:url(/img/arrow.gif) no-repeat left 6px;
}
.sidebar .menu a.ico1{
	background:url(/img/ico4.gif) no-repeat 1px 8px;
	padding:10px 0 11px 31px;
}
.sidebar .menu a.ico2{
	background:url(/img/ico5.gif) no-repeat left 6px;
	padding:10px 0 11px 31px;
}
.sidebar .menu a.ico3{
	background:url(/img/ico6.gif) no-repeat left 6px;
	padding:10px 0 11px 31px;
}
.footer{
	background:url(/img/footer_bg.gif) no-repeat 266px top;
	height:93px;
	width:974px;
	margin:-150px auto 0;
	padding:57px 0 0 26px;
}
.footer .magic a{
	color:#3b61aa;
	text-decoration:none;
	font:bold 90% Arial, Helvetica, sans-serif;
}
.footer .magic a span{
	font-weight:normal;
	font-size:90%;
	display:block;
}
.footer .magic a img{
	float:left;
	margin-right:3px;
}
.footer .copy{
	font:90% Verdana, Arial, Helvetica, sans-serif;
}
.footer .copy a{
	display:block;
	margin-top:4px;
}
.relative{
	position:relative;
}
.mb25{
	margin-bottom:25px;
}
.mb50{
	margin-bottom:50px;
}

.faq h4 {
  font-weight: bold;
  margin: 0;
}
.faq .letter {
  padding-bottom: 10px;
  width: 40px;
}
.faq .bottom {
  padding-bottom: 10px;
}
.faq .answer {
  margin-left: 50px;
}

