* {margin: 0;padding: 0;}
body, html{
	height: 100%;
	//width: 99.9%;
}
body{
	background:#fff url(i/pageback.jpg) repeat-x;
}
body, body div, body td, body li {
	font-size: small;
	line-height:1.3;
	font-family:Arial;
}
* html>body, * html>body div, * html>body td, * html>body li {
	font-size:	x-small; /* для IE5/win */
	f\ont-size: small; /* для остальных браузеров IE */
}

/* form */
#form{
	margin: 15px 0 10px;
}
#form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 380px;
	margin: 2px 0;
}
#form.descr .line{
	border-bottom: 1px solid #D5EAF6;
	padding: 5px 0 6px 0;
}
#form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html #form .line{height: 1%;} 
#form .label{
	float: left;
	width: 130px;
	display: block;
	margin-right: 10px;
	display: inline;
}
#form.descr .label{
	font-weight: bold;
	text-align: left;
}
#form .formw{
	width: 230px;
	display: block;
	float: left;
}
#form.descr .formw{
	width: 460px;
	text-align: justify;
}
#form .formw .text{
	width: 100%;
	font: 100% Arial, Helvetica, sans-serif;
}
#form .formw .inbtn{
	font: bold 86% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.red{
	color: #9d0000;
}
.err{
	color: #9d0000;
	font-size: 83%;
	line-height: 115%;
}
hr{
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
}
* html	hr{
	margin: -5px 0 12px 0;
	padding: 0;
}
a{ color: #06c; }
a:hover{ text-decoration: none;}
a	img{border: 0}

.clear{
	clear: both;
}


/* layout */
#header{
	width:803px;
	height:297px;
	background:#D4F0FE url(i/top.jpg) no-repeat;
}
#logo{
	width: 52px;
	height: 80px;
	position:absolute;
	top:66px;
	left:66px;
}
#frame{
	width:770px;
	margin:40px 0 0 0;
}
#leftcol{
	width:210px;
	float:left;
	margin:0 0 30px 0;
	padding:0 0 30px 0;
}
#rightcol{
	width:541px;
	float:right;
	margin:0 0 30px 0;
}
#location{
	position:absolute;
	top: 305px;
	left: 230px;
	width:400px;
	font-size:85%;
}
.anons{
	padding: 0 0 20px 0;
	margin: 15px 0 0 0;
	width: 100%;
	border-bottom:1px solid #ccc;
	clear: both;
}
.anons img{
	float:left;
	margin:0 20px 5px 0;
}
.anons h3{
	font-size:140%;
}
.anons h3 a{
	text-decoration:underline;
}
.anons h3 a:hover{
	text-decoration:none;
}
.pages{
	text-align: center;
	margin: 30px 0 0 0;
	padding: 10px 0 5px 0;
}
.pages a{
	padding: 0px 4px;
/*	border: 1px solid #d1d1d1;*/
	text-decoration: none;
	color: #fff;
	background: #1F6B9C;
}
.pages a:hover{
/*	border: 1px solid #999;*/
	background: #fff;
	text-decoration: none;
	color: #164B70;
}
.pages strong{
	padding: 0 5px;
}
.cont_in p{
	margin:0 0 20px 0;
	text-align:justify;
}


/* footer */

#footerbot{
	width:770px;
	height:95px;
	border-top:1px solid #000;
	font-size:80%;
	float:left;
}
#footerbot .leftcol{
	
	width:190px;
	padding:25px 0 0 22px;
	float:left;
	border-top:5px solid #E7E7E7;
}
#footerbot .rightcol{
	width:541px;
	float:right;
	padding:30px 0 0 0;
}


/* menu */
#menu{
	position:absolute;
	top:14px;
	left:211px;
	list-style-type:none;
	width:200px;
	border-left:3px solid #000;
}
#menu li{
	margin:0 0 5px 0;
	padding:2px 0 0 14px;
}
#menu li a{
	color:#000;
	text-decoration:none;
}
#menu li a:hover{
	color:#000;
	text-decoration:underline;
}
#menu li.here{
	font-weight:bold;
	color:#EF272B;
}
#menu li.here a{
	color:#EF272B;
	text-decoration:none;
}
#menu li.here a:hover{
	color:#EF272B;
	text-decoration:underline;
}

/* верхние иконки*/
#icon_home{
	position:absolute;
	top:12px;
	left:698px;
}
#icon_mail{
	position:absolute;
	top:11px;
	left:732px;
	background-image: url(s);
}
#icon_map{
	position:absolute;
	top:7px;
	left:762px;
}

/* content */
#leftcol ul, #rightcol ul{
	list-style-type:none;
}
#leftcol ul li, #rightcol ul li{
	background:url(i/listpoint.gif) no-repeat 0 7px;
	padding:0 0 0 23px;
	margin:0 0 6px 0;
}
*html #leftcol ul li, *html #rightcol ul li{
	background:url(i/listpoint.gif) no-repeat 0 8px;
}
h1{
	color: #000;
	font-size: 175%;
	font-weight:normal;
	margin: 0 0 18px 0;
}
h2{
	color: #000;
	font-size: 175%;
	font-weight:normal;
	margin: 0 0 18px 0;
}
h3{
	color: #000;
	font-size: 120%;
	font-weight:bold;
	margin: 0 0 5px 0;
	text-align:left;
}
h4{
	color: #000;
	font-size:110%;
	margin: 10px 0 10px;
}
#about{
	margin:0 0 45px 0;
	text-align:justify;
}
.newsbox {
	margin:0 0 25px 0;
	text-align:justify;
}
.newsbox img{
	float:left;
	margin:3px 22px 4px 0;
}
p.back{
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 10px;
}
.cont_in ul{margin:0 0 20px;}
.cont_in table{width:100%; border:none; border-collapse:collapse;}
.cont_in table td{padding:0 5px; border:1px solid #999}

/*левая колонка*/
#leftcol h2{
	color: #999;
	font-size: 175%;
	font-weight:normal;
	margin: 0 0 18px 23px;
}
#leftcol ul{
	margin:0 0 0 25px;
}
#leftcol ul li a{
	color:#999;
}
#contactleft{
	width:175px;
	height:220px;
	background:url(i/contactleft.jpg) no-repeat;
	padding:12px 0 0 45px;
	color:#666;
	margin:45px 0 0 0;
}
#contactleft strong{
	color:#000;
	margin:0 0 2px 0;
	display:block;
}
#contactleft span{
	font-size:95%;
}
#contactleft span span{
	font-size:190%;
}


/* path */
#path{
	margin:0 20px 25px 11px;
	font:bold 92% arial;
}
#path a{
	color:#000;
	font-weight:normal;
}


/* pics right */
#rightcol .pic_list{
	float: right;
	padding: 4px 7px;
	margin: 0px 0 10px 10px;
	list-style:none;
}
#rightcol .pic_list li{
	background: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 100%;
	text-align: center;
}
#rightcol .pic_list li img{
   border:1px solid black;
}
#rightcol .pic_list .imgdescr{
	display: block;
	//margin: 0 0 0 0;
	padding: 0 0 10px 0;
	width: 150px;
	text-align: center;
}
#rightcol .pic_simple{
	float: left;
	margin: 5px 20px 10px 0;
	padding: 0;
	border: none;
}



ol li{list-style-position:inside;}
