/* 2006 (c) UAB "Dizaino kryptis" */
/* 2006 (c) Simonas Falkauskas */
body {
	position: relative;
	margin: 0; padding: 0 0 10px 0;
	font-size: 1em;
	font: 76%  Arial, Tahoma, Helvetica, sans-serif;
	background: #3b8300 url('../images/bg.jpg') no-repeat;
}

#wrapper {
	position: relative;
	width: 1000px;
	padding-top: 170px;
}
* html #wrapper {text-align: center;}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
h1 {display: none;}
/* --- End Standart Tag's --- */

.logo {
	position: absolute;
	top: 0; left: 425px;
	display: block;
	width: 145px; height: 170px;
	background: url('../images/logo.jpg') no-repeat 50% 50%;
}
.logo span {display: none;}
#logo-print {display: none;}

/* Languages */
#languages {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 90px; right: 109px;
	width: 75px; height: 20px;
	background: url('../images/bg-languages.gif') no-repeat 50% 50%;
}
#languages li {
	display: block;
	float: left;
}
#languages li.en {margin-right: 35px;}

#languages li a {
	display: block;
	width: 20px; height: 20px;
}
#languages li.lt a {background: url('../images/ico-lt.gif') no-repeat 50% 50%;}
#languages li.en a {background: url('../images/ico-en.gif') no-repeat 50% 50%;} 

#languages a span {display: none;}
/* End Langauges */
/* Top Navigation */
#top-navigation {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 90px; right: 15px;
}
#top-navigation li {
	float: left;
	display: block;
}
#top-navigation a {
	display: block;
	width: 23px; height: 20px;
}

#top-navigation .home a {background: url('../images/ico-home.gif') no-repeat 50% 50%;}
#top-navigation .home a:hover {background: url('../images/ico-home-a.gif') no-repeat 50% 50%;}

#top-navigation .mail a {background: url('../images/ico-mail.gif') no-repeat 50% 50%;}
#top-navigation .mail a:hover {background: url('../images/ico-mail-a.gif') no-repeat 50% 50%;}

#top-navigation .sitemap a {background: url('../images/ico-sitemap.gif') no-repeat 50% 50%;}
#top-navigation .sitemap a:hover {background: url('../images/ico-sitemap-a.gif') no-repeat 50% 50%;}

#top-navigation .print a {background: url('../images/ico-print.gif') no-repeat 50% 50%;}
#top-navigation .print a:hover {background: url('../images/ico-print-a.gif') no-repeat 50% 50%;}

#top-navigation a span {display: none;}
/* End Top Navigation */

#container {
	width: 900px;
	margin: 0 auto;
}
* html #container {text-align: left;}

/* Meniu */
#meniu {
	width: 900px;
	background: #800101 url('../images/bg-meniu.gif') repeat-x;
	font-weight: bold;
	margin-bottom: 12px;
}

#meniu ul {
	padding: 0;
	list-style: none;
	width: 900px;
	min-height: 23px;
}

#meniu ul li {
	float: left;
	position: relative;
}
#meniu ul a {
	display: block; position: relative;
	padding: 0 1px;
	color: #ebd7d7;
	text-decoration: none;
	background: #800101 url('../images/bg-meniu.gif') repeat-x;
}

#meniu ul a span {
	display: block;
	padding: 4px 9px;
}

#meniu ul li a:hover, #meniu ul li a.active {
	background: #e3bf02 url('../images/bg-meniu-span.gif') repeat-x;
	color: #8b0627;
}
#meniu ul li a:hover span, #meniu ul li a.active span {
	background:  url('../images/bg-meniu-a.gif') repeat-x;
}

#meniu ul ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 23px; left: 0;
	width: 150px;
	z-index: 100;
	font-size: 1em;
	background: #e3bf02;
	font-weight: normal;
}

#meniu ul ul li {}

#meniu ul ul li a {
	display: block;
	background: none;
	color: #8b0627;
	padding: 3px 5px 3px 15px;
	width: 130px;
}
#meniu ul ul li a:hover, #meniu ul ul li a.active {
	background: #800101;
	color: #fad409;
}


#meniu ul li:hover ul, #meniu ul li.over ul { 
	display: block;
}
* html #meniu ul ul li {float: left;}

* html #meniu ul ul li a {
	width: 150px;
	height: 1%;
	width/* */:/* */130px;
}
/* End Meniu */

/* Structure */
#block-left, #block-right {float: left;}
#block-left {
	width: 210px;
	margin-right: 15px;
	overflow: hidden;
}
#block-right {width: 675px;}
/* End Structure */

/* Headers */
#container h2 {
	font-size: 1em;
	color: #8d1f3a;
	background: #e3bf02;
	padding: 3px 10px 3px 25px;
	background: url('../images/h3-bg.gif') no-repeat 0 50%;
	width: 640px;
}
* html #container h2 {
	width: 675px;
	width/* */:/**/640px;
}

#container h2 a {
	color: #8d1f3a;
	text-decoration: none;
}

/* End Headers */

/* Mesaage */
#b-message {
	background: url('../images/bgbmessage.png') repeat-y;
	width: 210px;
}

* html #b-message {
	background: none;
	width: 210px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/bgbmessage.png');	
}
/* End Message */

/* Text */
#b-text {
	background: #f6fcef;
	margin-bottom: 12px;
}
#b-text .text {
	margin: 1px;
	border: 1px solid #cfdbcf;
}


.text {
	font-size: .9em;
	color: #584e4e;
	padding: 20px;
	line-height: 15px;
	text-align: left;
}
* html #b-text .text {width: 631px;}

.text h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
}

.text p {margin: 0 0 1em 0;}
.text a {
	color: #b9173e;
}
.text hr {
	border: 0;
	color: #c7d3c6;
	background-color: #c7d3c6;
	height: 1px;
}
.text a:hover {text-decoration: underline;}

.text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
}
.text ul li {
	display: block;
	padding: 0 0 0 30px;
	background: url('../images/bg-text-bullet.gif') no-repeat 18px 5px;
}
* html .text ul li {vertical-align: top; height: 1%;}
.text ul ul {margin: 0;}
.text ul ul li {
	padding-left: 20px;
	background: url('../images/bg-text-bullet.gif') no-repeat 10px 5px;
}
.text ul ul ul {margin: 0;}
.text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 10px 5px;
}

.text ol {
	padding: 0 0 0 40px;
}
* html .text ol {padding: 0;}
*:first-child+html .text ol {padding: 0;}

.text ol ol {list-style-type: lower-alpha;}
.text ol li {padding: 0}

.text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #c7d3c6;
	width: 100%;
	margin-bottom: 1em;
}
* html .text table {font-size: 1em; width: auto; width/* */:/**/100%;}
.text table[border="0"] {border: 0;}
.text table.noborder { border: 0; }
.text td {
	padding: 4px 5px;
	font-size: 1em;
	border-color: #c7d3c6;
	vertical-align: top;
}
.text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #c7d3c6;
	font-weight: bold;
}
.text td p, .text th p {margin: 0;}
.text img {border: 0;}
/* End Text */
/* News List */
.text dl.news-list {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c7d3c6;
}

.text .news-list dt {
	font-weight: bold;
	color: #584e4e;
}
.text .news-list dt span {
	font-weight: normal;
	color: #b9173e;
}
.text .news-list dd {
	margin: 0;	
}
/* End News List */
/* Image */
.text .image {
	float: right;
	margin: 0 0 10px 15px;
}
.text .image img {border: 2px solid #c7d3c6;}
/* End Image */
/* Banners */
.text .banner {
	width: 100%;
	text-align: center;
}
/* End Banners */
/* Footer */
#footer {
	margin: 0 50px 0 275px;
	background: #771210;
	width: 673px; position: relative;
	font-size: .9em;
	padding: 1px;
}
* html #footer {
	text-align: left;
	width: 675px;
	width/* */:/**/673px;
}

#footer div {
	border: 1px solid #973737;
	padding: 10px 20px;
	line-height: 15px;
	color: #c9b1b1;
	background: url('../images/bg-footer.jpg') no-repeat 50% 100%;
}
#footer div p {margin: 0;}
#footer div p b {color: #f6fcef;}
#footer div a {
	color: #c9b1b1;
	text-decoration: none;
}
#footer div a:hover {text-decoration: underline;}
/* End Footer */

.clear {
	width: 100%;
	clear: both;
}


.text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}