* {
	margin:0;
	padding:0;
} 
html, body, #wrap {
	height: 100%;
}

html, body {
	font-size: 100%;
	background: #fff ; 
	font-family: Arial, Helvetica, sans-serif;
	}

body > #wrap {height: auto; min-height: 100%;}

#main {
	/*overflow:auto;*/
	padding-bottom: 150px;
	}  

#footer {
	background: url(../images/fon_f_line.gif) bottom repeat-x;
	position: relative;
	margin-top: -150px; 
	height: 150px;
	clear:both;
	} 

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#ind_a{
	background: #2354a5 url(../images/fon_sky_01.jpg) bottom repeat-x;
	margin-top:10px;
	text-align: center;
	min-width:975px;
}

#ind_a2{
	text-align: left;
	background:url(../images/fon_sky_02.gif) 15px 165px no-repeat;
	position:relative;
	height:705px;
	width:975px;
	margin: 0 auto;
}

#ind_b{
	position:absolute;
	background:red;
	height:100px;
	top:100px;
	width:100%;
}

.ind_c{
	text-align: center;
	min-width:975px;
}

.ind_c2{
	text-align: left;

	width:975px;
	margin: 0 auto;
}

/* Menu 1 */

#ind_a2 a {color:#fff; text-decoration:underline;}
#ind_a2 a:hover  {color:#fff; text-decoration:none;}

a.wh, a.wh:visited {color:#fff; text-decoration:underline;}
a.wh:hover {color:#fff; text-decoration:none;}

ul.mn{
	list-style: none;
	font-size: 19px;
	padding: 0;
	margin: 0;
}
	ul.mn li{
		padding: 0 0 10px 0;
		margin: 0;
	}

ul.mn ul{
	list-style: none;
	font-size: 15px;
	padding: 0 0 0 15px;
	margin: 0;
}

#i_m1{
	position:absolute;
	height:95px;
	top:86px;
	left:35px;
	width:175px;
}

#i_m2{
	position:absolute;
	height:200px;
	top:200px;
	left:35px;
	width:175px;
}

#i_m3{
	position:absolute;
	height:185px;
	top:420px;
	left:35px;
	width:175px;
}

/* SRV */
#i_srv{
	position:absolute;
	height:60px;
	top:0;
	left:25px;
	width:105px;
}

#i_srv ul
		{
			list-style: none;
			font-size: 1px;
			padding: 0;
			margin: 0;
			position: relative;
		}
			#i_srv a 
			{
				display: block;
				text-indent: -4900%;
				position: absolute;
				outline: none;
			}
			#i_srv .home 
			{
				width: 35px;
				height: 51px;
				background: url(../images/srv_menu.gif) 0px -102px no-repeat;
				left: 0px;
				top: 0px;
			}
				#i_srv a.home:hover
				{
					background-position: 0 -51px;
				}
				#i_srv .home_in 
				{
					width: 35px;
					height: 51px;
					background: url(../images/srv_menu.gif) 0px 0px no-repeat;
					left: 0px;
					top: 0px;
					cursor: default; 
				}
			#i_srv .mail 
			{
				width: 35px;
				height: 51px;
				background: url(../images/srv_menu.gif) -35px -102px no-repeat;
				left: 35px;
				top: 0px;
			}
				#i_srv a.mail:hover
				{
					background-position: -35px -51px;
				}
				#i_srv .mail_in 
				{
					width: 35px;
					height: 51px;
					background: url(../images/srv_menu.gif) -35px 0px no-repeat;
					left: 35px;
					top: 0px;
					cursor: default; 
				}
			#i_srv .sitemap 
			{
				width: 35px;
				height: 51px;
				background: url(../images/srv_menu.gif) -70px -102px no-repeat;
				left: 70px;
				top: 0px;
			}
				#i_srv a.sitemap:hover
				{
					background-position: -70px -51px;
				}
				#i_srv .sitemap_in
				{
					width: 35px;
					height: 51px;
					background: url(../images/srv_menu.gif) -70px 0px no-repeat;
					left: 70px;
					top: 0px;
					cursor: default; 
				}

/* LANG */
#i_lang{
	position:absolute;
	height:60px;
	top:0;
	left:220px;
	width:105px;
}
	#i_lang ul
	{
		list-style: none;
		font-size: 1px;
		padding: 0;
		margin: 0;
		position: relative;
	}
		#i_lang a 
		{
			display: block;
			text-indent: -4900%;
			position: absolute;
			outline: none;
		}

			#i_lang .ukr 
			{
				width: 35px;
				height: 51px;
				background: url(../images/lang_menu.gif) 0px -102px no-repeat;
				left: 0px;
				top: 0px;
			}
				/*#i_lang a.ukr:hover
				{
					background-position: 0 -51px;
				}
				#i_lang .ukr_in 
				{
					width: 35px;
					height: 51px;
					background: url(../images/lang_menu.gif) 0px 0px no-repeat;
					left: 0px;
					top: 0px;
					cursor: default; 
				}*/

			#i_lang .rus 
			{
				width: 35px;
				height: 51px;
				background: url(../images/lang_menu.gif) -35px -102px no-repeat;
				left: 0px;/* <<<=== 35px */
				top: 0px;
			}
				#i_lang a.rus:hover
				{
					background-position: -35px -51px;
				}
				#i_lang .rus_in 
				{
					width: 35px;
					height: 51px;
					background: url(../images/lang_menu.gif) -35px 0px no-repeat;
					left: 0px;/* <<<=== 35px */
					top: 0px;
					cursor: default; 
				}
			#i_lang .eng 
			{
				width: 35px;
				height: 51px;
				background: url(../images/lang_menu.gif) -70px -102px no-repeat;
				left: 70px;
				top: 0px;
			}
				/*#i_lang a.eng:hover
				{
					background-position: -70px -51px;
				}
				#i_lang .eng_in
				{
					width: 35px;
					height: 51px;
					background: url(../images/lang_menu.gif) -70px 0px no-repeat;
					left: 70px;
					top: 0px;
					cursor: default; 
				}*/
/* BLOCKS */
#i_slog{
	position:absolute;
	height:30px;
	top:30px;
	right:35px;
	width:360px;
}
	#i_slog p{
		color: #9cb2d7;
		line-height: 1.2em;
		font-size: 16px;
		text-align: right;
	} 

#i_about{
	position:absolute;
	height:100px;
	top:86px;
	left:220px;
	width:715px;
}
	#i_about p{
		color: #fff;
		line-height: 1.2em;
		font-size: 15px;
	}

#i_logo{
	position:absolute;
	background:url(../images/i_logo.gif) no-repeat;
	height:191px;
	top:200px;
	left:220px;
	width:639px;
}

#i_block1{
	position:absolute;
	height:190px;
	top:420px;
	left:220px;
	width:415px;
}
	p.blk{
		color: #fff;
		line-height: 1.2em;
		font-size: 15px;
	}
	h2.blk{
		color: #fff;
		line-height: 1.2em;
		font-size: 19px;
		font-style: normal;
		font-weight:normal;
	}

#i_block2{
	position:absolute;
	height:190px;
	top:420px;
	left:677px;
	width:278px;
}

#i_cities{
	position:absolute;
	background:url(../images/cities.gif) bottom no-repeat;
	height:97px;
	bottom:-1px;
	left:0;
	width:975px;
}
/* NEWS */
#i_newA_pic{
    margin: 35px 5px 10px 10px;
	width:250px;
    float: left;
}
#i_newA{
	width:460px;
    margin: 35px 5px 10px 5px;
    float: left;
}
#i_newA_SRV{
    margin: 35px 0 10px 10px;
	width:200px;
    float: left;
}

p.data{
color: #757575;
font-size:14px;
}

p.txt{
font-size:95%;
padding: 3px 0 10px 0;
}
p.txt2{
font-size:80%;
padding: 0 0 7px 0;
}
h1.ind {
color: #0066cc;
font-size:19px;
padding: 5px 0 3px 0;
}

h1.ind a, h1 a:visited{
color: #0066cc;
text-decoration:underline;
}

h1.ind a:hover{
color: #0066cc;
text-decoration:none;
}

a, a:visited{
color: #0066cc;
text-decoration:underline;
}

a:hover{
color: #0066cc;
text-decoration:none;
}

p.comment{
	font-size:14px;
	padding: 3px 0 5px 0;
	color: #757575;
}
p.comment2{
	background:url(../images/pdf_ico_small.gif) 4px 4px no-repeat;
	font-size:13px;
	padding: 2px 0 7px 25px;
	color: #757575;
	line-height: 1.2em;
}
.clear{clear:both;}

p.yellow{
	font-size:16px;
	padding: 12px 12px 10px 12px;
	background:#ffcc00;
}
p.yellow span{
	font-size:20px;
	line-height: 1.7em;
}
p.yellow2{
	font-size:16px;
	padding: 12px 12px 10px 12px;
	background:#DDDDDD;
}
p.yellow2 span{
	font-size:20px;
	line-height: 1.7em;
}
p.topic{
	font-size:16px;
	padding: 5px 12px 3px 12px;
}
h2.topic2{
	font-size:19px;
	padding: 0px 12px 5px 12px;
	font-weight:normal;
}
p.more{
	background:url(../images/lock_ico_small.gif) 12px 10px no-repeat;
	font-size:13px;
	padding: 10px 0px 7px 35px;
	color: #757575;
}

a.gr, a.gr:visited{
	color: #757575;
	text-decoration:underline;
}

a.gr:hover{
	color: #757575;
	text-decoration:none;
}

#d_new1{
    padding: 20px 5px 10px 10px;
	width:32%;
    float: left;
}
#d_new2{
	width:32%;
    padding: 20px 5px 10px 5px;
    float: left;
}
#d_new3{
    padding: 20px 5px 10px 5px;
	width:32%;
    float: left;
}

p.n_data{
	color: #757575;
	font-size:12px;
	padding: 3px 0 2px 20px;
}

p.n_txt{
	font-size:95%;
	padding: 3px 0 20px 20px;
}

p.n_title{
	background:url(../images/news_ico_small.gif) 2px 5px no-repeat;
	font-size:95%;
	padding: 3px 0 3px 20px;
}
/* foot */
#ft1{
	background: url(../images/fon_f_coat2.gif) bottom left no-repeat;
	width:360px;
    float: left;
	height:150px;
}
#ft2{
	background: url(../images/fon_f_coat.gif) bottom no-repeat;
	width:250px;
    float: left;
	height:150px;
}
#ft3{
	background: url(../images/fon_f_coat3.gif) bottom right no-repeat;
	width:360px;
    float: left;
	height:150px;
}

	#madein{
	padding: 25px 20px 0 0;
	float:right;
	white-space: nowrap;
	font-family: Tahoma, Verdana; 
	color: #757575;
	font-size: 12px; 
	text-align:left;
	}

	#madein img
	{
	float:left;
	padding: 0 5px;
	}	
		#madein a
		{
			font-weight: Bold; 
			font-size: 11px; 
		}

#search_block{
	white-space: nowrap;
	padding: 15px 0 0 0;
	float:right;
}
#search_block #q{
	border: solid 1px black;
	font-size:15px;
	padding:2px;
	color: #757575;
	width:230px;
}

#copy{
	white-space: nowrap;
	padding: 15px 0 0 0;
	color: #757575;
	font-size:13px;
}

#counter{
	white-space: nowrap;
	padding: 10px 0 0 0;
}