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: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

body {
	background: #16467c url(../images/bg.gif) repeat-x;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #006bcf;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

/* Lang */

ul.lang {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.lang li {
		float: left;
	}
	
	.lang div {
		/*+*/
	}
	
		.lang a {
			display: block;
			background: transparent url(../images/lang-bullet.gif) no-repeat;
			font-family: arial, sans-serif;
			font-size: 10px;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 16px;
		}
		
		.lang a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		.lang a.selected {
			font-weight: bold;
			color: #f5e328;
			text-decoration: none;
		}
		
		.lang a.selected:hover {
			color: #f5e328;
			text-decoration: underline;
		}
		
			.lang a.first {
				background: none;
			}

/* Menu */

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.nav li {
		/*+*/
	}
	
	.nav div {
		/*+*/
	}
	
		.nav a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-family: arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			padding: 0px 12px 8px 32px;
			border-bottom: 1px solid #819dbb;
			margin-bottom: 8px;
		}
		
		.nav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		.nav a.selected {
			color: #dbcb22;
			text-decoration: none;
		}
		
		.nav a.selected:hover {
			color: #dbcb22;
			text-decoration: underline;
		}
		
			.nav a.last {
				border-bottom: none;
			}

/* 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: #aaaaaa;
			text-decoration: none;
			padding: 0px 16px 12px 12px;
		}
		
		.sub-nav a:hover {
			color: #aaaaaa;
			text-decoration: underline;
		}
		
		.sub-nav a.selected {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			color: #938915;
			text-decoration: none;
		}
		
		.sub-nav a.selected:hover {
			color: #938915;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#container {
	background-color: #938915;
	text-align: left;
	width: 750px;
	height: 100%;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 746px;
}

* > #container {
		min-height: 100%;
		height: auto;
	}

	#info {
		position: relative;
		background-color: #ffffff;
	}
	
		#header-wrapper {
			padding-bottom: 1px;
			border-top: 6px solid #4175ad;
			border-bottom: 6px solid #938915;
		}
		
			#header {
				background: #4473a6 url(../images/header.jpg) no-repeat;
				height: 248px;
			}
			
				.left-col {
					float: left;
					width: 165px;
				}
				
					#nav-wrapper {
						padding: 50px 5px 0px 10px;
					}
				
				.right-col {
				
					float: right;
					width: 581px;
				}
				
					h1.logo {
						float: right;
						padding: 26px 117px 0px 0px;
					}
					
						h1.logo a,
						h1.logo b {
							display: block;
							background: transparent url(../images/logo.gif) no-repeat;
							width: 193px;
							height: 85px;
						}
						
							h1.logo a span,
							h1.logo b span {
								display: none;
							}
					
					#lang-wrapper {
						position: absolute;
						top: 12px;
						right: 19px;
					}
		
		#title-wrapper {
			background: transparent url(../images/shadow.gif) no-repeat;
			padding: 24px 38px 0px 0px;
			border-bottom: 1px solid #938915;
		}
		
			div#left-wrap {
				background-color: #938915;
				padding-right: 6px;
			}
		
		#content-wrapper {
			background: transparent url(../images/shadow.gif) no-repeat;
			padding: 25px 38px 30px 38px;
			border-bottom: 2px solid #938915;
		}
		
			#sub-nav-wrapper {
				padding: 0px 0px 8px 4px;
				border-bottom: 1px solid #938915;
				margin-bottom: 8px;
			}
			
			#content {
				line-height: 15px;
				width: 670px;
				height: 200px;
			}
				
			* > #content {
					min-height: 200px;
					height: auto;
				}
	
	#created {
		background: transparent url(../images/created-shadow.gif) no-repeat;
		padding: 15px 56px 17px 56px;
		border-top: 1px solid #ffffff;
	}
	
		#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;
			text-align: right;
			padding-top: 1px;
			width: 400px;
		}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background: #8aa2bd;
			padding: 0px;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	background: #938915 url(../images/title-bg.gif) repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 40px 9px 38px;
	border-right: 1px solid #ffffff;
}

h3.title {
	font-size: 14px;
	font-weight: bold;
	color: #938915;
	padding: 15px 0px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

/* === 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;
}
