/* (c) 2007 UAB "Dizaino kryptis" */
/* (c) 2007 Simonas Falkauskas */
html {min-width: 990px;}
body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
body.bg1 {background: url('../images/bg1.jpg') no-repeat 50% 0;} /*	sunus */
body.bg2 {background: url('../images/bg2.jpg') no-repeat 50% 0;} /*	dukra */
body.bg3 {background: url('../images/bg3.jpg') no-repeat 50% 0;} /*	zmona */
body.bg4 {background: url('../images/bg4.jpg') no-repeat 50% 0;} /*	vyras */

body#index {background: #FFF url('../images/bg-body-index.gif') repeat-x;}

#wrapper, #footer {
	position: relative;
	width: 100%;
}

#index #wrapper { background: url('../images/bg-wrapper-index.gif') no-repeat; padding-top: 320px; }

* html #wrapper, #footer {text-align: center;}

#wrapper-h, #footer-h {
	margin: 0 auto;
	width: 990px;
	position: relative;
}
#wrapper-h {
	padding-top: 270px;
}
#index #wrapper-h {
	background: none;
	padding: 0;
}

* html #wrapper-h, #footer-h {text-align: left;}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
h1, h2 {display: none;}
/* --- Standart Tag's --- */
#flash {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%; height: 258px;
}

#logo {
	position: absolute;
	top: 59px; right: 25px;
	display: block;
	width: 135px; 
	height: 75px;
	background: url('../images/logo.png') 50% 50% no-repeat;
	pointer: cursor;
	cursor: hand;
	z-index: 999;
}
*html #logo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/logo.png');
}
/*
.lo1 {background: url('../images/lo1.jpg') no-repeat 50% 50%;}
.lo2 {background: url('../images/lo2.jpg') no-repeat 50% 50%;}
.lo3 {background: url('../images/lo3.jpg') no-repeat 50% 50%;}
.lo4 {background: url('../images/lo4.jpg') no-repeat 50% 50%;}
*/

#logo span {display: none;}
/* #index #logo {background: url('../images/logo-index.jpg') no-repeat 50% 50%;} */ 

#logo-print {display: none;}


/* Top Navigation */
#top-navigation {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 215px; right: 115px;
}
#index #top-navigation {top: -63px;}

#top-navigation li {
	float: left;
}
#top-navigation a {
	display: block;
	width: 35px; height: 30px;
}

#top-navigation li.mail a {background: url('../images/ico-mail.jpg') no-repeat 50% 50%;}
#top-navigation li.sitemap a {background: url('../images/ico-sitemap.jpg') no-repeat 50% 50%;}

#top-navigation a span {display: none;}
/* End Top Navigation */
/* Meniu */
#meniu {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 215px; right: 195px;
	z-index: 1;
}
#index #meniu {top: -63px;}

#meniu li {
	position: relative;
	float: left;
}
#meniu a {
	display: block;
	padding: 7px 20px;
	font-weight: bold;
	text-decoration: none;
	color: #3c5d66;
	border-left: 1px solid #d6e1e4;
}
#meniu a.last {border-right: 1px solid #d6e1e4;}

#meniu a:hover, #meniu a.active {
	color: #FFF;
	background: url('../images/bg-meniu-a.gif') repeat-x;
}

/**/
#meniu ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 27px; left: 0;
	width: 150px;
	z-index: 100;
	background: #b2c5cc;
	font-size: 1em;
}

#meniu ul li {
	position: relative;
	background: none;
	padding: 0;
	cursor: pointer;

}
#meniu ul a {
	display: block;
	padding: 4px 12px;
	width: 125px;
	color: #FFF;
	font-weight: normal;
	border-top: 1px solid #c9d7db;
	
}
#meniu ul a:hover, #meniu ul a.active {
	color: #3c5d66;
	background: #a4b9c0 url('../images/bg-submeniu.gif') no-repeat 4px 50%;
}

* html #meniu ul li {float: left;}
* html #meniu ul li a {
	height: 1%;
	width: 150px;
	width/* */:/**/126px;
}

#meniu li:hover ul, #meniu li.over ul {display: block;}
#meniu li:hover ul ul, #meniu li.over ul ul {display: none;}
/**/
/***/
#meniu ul ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 0; left: 150px;
	width: 150px;
	z-index: 200;
	background: #a4b9c0;
	font-size: 1em;
}
#meniu ul li {
	position: relative;
	background: none;
	padding: 0;
	cursor: pointer;
}
* html #meniu ul ul li {float: left;}
* html #meniu ul ul li a {height: 1%;}

#meniu ul li:hover ul, #meniu ul li.over ul { 
	display: block;
}
/***/
/* End Meniu */
/* Structure */
#container {
	width: 991px;
	position: relative;
}
#block-left, #block-right {float: left;}
#block-left {
	width: 185px;
	padding-left: 20px;
}
* html #block-left {
	width: 205px;
	width/* */:/**/185px;
}
#block-right {
	width: 700px;
	padding: 0 40px 0 45px;
}
* html #block-right {
	width: 785px;
	width/* */:/**/700px;
}

#block-right-full {
	width: 935px;
	margin: 0 auto;
}
/* End Structure */
/* Full Search */
#full-search {
	width: 100%;
	background: #dfeaed;
}
#full-search h3 {
	font-size: 1em;
	color: #FFF;
	background: #5f716f;
	padding: 4px 20px;
}
#full-search form {
	padding: 20px;
	font-size: .9em;
}
#full-search form fieldset {padding: 0;}
#full-search form fieldset.padding {padding: 10px 0 0 0;}
#full-search form select {
	font-size: 1em;
	width: 100%;
	border: 1px solid #949898;
	padding: 1px 0;
}
/* End Full Search */
/* Contacts */
#contacts {
	width: 100%;
	background: #dfeaed;
	margin-bottom: 20px;
}
#contacts h3 {
	font-size: 1em;
	color: #FFF;
	background: #5f716f;
	padding: 4px 20px;
}
#contacts div {
	padding: 20px;
	font-size: .9em;
	color: #3f3d3b;
}
#contacts div p {margin: 0 0 1em 0;}
#contacts div a {
	color: #2a6f82;
	text-decoration: none;	
}
#contacts div a:hover {text-decoration: underline;}
/* End Contacts */
/* Text */
#text {
	color: #414b4a;
	font-size: 1em;
	text-align: justify;
	padding-bottom: 30px;
	min-height: 380px;
}
* html #text {
	height: 410px;
	height/* */:/**/380px;
}
#text h3 {
	color: #63a6b8;
	font-size: 1.7em;
	font-weight: normal;
	width: 100%;
	padding: 3px 0;
	border-bottom: 1px solid #7fbdce;
	margin-bottom: 20px;
}
#text h4 {
	font-size: 1.2em;
	padding-bottom: 15px;
}
#text h4 span {color: #7fbdce;}

#text p {margin: 0 0 1em 0;}
#text a {color: #7fbdce; text-decoration: none;}
#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 13px 7px;
}
* 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 0 7px;
}
#text ul ul ul {margin: 0;}
#text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}

#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: #d3d4d6;
	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: #d3d4d6;
	vertical-align: top;
}
#text tr.grey {background: #f8f8f8;}
#text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #d3d4d6;
	background: #e3ecee;
}
#text td p, #text th p {margin: 0;}

/* End Text */
/* Index News */
#text table.index-news {
	border: 0; width: 100%;
}
#text table.index-news th {
	background: none;
	vertical-align: bottom;
	color: #63a6b8;
	font-size: 1.7em;
	font-weight: normal;
	padding: 3px 15px;
	width: 33%;
}
#text table.index-news td {
	padding: 20px 15px 0 15px;
	text-align: left;
}
#text table.index-news td.image {
	background: url('../images/bg-index-news.gif') no-repeat 50% 50%;
	padding: 8px 0 5px 0;
	vertical-align: middle;
	text-align: center;
}
#text table.index-news td.more-lt a {
	display: block;
	width: 64px; height: 17px;
	background: url('../images/more-lt.gif') no-repeat 50% 50%;
}
#text table.index-news td.more-lt a:hover {background: url('../images/more-a-lt.gif') no-repeat 50% 50%;}
#text table.index-news td.more-lt a span {display: none;}
#text table.index-news img {border: 0;}
/* End Index News */
/* Form */
#text form {}
#text form fieldset {padding: 5px 0;}
#text form fieldset.padding {padding-left: 100px;}
* html #text form fieldset.padding {padding-left: 104px;}
#text form label {
	display: block;
	float: left;
	width: 100px;
}
#text form label span, #text form span {
	color: #7fbdce;
	font-size: 1.2em;
}
#text form .txtfld {
	width: 200px;
	font-size: 1em;
	border: 1px solid #949898;
	color: #686764;
}
#text form textarea {
	font: 100% Arial, Verdana, Tahoma, Helvetica, sans-serif;
	width: 400px; height: 100px;
	overflow: auto;
	color: #686764;
	border: 1px solid #949898;
}
#text form .error {
	padding-left: 100px;
	color: #da2c48;
}
* html #text form .error {padding-left: 104px;}
/* End Form */
/* Sitemap */
#text .sitemap {line-height: 19px;}
/* End Sitemap */
/* News List */
#text .news-list {
	float: left;
	width: 290px;
	margin: 0 40px 15px 0;
	text-align: left;
}
#text .clear-news {
	width: 100%;
	clear: both;
	height: 5px;
	background: url('../images/bg-news-list.gif') no-repeat 0 50%;
	margin-bottom: 15px;
}

#text .news-list dt {
	padding-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
#text .news-list dt span {color: #7fbdce;}

#text .news-list dd {margin: 0;}
#text .news-list dd.more-lt, #text .news-list dd.more-en {padding-top: 15px;}

#text .news-list dd.more-lt a {
	display: block;
	width: 64px; height: 17px;
	background: url('../images/more-lt.gif') no-repeat 50% 50%;
}
#text .news-list dd.more-lt a:hover {background: url('../images/more-a-lt.gif') no-repeat 50% 50%;}
#text .news-list dd.more-lt a span {display: none;}

#text a.archyve {
	display: inline;
	vertical-align: top;
	padding: 2px 5px;
	background: #7fbdce;
	border: 1px solid #7fbdce;
	color: #FFF;
}
#text a.archyve:hover {
	text-decoration: none;
	background: #FFF;
	color: #545351;
	border: 1px solid #7f7f7f;
}
/* End News List */
/* Gallery */
#text .gallery-cat {
	clear: both;
	overflow: auto;
	width: 100%;
	margin-bottom: 15px;
}
#text .gallery-cat ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}
#text .gallery-cat li {
	float: left;
	padding: 0;
	background: none;
	margin-right: 20px;
}
#text .gallery-cat a {
	display: block;
	padding-left: 15px;
	color: #a6a6a6;
	background: url('../images/bg-forward.gif') no-repeat 0 50%;
}
#text .gallery-cat a:hover, #text .gallery-cat a.active {
	color: #7fbdce;
	text-decoration: none;
}

#text .gallery-list {
	width: 100%;
	clear: both;
	text-align: left;
}
#text .gallery-list img {
	border: 0;
}
#text .gallery-list a {
	display: block;
	position: relative;
	float: left;
	padding: 5px;
	margin: 0 5px 30px 5px;
	background: url('../images/bg-gallery.gif') no-repeat 50% 50%;
}
#text .gallery-list a span {
	position: absolute;
	bottom: -17px; left: 5px;
	cursor: pointer;
	font-size: 1.1em;
	color: #a6a6a6;
}
#text .gallery-list a:hover {text-decoration: none;}
/* End Gallery */
/* Pager */
#text #pager {
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}
#text #pager a {
	display: inline;
	color: #414b4a;
	padding: 1px 5px;
}
#text #pager a:hover, #text #pager a.active {
	color: #FFF;
	background: #7fbdce;
	text-decoration: none;
}
#text #pager a.no:hover {background: none;}
#text #pager img {
	border: 0;
	vertical-align: middle;
}
/* End Pager */
/* Footer */
#footer {
	background: url('../images/bg-footer.gif') repeat-x;
	font-size: .8em;
	color: #5f716f;
	overflow: auto;
}
#footer p {
	margin: 0;
	padding: 6px;
}
#footer a {
	color: #5f716f;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}
#footer p.left {
	float: left;
	margin-left: 10px;
}
#footer p.right {
	float: right;
	margin-right: 10px;
}
/* End Footer */

.clear {
	width: 100%;
	clear: both;
}

.right {text-align: right;}
.right img {border: 0;}

#text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}

.hand {
	cursor: pointer;
	cursor: hand;
}
#searchResults td a {
	color: #414B4A;
}