/* gallery */

.gallery {
	width: 175px;
	float: left;
	margin: 0px 75px 25px 0px;
}

	.gallery.last {
		margin: 0px 0px 25px 0px;
	}
	
	.gallery .image {
		width: 175px;
		height: 175px;
		display: block;
	}
		
	.gallery .text {
		text-align: center;
	}
		.gallery .text a {
			text-decoration: none;
			color: #000000;
			margin-top: 9px;
			display: block;
		}
		
		.back a {
			text-decoration: none;
		}

/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: collapse;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #ffffff;
	color: #000;
	border: 1px solid #aaaaaa;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
	border: 1px solid #aaaaaa;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10 {
	background: #ffffff;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #ffffff;
}

.odd11 td.t11 {
	background: #ffffff;
}

.odd11 td.t01 {
	background: #ffffff;
}



/* 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: #000000;
		}

		.formcontainer p.title span.error {
			color: #8F3030;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #8F3030;
			background: #8F3030;
			color: #ffffff;
			padding: 2px;
			font-weight: bold;
			width: 90px;
		}

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}




/* === Links === */

a {
	color: #9f4721;
	text-decoration: underline;
}

a:hover {
	color: #9f4721;
	text-decoration: underline;
}

/* === Txt === */

h2.title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 0 0 20px 0;
}

h3.title {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding-bottom: 16px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9d9d9d;
}

/* === NAVIGATION === */

/* Lang */



/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			font-size: 10px;
			color: #000;
			text-decoration: none;
			padding: 0 0 5px 32px;
		}
		
			#nav li.last a {
				
			}
		
		#nav li a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			font-weight: bold;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			text-decoration: underline;
		}

/* Sub menu */

ul.sub-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.sub-nav li {
		float: left;
		width: 33%;
	}

		.sub-nav a {
			display: block;
			background: transparent url(../images/sub-nav-bullet.gif) no-repeat;
			font-size: 10px;
			font-weight: bold;
			color: #999;
			text-decoration: none;
			padding: 0px 16px 12px 12px;
		}
		
		.sub-nav a:hover {
			color: #999;
			text-decoration: underline;
		}
		
		.sub-nav li.selected a {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			font-weight: bold;
			color: #000;
			text-decoration: none;
		}
		
		.sub-nav li.selected a:hover {
			color: #000;
			text-decoration: underline;
		}

/* Icons */



/* --- */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

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: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

body {
	background: #fff;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

* > body {
		min-height: 100%;
	}

/* === Main === */

#container {
	text-align: left;
	width: 676px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		padding-top: 48px;
	}
	
		h1.logo {
			float: left;
			padding: 0 0 17px 0;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 333px;
				height: 44px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#nav {
			float: right;
			padding: 27px 13px 0 0;
		}
	
	#content-wrapper {
		padding-bottom: 16px;
	}
	
		#sub-nav-wrapper {
			padding: 16px 0 8px 4px;
			border-top: 1px solid #aaa;
			border-bottom: 1px solid #aaa;
			margin-bottom: 20px;
		}
		
		#content {
			line-height: 15px;
			width: 676px;
			height: 300px;
		}
		
		* > #content {
				min-height: 300px;
				height: auto;
			}
			
			#flash {
				width: 676px;
				height: 400px;
			}
	
	#footer {
		padding: 11px 0 12px 0;
	}
	
		#created-wrapper {
			float: left;
			padding-top: 1px;
		}
		
		#created .logo {
			float: left;
		}
		
			#created .logo a {
				display: block;
				background: transparent url(../images/sys/puslapis.gif) no-repeat right top;
				width: 56px;
				height: 14px;
				padding-left: 3px;
				voice-family: "\"}\"";
				voice-family: inherit;
				width: 53px;
			}
			
				#created .logo a span {
					display: none;
				}
		
		#copyright-wrapper {
			float: left;
			width: 400px;
			padding-top: 1px;
		}
	
	span.hide {
		display: none;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background-color: #cbbf96;
		}
		
		.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;
}


