kahtml, body, form, ul, li, h1, h4 {
	padding: 0px;
	margin: 0px;
}
html, body {
	height: 100%;
}
img {
	border: 0px;
	behavior: url("/files/css/pngbehavior.htc");
}
body {
	font-family: arial;
	font-size: 11px;
	background: url(../images/bg-main.jpg) #4095BE repeat-x;
}
#main {
	width: 872px;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	margin-bottom: -50px;
}
* html #main {
	height: 100%;
}
#top {
	width: 842px;
	height: 30px;
	padding: 10px 15px 0 15px;
	float: left;
	position:relative;
	z-index:1000;
}
.top_img {
	margin: 0 10px 0 10px;
	float: right;
}
#top ul {
	list-style: none;
	float: right;
}
#top li {
	float: left;
	position: relative;
	white-space: nowrap;
	width: 92px;
}
#top li a {
	display: block;
}
#top li ul {
	display: none;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 92px;
}
#top li > ul {
	top: auto;
	left: auto;
}
#top li:hover ul {
	display: block;
}
#top li.over ul {
	display: block;
}
#header {
	width: 842px;
	height: 76px;
	background: url(../images/header_bg.png) no-repeat;
	padding: 16px 15px 0 15px;
	float: left;
}
* html #header {
	background: none;
}
*:first-child+html #header {
	background: none;
}
#header_inner {
	width: 842px;
	position: relative;
	z-index: 1;
	float: left;
}
#logo {
	width: 158px;
	padding: 10px 0 0 20px;
	float: left;
}
#menu {
	width: 640px;
	height: 33px;
	list-style: none;
	padding: 27px 20px 0 0;
	display: block;
	float: left;
}
#menu li {
	float: right;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	display: block;
}
#menu a:hover {
	background: #339CCC;
}
#menu .act {
	background: #339CCC;
}
#txt {
	width: 842px;
	background: url(../images/txt_bg.png) no-repeat;
	padding: 15px;
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
	float: left;
}
* html #txt {
	background: none;
}
*:first-child+html #txt {
	background: none;
}
#txt_inner {
	width: 842px;
	position: relative;
	z-index: 1;
	float: left;
}
#txt_inner_left {
	width: 230px;
	float: left;
}
#txt_inner_right {
	width: 600px;
	color: #FFFFFF;
	padding: 0 12px 0 0;
	float: left;
}
#txt_inner_right p {
	width: 430px;
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
}
#txt_inner_right a {
	color: #FFFFFF;
	text-decoration: underline;
}
#txt_inner_right a:hover {
	text-decoration: none;
}
#sub_menu {
	width: 200px;
	height: 300px;
	list-style: none;
	padding: 15px 15px 15px 15px;
	display: block;
	text-align:left;
	float: left;
}
#sub_menu li {
	padding: 0 0 10px 0;
}
#sub_menu a.act {
	color: #CFEFFF;
	font-weight: bold;
	text-align:left;
}
#sub_menu a {
	color: #87CBEC;
	text-decoration: none;
}
#sub_menu a:hover {
	text-decoration: underline;
}
h1 {
	width: 600px;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 10px 0;
	display: block;
	float: left;
}
h4 {
	width: 600px;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 10px 0;
	display: block;
	float: left;
}
.block_main {
	width: 255px;
	padding: 0 20px 0 0;
	float: left;
}
.block {
	width: 235px;
	background: url(../images/bg_1.png) repeat;
	padding: 10px;
	margin: 0 0 10px 0;
	float: left;
}
* html .block {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale', src='../images/bg_1.png' );
}
.block_inner {
	width: 235px;
	float: left;
}
.block_inner span {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	display: block;
}
.block_rekvizitai {
	width: 300px;
	padding: 10px;
	float: left;
}
.block_rekvizitai span {
	font-weight: bold;
	padding: 0 0 10px 0;
	display: block;
}
.img_right {
	margin: 0 30px 0 0;
	float: right;
}
#footer {
	width: 842px;
	height: 40px;
	color: #6AC6F2;
	font-size: 9px;
	padding: 0 15px 0 15px;
	margin: 0px auto;
	position: relative;
}
#footer a {
	color: #A1E0FF;
	text-decoration: none;
}
#footer_left {
	width: 642px;
	border-top: 1px solid #449CC5;
	padding: 9px 0 0 0;
	float: left;
}
#footer_left span {
	display: block;
}
#footer_left span img {
	vertical-align: middle;
}
#footer_right {
	width: 200px;
	text-align: right;
	border-top: 1px solid #449CC5;
	padding: 17px 0 0 0;
	float: left;
}
#footer_right font {
	font-size: 18px;
}
.clearfooter {
	height: 50px;
	clear: both;
}
