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

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


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 {
		}

		.formcontainer p.title span.error {
			color: #E40000;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-width: 1px;
		width: 40%;
	}

	.formcontainer p.resizeable textarea {
		border-width: 1px;
		overflow:auto;
		width: 70%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #E40000;
			background: #E40000;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			padding: 3px 20px;
		}


/*-----------------------------------------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 {
			/*+*/
		}

/* === NAVIGATION === */

/* Lang */

#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li {
		float: left;
	}
	
		#lang li.last {
			background: transparent url(../images/nav-bullet.gif) no-repeat right top;
		}
	
	#lang li span {
		display: block;
	}
	
		#lang li.selected span {
			background: #8c0027 url(../images/nav-bg-o.gif) repeat-x left bottom;
		}
	
		#lang li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 12px;
			color: #fff;
			text-decoration: none;
			padding: 7px 8px 8px 11px;
		}
		
			#lang li.first a {
				
			}
			
			#nav li.last a {
				
			}
		
		#lang li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			text-decoration: underline;
		}

/* Top menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
	}
	
		#nav li.last {
			background: transparent url(../images/nav-bullet.gif) no-repeat right top;
		}
	
	#nav li span {
		display: block;
	}
	
		#nav li.selected span {
			background: #8c0027 url(../images/nav-bg-o.gif) repeat-x left bottom;
		}
		
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 14px;
			color: #fff;
			text-decoration: none;
			text-transform: lowercase;
			padding: 6px 11px 8px 14px;
		}
		
			#nav li.first a {
				
			}
			
			#nav li.last a {
				
			}
		
		#nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			text-decoration: underline;
		}

/* Menu */

#left-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#left-nav li {
		padding: 1px 0;
		border-bottom: 1px solid #e1e1e1;
	}
	
		#left-nav li.first {
			border-top: 1px solid #e1e1e1;
		}
	
	#left-nav li span {
		 
	}
	
		#left-nav li a {
			display: block;
			background: transparent url(../images/left-nav-bullet.gif) no-repeat;
			font-size: 14px;
			color: #7c7c7c;
			text-decoration: none;
			padding: 6px 12px 5px 20px;
		}
		
			#left-nav li.first a {
				
			}
			
			#left-nav li.last a {
				
			}
		
		#left-nav li a:hover {
			color: #7c7c7c;
			text-decoration: underline;
		}
		
		#left-nav li.selected a {
			background: #e1e1e1 url(../images/left-nav-bullet-o.gif) no-repeat;
			color: #8c0027;
			text-decoration: none;
		}
		
		#left-nav li.selected a:hover {
			color: #8c0027;
			text-decoration: underline;
		}

/* Sub menu */
#sub-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

	#sub-nav ul li {
		width: 33%;
		float: left;
		padding: 0px 0px 10px 0px;
	}
		
		#sub-nav ul li a {
			font-weight: bold;
			font-size: 14px;
		}
		
		#sub-nav ul li.selected a {
			color: #7c7c7c;
			
		}
		
		#sub-nav ul li.selected a:hover {
			text-decoration: none;
		}
		

/* --- */


#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, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

body {
	background: #fff url(../images/bg.gif) repeat-x;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

* > body {
		min-height: 100%;
	}

/* === Main === */

#container {
	text-align: left;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		height: 280px;
		padding: 0 20px;
	}
	
		#logo-wrapper {
			
		}
		
			h1.logo {
				padding: 85px 0 75px 9px;
			}
			
				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 454px;
					height: 90px;
				}
				
					h1.logo a span,
					h1.logo b span {
						display: none;
					}
		
		#nav-wrapper {
			background: #8c0027 url(../images/nav-wrapper-bg.gif) repeat-x;
		}
		
			#lang {
				float: right;
				background: transparent url(../images/nav-wrapper-right.gif) no-repeat right top;
				padding-right: 20px;
			}
			
			#nav {
				float: left;
				background: transparent url(../images/nav-wrapper-left.gif) no-repeat;
				padding: 0 20px;
			}
	
	#info {
		padding: 45px 30px 36px 30px;
	}
	
		#cols {
			height: 260px;
		}
		
		* > #cols {
				min-height: 260px;
				height: auto;
			}
			
			#left-col {
				float: left;
				width: 235px;
				padding-top: 5px;
			}
			
				#left-nav {
					background: transparent url(../images/left-nav-bg.gif) repeat-y;
					margin-bottom: 30px;
				}
				
					#left-nav .bottom {
						background: transparent url(../images/left-nav-bottom.gif) no-repeat left bottom;
					}
					
						#left-nav .top {
							background: transparent url(../images/left-nav-top.gif) no-repeat;
							padding: 30px 20px 35px 20px;
						}
				
				#news-top {
					background: transparent url(../images/news-top.gif) no-repeat;
					font-size: 0;
					line-height: 0;
					height: 15px;
				}
				
				#news-wrapper {
					padding: 0 19px;
					border-right: 1px solid #e1e1e1;
					border-left: 1px solid #e1e1e1;
				}
				
					dl.news {
						line-height: 20px;
					}
					
						dl.news dt.pict {
							padding: 5px 0 3px 0;
						}
						
							dl.news dt.pict img {
								border: 1px solid #e1e1e1;
							}
						
						dl.news dt {
							font-size: 14px;
							font-weight: bold;
							padding: 0;
						}
						
						dl.news dt.date {
							font-size: 12px;
							font-weight: normal;
							color: #7c7c7c;
							padding: 0;
						}
						
						dl.news dd.info {
							padding-bottom: 12px;
							border-bottom: 1px solid #e1e1e1;
							margin-bottom: 12px;
						}
						
						dl.news dd.info-last {
							padding-bottom: 0;
						}
				
				#news-bottom {
					background: transparent url(../images/news-bottom.gif) no-repeat;
					font-size: 0;
					line-height: 0;
					height: 15px;
				}
			
			#right-col {
				float: right;
				width: 655px;
			}
			
				#content-wrapper {
					
				}
				
					#content {
						line-height: 18px;
						width: 655px;
					}
	
	#footer {
		background: transparent url(../images/footer-line.gif) no-repeat;
		margin: 0 20px;
	}
		
		#created {
			padding: 31px 10px 15px 10px;
		}
		
			#copyright {
				float: right;
				text-align: left;
				width: 655px;
			}
			
			#created .logo {
				float: left;
				padding-top: 4px;
			}
			
				#created .logo a {
					display: block;
					background: transparent url(../images/sys/puslapis.gif) no-repeat right top;
					width: 53px;
					height: 14px;
				}
				
					#created .logo a span {
						display: none;
					}
	
	span.hide {
		display: none;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			border: 1px solid #e1e1e1;
		}
		
		.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;
}


/* === Links === */

a {
	color: #900529;
	text-decoration: none;
}

a:hover {
	color: #900529;
	text-decoration: underline;
}

/* === Txt === */

h2.title {
	font-size: 24px;
	font-weight: normal;
	color: #8d0021;
	padding-bottom: 24px;
}

h3.title {
	font-size: 18px;
	font-weight: normal;
	color: #8d0021;
	padding-bottom: 18px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 10px;
}

span.copyright {
	font-size: 12px;
	color: #7c7c7c;
	line-height: 20px;
}

