#middle h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #B68500;
}

#middle .formcontainer h2 {
	border-bottom: 1px solid #333333;
	color: #B68500;
	margin-bottom: 10px;
	margin-top: 10px;
}



/* === News === */

dl.news {
	padding-bottom: 20px;
}

	dl.news dt.pict {
		float: left;
		padding: 0px 20px 10px 0;
	}

	dl.news dt.title {
		font-size: 12px;
		font-weight: bold;
		color: #B68500;
	}

	dl.news dt.date {
		color: #717171;
	}



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

.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;
}



	.img-container {
		/*+*/
	}

		.img-container table tr.image td {
		}

		.img-container table tr.title {
			display: none;
		}

			.img-container table tr.title td {
				text-align: center;
			}


body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

body, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B4B4B4;
}

body {
	background: #000000;
	padding: 0px;
	margin: 0px;
}

a {
	color: #B68500
}



#middle h1 {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #B68500;
}


#right h1 {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	color: #B68500;
}

/* === Main === */
#container {
	position: relative;
	width: 903px;
	margin-left: auto;
	margin-right: auto;
}	

	#header {
		height: 170px;
		position: relative;
		margin-bottom: 35px;
	}

		h1.logo {
			position: absolute;
			left: 0px;
			top: 0px;
		}

			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 173px;
				height: 170px;
			}

				h1.logo a span,
				h1.logo b span {
					display: none;
				}

		#nav {
			position: absolute;
			right: 0px;
			bottom: 5px;
		}

			#nav ul {
				list-style-type: none;
				padding: 0px;
				margin: 0px;
			}

			#nav ul li {
				float: left;
			}

			#nav ul li a {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				display: block;
				padding: 2px 4px;
				border-left: 1px solid #333333;
			}

			#nav ul li.first a {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				display: block;
				padding: 2px 4px 2px 0px!important;
				border-left: 0px!important;
			}

			#nav ul li.selected a {
				text-decoration: underline;
			}

	#left {
		width: 173px;
		float: left;
	}

	#middle {
		margin-left: 50px;
		width: 457px;
		float: left;

		border-top: 1px solid #333333;
		padding-top: 10px;
	}

	#right {
		float: right;
		width: 173px;
	}

	#footer {
		margin-top: 35px;
		padding-bottom: 35px;
		border-top: 1px solid #333333;
		padding-top: 10px;
		color: #4F4F4F;
	}

	

.banner {
	margin-bottom: 10px;
}

#photos{
	border-top: 1px solid #333333;
	padding-top: 20px;
}


#banners{
	padding-bottom: 10px;
}

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


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

