/* 2007 (c) UAB "Dizaino kryptis" */
/* 2007 (c) Simonas Falkauskas */
html {min-width: 980px;}
body {
	position: relative;
	margin: 0 0 15px 0; padding: 0;
	font-size: 1em;
	font: 76% Arial, Tahoma, Helvetica, sans-serif;
}

body.lt {background: #FFF url('../images/bg-lt.jpg') no-repeat 50% 0;}
body.en {background: #FFF url('../images/bg-en.jpg') no-repeat 50% 0;}

body.lti {background: #FFF url('../images/bg-lt-index.jpg') no-repeat 50% 0;}
body.eni {background: #FFF url('../images/bg-en-index.jpg') no-repeat 50% 0;}

#flash { position: absolute; top: 38px; left: 525px; }

#holder-main, #holder-footer {
	position: relative;
	width: 100%;
}

*:focus { outline: none; }

* html #holder-main, * html #holder-footer {text-align: center;}

#holder-footer {
	border-bottom: 2px solid #F3C021;
	background: url('../images/bg-footer.gif') repeat-x;
}

#wrapper, #footer {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
* html #wrapper, #footer {text-align: left;}

#wrapper {padding-top: 255px;}
#index #wrapper {padding-top: 620px;}

#footer {
	padding: 35px 0 10px 0;
	background: url('../images/bg-footer-a.gif') no-repeat 27px 0;
}

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

.logo {
	position: absolute;
	top: 40px; left: 50px;
	display: block;
	width: 310px; height: 130px;
}
.logo span {display: none;}
#logo-print {display: none;}

h2.lt {
	position: absolute;
	top: 80px; left: 380px;
	display: block;
	width: 240px; height: 70px;
	background: url('../images/h2-lt.jpg') no-repeat 50% 50%;
}
#index h2.lt {
	top: 165px; left: 185px;
	width: 325px; height: 80px;
	background: url('../images/h2-lt-index.jpg') no-repeat 50% 50%;
}

h2.en {
	position: absolute;
	top: 75px; left: 390px;
	display: block;
	width: 230px; height: 70px;
	background: url('../images/h2-en.jpg') no-repeat 50% 50%;
}
#index h2.en {
	top: 165px; left: 190px;
	width: 315px; height: 80px;
	background: url('../images/h2-en-index.jpg') no-repeat 50% 50%;
}

h2 span {display: none;}
/* Top Navigation */
#top-navigation {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 5px; right: 0;
}
#top-navigation li {
	float: left;
	margin-left: 4px;
}
#top-navigation a {
	display: block;
	width: 35px; height: 25px;
	cursor: pointer;
}
#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 .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 */
/* Languages */ 
#languages {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 215px; left: 320px;
}
#index #languages {top: 400px; left: 15px;}


#languages li {float: left;}

#languages a {
	display: block;
	width: 30px; height: 37px;
	cursor: pointer;
}
#index #languages a {width: 25px; height: 33px;}

#languages .en a {background: url('../images/bg-languages-en.jpg') no-repeat 50% 50%;}
#languages .lt a {background: url('../images/bg-languages-lt.jpg') no-repeat 50% 50%;}

#index #languages .en a {background: url('../images/bg-languages-en-index.jpg') no-repeat 50% 50%;}
#index #languages .lt a {background: url('../images/bg-languages-lt-index.jpg') no-repeat 50% 50%;}

#languages a span {display: none;}
/* End Languages */
/* Meniu */
#meniu {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 191px; left: 350px;
	width: 630px; height: 55px;
}
#index #meniu {
	top: 332px; left: 40px;
	width: 940px; height: 75px;
}

#meniu li {float: left;}
#index #meniu li {position: relative;}

#meniu a {
	display: block;
	height: 55px;
	cursor: pointer;
}
#index #meniu a {height: 75px;}

/* Vidinis Meniu */
#meniu a.m1-lt {
	width: 99px;
	background: url('../images/m1-lt.jpg') no-repeat 50% 50%;
}
#meniu a.m1-lt:hover {background: url('../images/m1-lt-a.jpg') no-repeat 50% 50%;}
#meniu a.m1-lt-active {
	width: 99px;
	background: url('../images/m1-lt-a.jpg') no-repeat 50% 50%;
}

#meniu a.m2-lt {
	width: 152px;
	background: url('../images/m2-lt.jpg') no-repeat 50% 50%;
}
#meniu a.m2-lt:hover {background: url('../images/m2-lt-a.jpg') no-repeat 50% 50%;}
#meniu a.m2-lt-active {
	width: 152px;
	background: url('../images/m2-lt-a.jpg') no-repeat 50% 50%;
}

#meniu a.m3-lt {
	width: 136px;
	background: url('../images/m3-lt.jpg') no-repeat 50% 50%;
}
#meniu a.m3-lt:hover {background: url('../images/m3-lt-a.jpg') no-repeat 50% 50%;}
#meniu a.m3-lt-active {
	width: 136px;
	background: url('../images/m3-lt-a.jpg') no-repeat 50% 50%;
}

#meniu a.m4-lt {
	width: 121px;
	background: url('../images/m4-lt.jpg') no-repeat 50% 50%;
}
#meniu a.m4-lt:hover {background: url('../images/m4-lt-a.jpg') no-repeat 50% 50%;}
#meniu a.m4-lt-active {
	width: 121px;
	background: url('../images/m4-lt-a.jpg') no-repeat 50% 50%;
}

#meniu a.m5-lt {
	width: 106px;
	background: url('../images/m5-lt.jpg') no-repeat 50% 50%;
}
#meniu a.m5-lt:hover {background: url('../images/m5-lt-a.jpg') no-repeat 50% 50%;}
#meniu a.m5-lt-active {
	width: 106px;
	background: url('../images/m5-lt-a.jpg') no-repeat 50% 50%;
}


#meniu a.m1-en {
	width: 99px;
	background: url('../images/m1-en.jpg') no-repeat 50% 50%;
}
#meniu a.m1-en:hover {background: url('../images/m1-en-a.jpg') no-repeat 50% 50%;}
#meniu a.m1-en-active {
	width: 99px;
	background: url('../images/m1-en-a.jpg') no-repeat 50% 50%;
}

#meniu a.m2-en {
	width: 152px;
	background: url('../images/m2-en.jpg') no-repeat 50% 50%;
}
#meniu a.m2-en:hover {background: url('../images/m2-en-a.jpg') no-repeat 50% 50%;}
#meniu a.m2-en-active {
	width: 152px;
	background: url('../images/m2-en-a.jpg') no-repeat 50% 50%;
}

#meniu a.m3-en {
	width: 136px;
	background: url('../images/m3-en.jpg') no-repeat 50% 50%;
}
#meniu a.m3-en:hover {background: url('../images/m3-en-a.jpg') no-repeat 50% 50%;}
#meniu a.m3-en-active {
	width: 136px;
	background: url('../images/m3-en-a.jpg') no-repeat 50% 50%;
}

#meniu a.m4-en {
	width: 121px;
	background: url('../images/m4-en.jpg') no-repeat 50% 50%;
}
#meniu a.m4-en:hover {background: url('../images/m4-en-a.jpg') no-repeat 50% 50%;}
#meniu a.m4-en-active {
	width: 121px;
	background: url('../images/m4-en-a.jpg') no-repeat 50% 50%;
}

#meniu a.m5-en {
	width: 94px;
	background: url('../images/m5-en.jpg') no-repeat 50% 50%;
}
#meniu a.m5-en:hover {background: url('../images/m5-en-a.jpg') no-repeat 50% 50%;}
#meniu a.m5-en-active {
	width: 94px;
	background: url('../images/m5-en-a.jpg') no-repeat 50% 50%;
}
/* End Vidinis Meniu */
/* Titulinis Meniu */
#index #meniu a.m1-lt {
	width: 138px;
	background: url('../images/m1-lt-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m1-lt:hover {background: url('../images/m1-lt-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m1-lt-active {
	width: 138px;
	background: url('../images/m1-lt-a-index.jpg') no-repeat 50% 50%;
}

#index #meniu a.m2-lt {
	width: 214px;
	background: url('../images/m2-lt-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m2-lt:hover {background: url('../images/m2-lt-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m2-lt-active {
	width: 214px;
	background: url('../images/m2-lt-a-index.jpg') no-repeat 50% 50%;
}

#index #meniu a.m3-lt {
	width: 197px;
	background: url('../images/m3-lt-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m3-lt:hover {background: url('../images/m3-lt-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m3-lt-active {
	width: 197px;
	background: url('../images/m3-lt-a-index.jpg') no-repeat 50% 50%;
}

#index #meniu a.m4-lt {
	width: 164px;
	background: url('../images/m4-lt-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m4-lt:hover {background: url('../images/m4-lt-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m4-lt-active {
	width: 164px;
	background: url('../images/m4-lt-a-index.jpg') no-repeat 50% 50%;
}

#index #meniu a.m5-lt {
	width: 154px;
	background: url('../images/m5-lt-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m5-lt:hover {background: url('../images/m5-lt-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m5-lt-active {
	width: 154px;
	background: url('../images/m5-lt-a-index.jpg') no-repeat 50% 50%;
}


#index #meniu a.m1-en {
	width: 138px;
	background: url('../images/m1-en-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m1-en:hover {background: url('../images/m1-en-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m1-en-active {
	width: 138px;
	background: url('../images/m1-en-a-index.jpg') no-repeat 50% 50%;
}

#index #meniu a.m2-en {
	width: 214px;
	background: url('../images/m2-en-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m2-en:hover {background: url('../images/m2-en-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m2-en-active {
	width: 214px;
	background: url('../images/m2-en-a-index.jpg') no-repeat 50% 50%;
}

#index #meniu a.m3-en {
	width: 197px;
	background: url('../images/m3-en-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m3-en:hover {background: url('../images/m3-en-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m3-en-active {
	width: 197px;
	background: url('../images/m3-en-a-index.jpg') no-repeat 50% 50%;
}

#index #meniu a.m4-en {
	width: 164px;
	background: url('../images/m4-en-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m4-en:hover {background: url('../images/m4-en-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m4-en-active {
	width: 164px;
	background: url('../images/m4-en-a-index.jpg') no-repeat 50% 50%;
}

#index #meniu a.m5-en {
	width: 125px;
	background: url('../images/m5-en-index.jpg') no-repeat 50% 50%;
}
#index #meniu a.m5-en:hover {background: url('../images/m5-en-a-index.jpg') no-repeat 50% 50%;}
#index #meniu a.m5-en-active {
	width: 125px;
	background: url('../images/m5-en-a-index.jpg') no-repeat 50% 50%;
}

/* End Titulinis Meniu */

#meniu a span {display: none;}


#index #meniu ul {
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0; top: 75px;
	padding-top: 5px;
}
#index #meniu ul.m1-lt {width: 138px;}
#index #meniu ul.m2-lt {width: 214px;}
#index #meniu ul.m3-lt {width: 197px;}
#index #meniu ul.m4-lt {width: 164px;}
#index #meniu ul.m5-lt {width: 154px;}

#index #meniu ul.m1-en {width: 138px;}
#index #meniu ul.m2-en {width: 214px;}
#index #meniu ul.m3-en {width: 197px;}
#index #meniu ul.m4-en {width: 164px;}
#index #meniu ul.m5-en {width: 125px;}

#index #meniu ul li {
	position: relative;
	float: none;
}
* html #index #meniu ul li {
	height: 1%;
	float: left;
}
#index #meniu ul li a {
	display: block;
	position: relative;
	padding: 2px 15px 2px 40px;
	height: auto;
	white-space: normal;
	color: #1E1E1E;
	text-decoration: none;
	background: url('../images/bg-meniu-ul.gif') no-repeat 28px 7px;
}

#index #meniu ul li a:hover {color: #EEB925;}

#index #meniu ul li.map-lt a, #index #meniu ul li.map-en a {
	display: block;
	position: relative;
	padding: 0;
	width: 140px; height: 105px;
	margin: 0 12px;
}
#index #meniu ul li.map-lt a {background: url('../images/map-lt.gif') no-repeat 50% 50%;}
#index #meniu ul li.map-en a {background: url('../images/map-en.gif') no-repeat 50% 50%;}
/* End Meniu */

/* Sutructure */
#container {
	width: 981px;
	background: url('../images/bg-container.jpg') no-repeat 50% 0;
	margin-bottom: 50px;
}
#index #container {
	background: none;
	height: 1px;
	margin-bottom: 0;
}

#block-left, #block-right {float: left;}
#block-left {width: 170px; margin: 101px 20px 0 0; padding-left: 110px;}
* html #block-left {
	width: 280px;
	width/* */:/**/170px;
}

#block-right {width: 650px; margin-top: 31px; position: relative;}
/* End Structure */
/* Submeniu */
#submeniu {
	padding: 0;
	list-style: none;
	line-height: 18px;
	font-size: .9em;
	font-weight: bold;
}
#submeniu ul {
	padding: 0;
	list-style: none;
}
#submeniu li {display: block;}
* html #submeniu li {
	vertical-align: top;
	height: 1%;
}
#submeniu a {
	display: block;
	padding-left: 10px;
	color: #417B6C;
	text-decoration: none;
	background: url('../images/bg-submeniu.gif') no-repeat 0 6px;
}
#submeniu a:hover, #submeniu a.active {
	color: #F1C751;
	background: url('../images/bg-submeniu-a.gif') no-repeat 0 6px;
}
/* End Submeniu */
/* H3 */
#block-right h3 {
	position: absolute;
	top: 0; left: -235px;
	display: block;
	width: 237px; height: 70px;
}

#block-right h3.m1-lt-active {background: url('../images/h3-m1-lt.gif') no-repeat 50% 50%;}
#block-right h3.m2-lt-active {background: url('../images/h3-m2-lt.gif') no-repeat 50% 50%;}
#block-right h3.m3-lt-active {background: url('../images/h3-m3-lt.gif') no-repeat 50% 50%;}
#block-right h3.m4-lt-active {background: url('../images/h3-m4-lt.gif') no-repeat 50% 50%;}
#block-right h3.m5-lt-active {background: url('../images/h3-m5-lt.gif') no-repeat 50% 50%;}

#block-right h3.m1-en-active {background: url('../images/h3-m1-en.gif') no-repeat 50% 50%;}
#block-right h3.m2-en-active {background: url('../images/h3-m2-en.gif') no-repeat 50% 50%;}
#block-right h3.m3-en-active {background: url('../images/h3-m3-en.gif') no-repeat 50% 50%;}
#block-right h3.m4-en-active {background: url('../images/h3-m4-en.gif') no-repeat 50% 50%;}
#block-right h3.m5-en-active {background: url('../images/h3-m5-en.gif') no-repeat 50% 50%;}

#block-right h3.sitemap-lt {background: url('../images/h3-sitemap-lt.gif') no-repeat 50% 50%;}
#block-right h3.sitemap-en {background: url('../images/h3-sitemap-en.gif') no-repeat 50% 50%;}

#block-right h3 span {display: none;}
/* End H3 */
/* Text */
#text {
	padding: 10px 95px 0 30px;
	color: #666F6D;
	line-height: 18px;
	min-height: 200px;
}
* html #text {height: 200px;}

#text h1, #text h2, #text h3, #text h4 { font: 1.7em Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1em; }
#text h2 { font-size: 1.5em; }
#text h3 { font-size: 1.3em; }
#text h4 { font-size: 1.1em; font-weight: bold; }

#text h4 {
	text-transform: uppercase;
	color: #DFA503;
	padding-bottom: 5px;
}

#text p {margin: 0 0 1.5em 0;}
#text a {
	color: #DFA503;
	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: #707070;
	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: #707070;
	vertical-align: top;
}
#text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #707070;
	font-weight: bold;
}
#text td p, #text th p {margin: 0;}

.f-left { float: left; }
.f-right { float: right; }

#text img { padding: 5px; border: 1px solid #ccc; margin-top: .3em; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }
.mini-gallery { margin: 0 1em 0 0; }



/* End Text */
/* Forms */
#text form fieldset {
	padding: 5px 0;
}
#text form fieldset.submit {
	margin-left: 100px;
	font-size: .9em;
}
#text form fieldset.submit input {vertical-align: middle;}
#text form fieldset.submit span {vertical-align: middle; margin-left: 10px;}

#text .error {
	font-size: .9em;
	color: #417B6C;
	margin-left: 100px;
}

#text form label {
	display: block;
	float: left;
	width: 100px;
}
#text .txtfld {
	border: 1px solid #707070;
	width: 180px;
	color: #666F6D;
}
#text textarea {
	font: 100% Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	width: 335px; height: 100px;
	border: 1px solid #707070;
	color: #666F6D;
	overflow: auto;
}

/* End Forms */
/* Footer */
* html #footer {
	text-align: center;
}

#footer table {
	width: 96%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: .9em;
	color: #999;
	text-align: left;
}

#footer table td {
	width: 24%;
	vertical-align: top;
}
#footer table a {
	color: #999;
	text-decoration: none;
}
#footer table a:hover {color: #333;}

/* 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))
}
