html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-family: inherit; }

html, body { height: 100%; }

body {
    font-family: Tahoma, Arial;
    font-size: 12px;
    background: url('../img/bg.png') top center no-repeat #c5d6e0;
}

a {
    text-decoration: none;
    color: #E15517;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.content a { color: #E15517; font-weight: normal; }

img {
    border: none;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #5c8a0d;
    font-weight: bold;
    margin: 16px 0 8px;
}

h4 {
    font-weight: bold;
    margin: 10px 0;
}

#content {
    width: 940px;
    margin: 0 auto;
    min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	height: 134px;
	float: left;
}

.logo {
    width: 192px;
    height: 94px;
    background: url('../img/logo.png') 0 0 no-repeat;
    margin-left: 55px;
    margin-top: 11px;
    float: left;
}

.logo a {
    display: block;
    text-indent: -9999px;
    width: 192px;
    height: 94px;
}

#nav {
    float: left;
    margin-left: 104px;
    margin-top: 10px;
    width: 500px;
    font-size: 13px;
}

#nav ul {
    width: 70px;
    display: block;
    float: left;
}

#nav li {
    list-style: none;
    line-height: 16px;
}

#nav .nav-item {
    margin-right: 30px;
}

#nav .nav-item .active {
    color: #bde090;
    font-weight: bold;
    text-shadow: 1px 1px 1px #425e00;
}

#nav a {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #425e00;
    text-decoration: none;
}

#nav a:hover {
    text-decoration: none;
    color: #bde090;
}

.find-us.lt,
.find-us.en,
.find-us.de,
.find-us.nl {
    float: left;
    margin-left: 30px;
    margin-top: 22px;
    background: url('../img/find-us.png') 0 0 no-repeat;
}

.find-us.en {
    background: url('../img/find-us-en.png') 0 0 no-repeat;
}

.find-us.de {
    background: url('../img/find-us-de.png') 0 0 no-repeat;
}

.find-us.nl {
    background: url('../img/find-us-nl.png') 0 0 no-repeat;
}

.find-us a {
    width: 280px;
    padding-bottom: 56px;
    display: block;
    text-indent: -9999px;
}

.find-us:hover {
    background: url('../img/find-us-over.png') 0 0 no-repeat;
}

.find-us.en:hover {
    background: url('../img/find-us-over-en.png') 0 0 no-repeat;
}

.find-us.de:hover {
    background: url('../img/find-us-over-de.png') 0 0 no-repeat;
}

.find-us.nl:hover {
    background: url('../img/find-us-over-nl.png') 0 0 no-repeat;
}

#lang {
    float: right;
    margin-top: 25px;
}

#image-slider {
    clear: both;
    float: left;
    margin-top: -48px;
    margin-bottom: 40px;
    width: 603px;
    height: 411px;
    position: relative;	
}

#image-slider-photos {
	margin-top: 45px;
	margin-left: 30px;	
	position: relative;
}

.image-slider-photo {
	background: #fff;
	padding: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	z-index: 500;
    -webkit-box-shadow: 0 0px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
}

#image-slider-photos .prev {
	z-index: 501;
}

#image-slider-photos .active {
	z-index: 502;
}

.image-slider-photo img {
	width: 517px;
	height: 324px;
}

#image-slider-nav {
	text-align: center;
	margin-top: 400px;
	z-index: 600;	
}

#image-slider-nav a {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('../img/radio.png') 0 0 no-repeat;
	padding: 0;
	margin: 0 -4px;
}

#image-slider-nav a.active {
	background: url('../img/radio-active.png') 0 0 no-repeat;
}

#intro-text {
    width: 322px;
    float: right;
    margin-top: 26px;
}

#intro-text .title,
.info-container .title {
    font-size: 35px;
    color: #e15517;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}

.info-container .title {
    text-align: right;
}

#intro-text p {
    color: #3e6200;
    font-weight: bold;
    line-height: 17px;
    text-shadow: 1px 1px 1px #fff;
    margin: 12px 0;
}

.button {
    margin: 3px 0 0 -5px;
    border-collapse: collapse;
}

.read-more {
    background: url('../img/button-bg.png') 0 0 repeat-x;
    height: 38px;
    text-align: center;
}

.read-more:hover { background: url('../img/button-bg-over.png') 0 0 repeat-x; }

.read-more a {
    line-height: 38px;
    height: 38px;
    padding: 0 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.button-left-side,
.button-right-side {
    padding-left: 10px;
    height: 38px;
    background: url('../img/button-l.png') 0 0 no-repeat;
}

.button-right-side {
    background: url('../img/button-r.png') 0 0 no-repeat;
}

.button-left-side:hover { background: url('../img/button-l-over.png') 0 0 no-repeat; }

#info-blocks {
    clear: both;
    height: 350px;
    border-collapse: collapse;
}

#info-blocks.index { padding-bottom: 120px !important; margin-bottom: 120px; }

#info-blocks table {
    border-collapse: collapse;
}

#info-blocks #events,
#info-blocks #services,
#info-blocks #parcel,
#info-blocks #how-to-find {
    height: 350px;
    width: 230px;
    background: url('../img/box.png') top center no-repeat;
    margin-right: 5px;
    vertical-align: top;
}

#info-blocks h1 {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px #425e00;
    text-indent: 25px;
    line-height: 44px;
    padding-top: 4px;
}

#info-blocks p {
    font-weight: normal;
    width: 184px;
    padding: 0 25px;
    line-height: 15px;
    font-size: 11px !important;
    margin: 15px 0;
}

#info-blocks p {
    height: 90px;
    overflow: hidden;
}

#events p {
    margin: 0 0 10px 0 !important;
}

#info-blocks .title {
    font-weight: bold;
    line-height: 15px;
    font-size: 13px;
    margin: 15px 0 4px;
    padding: 0 25px;
}

#info-blocks img {
    padding-left: 10px;
}

#info-blocks .button {
    margin-left: 20px;
    margin-top: 0;
}

#info-blocks .links {
    color: #e15517;
    font-size: 11px;
    /*margin-left: 25px;*/
    padding-left: 10px;
    line-height: 15px;
    background: url('../img/bullet.gif') 1px 5px no-repeat;
}

#info-blocks .block-content {
    height: 110px;
    overflow: hidden;
}

#text {
    height: 120px;
    overflow: hidden;
    vertical-align: top;
}

#footer-container {
    position: relative;
	margin-top: -120px !important;
    background: url('../img/bg-bottom.png') 74% bottom no-repeat;
    height: 120px !important;
    margin: 0 auto;
    width: 100%;
	clear: both;
}

#footer {
    width: 940px;
    height: 120px;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
    position: relative;
}

#footer .footer-txt {
    position: absolute;
    bottom: 10px;
    right: 270px;
}

#footer a {
    color: #cbeeff;
    text-decoration: none;
    padding-right: 10px;
    background: url('../img/bullet.png') right 6px no-repeat;
    margin-right: 4px;
    font-weight: normal;
}

#footer a:hover { text-decoration: underline; }

#footer .lka-logo {
    position: absolute;
    bottom: 6px;
    right: 2px;
}

#footer .lka-logo a { background: none; }

/* VIDINIS */

#info-blocks.small {
    height: 180px;
    margin: 14px -5px 0px -4px;
}

#info-blocks.small #services,
#info-blocks.small #parcel,
#info-blocks.small #how-to-find {
    background-image: url('../img/box2.png');
    height: 180px;
    width: 241px;
    margin: 0 !important;
    padding: 0;
}

#info-blocks.small img { padding: 0 0 0 12px; }
#info-blocks.small #parcel,
#info-blocks.small #how-to-find { padding: 0 0 0 1px; }

.info-container .title {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: -20px;
}

.info-container table {
    border-collapse: collapse;
}

.info-container table.main {
    width: 950px;
}

.info-container table.main td {
    vertical-align: top;
}

.info-container {
    float: left;
    background: url('../img/picture.png') 0 0 no-repeat;
    padding-top: 76px;
	margin-top: -30px;
}

.info-container p {
    margin: 10px 0 16px;
    line-height: 17px;
}

#submenu {
    padding: 4px 0;
    list-style: none;
    width: 230px;
    font-size: 13px;
    background: url('../img/submenu-bg.png') 0 0 repeat-y;
}

#submenu li {
    width: 214px;
    margin-left: 8px;
}

#submenu li.active {
    background: url('../img/menu-active-bg.png') 0 0 repeat-x;
}

#submenu a {
    color: #000;
    line-height: 38px;
    padding-left: 14px;
}
#submenu li.active { color: #fff; text-indent: 14px; font-weight: bold; line-height:38px; }

.submenu-top,
.submenu-bottom {
    width: 230px;
    height: 12px;
    background: url('../img/submenu-bg-top.png') 0 0 no-repeat;
}

.submenu-bottom {
    background-image: url('../img/submenu-bg-bottom.png');
}

.frame-top,
.frame-bottom {
    width: 710px;
    height: 12px;
    background: url('../img/frame-bg-top.png') 0 0 no-repeat;
}

.frame-bottom { background: url('../img/frame-bg-bottom.png'); clear: both; }

.content img {
    margin: 0 0 10px 10px;
}

.content {
    background: url('../img/frame-bg.png') 0 0 repeat-y;
    padding: 16px 30px;
    min-height: 350px;
}

table.about { width: 100%; }
table.about img { float: right; }

/* END VIDINIS */

/* Prices */

.prices-content {
    padding-bottom: 19px;
}

.prices-main { width: 100%; }
.prices-main td { padding-bottom: 6px; }

.prices, .neotable {
    width: 100%;
    margin-bottom: 7px;
}

.prices td, .neotable td {
    border-bottom: 1px solid #82a71b;
    padding: 7px 5px 8px 5px;
}

.prices .name td, .neotablehead {
    border-top: 1px solid #82a71b;
    background: #dfe9ce;
    font-weight: bold;
}

/* END Prices */

/* CONTACTS */

.email a { color: #000; font-weight: normal; }
.email { margin-top: 18px !important; margin-bottom: 15px !important; }
.contacts { width: 100%; }
.contacts .address,
.contacts .phone { margin-top: 20px; margin-bottom: 3px; }
.contacts div { margin-top: 3px; }

/* END CONTACTS */

/* PHOTO GALLERY */

.gallery img {
	margin: 0;
	padding: 0;
}

.gallery td {
	padding-right: 14px;
	padding-top: 20px;
}

.gallery th {
	text-align: left;
	padding-top: 6px;
}

.gallery h2 {
	color: #E15517;
	font-weight: normal;
	margin-left: 8px;
}

.gallery a:hover { color: #E15517; }

.gallery-preview img {
	margin: 4px 0 0 -8px;
}

.slider { margin: 4px -4px 0 0; position: relative; }

.slider img {
	margin: 0 -2px 0 -3px; 
	padding: 0;
}

.slider span { margin: 0 3px 0 27px; }
.slider span a { padding-right: 2px; }
.slider .back { padding-right: 10px; }
.slider .fwd { padding-left: 9px; }
.slider .back, .slider .fwd {
	margin: 0;
	display: inline;
	position: absolute;
	width: 17px;
	top: 37px;
}

.slider .back { left: 0; }
.slider .fwd { right: -3px; }

input { width: 259px; }
select { width: 263px; }

/* END PHOTO GALLERY */

.error {
	color: #E15517;
	font-weight: bold;
}

table.active .button-left-side {
    background-image: url('../img/button-l-over.png');
}

table.active .button-right-side {
    background-image: url('../img/button-r-over.png');
}

.gallery-cover {
    background: url('../img/gallery.png') no-repeat;
    display: block;
    padding-left: 32px;
    padding-top: 16px;
    padding-bottom: 24px;
}

p.date, p.news-date {
    color: #666
}
p.back a {
    color: #E15517;
    font-size: 11px;
    font-weight: bold;
}

h2.news-title a {
    color: #5C8A0D;
    font-weight: bold;
}

ul { list-style: none; }
.paging ul li { display: inline; font-weight: bold; font-size: 11px; padding-right: 6px; color: #111; }
.paging ul { border-top: 1px solid #5C8A0D; padding-top: 6px; margin-top: 30px; color: #ddd; }
.paging a { color: #111; font-weight: bold; }
.content ul li {
    padding: 3px 0;
    list-style-type: disc;
    margin-left: 14px;
}

.content ol li {
    padding: 3px 0;
    margin-left: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#info-blocks.small #services img { padding: 0 0 0 13px; }
    textarea { margin-left: -1px; }
    .slider span { margin-right: 0; }
    #info-blocks img { padding-left: 10px; }
	.info-container { margin-bottom: 120px !important; }
	#wrapper { overflow: auto; width: 956px; }
	#lang { margin-right: 16px; }
}

/* Opera only css */
noindex:-o-prefocus, #wrapper { display: table; padding-bottom: 116px; }
noindex:-o-prefocus, #lang { margin-right: 6px; }
noindex:-o-prefocus, #info-blocks.index { margin-bottom: 0px; }

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
