#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#nav li {
	float: left;
}

#nav li span {
	
}

#nav li a {
	height: 95px;
	display: block;
}

#nav li a.apiemus {
	width: 96px;
	background: url(../images/apiemus.gif) no-repeat;
}

#nav li a.naujienos {
	width: 110px;
	background: url(../images/naujienos.gif) no-repeat;
}

#nav li a.naudinga {
	width: 111px;
	background: url(../images/naudinga.gif) no-repeat;
}

#nav li a.kainos {
	width: 90px;
	background: url(../images/kainos.gif) no-repeat;
}

#nav li a.servisas {
	width: 103px;
	background: url(../images/servisas.gif) no-repeat;
}

#nav li a.produktai {
	width: 114px;
	background: url(../images/produktai.gif) no-repeat;
}

#nav li a.apiemus-s {
	width: 96px;
	background: url(../images/apiemus-s.gif) no-repeat;
}

#nav li a.naujienos-s {
	width: 110px;
	background: url(../images/naujienos-s.gif) no-repeat;
}

#nav li a.naudinga-s {
	width: 111px;
	background: url(../images/naudinga-s.gif) no-repeat;
}

#nav li a.kainos-s {
	width: 90px;
	background: url(../images/kainos-s.gif) no-repeat;
}

#nav li a.servisas-s {
	width: 103px;
	background: url(../images/servisas-s.gif) no-repeat;
}

#nav li a.produktai-s {
	width: 114px;
	background: url(../images/produktai-s.gif) no-repeat;
}

#nav li a.apiemus:hover {
	width: 96px;
	background: url(../images/apiemus-s.gif) no-repeat;
}

#nav li a.naujienos:hover {
	width: 110px;
	background: url(../images/naujienos-s.gif) no-repeat;
}

#nav li a.naudinga:hover {
	width: 111px;
	background: url(../images/naudinga-s.gif) no-repeat;
}

#nav li a.kainos:hover {
	width: 90px;
	background: url(../images/kainos-s.gif) no-repeat;
}

#nav li a.servisas:hover {
	width: 103px;
	background: url(../images/servisas-s.gif) no-repeat;
}

#nav li a.produktai:hover {
	width: 114px;
	background: url(../images/produktai-s.gif) no-repeat;
}

#nav li a span {
	display: none;
}

	#sub-nav ul {
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		display: inline;
	}
	
		#sub-nav ul li {
			
		}
	
			#sub-nav ul li a {
				display: block;
				font-size: 13px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
				padding: 3px 20px 3px 20px;
			}
			
			#sub-nav ul li a:hover {
				color: #000000;
				text-decoration: none;
			}
			
			#sub-nav ul li a.selected {
				color: #000000;
				font-weight: bold;
				text-decoration: none;
			}
			
			#sub-nav ul li a.selected:hover {
				color: #000000;
				font-weight: bold;
				text-decoration: none;
			}


table {
	border-collapse: collapse;
}

/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
			font-weight: bold;
			color: #7f7f7f;
		}

		.formcontainer p.title span.error {
			color: red;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #f88a08;
			background: #f88a08;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			width: 90px;
		}


table {
	border-collapse: collapse;
}

/* forms */
.formcontainer {
	margin: 0px;
	padding: 0px;
}

.formcontainer p input,.formcontainer p textarea,.formcontainer p select option
	{
	color: #000000;
}

.formcontainer p.resizeable,.formcontainer p.unresizeable {
	padding-bottom: 10px;
}

.formcontainer p.title {
	margin-bottom: 2px;
}

.formcontainer p.title span {
	font-weight: normal;
	color: #333333;
}

.formcontainer p.title span.error {
	color: red;
}

.formcontainer p.resizeable input,.formcontainer p.input input,.formcontainer p.resizeable select
	{
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	background: #FFFFFF;
	width: 290px;
}

.formcontainer p.resizeable textarea {
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	background: #FFFFFF;
	overflow: auto;
	width: 530px;
}

.formcontainer p.button {
	padding-top: 10px;
}

.formcontainer p.button input {
	background: #f88a08;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	width: 90px;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*-----------------------------------------news-wrapper----------------------------*/

.news-wrapper {
	padding-bottom: 10px;
}

	.news-wrapper .image {
		float: left;
		margin: 0px 10px 0px 0px;
		width: 250px;
		text-align: center;
	
	}
	
	.news-wrapper .news {
		padding: 0px;
		margin: 0px;
	}
	
		.news .date {
			/*+*/
		}
		
		.news .title {
			font-size: 26px;
			font-weight: normal;
			letter-spacing: -0.05em;
			line-height: 26px;
			color: #210000;
		}
		
		.news .text {
			
		}
		
		.news .more {
			/*+*/
		}
		
		.news .url {
			/*+*/
		}
		
table.archive th {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 14px;
}

table.archive td {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 0px 3px 2px;
}

.edate {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 2px;
	margin-bottom: 15px;
	background: #210000;
	color:#fff;
	display: inline-block; 
}
	.edate .day {
		font-weight: bold;
	}

#top {
	width: 100%;
	height: 100%;
	background: url(../images/top.jpg) repeat-x;
}

#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



	#header {
		height: 202px;
	}
		
		#header.h0 {
			background: url(../images/header.jpg) no-repeat;
		}
		#header.h1 {
			background: url(../images/header2.jpg) no-repeat;
		}
		#header.h2 {
			background: url(../images/header3.jpg) no-repeat;
		}
		
		#outside {
			float: right;
			padding: 54px 10px 0px 0px;
		}
			#outside a {
				width: 88px;
				height: 130px;
				display: block;
				background: url(../images/outside.gif) no-repeat;
			}
				
				#outside a span {
					display: none;
				}
				
	#nav {
		padding: 0px 0px 25px 100px;
	}
		
		#nav ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
			
			#nav ul li  {
				float: left;
				background: url(../images/nav-bullet.jpg) no-repeat right 0px;
				padding-right: 46px;
			}
			
				#nav ul li a {
					display: block;
					height: 37px;
				}
					
					#nav ul li a.events {
						width: 224px;
						background: url(../images/nav-events.jpg) no-repeat;
					}
					
					#nav ul li a.archive {
						width: 296px;
						background: url(../images/nav-archive.jpg) no-repeat;
					}
					
					#nav ul li a.gallery {
						width: 159px;
						background: url(../images/nav-gallery.jpg) no-repeat;
					}
					
					#nav ul li a span {
						display: none;
					}
				
				#nav ul li.last  {
					background: none;
					padding-right: 0px;
				}
					
	#title-wrapper {
		float: left;
		width: 721px;
	}
		h2.title {
			height: 37px;
		}
		h2.title.events {
			background: url(../images/title-events.jpg) no-repeat center center;
		}
		
		h2.title.news {
			background: url(../images/title-news.jpg) no-repeat center center;
		}
		
		h2.title.archive {
			background: url(../images/title-archive.jpg) no-repeat center center;
		}
		
		h2.title.satta {
			background: url(../images/title-satta.jpg) no-repeat center center;
		}
		
		h2.title.gallery {
			background: url(../images/title-gallery.jpg) no-repeat center center;
		}
		
		h2.title.contacts {
			background: url(../images/title-contacts.jpg) no-repeat center center;
		}
		
		h2.title span {
			display: none;
		}
		
	#left-col {
		width: 721px;
		float: left;
		background: url(../images/content.gif) repeat-y;
	}
		
		#l-top {
			background: url(../images/w-top.jpg) no-repeat;
		}
		
			#l-bottom {
				background: url(../images/w-bottom.jpg) no-repeat 0px bottom;
			}
				
				#content {
					height: 550px;
					line-height: 16px;
					background: url(../images/content.jpg) no-repeat 0px center;
					padding: 45px 82px;
					
				}
					
					*> #content {
						min-height: 550px;
						height: auto;
					}
					
					#content a {
						color:#000;
						text-decoration: none;
					}
			
					#content a:hover {
						background: #000;
						color: #f6dba2;
					}
					#content a:hover span {
						background: #000;
						color: #f6dba2;
					}
					
					#content span {
						display: inline-block;
					}
					
	
	#title-wrapper-small {
		width: 239px;
		float: left;
	}
		
		h2.title-small {
			height: 13px;
			background: url(../images/title-news-small.jpg) no-repeat center center;
			padding: 20px 0px 0px 0px;
		}
			
			h2.title-small span {
				display: none;
			}
			
	#right-col {
		position: relative;
		width: 239px;
		float: left;
		background: url(../images/r-middle.jpg) repeat-y;
	}
		
		#r-top {
			background: url(../images/r-top.jpg) no-repeat;
		}
			
			#r-bottom {
				background: url(../images/r-bottom.jpg) no-repeat 0px bottom;
				padding: 36px 0px;
			}
			
				.r-event {					
					width: 174px;
					padding: 5px 32px;	
				}
					
					.r-event .img2 {
						width: 175px;
						text-align: center;
						padding-bottom: 5px;
					}
					
					.r-event .text {
						font-weight: bold;
						font-size: 14px;
						
						color:#210000;
					}
						
						
						.r-event .text a {
							text-decoration: none;
							color: #000;
							letter-spacing: -0.05em;
							font-size: 14px;
						}
							.r-event .text a.title {
								font-weight: normal;
								letter-spacing: 0;
								font-size: 12px;
							}
						
						.r-event .text a:hover {
							text-decoration: none;
							color: #f6dba2;
							background-color: #000000;
						}
						
						
	#footer {
		height: 94px;
		background: url(../images/footer.jpg) no-repeat;
	}
		
		a.logo {
			display: block;
			width: 140px;
			height: 23px;
			position: absolute; 
			bottom: -30px;
			left: 46px;
			background: url(../images/contacts.jpg) no-repeat;
		}
			
	
.bigspacer {
	width: 557px;
	height: 33px;
	background: url(../images/spacer-big.jpg) no-repeat;
	margin-bottom: 10px;
}

.smallspacer {
	height: 14px;
	background: url(../images/small-spacer.jpg) no-repeat center bottom;
}										

/*-----------------------------------------gallery-wrapper----------------------------*/

.gallery-wrapper {
	
}

	.gallery-wrapper .image {
		float: left;
		margin: 0px 16px 16px 0px;
		border: 2px solid #000;
	}
	a.gallery-image {
		width: 165px;
		height: 165px;
		display: block;	
	}
	
	.gallery-wrapper .news {
		padding: 0px;
		margin: 0px;
	}
	
		.gallery .date {
			/*+*/
		}
		
		.gallery .title {
			/*+*/
		}
		
		.gallery .text {
			/*+*/
		}
		
		.gallery .more {
			/*+*/
		}
		
		.gallery .url {
			/*+*/
		}

#sitemap {
	list-style: none;
	line-height: 18px;
}
	#sitemap a {
		text-decoration:none;
	}
	#sitemap a:hover {
		text-decoration:underline;
	}

	#sitemap ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#sitemap.level0 {
		padding-left: 0px;
		margin-left: 0px;
	}

	#sitemap.level0 li {
		margin: 0px;
		list-style-image: none;
	}
	
		#sitemap.level0 div {
			padding-left: 25px;
			font-size: 12px;
			font-weight: bold; 
			background: url(sitemap/tree-root.gif) no-repeat left center;
		}
	
	#sitemap .level1 li {
		margin-left: 12px;
		background: url(sitemap/tree-item-bg.gif) repeat-y;
	}
	
		#sitemap .level1 li div {
			padding-left: 35px;
			font-size: 11px;
			font-weight: normal;
			background: url(sitemap/tree-item.gif) no-repeat left top;
		}
	
	#sitemap .level2 li {
		margin-left: 25px;
	}

	#sitemap li.last {
		background: none;
	}
	
		#sitemap li.last div {
			background: url(sitemap/tree-item-last.gif) no-repeat left top;
		}
		
	/* Spalvos */
	#sitemap .level1 div {
	}
	
	#sitemap .level4 {
		color: blue;
	}
	

body,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	font-family: tahoma;
	font-size: 14px;
	background: #e5bb84 url(../images/body.jpg);
}


/* === Other === */
.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	outline: none;
}

.hide {
	display: none;
}

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
}



