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 {
	height: 100%;
	font-family:Tahoma;
	font-size: 12px;
	text-align: left;
	background:#8BD5E8;
}


/******************************** PAGE-WRAPPER ***********************************/

#page-wrapper {
	background:#BCFCFB;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	height:100%;
}
*>#page-wrapper {
	min-height:100%;
	height:auto;
	}

/******************************** HEAD-WRAPPER ***********************************/

#head-wrapper {
	height:246px;
	background:url(../images/head-bg.jpg) no-repeat;
}

	h1.logo {
	padding:78px 0px 0px 106px;
	float:left;
	}
		h1.logo a {
			display:block;
			width:153px;
			height:32px;
			background:url(../images/logo1.gif) no-repeat;
		}
			h1.logo a span {
			display:none;
			}

	#menu {
	float:left;
	width:177px;
	text-align:center;
	padding:30px 0px 0px 95px;
	
	}
		#menu ul {
		list-style:none;
		margin:0;
		padding:0;
		}
			#menu ul li {
			width: 150px;
			padding:7px 0px;
			}
				#menu ul li a {
				color:#fff;
				font-size:11px;
				font-weight:bold;
				text-decoration:none;
				}

				#menu ul li.selected a {
				text-decoration:underline;
				}
	#language-bar {
	float:left;
	margin:180px 0px 0px 220px;
	}
		#language-bar ul {
		margin:0;
		padding:0;
		list-style:none;
		}
			#language-bar ul li {
			display:inline;
			}
				#language-bar ul li a {
				padding:0 5px;
				color:#0269B3;
				font-weight:bold;
				text-decoration:none;
				font-size:11px;
				}
				#language-bar ul li.selected a {
				text-decoration:underline;
				}
/******************************** CONTENT-WRAPPER ***********************************/

#content-wrapper {
	background:url(../images/content-wrapper-bg.gif) repeat-y;
	height:320px;
}

*>#content-wrapper {
	min-height:320px;
	height:auto;
}
	h2.title {
	font-size:18px;
	margin:0px 0px 0px 342px;
	color:#6AC8EC;
	text-align:center;
	padding:5px 0px 7px 0px;
	background: #0169b2 url(../images/title-bg.gif) no-repeat 0px bottom;
	width:177px;
	}

/* ========= content ========== */
#content {
	padding: 20px 40px;
}

	#content a {
		color: #0169b2;
		text-decoration: none;
	}
	
/* -------- sub-menu --------- */
 

#sub-nav-wrapper {
	border-bottom:1px #eeeeee solid;
	margin-bottom:20px;
}

	ul.sub-nav {
		list-style:none;
	    color:#80C342;
		margin:0px;
		padding:0px;
		
	}
	
		.sub-nav li {
			float:left;
			width: 33%;
		}
		
			.sub-nav a {
				outline:none;
				display: block;
				font-size: 11px;
				font-weight: bold;
				color: #0068B1;
				text-decoration: none;
				padding: 0px 0px 5px 0px;
			}
			
			.sub-nav a:hover {
				text-decoration: underline;
			}
			
			.sub-nav li.selected a {
				text-decoration: underline;
			}

		h3.title {
			font-size: 16px;
			border-bottom:1px #eeeeee solid;
			padding-bottom: 5px;
			margin-bottom:20px;
		}

/********************************** FOOT-WRAPPER ***********************************/
#foot-wrapper {
background:url(../images/foot-bg.gif) no-repeat;
height:43px;
}
/* ================================ COPYRIGHT =================================== */

#created {
	color:#4DA4BD;
	font-size: 10px;
	padding: 20px 40px 0px 40px;
	margin: 0px;
}

	#created-wrapper {
		float: left;
		padding-top: 1px;
	}
	
	#created .logo {
		float: left;
	}
	
		#created .logo a {
			display: block;
			background: transparent url(../images/logo-puslapis.lt.gif) no-repeat right top;
			width: 56px;
			height: 14px;
			padding-left: 3px;
		}
		
			#created .logo a span {
				display: none;
			}
	
	#copyright-wrapper {
		float: right;
		text-align: right;
		width: 300px;
		padding-top: 1px;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			border: 2px solid #0068b1;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}			

/* === 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;
}	
