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

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: #06234b;
		}

		.formcontainer p.title span.error {
			color: red;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #9ba7b7;
		border-left: 1px solid #9ba7b7;
		border-bottom: 1px solid #9ba7b7;
		border-right: 1px solid #9ba7b7;
		background: #FFFFFF;
		width: 210px;
	}
	
	.formcontainer p.resizeable textarea {
		border-top: 1px solid #9ba7b7;
		border-left: 1px solid #9ba7b7;
		border-bottom: 1px solid #9ba7b7;
		border-right: 1px solid #9ba7b7;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #9ba7b7;
			background: #ce1443;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			width: 90px;
		}
	
	.formcontainer h2 {
		border-bottom: 1px solid #9ba7b7;
		color: #9ba7b7;
		margin-bottom: 10px;
	}
	

/* === Forms === */

.frm .field {
	font-size: 12px;
	color: #000;
	width: 128px;
	padding: 1px 2px;
	border: 1px solid #9ba7b7;
	margin: 0;
}

.frm .btn {
	background: transparent url(../images/btn.gif) no-repeat;
	width: 18px;
	height: 18px;
	padding: 0;
	border: none;
	margin: 0;
}





/* === Links === */

a {
	color: #ce1443;
	text-decoration: none;
}

a:hover {
	color: #ce1443;
	text-decoration: underline;
}

/* === Txt === */

h2.title {
	float: left;
	background: transparent url(../images/title-bullet.gif) no-repeat right top;
	font-size: 14px;
	font-weight: bold;
	color: #ce1443;
	text-transform: uppercase;
	padding: 10px 54px 9px 20px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #06234b;
	line-height: normal;
}

#content h3 {
	font-size: 18px;
	font-weight: normal;
	color: #06234b;
	line-height: normal;
}

#form-wrapper h3 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #ce1443;
	padding: 2px 5px 0 0;
}

span.copyright {
	font-size: 11px;
	color: #535353;
}



/* === NAVIGATION === */

/* Lang */

#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li {
		float: left;
	}
	
	#lang li span {
		
	}
	
		#lang li a {
			display: block;
			font-size: 10px;
			color: #000;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0 2px 1px 3px;
			margin-right: 12px;
		}
		
			#lang li.last a {
				
			}
		
		#lang li a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			background-color: #bbb598;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		
	}
	
		#nav li a {
			display: block;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			padding: 2px 12px 7px 13px;
		}
		
			#lang li.last a {
				
			}
		
		#nav li a:hover {
			color: #e4486e;
			text-decoration: none;
		}
		
		#nav li.selected a {
			color: #e4486e;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			color: #e4486e;
			text-decoration: none;
		}

/* Left menu */

#left-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#left-nav li {
		border-bottom: 1px solid #ece9df;
	}
	
		#left-nav li.last {
			border: none;
		}
	
	#left-nav li.selected {
		
	}
		
		#left-nav li.selected li {
			border-bottom: none;
		}
		
		#left-nav li.selected li.selected {
			
		}
		
		#left-nav li.selected li.first {
			
		}
		
		#left-nav li.selected li.last {
			
		}
			
			#left-nav li.selected li.selected li.first {
				
			}
			
			#left-nav li.selected li.selected li.selected {
				
			}
			
			#left-nav li.selected li.selected li.last {
				padding-bottom: 3px;
			}
	
	#left-nav li span {
		/*+*/
	}
	
		#left-nav li a {
			display: block;
			font-size: 12px;
			color: #06234b;
			text-decoration: none;
			padding: 6px 10px 8px 10px;
		}
		
			#left-nav li.parent a {
				padding-bottom: 6px;
			}
			
			#left-nav li.last a {
				/*+*/
			}
		
		#left-nav li a:hover {
			color: #06234b;
			text-decoration: underline;
		}
		
		#left-nav li.selected a {
			background: transparent url(../images/nav-bullet-o.gif) no-repeat 0 6px;
			color: #ce1443;
			text-decoration: none;
		}
		
		#left-nav li.selected a:hover {
			color: #ce1443;
			text-decoration: none;
		}
		
			/* II lygis */
			
			#left-nav li li a,
			#left-nav li.selected li a {
				background: none;
				font-size: 11px;
				color: #06234b;
				text-decoration: none;
				padding: 0 10px 6px 20px;
			}
			
			#left-nav li li a:hover,
			#left-nav li.selected li a:hover {
				color: #06234b;
				text-decoration: underline;
			}
			
			#left-nav li li.selected a,
			#left-nav li.selected li.selected a {
				background: transparent url(../images/nav2-bullet-o.gif) no-repeat;
				color: #ce1443;
				text-decoration: none;
			}
			
			#left-nav li li.selected a:hover {
				color: #ce1443;
				text-decoration: underline;
			}
			
				/* III lygis */
				
				#left-nav li li li a,
				#left-nav li.selected li.selected li a {
					background: none;
					font-size: 10px;
					font-weight: bold;
					color: #06234b;
					text-decoration: none;
					padding: 0 10px 4px 30px;
				}
				
				#left-nav li li li a:hover,
				#left-nav li.selected li.selected li a:hover {
					color: #06234b;
					text-decoration: underline;
				}
				
				#left-nav li li li.selected a,
				#left-nav li.selected li.selected li.selected a {
					background: transparent url(../images/nav3-bullet-o.gif) no-repeat;
					color: #ce1443;
					text-decoration: none;
				}
				
				#left-nav li li li.selected a:hover {
					color: #ce1443;
					text-decoration: underline;
				}

/* Right menu */

#right-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#right-nav li {
		border-bottom: 1px solid #f9f9f9;
	}
	
		#right-nav li.last {
			border: none;
		}
	
	#right-nav li.selected {
		
	}
		
		#right-nav li.selected li {
			border-bottom: none;
		}
		
		#right-nav li.selected li.selected {
			
		}
		
		#right-nav li.selected li.first {
			
		}
		
		#right-nav li.selected li.last {
			
		}
			
			#right-nav li.selected li.selected li.first {
				
			}
			
			#right-nav li.selected li.selected li.selected {
				
			}
			
			#right-nav li.selected li.selected li.last {
				padding-bottom: 3px;
			}
	
	#right-nav li span {
		/*+*/
	}
	
		#right-nav li a {
			display: block;
			font-size: 11px;
			color: #06234b;
			text-decoration: none;
			padding: 6px 10px 8px 10px;
		}
		
			#right-nav li.parent a {
				padding-bottom: 6px;
			}
			
			#right-nav li.last a {
				/*+*/
			}
		
		#right-nav li a:hover {
			color: #06234b;
			text-decoration: underline;
		}
		
		#right-nav li.selected a {
			background: transparent url(../images/nav-bullet-o.gif) no-repeat 0 5px;
			color: #ce1443;
			text-decoration: none;
		}
		
		#right-nav li.selected a:hover {
			color: #ce1443;
			text-decoration: none;
		}
		
			/* II lygis */
			
			#right-nav li li a,
			#right-nav li.selected li a {
				background: none;
				font-size: 10px;
				font-weight: bold;
				color: #06234b;
				text-decoration: none;
				padding: 0 10px 6px 20px;
			}
			
			#right-nav li li a:hover,
			#right-nav li.selected li a:hover {
				color: #06234b;
				text-decoration: underline;
			}
			
			#right-nav li li.selected a,
			#right-nav li.selected li.selected a {
				background: transparent url(../images/nav2-bullet-o.gif) no-repeat;
				color: #ce1443;
				text-decoration: none;
			}
			
			#right-nav li li.selected a:hover {
				color: #ce1443;
				text-decoration: underline;
			}
			
				/* III lygis */
				
				#right-nav li li li a,
				#right-nav li.selected li.selected li a {
					background: none;
					font-size: 10px;
					font-weight: normal;
					color: #06234b;
					text-decoration: none;
					padding: 0 10px 4px 30px;
				}
				
				#right-nav li li li a:hover,
				#right-nav li.selected li.selected li a:hover {
					color: #06234b;
					text-decoration: underline;
				}
				
				#right-nav li li li.selected a,
				#right-nav li.selected li.selected li.selected a {
					background: transparent url(../images/nav3-bullet-o.gif) no-repeat;
					color: #ce1443;
					text-decoration: none;
				}
				
				#right-nav li li li.selected a:hover {
					color: #ce1443;
					text-decoration: underline;
				}

/* Icons */

#icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#icons li {
		float: left;
		padding-left: 9px;
	}
	
		#icons li.first {
			/*+*/
		}
		
		#icons li.last {
			/*+*/
		}
	
		#icons li a {
			display: block;
			width: 20px;
			height: 19px;
		}
		
			#icons a span {
				display: none;
			}

/* --- */


/*-----------------------------------------news-wrapper----------------------------*/

.news-wrapper {
	
}

	.news-wrapper .image {
		float: left;
		margin-right: 5px;
	}
	
	.news-wrapper .news {
		padding: 0px;
		margin: 0px;
	}
	
		.news .date {
			/*+*/
		}
		
		.news .title {
			/*+*/
		}
		
		.news .text {
			/*+*/
		}
		
		.news .more {
			/*+*/
		}
		
		.news .url {
			/*+*/
		}

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-color: #000;
}

	table tr td, table tr th {
		border-color: #000;
	}

body, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #06234b;
}

body {
	background: #fff url(../images/bg-top.gif) no-repeat center top;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

* > body {
		min-height: 100%;
	}

/* === Main === */

#wrapper {
	background: transparent url(../images/bg-bottom.gif) no-repeat center bottom;
	height: 100%;
	position: relative;
	
}

* > #wrapper {
		min-height: 100%;
		height: auto;
	}

#container {
	
	background: transparent url(../images/logo.gif) no-repeat;
	text-align: left;
	width: 990px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

* > #container {
		min-height: 100%;
		height: auto;
	}

	#header {
		padding-right: 40px;
	}
	
		h1.logo {
			float: left;
			padding: 10px 0 0 30px;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				width: 193px;
				height: 103px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#nav-wrapper {
			float: right;
			width: 715px;
			padding: 23px 0 33px 0;
		}
		
			#form-wrapper {
				height: 32px;
			}
			
				#search {
					float: left;
					padding-left: 19px;
				}
				
				#subscribe {
					float: left;
					padding-left: 42px;
				}
				
					.frm {
						float: left;
						width: 168px;
					}
				
				#icons {
					float: right;
					padding: 0 13px
				}
			
			#nav-container {
				background: #06234b url(../images/nav-top.gif) no-repeat;
			}
			
				#nav {
					background: transparent url(../images/nav-bottom.gif) no-repeat left bottom;
					padding: 4px 7px 0px 7px;
				}
		
		#title-wrapper {
			height: 35px;
			padding: 0 40px;
		}
		
			#mail-wrapper {
				float: right;
				background: transparent url(../images/mail-bg.gif) no-repeat right top;
				width: 190px;
				height: 35px;
			}
			
				#mail-wrapper a {
					display: block;
					background: transparent url(../images/icon-mail.gif) no-repeat right top;
					color: #fff;
					text-align: right;
					white-space: nowrap; /* IE7 */
					margin: 7px 27px 0 0;
				}
			
			#title-container {
				float: right;
				background: #d8d2be url(../images/title-top.gif) no-repeat;
				width: 525px;
			}
			
			#print-wrapper {
				float: left;
				width: 173px;
				padding-top: 12px;
			}
			
				#print-wrapper a {
					display: block;
					background: transparent url(../images/icon-print.gif) no-repeat right top;
					color: #a79d7c;
					text-align: right;
					white-space: nowrap; /* IE7 */
				}
		
		#cols {
			padding: 0 40px 212px 40px;
		}
		
			#left-col-news {
				float: left;
				width: 720px;
				height: 950px;
			}
			
			* > #left-col-news {
					min-height: 950px;
					height: auto;
				}
				
				.news-top-first {
					background: transparent url(../images/news-top-first.gif) no-repeat;
					font-size: 0;
					height: 8px;
				}
				
				.news-top {
					background: transparent url(../images/news-top.gif) no-repeat;
					font-size: 0;
					height: 8px;
				}
				
				.news-spacer {
					height: 32px;
					background: transparent url(../images/news-spacer.gif) no-repeat;
				}
				
				.news-spacer-last {
					height: 11px;
					font-size: 0px;
					background: transparent url(../images/news-spacer-last.gif) no-repeat center bottom;
				}
				
				dl.news {
					background: #fff url(../images/news-bg.gif) repeat-y;
					line-height: 16px;
					padding: 7px 20px 0 8px;
				}
					
					dl.news.pp {
						background: #fff url(../images/news-bg-pp.gif) repeat-y;
					}
					
					dl.news.page {
						background: #fff;
						line-height: 16px;
						padding: 7px 20px 0 8px;
					}
				
					dl.news dt.pict {
						float: left;
						padding: 5px 10px 10px 0;
					}
					
					dl.news dt.date {
						font-size: 11px;
						padding-top: 0px;
						color: #425c7e;
					}
					
					dl.news dt {
						font-size: 18px;
						line-height: normal;
						padding: 0 0 0px 0;
					}
						
						dl.news dd.info {
							margin-top: 18px;
						}
						
						dl.news dd.info.main {
							width: 526px;
							float: left;
						
						}
						
						dl.news dd.info.items {
							width: 300px;
							float: left;
						}
						
						
					
						dl.news dt a {
							color: #06234b;
						}
					
					dl.news dd.info {
						padding: 0 0 12px 0px;
					}
					
						a.more {
							background: transparent url(../images/more-bullet.gif) no-repeat;
							padding-left: 18px;
						}
				
				.news-bottom {
					background: transparent url(../images/news-bottom.gif) no-repeat;
					font-size: 0;
					height: 18px;
				}
			
			#left-col {
				float: left;
				width: 195px;
			}
			
				#left-nav-top {
					background: transparent url(../images/left-nav-top.gif) no-repeat;
					font-size: 0;
					height: 8px;
				}
				
				#left-nav {
					background: #d8d2be url(../images/left-nav-bg.gif) repeat-y;
					padding: 0 10px;
					margin-right: 10px
				}
				
				#left-nav-bottom {
					background: transparent url(../images/left-nav-bottom.gif) no-repeat;
					font-size: 0;
					height: 18px;
				}
			
			#middle-col {
				float: left;
				background: #fff url(../images/middle-col-bg.gif) repeat-y;
				width: 525px;
			}
			
			#middle-col-bottom {
				background: transparent url(../images/middle-col-bottom.gif) no-repeat left bottom;
			}
			
				#content-wrapper {
					background: transparent url(../images/middle-col-top.gif) no-repeat;
					padding: 15px 20px 20px 20px;
				}	
				
				#content-wrapper.page-news {					
					padding: 8px 0px 0px 0px;
				}
				
					#content {
						line-height: 16px;
						width: 485px;
						height: 915px;
					}
					
					* > #content {
							min-height: 915px;
							height: auto;
						}
					
					#content.page-news {
						width: 525px;
						height: 942px;
					}
						
						* > #content.page-news {
							min-height: 942px;
							height: auto;
						}
						
			#right-col {
				float: right;
				width: 180px;
			}
			
				.banner {
					background-color: #fff;
					padding: 5px;
					margin-bottom: 10px;
					text-align: center;
				}
				
				#right-nav-top {
					background: transparent url(../images/right-nav-top.gif) no-repeat;
					font-size: 0;
					height: 8px;
				}
				
				#right-nav {
					background: #ede9dd url(../images/right-nav-bg.gif) repeat-y;
					padding: 0 10px;
				}
				
				#right-nav-bottom {
					background: transparent url(../images/right-nav-bottom.gif) no-repeat;
					font-size: 0;
					height: 18px;
				}
	
	#footer {
		position: absolute;
		background: transparent url(../images/footer.gif) no-repeat 235px 0;
		width: 990px;
		height: 142px;
		bottom: 0;
		left: 50%;
		margin-left: -495px; 
	}
	
		#created {
			float: left;
			width: 235px;
			padding-top: 69px;
		}
		
			#created p {
				line-height: 18px;
				padding-left: 54px;
			}
		
		
		#address {
			float: left;
			width: 460px;
			padding-top: 70px;
		}
		
			#address p {
				font-size: 12px;
				line-height: 18px;
				padding: 0 37px 0 47px;
			}
	
	span.hide {
		display: none;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background-color: #f4f2e9;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 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;
}


#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;
	}
	

