html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size: 100.01%;
	color:#000;
	background:#FBFBFB;
	width:100%;
}
#all {
	min-width:770px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth)<770 ? '770px' : 'auto');
	position: relative;
	height: 100%;
	min-height: 100%;
}
html>body #all {
	height: auto;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#015C9A;
}
a:hover {
	text-decoration:underline;
	color:#F00;
}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 43px;
}
#empty {
	height: 43px;
	clear:both;
}
h1 {
	text-align:center;
	line-height:60px;
	background: #C2DBEB url(/images/top_bg.jpg);
	margin:0;
	color: #062237;
	
}
h2 {
	font-size:140%;
}
h3 {
	font-size:120%;
	display:inline;
	vertical-align:middle;
}
#leftcol {
	width:50%;
	font-size:80%;
	float:left;
	margin-left:-1px;
	border-right: double 3px #597B95;
	background: url(/images/topl_bg.jpg) top left no-repeat;
}
#leftcoltext {
	padding:19px 20px 40px 35px;
}
#rightcol {
	width:50%;
	float:left;
	font-size:80%;
	margin-left:-3px;
}
#rightcoltext {
	padding:19px 15px 20px 35px;
}
.homeinput {
	font-size:170%;
	color:#222;
	font-family: "Trebuchet MS", verdana, arial, tahoma, serif;
	margin-bottom:2px;
}
.homesubmit {
	font-size:150%;
	color:#111;
	vertical-align:middle;
}
span.advant_num {
	font-size:160%;
	vertical-align:middle;
}
ul {
	margin:4px 0 20px 39px;
	padding:0px;
}
li {
	padding-bottom:5px;
}
form {
	padding:0;
	margin:0;
	display:inline;
}
.input_descr {
	font-size:80%;
	color:#555;
}
#skobkatd {
	width:19px;
	font-size:333%;
	padding-top:6px;
	color:#555;
}
#botcol {
	font-size:62%;
	background:#D5DCE0 url(/images/bot_bg.jpg);;
	text-align:center;
	height:40px;
}
#botcoltext {
	padding-top:7px;
	color:#555;
}
#botcoltext a:link, #botcoltext a:active, #botcoltext a:visited {
	text-decoration:underline;
	color:#555;
}
#botcoltext a:hover {
	text-decoration:none;
	color:#444;
}
.hline {
	border-top: double 3px #597B95;
}
#an {
	clear:both;
	text-align:center;
	font-size:150%;
	line-height:80px;
	border-top: double 3px #597B95;
}
#an2 {
	clear:both;
	border-top: double 3px #597B95;
	font-size:80%;
}
#an2text {
	padding:19px 20px 10px 35px;
}
.baddr {
	color:#300000;
}
img { border:0; }