body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, sans-serif; /*Verdana, Arial, sans-serif;*/
	background:#FFFFFF;
	font-size:13px;
	line-height: 17px;
}

.clear {
	clear:both;
}

.im {
	margin:0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

html,body {
	height:100%;
}

input, textarea {
	font: 14px Arial, sans-serif;
	color: #333;
}

input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

td {
	margin: 0px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	color: #000100;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.0s linear;
	-ms-transition: color 0.0s linear;
	-webkit-transition: color 0.0s linear;
	transition: color 0.0s linear;
	text-decoration:none;
}

p {
	margin: 7px 0;
	line-height: 17px;
}

ul, ol {
	padding-left: 35px;
	margin: 0px 0px 10px 0px;
}

ul li, ol li {
	margin: 0px 0px 7px 0;
	line-height: 17px;
}

.enter input, .enter select {
	margin:5px 0;
	width:400px;
}

.enter textarea {
	margin:5px 0;
	width:400px;
	height:100px;
}

.doska {
		width:100%;
}
		
.doska a {
	display:block;
	margin:10px;
	font:normal 15px sans-serif;
	color:#333;
}
		
.doska a:hover {
	color:#c00;
}


.boxHeader {
	background: url(images/box_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-width:1000px;
	border-bottom: 3px solid #99d1e4;
}

#header {
	width:1000px;
	margin:0 auto;
	height:80px;
	text-align:left;
	position:relative;
}

.logo {
	position: absolute;
	left: 20px;
}

.logo p {
	padding: 0px 10px 0 10px;
	color: #FF0800;
	font: bold 15px Arial;
}

.logo img {
	margin-top: 10px;
}

#top_phone {
	position: absolute;
	left: 385px;
	top: 20px;
	text-align: center;
	font: bold 21px Verdana, Arial, sans-serif ! important;
	line-height: 20px;
	color: #1d7e94;
}

#top_phone p {
	font: bold 21px Arial, sans-serif;
	line-height: 25px;
	background: url(images/call_icon.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 45px;
}

#top_phone span {
	font: normal 12px Verdana, Arial, sans-serif;
	
}

#call_kn {
	position: absolute;
	right: 10px;
	top: 0px;
	display: block;
	padding: 7px 20px 9px;
	color: #fffffF;
	text-decoration: none;
	font: bold 15px Arial;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px  7px;
    -ms-border-radius: 0 0 7px  7px;
    -o-border-radius: 0 0 7px  7px;
    border-radius: 0 0 7px 7px;
	text-shadow: 0px 0px 1px #000000;
	background: red;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	-ie-box-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	box-shadow:  1px 1px 2px rgba(0,0,0,0.75);
	background: url(images/knopkakkk2.png);
}

#call_kn:hover {
	background: url(images/knopka2.png);
	padding:6px 20px 8px;
	
}

.headerNav {
	height:43px;
	width:960px;
	left:20px;
	top:16px;
	position:absolute;
	z-index:10;
	background:url(images/box_main_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-radius: 6px;
	moz-border-radius: 6px;
	webkit-border-radius: 6px;
	-moz-box-shadow:0 1px 3px 1px #dee7e9;
	-webkit-box-shadow:0 1px 3px 1px #dee7e9;
	-o-box-shadow:0 1px 3px 1px #dee7e9;
	-ie-box-shadow:0 1px 3px 1px #dee7e9;
	box-shadow:0 1px 3px 1px #dee7e9;
	border:1px solid #FFFFFF;
}

.headerNav ul{
	padding:0 0 0 15px;
	position:relative;
}

.headerNav ul li {
	float:left;
	padding:0 0 0 0;
	margin:0 20px 0 0;
	list-style-type:none;
}

.headerNav ul li a {
	display:block;
	height:13px;
	padding: 15px 11px;
	font-size:12px;
	font-weight: bold;
	color:#1d7e94;
	text-decoration:none;
	text-transform:uppercase;
}

.headerNav ul li.active a, .headerNav ul li a:hover { 
	border-bottom:3px solid #e93a27;
	color:#f53c28;
	padding-bottom: 13px;
}

.left_menu {
	background:#fff;
	vertical-align:top;
	width:200px;
	padding:10px 10px 50px 10px;
}

.left_menu h2 {
	font:normal 18px sans-serif;
	color:#c00;
	padding:0;	
	margin:0;
}

.left_menu strong {
	display:block;
	font:italic 14px sans-serif;
	color:#333;
	padding:0;	
	margin:10px 0 10px 0;
}

.left_menu a {
	display:block;
	color:#000;
	margin:5px 0 0 10px;
	text-decoration:none;
}

.left_menu a:hover {
	color:#c00;
	text-decoration:underline;
}

.headerMan {
	background:url(images/doktor1.png);
	background-repeat: no-repeat;
	height:307px;
	width:271px;
	position:absolute;
	right:36px;
	top:41px;
	z-index: 15;
}

.boxSubnav {
	position:absolute;
	left:160px;
	top:195px;
	z-index:2;
}

.boxSubnav ul {
	padding:0 0 0 0;
}

.boxSubnav ul li {
	float:left;
	margin:0 35px 0 0;
	width:120px;
	text-align:center;
	list-style-type:none;
}
.boxSubnav ul li a{
	display:block;
	background:url(images/subnav_off_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:110px;
	padding:79px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#1d7e94;
	line-height:18px;
	text-decoration:none;
}

.boxSubnav ul li a:hover { color: #F53C28; } 
.boxSubnav ul li#a1 a:hover { 
	background:url(images/subnav_on_1.png);
	background-repeat: no-repeat;
	background-position: center top;

}

.boxSubnav ul li#a2 a { 
	background:url(images/subnav_off_2.png);
	background-repeat: no-repeat;
	background-position: center top;

}
.boxSubnav ul li#a2 a:hover {
	background:url(images/subnav_on_2.png);
	background-repeat: no-repeat;
	background-position: center top;

}

.boxSubnav ul li#a3 a {
	background:url(images/subnav_off_3.png);
	background-repeat: no-repeat;
	background-position: center top;

}
.boxSubnav ul li#a3 a:hover {
	background:url(images/subnav_on_3.png);
	background-repeat: no-repeat;
	background-position: center top;

}

.boxSubnav ul li#a4 a {
	background:url(images/subnav_off_4.png);
	background-repeat: no-repeat;
	background-position: center top;

}
.boxSubnav ul li#a4 a:hover { 
	background:url(images/subnav_on_4.png);
	background-repeat: no-repeat;
	background-position: center top;

}

.boxSubnav ul li#a5 a {
	background:url(images/subnav_off_5.png);
	background-repeat: no-repeat;
	background-position: center top;

}
.boxSubnav ul li#a5 a:hover{
	background:url(images/subnav_on_5.png);
	background-repeat: no-repeat;
	background-position: center top;

}

#content {
	width:1000px;
	margin:0 auto;
	padding-bottom:55px;
	text-align:left;
}

#content h1 {
	border-bottom:4px solid #f53c28;
	padding:6px 10px 15px 10px;
	font-size: 24px;
	color:#414141;
	margin:20px 1px 20px;
	text-align: center;
}

.contentLeft {
	float:left;
	padding:32px 0 0 30px;
	width:190px;
}
.contentLeft .h2, .blockRight .h2 {
	padding:10px;
	font:25px Calibri, Verdana, Arial;
	color:#414141;
}
.categories{
	padding:17px 0 0 0;
	font:13px Arial, sans-serif;
}
.categories ul{
	padding:0 0 0 0;
	margin:0 0 0 0;

}

.categories ul li{
	list-style-type:none;
	display:block;
}

.categories ul li a{
	display:block;
	background:url(images/marker_categories.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	color:#2798b0;
	text-decoration:none;
	padding:5px 9px 7px 11px;
	border-bottom:1px dotted #b3b8b9;
}
.categories ul li.active a, .categories ul li a:hover {
	color:#f53c28;
	background:url(images/marker_categories_on.png);
	background-repeat: no-repeat;
	background-position:  right center;
}

.contentRight{
	float:left;
	padding: 32px 0 0 25px;
}
.contentRight h1 {
	border-bottom:4px solid #f53c28;
	padding:6px 10px 15px 10px;
	font-size: 24px;
	color:#414141;
	margin:0 1px 20px;
	text-align: center;
}

.blockLeft{
	float:left;
	padding:0 0 0 0;
}

.blockLeft p {

	text-indent: 10px;
}

.blockLeft p, .blockLeft div {
	padding: 0px 5px;
}

#footer {
    background: url(images/box_footer.jpg) no-repeat center top;
    width: 1000px;
    margin: 0 auto;
    height: 145px;
    text-align: left;
}

.footerLogo {
    float: left;
    padding: 12px 0 0 65px;
}
.footerLogo img {
    width: 120px;
}

.footerNav {
    float: left;
    padding: 25px 0 0 35px;
    width: 700px;
    font: 12px Arial;
    color: #4e4e4e;
	text-align: left;
	word-spacing: 15px;
}

.footerNav a {
    font: 12px Arial;
    color: #f53c28;
    text-decoration: none;
	font-weight: bold;
}

.footerNav a:hover {
	color: #1d7e94;
}

.copy {
	float: left;
	margin-left: 35px;
    margin-top: 4px;
}

.copy p{
	line-height: 20px;
}
.copy span {
	color: #1d7e94;
	font: bold 14px Arial;
}

#chernoe {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background: rgba(0,0,0,0.4);
}

#chernoe_inner {
    background: url(images/box_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
    margin: 10% auto 0;
    padding-bottom: 3px;
    width: 500px;
    z-index: 401;
	text-align: left !important;
}

#chernoe_inner #zakryt img {width: 30px;}
#chernoe_inner #zakryt {
	clear: both;
    float: right;
    margin: 5px 10px -10px -5px;
	cursor: pointer;
}

#div_h2 {
	font-size: 24px;
    padding: 9px 20px 10px;
    color: #414141;
	text-align: center;
    border-bottom: 1px solid #1D7E94;
	background-repeat: repeat-x;
	background-position: 0 0;
}

#chernoe_forma {
	border-top: 1px solid #d9d9d9;
    margin: 0;
    padding: 19px 20px 10px;
    overflow: hidden;
	clear: both;
    min-height: 140px;
	z-index: 12;
}

#chernoe form p, #chernoe form .p {
	padding: 7px 0;
}

#chernoe form label {
	display: inline-block;
    width: 150px;
	color: #00457c;
    font-size: 16px;
}
#chernoe form input {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #dddddd;
    font-size: 16px;
    padding: 5px 10px;
	min-width: 250px;
	
}

#chernoe form div.subm {
	height: 50px!important;
	text-align: center;
	float: left;
	width: 100%;
}

#chernoe form input.submit {
	background: url(images/knopkakkk2.png);
	color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px;
	min-width: 100px!important;
	cursor:pointer;
}
#chernoe form input.submit:hover {
    font-size: 17px;
    padding: 7px 14px;
	margin-left: 2px!important;
	margin-top: 1px!important;
	background: url(images/knopka2.png);
}

.count {
	text-align: right;
	float: right;
	padding-right: 30px;
	width: 100px;
}

.list_gorod a {
	color:#000;
	text-decoration:none;
}

.list_gorod a:hover {
	color:#c00;
	text-decoration:underline;
}

.goroda {
	color:#000;
	padding:10px;
	background:#fff;
}

.goroda a {
	color:#000;
	text-decoration:none;
}

.goroda a:hover {
	color:#c00;
	text-decoration:underline;
}

.list_medspravki a {
	display:block;
	margin:5px 0;
	text-decoration:none;
}

#price {
	margin:10px 0 0 0;
	width:100%;
	border-top:1px solid #888;
	border-left:1px solid #888;
}

#price th, #price td {
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	padding:5px;
}

#price th {
	background:#ddd;
	font:bold 12px sans-serif;
	text-align:center;
}

#price td {
	font:normal 12px sans-serif;
	background:#fff;
}

#price td strong {
	display:block;
	text-align:center;
}

.all_price {
	text-align:right;
}

.all_price strong {
	display:inline ! important;
}


.send {
	float:left;
	width:370px;
	background:#eee;
	margin:10px 5px 5px 0;
	padding:10px;
	font:normal 12px sans-serif;
}

.send td {
	margin:0;
	padding:5px 0 0 10px;
}

.send table {
	margin:10px 0;
}

.send table caption {
	font: normal 18px sans-serif;
	color:#a00;
}

.price  table {
	width:400px;
	margin:10px;
	border-left:1px solid #888;
	border-top:1px solid #888;
	font:normal 14px sans-serif;
}

.price caption {
	font:italic 21px sans-serif;
	color:#c00;
	padding:10px; 
}

.price th {
	font:italic 14px sans-serif;
	background:#ddd;
	padding:5px;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	text-align:center;
}

.price td {
	padding:5px;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	text-align:center;
}

.price td a {
	color:#000;
	text-decoration:none;
}

.price td a:hover {
	color:#c00;
	text-decoration:underline;
}

.price td strong {
	display:block;
	text-align:center;
}