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: #626262;
}

body {
	background: #ffffff;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #d8631e;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

/* Lang, Menu */

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.nav li {
		float: left;
	}

	.nav div {
		/*+*/
	}

		.nav a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat left bottom;
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 9px 9px 11px;
		}

		.nav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.nav a.selected {
			color: #e67d01;
			text-decoration: none;
		}

		.nav a.selected:hover {
			color: #e67d01;
			text-decoration: underline;
		}

			.nav a.first {
				background: none;
				padding-left: 10px;
			}

/* Sub menu */

ul.sub-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.sub-nav li {
		/*+*/
	}

	.sub-nav div {
		/*+*/
	}

		.sub-nav a {
			display: block;
			font-size: 11px;
			color: #e67d01;
			text-decoration: none;
			padding-bottom: 3px;
		}

		.sub-nav a:hover {
			color: #e67d01;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			font-weight: bold;
			text-decoration: none;
		}

		.sub-nav a.selected:hover {
			text-decoration: underline;
		}

/* Icons */



/* --- */

#container {
	text-align: left;
	width: 840px;
	padding: 15px 20px;
	margin-left: auto;
	margin-right: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
}

	#header {
		background: transparent url(../images/header.jpg) no-repeat;
		border-top: 1px solid #999c59;
		border-bottom: 1px solid #ffffff;
	}

		h1.logo {
			float: left;
			border-left: 1px solid #999c59;
		}

			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 70px;
				height: 78px;
			}

				h1.logo a span,
				h1.logo b span {
					display: none;
				}

	#photo {
		font-size: 0px;
		height: 200px;
	}

	#nav-wrapper {
		background: #3f483f url(../images/nav-wrapper.gif) repeat-x left bottom;
		padding-top: 5px;
		border-top: 1px solid #ffffff;
	}

		#lang-wrapper {
			float: left;
		}

		#nav-container {
			float: right;
		}

	#cols {
		/*+*/
	}

		#left-col {
			float: left;
			width: 130px;
			padding-top: 30px;
	 	}

			#sub-nav-wrapper {
				padding-bottom: 24px;
			}

			#search-wrapper {
				padding: 3px 0px 32px 0px;
			}

			#banners {
				padding-bottom: 22px;
			}

				#banners div {
					padding: 0px 5px 10px 5px;
				}

		#right-col {
			float: left;
			width: 670px;
	 	}

			#content-wrapper {
				padding: 25px 0px 22px 30px;
			}

				#news-wrapper {
					width: 640px;
				}

					dl.news {
						background: transparent url(../images/green-dot.gif) repeat-x left bottom;
					}

						dl.news dd {
							line-height: 14px;
						}

						dl.news dt.title {
							font-size: 12px;
							font-weight: bold;
							padding-bottom: 1px;
						}

						dl.news dd {
							/*+*/
						}

						dl.news dd.date {
							color: #adadad;
						}

						dl.news dd.info {
							padding-bottom: 14px;
						}

					div.sep {
						font-size: 0px;
						border-bottom: 1px solid #dde2dd;
						margin: 14px 0px;
					}

				#content {
					line-height: 14px;
					width: 640px;
					height: 200px;
				}

				* > #content {
						min-height: 200px;
						height: auto;
					}

	#footer {
		padding-top: 2px;
		border-top: 1px solid #576e53;
		margin-left: 160px;
	}

		#created {
			padding-top: 6px;
			border-top: 4px solid #576e53;
		}

			#copyright-wrapper {
				padding-top: 1px;
			}

	/* Content images */

	.img-container {
		/*+*/
	}

		.img-container table tr.image td {
			background: #dddddd;
			padding: 1px;
		}

		.img-container table tr.title {
			/*+*/
		}

			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	font-size: 16px;
	font-weight: bold;
	color: #7a8214;
	padding-bottom: 2px;
	border-bottom: 1px solid #576e53;
	margin-bottom: 10px;
}

h3.title {
	font-size: 11px;
	font-weight: bold;
	color: #7a8214;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid #576e53;
	margin-bottom: 5px;
}

h3.title2 {
	font-size: 11px;
	font-weight: bold;
	color: #7a8214;
	padding-bottom: 3px;
	border-bottom: 1px solid #576e53;
	margin-bottom: 5px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #adadad;
}

/* === 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;
}

