#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#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;	
}

#lang ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	
	#lang ul li {
		float: left;
		padding-right: 8px;
	}
	
		#lang ul li a {
			display: block;
			background: url(../images/lang.gif) no-repeat;
			padding: 10px 12px 10px 10px;
			text-decoration: none;
			color: #ffffff;
			font-size: 11px;
		}
		
			#lang ul li.selected a {
				background: url(../images/lang-selected.gif) no-repeat;
			}
			
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	
	#nav ul li {
		width: 210px;
	}
	
		#nav ul li a {
			padding: 0px;
			text-decoration: none;
			color: #0bc3ff;
			font-size: 20px;
		}
		
			#nav ul li.selected a {
				color: #4d4d4d;
			}
			
		#nav ul li ul {
			list-style: none;
			padding: 5px 0px 20px 0px;
			margin: 0px;
		}
		
			#nav ul li.selected ul li a {
				font-size: 16px;
				background: url(../images/bullet.gif) no-repeat left 6px;
				font-weight: bold;
				padding:  0px 0px 0px 15px;
				display: inline-block;
				margin: 1px 0px 0px 2px;
				color: #0bc3ff;
			}
			
				#nav ul li.selected ul li.selected a {
					color: #4d4d4d;
				}	

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

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;
		}

		.formcontainer p.title span.error {
			color: #ff7800;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #e2e2e2;
		border-left: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		background: #FFFFFF;
		width: 245px;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #e2e2e2;
		border-left: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		background: #FFFFFF;
		overflow:auto;
		width: 490px;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: none;
			background: url(../images/send.gif) no-repeat;
			color: #ffffff;
			text-align: center;
			font-weight: normal;
			font-size: 20px;
			width: 120px;
			height: 30px;
		}


/*-----------------------------------------news-wrapper----------------------------*/

.news-wrapper {
	
}

	.news-wrapper .image {
		margin: 17px 0px 0px 0px;
	}
	
	.news-wrapper .news {
		padding: 0px;
		margin: 0px 0px 46px 0px;
	}
		.news-wrapper .news.item {
			margin: 0px;
		}
	
		.news .date {
			float: left;
			width: 80px;
			height: 18px;
			background: url(../images/date.gif) no-repeat;
			color: #ffffff;
			text-align: center;
			padding: 0px 0px 2px 0px;
			margin-right: 13px;
		}
		
		.news .title {
			font-size: 20px;
			float: left;
			width: 410px;
			margin-top: -2px;
		}
		
		.news .text {
			margin: 17px 0px 0px 0px;
		}
		
		#content a.url {
			width: 80px;
			height: 18px;
			background: url(../images/more.gif) no-repeat;
			display: block;
			padding: 0px 0px 2px 0px;
			text-align: center;
			color: #ffffff;
			text-decoration: none;
			margin: 7px 0px 0px 0px;
		}
		
		.news .url {
			/*+*/
		}
		
		#content a.all {
			width: 110px;
			height: 18px;
			background: url(../images/all.gif) no-repeat;
			display: block;
			padding: 0px 0px 2px 0px;
			text-align: center;
			color: #ffffff;
			text-decoration: none;
			margin: 0px 0px 0px 0px;
		}
		
#paginator {
	font-size: 20px;
}


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;
	font-size: 12px;
	font-weight: normal;
	color: #f2f2eb;
}

body {	
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

body.body1 {
	background: url(../images/body1.gif) no-repeat center top;
}
body.body2 {
	background: url(../images/body2.gif) no-repeat center top;
}
body.body3 {
	background: url(../images/body3.gif) no-repeat center top;
}
body.body4 {
	background: url(../images/body4.gif) no-repeat center top;
}
body.body5 {
	background: url(../images/body5.gif) no-repeat center top;
}
body.body0 {
	background: url(../images/body6.gif) no-repeat center top;
}
/* === Main === */

#container {
	position: relative;
	text-align: left;
	width: 990px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
	
	*> #container {
		min-height: 100%;
		height: auto;
	}	
	
#container.c1{
	background: transparent url(../images/container1.gif) no-repeat;
}
#container.c2{
	background: transparent url(../images/container2.gif) no-repeat;
}
#container.c3{
	background: transparent url(../images/container3.gif) no-repeat;
}
#container.c4{
	background: transparent url(../images/container4.gif) no-repeat;
}
#container.c5{
	background: transparent url(../images/container5.gif) no-repeat;
}
#container.c0{
	background: transparent url(../images/container6.gif) no-repeat;
}

>* #container {
	min-height: 100%;
	height: auto;
}

	h1.logo {
		padding: 45px 0px 0px 168px;
		float: left;
	}
	
		h1.logo a,
		h1.logo b {
			display: block;
			background: transparent url(../images/logo.gif) no-repeat;
			width: 275px;
			height: 65px;
		}
		
			h1.logo a span,
			h1.logo b span {
				display: none;
			}
			
	#lang {
		float: left;
		padding: 61px 0px 0px 120px;
	}
	
	#left-col {
		width: 373px;
		float: left;
	}
	
		#nav {
			margin: 86px 0px 0px 119px;
		}
		
		#created {
			color: #77787b;
			margin: 80px 0px 0px 119px;
			font-size: 11px;
		}
		
			#created p {
				margin-top: 10px;
			}
			
			#created p.text {
				text-align: left;
				padding-bottom: 5px;
			}
			
				#created a.created-by {
					display: block;
					background: transparent url(../images/sys/artogama.gif) no-repeat right top;
					width: 66px;
					height: 21px;
				}
		
.hide {
	display: none;
}
		
	#right-col {
		width: 617px;
		float: left;
	}
		
		h2.title {
			font-size: 52px;
			color: #4d4d4d;
			font-weight: normal;
			margin: 57px 0px 0px 14px;
		}
		
		#content {
			margin: 45px 0px 0px 0px;
			color: #4d4d4d;
			width: 527px;
			padding: 0px 0px 50px 0px;
			line-height: 20px;
		}
			
			.info {
				padding: 0px 17px;
			}
		
			#content a {
				color: #0bc3ff;
				text-decoration: none;
			} 

	.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;
}


