/* 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;
		}

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
}



body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0;
	margin: 0;
}
img, div, a, input { behavior: url(../css/iepngfix.htc) }

img {
	border: 0;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #484848;
}

body {
	background: #61b9cd url(../images/body.gif) repeat-x;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

	#container {
		width: 863px;
		margin-left: auto;
		margin-right: auto;
		background: url(../images/content-wrapper.gif) repeat-y;
		text-align: left;
	}
	
		#left {
			float: left;
			width: 323px;
		}
			
			#left-top {
				height: 354px;
				background: url(../images/left-top.jpg) no-repeat;
			}
			
			#left-bottom {
				height: 407px;
				background: url(../images/left-bottom.jpg) no-repeat 0px top;
			}
				
				*> #left-bottom {
						min-height: 407px;
						height: auto;
				}
				
				#nav {
					position: relative;
					padding: 44px 0px 0px 22px;
					text-align: right;
					width: 210px;
				}
				
				#nav-left {
					width: 30px;
					height: 120px;
					position: absolute;
					top: 41px;
					left: 0px;
					background: url(../images/nav.gif) no-repeat left top;
					z-index: 1;
				}
				
				a.fb {
					display: block;
					width: 111px;
					height: 41px;
					background: url(../images/fb.gif) no-repeat;
					margin: 40px 0px 0px 70px;
				}
					
					a.fb span {
						display: none;
					}
						
		#right {
			width: 540px;
			float: right;
		}
			
			#right-top {
				height: 184px;
				background: url(../images/header-right.jpg) no-repeat;
			}
				h1.logo {
					padding: 10px 30px 0px 0px;
					float: right;
				}
				
					h1.logo a,
					h1.logo b {
						display: block;
						background: transparent url(../images/logo.gif) no-repeat;
						width: 398px;
						height: 82px;
					}
					
						h1.logo a span,
						h1.logo b span {
							display: none;
					}
				
				#content-wrapper {
					background: url(../images/right-bottom.jpg) no-repeat 0px top;
				}
					
					h2.title {
						font-size: 24px;
						font-weight: normal;
						padding: 33px 0px 0px 15px;
					}
					
					#content {
						height: 400px;
						padding: 20px 55px 20px 15px;
					}
						*> #content {
							min-height: 400px;
							height: auto;
						}						
						
						#sub-nav {
							margin: 15px 0px 0px 0px;
						} 
						
							h3.title {
								padding: 20px 0px 0px 15px;
							}
						
	#footer {
		height: 44px;
		background: url(../images/bottom.jpg) no-repeat;
		margin-bottom: 10px;
	}
		#created {
			padding: 30px 30px 0px 30px;
		}
		
			#copyright {
				float: 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;
					}			
				
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background-color: #f4f2e9;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

.alt {
	display: none;
}

/* === 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;
}


#lang ul  {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

	#lang li {
		display: inline;
	}
	
		#lang a {
			font-size: 10px;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 6px 0px 6px;
			color: #000;
			background: url(../images/lang-bullet.gif) no-repeat right 2px;
		}
		
		
#nav ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}

	#nav ul li {
		padding: 0px;
		font-size: 0px;
		margin-bottom: 4px;
	}
	
		#nav ul li a {
			text-align: left;
			display: block;
			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
			padding: 3px 19px 3px 25px;
			color: #010101;
			background: url(../images/nav-bullet.gif) no-repeat;								
		}
		
		#nav ul li a:hover {
			background: url(../images/nav-selected.gif) no-repeat;
			text-decoration: none;
			color: #fefefe;
		}
		
		#nav ul li a.selected {
			background: url(../images/nav-selected.gif) no-repeat;
			text-decoration: none;
			color: #fefefe;
		}
		
		#nav ul li a.selected:hover {
			text-decoration: none;
			background: url(../images/nav-selected.gif) no-repeat;
			color: #fefefe;
		}
		
		#nav ul li.last {
			
		}
		
		
#sub-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

	#sub-nav ul li {
		height: 41px;
		float: left;
		background: url(../images/sub-bullet.gif) no-repeat left top;
		margin: 0px 2px 0px 0px;
	}
		
		#sub-nav ul li span {
			display: block;
			background: url(../images/sub-right.gif) no-repeat right top;
		}
		
		#sub-nav ul li a {
			display: block;
			font-size: 11px;
			font-weight: bold;
			color: #043e4e;
			text-decoration: none;
			padding: 13px 10px 15px 7px;
			background: #bbe5f0 ;
			margin: 0px 19px 0px 18px;
		}
		
		#sub-nav ul li a:hover {
			text-decoration: underline;
		}
		
		#sub-nav ul li a.selected {
			text-decoration: underline;
		}
		
		#sub-nav ul li a.selected:hover {
			text-decoration: underline;
		}
		
		

