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: 12px;
	font-weight: normal;
	color: #000;
}

body {
	background: #e9e9e9;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #fe7400;
	text-decoration: underline;
}

a:hover {
	color: #fe7400;
	text-decoration: underline;
}

/* === Main === */

/* Lang */

#lang ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

	#lang li {
		display: inline;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			font-size: 11px;
			font-weight: bold;
			color: #e3e3e3;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 12px;
		}
		
			#lang li.first a {
				/*+*/
			}
			
			#lang li.last a {
				/*+*/
			}
		
		#lang li a:hover {
			color: #e3e3e3;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			color: #f0b35f;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			color: #f0b35f;
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#nav li {
		/*+*/
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #757575;
			text-decoration: none;
			padding: 0px 0px 17px 28px;
		}
		
			#nav li.first a {
				/*+*/
			}
			
			#nav li.last a {
				/*+*/
			}
		
		#nav li a:hover {
			color: #757575;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			color: #f0b35f;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			color: #f0b35f;
			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: #aaa;
			text-decoration: none;
			padding: 0px 16px 12px 12px;
		}
		
		.sub-nav a:hover {
			color: #aaa;
			text-decoration: underline;
		}
		
		.sub-nav a.selected {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			color: #74941e;
			text-decoration: none;
		}
		
		.sub-nav a.selected:hover {
			color: #74941e;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#container {
	text-align: left;
	width: 804px;
	margin-left: auto;
	margin-right: auto;
}

	#info {
		background: #fff url(../images/info-bg.gif) repeat-y;
		padding: 0px 16px;
	}
	
		#header {
			background: #007218 url(../images/header.jpg) no-repeat;
			height: 241px;
			padding: 0px 34px 0px 189px;
		}
		
			#right-c {
				float: right;
				width: 182px;
			}
			
				h1.logo {
					padding-top: 39px;
				}
				
					h1.logo a,
					h1.logo b {
						display: block;
						background: transparent url(../images/logo.gif) no-repeat;
						width: 182px;
						height: 61px;
					}
					
						h1.logo a span,
						h1.logo b span {
							display: none;
						}
				
				#slogan {
					height: 100px;
				}
			
			#left-c {
				float: left;
				width: 367px;
			}
			
				#lang {
					padding-top: 11px;
				}
		
		#line {
			background: #97b4ae url(../images/line-bg.gif) no-repeat;
			font-size: 0;
			height: 11px;
		}
		
		#cols {
			background: transparent url(../images/cols-bg.gif) repeat-y;
			height: 332px;
			padding-bottom: 32px;
			voice-family: "\"}\"";
			voice-family: inherit;
			height: 300px;
		}
		
			* > #cols {
				min-height: 300px;
				height: auto;
			}
		
			#left-col {
				float: left;
				width: 183px;
				border-top: 12px solid #e3e3e3;
			}
			
				#nav {
					padding: 19px 29px;
				}
			
			#right-col {
				float: right;
				width: 589px;
				border-top: 12px solid #f0b35f;
			}
			
				#content-wrapper {
					padding: 18px 20px 0px 25px;
				}
				
					#sub-nav-wrapper {
						padding: 0px 0px 8px 4px;
						border-bottom: 1px solid #d0d0d0;
						margin-bottom: 20px;
					}
					
					#content {
						line-height: 15px;
						width: 544px;
					}
	
	#created {
		background: transparent url(../images/created-bg.gif) no-repeat;
		padding: 20px 36px 12px 36px;
	}
	
		#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: 56px;
				height: 14px;
				padding-left: 3px;
				voice-family: "\"}\"";
				voice-family: inherit;
				width: 53px;
			}
			
				#created .logo a span {
					display: none;
				}
		
		#copyright-wrapper {
			float: right;
			text-align: right;
			width: 400px;
			padding-top: 1px;
		}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			border: 2px solid #e3e3e3;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	background-color: #f0b35f;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 17px 15px 21px 16px;
	border-top: 14px solid #fff;
}

h3.title {
	font-size: 15px;
	font-weight: bold;
	color: #05892e;
	padding-bottom: 16px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a4a4a4;
}

/* === 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;
}

