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

		.formcontainer p.title span.error {
			color: #E40000;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border: 1px solid #c2a587; 
		width: 40%;
	}

	.formcontainer p.resizeable textarea {
		border: 1px solid #c2a587; 
		overflow:auto;
		width: 70%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: none;
			background: url(../images/submit.gif) no-repeat;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			padding: 8px 0px 8px 0px;
			width:130px;
		}


#content h2 {
	font-size: 30px;
	color: #e8b140;
	font-weight: normal;
	margin-bottom: 19px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #fde8a5;
	color: #541f00;
	padding-bottom: 10px;
	font-size: 18px;
	margin-top: 10px;
}



body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	outline: none;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

body {	
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
	margin: 0;
	background: #360f01 url(../images/body.gif) repeat-x;
}


/* === Main === */

#box {
	width: 100%;
	height: 100%;
	background: url(../images/box.jpg) no-repeat center top;
} 

#container {
	text-align: left;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/wrapper.gif) repeat-y;
}

#container.index {
	background: none;
}
	
	#header {
		height: 141px;
		background: url(../images/header.jpg) no-repeat 0px top;
		position: relative;
	}

			
		#lang {
			position: absolute;
			top: 0px;
			right: 15px;
		}
		
		#sitemapurl {
			display: block;
			position: absolute;
			width:20px;
			height: 19px;
			background: url(../images/sitemap.gif) no-repeat;
			top: 10px;
			right: 130px;
		}
		
		h1.logo {
			position: absolute;
			top: 29px;
			left: 38px;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 139px;
				height: 66px;
			}
			
			h1.logo.index a,
			h1.logo.index b {
				display: block;
				background: transparent url(../images/logo2.gif) no-repeat;
				width: 139px;
				height: 66px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}

#header.index {
	background: url(../images/header2.jpg) no-repeat 0px top;
	height: 139px;
}

#flash {
	width: 990px;
	height: 474px;
	background: url(../images/flash.jpg) no-repeat;
	position: relative;
	top: 0px;

}
	#flash2 {
		position: relative;
		top: -26px;
	}
	
	.flash-replaced {
		height: 474px;
		
	}
	
		#nav {
			position: absolute;
			top: 41px;
			left:194px;
		}
		
	#wrapper-top {
		background: url(../images/wrapper-top.jpg) no-repeat;
	}
		
		#wrapper-bottom {
			background: url(../images/wrapper-bottom.jpg) no-repeat left bottom;
			position: relative;
		}
			
			#left  {
				position: absolute;
				width: 82px;
				height: 305px;
				background: url(../images/left.jpg) no-repeat;
				left: -82px;
				bottom: 436px;
			}
				
				*> #left {
					bottom: 11px;
				}
				
			#l-col {
				width: 290px;
				float: left;
			}
				
				#sub-nav {
					margin: 46px 0px 0px 50px;
				}
				
			#r-col {
				width: 640px;
				padding: 0px 60px 0px 0px;
				float: right;
			}
				
				#breadcrumb {
					height: 32px;
					font-size: 11px;
					padding: 13px 0px 0px 20px;
				}
					
					#breadcrumb a {
						color: #b5926b;
						text-decoration: none;
					}
					#breadcrumb span {
						color: #b5926b;
						font-weight: bold;
					}
					
				#title-wrapper {
					height: 40px;
					background: url(../images/title-wrapper.gif) no-repeat;
				}
					
					h2.title {
						font-size: 22px;
						font-weight: normal;
						float: left;
						color: #401201;
						padding: 7px 0px 0px  18px;
					}
					
					a.print {
						float: right;
						display: inline-block;
						background: url(../images/print.gif) no-repeat right 2px;
						padding: 0px 17px 0px 0px;
						color: #401201;
						text-decoration: none;
						margin: 12px 20px 0px 0px;
					}
					
			#content {
				padding: 26px 0px 80px 0px;
				height: 640px;
				font-size: 12px;
				line-height: 18px;
				color: #401201;
			}
				
				*> #content {
					min-height: 640px;
					height: auto;
				}
				
				#content a {
					color: #ef0104;
					text-decoration: none;
				}
			
		
	
	#footer-top {
		height: 157px;
		position: relative;
	}
	
		.tt {
			font-size: 12px;
			color: #835b2e;
		}
		
		#t1 {
			position: absolute;
			top: 63px;
			left: 300px;
		}
		#t2 {
			position: absolute;
			top: 61px;
			right: 80px;
			line-height: 18px;	
		}
		
	#footer {
		background: #360f01 url(../images/footer.jpg) no-repeat;
		height: 127px;
		color: #835b2e;
	}
	
		#created {
			padding: 54px 85px 0 0px;
		}
		
		.page #created {
			padding-left: 0px;
		}
		
			#created p {
				float: left;
			}
		
		
			#created p.text {
				padding: 0px 100px 0px 0px;
			}
		
				#created a.created-by {
					display: block;
					background: transparent url(../images/artogama.gif) no-repeat right top;
					width: 64px;
					height: 17px;
					padding: 0px 0px 2px 5px;
				}

#link1 {
	display: block;
	position: absolute;
	width:120px;
	height: 40px;
	left: 295px;
	top: 13px;
}

#link2 {
	display: block;
	position: absolute;
	width:120px;
	height: 40px;
	right: 115px;
	top: 13px;
}

.top {
	background: url(../images/top.gif) no-repeat right 0px;
	font-size:12px;
	color: #bd0001;
	text-decoration: none;
	float: right;
	padding: 2px 30px 8px 0px;
}

.spacer {
	height: 1px;
	font-size: 0px;
	background: #fde8a5;
}
		
span.hide {
		display: none;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			
		}
		
		.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;
	}
	

/* === NAVIGATION === */

/* Lang */

#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li {
		float: left;
		width: 36px;
		height: 41px;
		text-align: center;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			display: block;
			font-size: 11px;
			font-weight: normal;
			color: #401201;
			text-decoration: none;
			text-transform: uppercase;
			padding: 12px 0px 0px 0px;
		}
		
			#lang li.first a {
				background: none;
				padding-left: 0;
			}
			
			#nav li.last a {
				
			}
		
		#lang li a:hover {
			color: #16355a;
			text-decoration: underline;
		}
		
		#lang li.selected {
			text-decoration: none;
			background: url(../images/lang-selected.gif) no-repeat;
		}
			
			#lang li.selected a {
				color: #fff6b9;
			} 
			
		#lang li.selected a:hover {
			color: #fff6b9;
			text-decoration: none;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		margin: 0px 0px 0px 1px;
		display: block;
	}
	
		#nav li a {
			display: block;
			background: url(../images/nav-bullet.gif) no-repeat right 0px;
			font-size: 13px;
			font-weight: normal;
			color: #fef5b9;
			text-decoration: none;
			padding: 14px 21px;
			margin: 0px;
		}
		
			#nav li.first {
				background: url(../images/nav-bullet.gif) no-repeat left 0px;
			}
		
		#nav li a:hover {
			color: #fef5b9;
			text-decoration: underline;
		}
		
		#nav li.selected span {
			
			background: url(../images/nav-selected.gif) repeat-x;
			text-decoration: none;
			 
		}
			
			#nav li.selected a {
				color: #d09233;
			}
			
		#nav li.selected a:hover {
			color: #d09233;
			text-decoration: none;
		}

/* Sub menu */

#sub-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#sub-nav ul li {
		background: url(../images/sub.gif) repeat-y;
		margin: 0px 0px 3px 0px;
	}
		
		#sub-nav ul li span {
			width: 190px;
			display: block;
			background: url(../images/sub-top.gif) no-repeat;
		}
		
		#sub-nav ul a {
			background: url(../images/sub-bottom.gif) no-repeat left bottom;
			display: block;
			font-size: 12px;
			color: #fef5b9;
			text-decoration: none;
			padding: 6px 16px;
		}
		
		#sub-nav ul a:hover {
			text-decoration: underline;
		}
		
		#sub-nav ul li.selected  {
			background: transparent url(../images/sub-s.gif) repeat-y;
		}
			
			#sub-nav ul li.selected span {
				background: transparent url(../images/sub-top-s.gif) no-repeat;
			}
			
		#sub-nav ul li.selected a {
			background: transparent url(../images/sub-bottom-s.gif) no-repeat left bottom;
			color: #d09233;
			text-decoration: none;
		}
		
		#sub-nav ul li.selected a:hover {
			color: #d09233;
			text-decoration: none;
		}


