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

#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: #252525;
}

body {
	background: #fff url(../images/bg.gif) repeat-x;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

body.intro {
	background: #fff url(../images/intro-bg.gif) repeat-x;
}

* > body {
		min-height: 100%;
	}

/* === Main === */

#layout {
	height: 100%;
}

	#flash {
		width: 100%;
		height: 100%;
	}
	
	#top {
		position: absolute;
		background: #fff url(../images/top.gif) no-repeat center top;
		width: 100%;
		height: 121px;
		top: 0;
		left: 0;
	}

#header {
	background: #fff url(../images/header-bg.gif) repeat-x;
}

.intro #header {
	position: absolute;
	background: #fff url(../images/header-bg.gif) repeat-x;
	width: 100%;
	/*height: 121px;*/
	top: 0;
	left: 0;
}

	#header .container {
		text-align: left;
		width: 772px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#header .left-c {
			float: left;
			width: 218px;
		}
		
			h1.logo {
				padding: 22px 0 28px 55px;
			}
			
				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 163px;
					height: 70px;
				}
				
					h1.logo a span,
					h1.logo b span {
						display: none;
					}
		
		#header .right-c {
			float: right;
			width: 540px;
		}
		
			#nav-wrapper {
				background: transparent url(../images/nav-right.gif) no-repeat right top;
				height: 81px;
				padding-right: 8px;
				margin-right: 58px;
			}
			
				#nav {
					float: right;
					background: #7abcbc url(../images/nav-bg.gif) repeat-x left bottom;
				}
				
			#title-wrapper {
				padding-right: 58px;
			}
			
				#lang {
					float: left;
					padding: 9px 10px 0 92px;
				}
				
				#title-container {
					float: right;
					background: transparent url(../images/title-right.gif) no-repeat right top;
					padding-right: 8px;
				}

#pipes {
	
}

	#pipes .container {
		background: transparent url(../images/pipes.jpg) no-repeat;
		text-align: left;
		width: 772px;
		height: 216px;
		margin-left: auto;
		margin-right: auto;
	}

#info {
	
}

	#info .container {
		background: transparent url(../images/info-bg.gif) repeat-y;
		text-align: left;
		width: 772px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#info-bottom {
		background: transparent url(../images/info-bottom.gif) no-repeat left bottom;
	}
	
	#info-top {
		background: transparent url(../images/info-top.gif) no-repeat;
		height: 280px;
	}
	
	* > #info-top {
			min-height: 280px;
			height: auto;
		}
	
		#content-wrapper {
			padding: 0 64px 36px 64px;
		}
		
			#sub-nav-wrapper {
				padding: 0 0 8px 4px;
				border-bottom: 1px solid #ccc;
				margin-bottom: 20px;
			}
			
			#content {
				/*line-height: 16px;*/
				width: 644px;
			}
				
				#content ul {
					margin-top: 0px;
				}
				
#footer {
	border-top: 7px solid #048282;
}
	
	#footer .container {
		text-align: left;
		width: 772px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#created {
			padding: 12px 64px;
		}
		
			#copyright {
				float: left;
				text-align: left;
				width: 400px;
				padding-top: 1px;
			}
			
			#created .logo {
				float: right;
			}
			
				#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 {
			padding: 1px;
			border: 2px solid #cdd4e1;
		}
		
		.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;
}


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-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #f88a08;
			background: #f88a08;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			width: 90px;
		}


/* === NAVIGATION === */

/* Lang */

#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li {
		float: left;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			display: block;
			background: transparent url(../images/lang-bullet.gif) no-repeat;
			font-family: tahoma, sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: #000080;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0 7px 0 9px;
		}
		
			#lang li.first a {
				background: none;
			}
		
		#lang li a:hover {
			color: #000080;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			color: #008080;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			color: #008080;
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-family: tahoma, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			padding: 11px 11px 12px 14px;
		}
		
			#nav li.first a {
				background: transparent url(../images/nav-left.gif) no-repeat;
				padding-left: 14px;
			}
			
			#nav li.last a {
				padding-right: 4px;
			}
		
		#nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			color: #fff;
			text-decoration: underline;
		}
		
		#nav li.selected a:hover {
			color: #fff;
			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;
			font-family: tahoma, sans-serif;
			background: transparent url(../images/sub-nav-bullet.gif) no-repeat;
			font-size: 11px;
			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: #008080;
			text-decoration: none;
		}
		
		.sub-nav li.selected a:hover {
			color: #008080;
			text-decoration: underline;
		}

/* Icons */



/* --- */


/* === Links === */

a {
	color: #048282;
	text-decoration: underline;
}

a:hover {
	color: #048282;
	text-decoration: underline;
}

/* === Txt === */

h2.title {
	background: #048282 url(../images/title-left.gif) no-repeat;
	/*font-family: arial, sans-serif;*/
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 8px 19px 4px 26px;
}

h3.title {
	font-size: 16px;
	font-weight: bold;
	color: #008080;
	padding-bottom: 14px;
}

#copyright span {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8e8e8e;
}

