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: tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

body {
	background: #77d277;
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #00aa00;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

/* Lang */


ul.lang {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.lang li {
		float: left;
	}

	.lang div {
		/*+*/
	}

		.lang a {
			display: block;
			font-size: 10px;
			font-weight: bold;
			color: #707c7f;
			text-decoration: none;
			padding: 0px 7px 6px 7px;
		}

		.lang a:hover {
			color: #707c7f;
			text-decoration: underline;
		}

		.lang a.selected {
			color: #ff791a;
			text-decoration: none;
		}

		.lang a.selected:hover {
			color: #ff791a;
			text-decoration: underline;
		}

/* Menu */

ul.nav {
	width: 450px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.nav li {
		float: left;
	}

	.nav div {
		/*+*/
	}

		.nav a {
			display: block;
			font-size: 11px;
			font-weight: bold;
			color: #707c7f;
			text-decoration: none;
			padding: 0px 14px 6px 14px;
		
		}

		.nav a:hover {
			color: #707c7f;
			text-decoration: underline;
		}

		.nav a.selected {
			color: #ff791a;
			text-decoration: none;
		}

		.nav a.selected:hover {
			color: #ff791a;
			text-decoration: underline;
		}

/* Sub menu */
.dynamic {
	background: #EEF9EE;
	width: 155px;
	position: absolute;
	z-index: 10;
	display: none;
	left: 0px;
	top: 0px;
}

	.sub-nav-wrapper {
		padding: 16px 12px 20px 12px;
		border: 1px solid #E2F5E2;
	}

		ul.sub-nav {
			list-style: none;
			padding: 0px;
			margin: 0px;
		 }

			.sub-nav li {
				float: none;
			}

			.sub-nav div {
				/*+*/
			}

				.sub-nav a {
					display: block;
					font-size: 11px;
					font-weight: normal;
					color: #707C7F;
					text-decoration: none;
					padding: 0px;
					border: none;
					padding-bottom: 4px;
					padding-top: 1px;
					border-bottom: 1px solid #E2F5E2;
					margin-bottom: 1px;
					text-align: left;
				}

				.sub-nav a:hover {
					color: #707C7F;
					text-decoration: underline;
				}

				.sub-nav a.selected {
					color: #ff791a;
					text-decoration: none;
				}

				.sub-nav a.selected:hover {
					color: #ff791a;
					text-decoration: underline;
				}


ul.sub-nav2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.sub-nav2 li {
		float: left;
		width: 33%;
	}

		.sub-nav2 a {
			display: block;
			background: transparent url(../images/sub-nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #999999;
			text-decoration: none;
			padding: 0px 14px 12px 10px;
		}

		.sub-nav2 a:hover {
			color: #999999;
			text-decoration: underline;
		}

		.sub-nav2 a.selected {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			color: #ff791a;
			text-decoration: none;
		}

		.sub-nav2 a.selected:hover {
			color: #ff791a;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#header {
	background-color: #e2f5e2;
}

	#header .container {
		position: relative;
		width: 772px;
	}

		h1.logo {
			float: left;
			background-color: #e2f5e2;
			padding: 6px 50px 2px 43px;
		}

			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 176px;
				height: 116px;
			}

				h1.logo a span,
				h1.logo b span {
					display: none;
				}

		#lang-wrapper {
			position: absolute;
			top: 10px;
			left: 298px;
			width: 493px;
		}

		#nav-wrapper {
			float: right;
			background-color: #e8f7e8;
			bottom: 0px;
			text-wrap: normal;
			width: 490px;
			padding-bottom: 14px;
			top: -20px;
		}

			#nav-container {
				padding: 18px 22px 0px 22px;
			}

#title-wrapper {
	background: #e2f5e2 url(../images/lake.jpg) no-repeat;
}

	#title-wrapper .container {
		width: 772px;
		padding: 128px 10px 26px 426px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 336px;
	}

#search-wrapper {
	width: 100%;
	height: 36px;
	background: #00aa00;
}

#content h2.title {
	background: none;
	text-align: left;
	padding-left: 0px;
}

#search {
	padding: 11px 0px 0px 50px;
}

	#input-search {
		border-top: 1px solid #333333;
		border-left: 1px solid #333333; 
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		float: left;
		height: 15px;
		margin-right: 6px;
		width: 137px;
		padding-left: 3px;
	}

#info {
	background-color: #ffffff;
}

	#info .container {
		width: 1122px;
	}

		#content-wrapper {
			padding: 0px 10px 45px 50px;
			float: left;
		}

			#sub-nav-wrapper {
				background-color: #eef9ee;
				padding: 10px 0px 2px 10px;
				margin-bottom: 10px;
			}

			#content {
				width: 712px;
				height: 200px;
				padding-top: 23px;
			}

				* > #content {
					min-height: 200px;
					height: auto;
				}

#footer {
	background-color: #00aa00;
}

	#footer .container {
		width: 772px;
	}

		#created {
			padding: 20px 10px 9px 50px;
		}

			#copyright-wrapper {
				float: left;
				padding-top: 1px;
				width: 480px;
			}

			#created-wrapper {
				float: left;
				padding-top: 1px;
			}

			#created .logo {
				float: left;
				padding-left: 3px;
			}

				#created .logo a {
					display: block;
					background: transparent url(../images/sys/puslapis.gif) no-repeat;
					width: 53px;
					height: 14px;
				}

					#created .logo a span {
						display: none;
					}

	/* Content images */

	.img-container {
		/*+*/
	}

		.img-container table tr.image td {
			background: #7fd47f;
			padding: 2px;
		}

		.img-container table tr.title {
			/*+*/
		}

			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	background: transparent url(../images/title-bg.gif) no-repeat;
	font-size: 22px;
	font-weight: normal;
	color: #ff791a;
	text-align: center;
	padding: 7px 0px 10px 50px;
}

h3.title {
	font-size: 15px;
	font-weight: bold;
	color: #ff791a;
	padding-top: 15px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

/*-----------------------------poll---------------------------------*/


.button-poll {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: #00aa00;
	border: 1px white solid;
	padding-bottom: 1px;
	float: left;
}

.poll{
	background: #cceecc;
	width: 144px;
	padding: 13px 0px 0px 20px;
}

.poll-title {
	background: #cceecc;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	width: 164px;
	padding: 18px 0px 10px 0px;
}

h3.ptitle {
	padding-left: 22px;
	font-size: 11px;
}

#pollBox {
	float: left;
	padding-right: 6px;
	margin-top: 23px;
}

h3.p-title {
	padding-left: 3px;
	padding-bottom: 13px;
	font-size: 11px;
}

.radio {
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
}

.label {
	float: left;
	padding-top: 2px;
}

.buttons {
	padding: 10px 0px;
}

.button-poll2 {
	font-size: 11px;
	background: transparent;
	border: none;
	float: left;
	padding-top: 3px;
}
/*------------------------banners-------------------------------*/

#banners {
	float: left;
	margin-top: 23px;
}

.banner {
	width: 160px;
	height: 80px;
	border: 2px solid #7fd47f;
	margin-bottom: 5px;
}

#line {
	width: 850px;
	color: #fff;
	margin: 10px 0px;
	float: left;
}

	#line a {
		color: #fff;
		text-decoration: underline; 
	}

#line a {
	color: #fff;
	font-weight: bold;
}

/* === 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;
}
