@charset "windows-1251";
/* CSS Document */

HTML {
	overflow-y:scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
HTML, BODY {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FAFAFA;
	background-image:url(img/voda_bg.png);
	opacity: 1;
}
TABLE {
	border-collapse: collapse;
	padding: 0px
}
H1 {
	font-size: 18px;
	color:#005C99;
}
H2 {
	font-size: 16px;
	color:#005C99;
}
H3 {
	font-size: 16px;
	color: #FFFFFF;
}
H4 {
	font-size: 12px;
	color:#005C99;
}
H5 {
	font-size:12px;
	color:#005C99;
}
H6 {
}

.central_tab {
	width: 978px;
	height: 100%;
	margin:0px auto;
	background-color:#FFF;
	border-left:#005C99 solid 1px;
	border-right:#005C99 solid 1px;
}
.central_tab_top_line {
	background-color:#005C99;
	height:20px;
}
.central_tab_header {
	height: 128px;
	background-image: url(img/top_logo.png);
}
.central_tab_line_sphere {
	background-image:url(img/line_sphere.png);
	background-repeat:no-repeat;
	height:102px;
}
.central_tab_nanofog {
	background-image:url(img/nanofog.png);
	background-repeat:no-repeat;
	height:274px;
}
.nanofog_div {
	width: 600px;
	margin: 40px auto 40px 50px;
}
.central_tab_windows {
	background-image:url(img/bg_wl.jpg);
	background-repeat:no-repeat;
}
.central_tab_bg {
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.okno {
	width: 776px;
	margin: 20px auto;
	background-color:#FFF;
	padding: 20px 50px 20px 50px;
	border: #005C99 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.okno_wb {
	width: 776px;
	margin: 20px auto;
	padding: 20px 50px 20px 50px;
	background-color: #005C99;
	color: #FFF;
	border: #FFF solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.window_div {
	width:210px;
	height:210px;
	background-color:#FFF;
	border: #00578F solid 1px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.central_tab_footer {
	background-color: #005C99;
	height: 40px;
}
