body, p, h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

body {
	background: #ffffff url(../images/bg.jpg) no-repeat center top;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #81B019;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

/* Lang */

ul.lang {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.lang li {
		float: left;
	}

	.lang a {
		display: block;
		font-size: 11px;
		color: #789805;
		text-decoration: none;
		text-transform: uppercase;
		padding-right: 15px;
	}

	.lang a:hover {
		color: #789805;
		text-decoration: underline;
	}

	.lang a.selected {
		font-weight: bold;
		color: #789805;
		text-decoration: none;
	}

	.lang a.selected:hover {
		color: #789805;
		text-decoration: underline;
	}

/* Menu */

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.nav div {
		/*+*/
	}

		.nav a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			padding: 0px 0px 12px 23px;
		}

		.nav a:hover {
			text-decoration: underline;
		}

		.nav a.selected {
			text-decoration: underline;
		}

		.nav a.selected: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: 11px;
			font-weight: bold;
			color: #999999;
			text-decoration: none;
			padding: 0px 14px 12px 10px;
		}

		.sub-nav a:hover {
			color: #999999;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			font-weight: bold;
			color: #7ea100;
			text-decoration: underline;
		}

		.sub-nav a.selected:hover {
			color: #7ea100;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#container {
	background: transparent url(../images/bg-container.jpg) no-repeat;
	text-align: left;
	width: 772px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

* > #container {
		min-height: 100%;
		height: auto;
	}

	#header {
		height: 287px;
	}

		#header #left-side {
			float: left;
			width: 517px;
		}

			#nav-wrapper {
				background: #819705 url(../images/bg-nav.gif) repeat-y;
				width: 178px;
				margin-left: 27px;
			}
			
				#nav-container {
					background: transparent url(../images/nav-top.gif) no-repeat;
					height: 165px;
					padding: 34px 18px 6px 27px;
					voice-family: "\"}\"";
					voice-family: inherit;
					height: 125px;
				}
				
				* > #nav-container {
					min-height: 125px;
					height: auto;
				}
			
			#nav-bottom {
				background: transparent url(../images/nav-bottom.gif) no-repeat;
				font-size: 0px;
				width: 178px;
				height: 19px;
				margin-left: 27px;
			}

		#header #right-side {
			float: right;
			width: 255px;
			padding-top: 34px;
		}

			h1#logo {
				/*+*/
			}

				h1#logo a {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 255px;
					height: 47px;
				}

					h1#logo a span {
						display: none;
					}

			#slogan {
				height: 64px;
			}

				#slogan span {
					display: none;
				}

			#lang-wrapper {
				padding: 93px 0px 0px 80px;
			}

	#content-spacer {
		padding: 0px 48px;
	}

		#content-wrapper {
			height: 200px;
			padding: 0px 0px 10px 0px;
			border-bottom: 1px solid #c6d68f;
		}

		* > #content-wrapper {
				min-height: 200px;
				height: auto;
			}

			#sub-nav-wrapper {
				background: transparent url(../images/sub-nav-bottom.gif) repeat-x left bottom;
				padding-top: 9px;
				border-top: 1px solid #c6d68f;
			}

			#content {
				/*+*/
			}

	#created {
		padding: 11px 10px 8px 10px;
	}

		#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: 53px;
				height: 14px;
				padding-left: 3px;
			}

				#created #logo a span {
					display: none;
				}

		#copyright-wrapper {
			float: right;
			padding-top: 1px;
		}

	/* Content images */

	.img-container {
		/*+*/
	}

		.img-container table tr.image td {
			padding: 1px;
			border: 1px solid #C6D68F;
		}

		.img-container table tr.title {
			display: none;
		}

			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	font-size: 18px;
	font-weight: bold;
	color: #7ea100;
	padding: 18px 36px 14px 2px;
}

h3.title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 10px 0px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #81b019;
}

/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl-left {
	float: left;
}

.fl-right {
	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;
}
