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: #0c4168;
}

body {
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

* > body {
		min-height: 100%;
		height: auto;
	}

	body.index {
		background: #799db7 url(../images/bg.gif) repeat-x center center;
	}

	body.page {
		background: #799db7 url(../images/bg-page.gif) repeat-x;
	}

/* === Links === */

a {
	color: #6c8cc8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	a.print {
		display: block;
		background: transparent url(../images/icon-print.gif) no-repeat right top;
		text-decoration: none;
		white-space: nowrap; /* IE7 */
	}

	a.print:hover {
		text-decoration: underline;
	}

/* === Main === */

/* Lang */

ul.lang {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.lang li {
		float: left;
	}

	.lang div {
		/*+*/
	}

		.lang a {
			display: block;
			background-color: #6b8ea7;
			font-size: 11px;
			color: #fffceb;
			text-decoration: none;
			text-transform: uppercase;
			padding: 3px 5px 4px 6px;
			margin: 1px 0px 0px 1px;
		}

		.lang a:hover {
			color: #fffceb;
			text-decoration: underline;
		}

		.lang a.selected {
			background-color: #ffffff;
			color: #366384;
			text-decoration: none;
		}

		.lang a.selected:hover {
			color: #366384;
			text-decoration: underline;
		}

/* 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;
			font-size: 11px;
			color: #366384;
			text-decoration: none;
			padding: 0px 7px 0px 9px;
		}

		.nav a:hover {
			color: #366384;
			text-decoration: underline;
		}

		.nav a.selected {
			text-decoration: underline;
		}

		.nav a.selected:hover {
			text-decoration: underline;
		}

			.nav a.first {
				background: none;
				padding-left: 0px;
			}

/* Left menu */

ul.left-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.left-nav li {
		/*+*/
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.left-nav div {
		/*+*/
	}

		.left-nav a {
			display: block;
			background: transparent url(../images/left-nav-bullet.gif) no-repeat 11px 2px;
			font-size: 11px;
			color: #366384;
			text-decoration: none;
			padding: 2px 15px 2px 20px;
			border-bottom: 1px solid #e0ecf5;
		}

		.left-nav a:hover {
			color: #366384;
			text-decoration: underline;
		}

		.left-nav a.selected {
			text-decoration: underline;
		}

		.left-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;
			color: #ffffff;
			text-decoration: none;
			padding: 0px 15px 5px 9px;
		}

		.sub-nav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			text-decoration: underline;
		}

		.sub-nav a.selected:hover {
			text-decoration: underline;
		}

/* Icons */

ul.icons {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.icons li {
		float: left;
		background-color: #ffffff;
		margin: 1px 0px 0px 1px;
	}

		.icons li a {
			display: block;
			width: 20px;
			height: 20px;
		}

			.icons a span {
				display: none;
			}

/* --- */

#layout {
	position: absolute;
	overflow: hidden;
	width: expression((document.body.clientWidth > 990 ? document.body.clientWidth : 990) + "px");
	height: expression((document.body.clientHeight > 590 ? document.body.clientHeight : 590) + "px");
	top: 0px;
	left: 0px;
}

* > #layout {
		min-width: 990px;
		min-height: 590px;
		width: 100%;
		height: 100%;
	}

	.index #container {
		position: relative;
		text-align: left;
		width: 990px;
		height: 590px;
		top: 50%;
		margin-top: -295px;
		margin-right: auto;
		margin-left: auto;
	}

	.page #container {
		text-align: left;
		width: 990px;
		padding-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
	}

		#header {
			padding: 11px 20px 0px 20px;
		}

			h1.logo {
				float: left;
				background: #e1e5e6 url(../images/logo-bg.jpg) no-repeat;
				padding: 10px;
			}

				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 149px;
					height: 78px;
				}

					h1.logo a span,
					h1.logo b span {
						display: none;
					}

			#header .right-col {
				float: left;
				width: 781px;
			}

				#search-wrapper {
					float: left;
					background-color: #ffffff;
				}

					#search-field {
						float: left;
						padding: 7px 10px 5px 10px;
					}

					#search-btn {
						float: left;
						background-color: #6b8ea7;
					}

				#lang-wrapper {
					float: right;
					margin: 10px 0px 0px 11px;
				}

				#icons-wrapper {
					float: right;
					margin: 10px 0px 0px 11px;
				}

				#nav-wrapper {
					background: #ffffff url(../images/nav-bg.gif) repeat-x left bottom;
					height: 67px;
				}

					#nav-container {
						padding: 33px 21px 0px 21px;
					}

		.index #info {
			background: #e1e5e6 url(../images/info-bg.jpg);
			padding: 20px 10px 21px 10px;
			margin: 0px 10px;
		}

		.page #info {
			background: #e1e5e6 url(../images/info-bg.jpg);
			padding: 20px 20px 21px 20px;
			margin: 0px 10px;
		}

			#cols {
				background: transparent url(../images/cols-bg.gif) repeat-y;
				padding-bottom: 21px;
			}

				#cols .left-col {
					float: left;
					width: 149px;
				}

					#left-nav-wrapper {
						padding-top: 11px;
					}

				#cols .right-col {
					float: right;
					width: 771px;
				}

					#photo {
						padding-right: 465px;
					}

						#print-wrapper {
							background-color: #ffffff;
							height: 31px;
						}

							#print-container {
								float: left;
								padding: 9px 20px 0px 20px;
							}

						#title-wrapper {
							background-color: #6c8cc8;
							height: 134px;
						}

					.h-sep {
						background: #e1e5e6 url(../images/info-bg.jpg);
						font-size: 0px;
						height: 10px;
					}

					#sub-nav-wrapper {
						background-color: #6c8cc8;
						padding: 18px 0px 9px 20px;
					}

					#content-wrapper {
						padding: 20px 20px 0px 20px;
					}

						#content {
							line-height: 14px;
							width: 731px;
							height: 240px;
						}

						* > #content {
								min-height: 240px;
								height: auto;
							}

		#footer {
			background: #e1e5e6 url(../images/info-bg.jpg);
			padding: 0px 10px 7px 10px;
			margin: 0px 20px;
		}

			#logo-eu {
				float: left;
			}

				#logo-eu a,
				#logo-eu b {
					display: block;
					background: transparent url(../images/logo-eu.gif) no-repeat;
					width: 35px;
					height: 23px;
				}

					#logo-eu a span,
					#logo-eu b span {
						display: none;
					}

			#logo-bpd {
				float: left;
			}

				#logo-bpd a,
				#logo-bpd b {
					display: block;
					background: transparent url(../images/logo-bpd.gif) no-repeat;
					width: 62px;
					height: 23px;
				}

					#logo-bpd a span,
					#logo-bpd b span {
						display: none;
					}

			#addr {
				float: left;
				padding: 5px 0px 0px 8px;
			}

			#created {
				padding-left: 20px;
			}

				#created p {
					padding: 4px 0px 5px 0px;
				}

				#created a.created-by {
					background: transparent url(../images/sys/artogama.gif) no-repeat right top;
					text-decoration: none;
					padding: 3px 70px 5px 0px;
				}

					#created a.created-by span.hide {
						display: none;
					}

/* Content images */

.img-container {
	/*+*/
}

	.img-container td {
		background: transparent url(../images/blue-pix.gif) repeat-x 0px 85px;
	}

	.img-container table tr.image td {
		background: #ffffff;
		padding: 0px 25px;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

h2.title {
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	padding: 46px 20px 20px 20px;
}

h3.title {
	font-size: 16px;
	font-weight: bold;
	color: #6c8cc8;
	padding: 20px 20px 0px 20px;
}

h4.paragraph {
	font-size: 13px;
	font-weight: bold;
	color: #0c4168;
	padding-bottom: 8px;
}

h4.title {
	background-color: #6b8ea7;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 20px 6px 20px;
}

span.copyright {
	font-size: 10px;
	color: #366384;
	padding-top: 1px;
}

/* === Forms === */



/* === 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;
}
