html, body {
	margin: 0;
	padding: 0;
}
body {
	background: White;
	font: 0.8em Arial, Helvetica, sans-serif;
}
.hidden {
	display: none;
}
h1 {
	margin: 0;
	padding: 0;
	font: 1em Arial, Helvetica, sans-serif;
}
.container {
	overflow:hidden; width:100%;
   padding-bottom:10px;
   margin-bottom: 10px;
   margin-top: 3px;
}
#header_ua {
	height: 60px;
	background: #ebf2fe url(/pics/shapka_ukr.gif) no-repeat;
}
#header_en {
	height: 60px;
	background: #ebf2fe url(/pics/shapka_en.gif) no-repeat;
	margin-bottom: 1px;
	margin-top: 3px;
}
#tabs1 {
	float: left;
	width: 100%;
	background: #F4F7FB;
	font-size: 93%;
	line-height: normal;
	border-bottom: 1px solid #BCD2E6;
	margin-top: 5px;
}
#tabs1 ul {
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}
#tabs1 li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs1 a {
	float: left;
	background: url("/pics/t_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs1 a span {
	float: left;
	display: block;
	background: url("/pics/t_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #627EB7;
}
#tabs1 a span {
	float: none;
}
#tabs a:hover span {
	color: #627EB7;
}
#tabs1 a:hover {
	background-position: 0 -42px;
}
#tabs1 a:hover span {
	background-position: 100% -42px;
}
#tabs1 #current a {
	background-position: 0 -42px;
}
#tabs1 #current a span {
	background-position: 100% -42px;
}
#content {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	background: White;
	border-style: solid;
	border-width: 1px;
	border-color: #BDE3FB;
	width: 550px;
}
#content .padding {
	padding: 10px;
}
#left_side {
	width: 200px;
	background: White;
	border: 1px solid #BDE3FB;
	margin-top: 3px;
	margin-left: 560px;
}
#left_side .padding {
	padding: 5px;
}
#right_side {
	width: 280px;
	margin-left: 380px;
	background: #5F9EA0;
}
#right_side .padding {
	padding: 10px;
}
#footer {
	clear: both;
	color: #c9c9c9;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	font: 0.7em/18px Tahoma, Arial, Helvetica, Sans-serif;
}
#footer a {
	color: #c9c9c9;
	text-decoration: none;
}
#footer a:hover {
	color: #db6d16;
}
#footer .altnav {
	width: 350px;
	float: right;
	text-align: right;
}
form {
	margin-top: 0;
	margin-bottom: 0;
}
input[type='text'], input.text {
	border: 1px solid;
	border-color: #386C98;
	background: White;
	font: 0.8em Arial, Helvetica, sans-serif;
}
input[type='radio'], input.radio {
	border: none;
}
a.text:link {
	text-decoration: none;
	color: Blue;
	font: 0.9em Arial, Helvetica, sans-serif;
}
a.text:hover {
	text-decoration: underline;
	color: Blue;
	font: 0.9em Arial, Helvetica, sans-serif;
}
a.text:visited {
	text-decoration: none;
	color: #386C98;
	font: 0.9em Arial, Helvetica, sans-serif;
}
A.menu:link {
	text-decoration: none;
	color: #1E47C1;
	border-color: Blue;
	border-style: none;
	border-width: 1px;
	font: bold 8pt Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;
}
A.menu:visited {
	text-decoration: none;
	color: #1E47C1;
	border-color: Blue;
	border-style: none;
	border-width: 1px;
	font: bold 8pt Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;
}
A.menu:hover {
	text-decoration: underline;
	color: #FF8C00;
	border-color: Blue;
	border-style: none;
	border-width: 1px;
	font: bold 8pt Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;
}
A.right_menu {
	text-decoration: none;
	color: #00007d;
	font: 8pt Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;
}
A.right_menu:visited {
	text-decoration: none;
	color: #6F80B3;
	font: 8pt Arial, Helvetica, Arial Cyr, Arial Ua;
}
A.right_menu:hover {
	text-decoration: underline;
	color: #F5B141;
	font: 8pt Arial, Helvetica, Arial Cyr, Arial Ua;
}
ul {
	list-style: square;
	content: inherit;
}