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: 11px;
	text-align: left;
	background:#D8DBC9;
}


/******************************** PAGE-WRAPPER ***********************************/

#page-wrapper {
	border-left:2px #67664E solid;
	border-right:2px #67664E solid;
	width:839px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background:#767559;
}

/******************************** HEAD-WRAPPER ***********************************/

#head-wrapper {
	height:288px;
	background:url(../images/head-bg.jpg) no-repeat;
}

	#logo {
	float:left;
	padding-left:38px;
	}
		#logo h1 a {
			display:block;
			width:238px;
			height:114px;
			background:url(../images/logo.jpg) no-repeat;
		}
			#logo h1 a span {
			display:none;
			}
	#language-bar {
	float:right;
	padding-top:62px;
	padding-right:60px;
	}
		#language-bar ul {
		list-style:none;
		font-size:0;
		}
			#language-bar ul li {
			display:inline;
			}
				#language-bar ul li a {
				padding-right:7px;
				padding-left:7px;
				text-decoration:none;
				color:#D6D6C4;
				font-size:10px;
				font-weight:bold;
				background:url(../images/language-bg.gif) no-repeat center left;
				}
					#language-bar ul li.selected a {
					color:#fff;
					background-image:none;
					}
		#menu  {
		padding-left:20px;
		padding-top:25px;
		}
			#menu ul {
			list-style:none;
			margin:0;
			padding:0;
			}
				#menu ul li {
				padding:5px 0px;
				}
					#menu ul li a {
					padding-left:80px;
					padding-bottom:3px;
					text-decoration:none;
					color:#D6D6C4;
					font-weight:bold;
					background:url(../images/menu-a-bg.gif) no-repeat center left;
					}
						#menu ul li.selected a {
						color:#fff;
						background:url(../images/menu-a-bg-select.gif) no-repeat center left;
						}
						

/******************************** BODY-WRAPPER ***********************************/

#content-wrapper {
	background:#;
	height:320px;
}

*>#content-wrapper {
	min-height:320px;
	height:auto;
}

	h2.title {
		text-align: right;
		padding:15px 0px;
		width: 192px;
		float:left;
		color:#fff;
		font-size:20px;
		font-weight:normal;
	}

/* ========= content ========== */
#content {
	color: #FFFFD5;
	width: 563px;
	float: left;
	padding: 15px 0px;
	margin-left: 44px;
	line-height: 18px;
}


/* -------- sub-menu --------- */
 
#sub-nav-wrapper {
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #88886E;
}

	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/bullet.gif) no-repeat left 8px;
				font-size: 11px;
				font-weight: bold;
				color: #D6D6C4;
				text-decoration: none;
				padding: 0px 0px 2px 15px;
			}
			
			.sub-nav li.selected a {
				color: #FFFFFF;
				text-decoration: none;
			}
			
		
		h3.title {
			font-size: 16px;
			color: #fff;
			padding: 0px 0px 2px 0px;
			margin: 0px 0px 20px 0px;
			border-bottom: 1px solid #88886E;
		}


/******************************** FOOT-WRAPPER ***********************************/
#foot-wrapper {
background:url(../images/foot-bg.gif) repeat-x;
height:43px;
}

/* ================================ COPYRIGHT =================================== */

#created {
	color:#fff;
	font-size: 10px;
	padding: 12px 40px 0px 240px;
	margin: 0px;
}

	#created-wrapper {
		float: right;
		padding-top: 1px;
		color:#CECDC1;
	}
	
	#created .logo {
		float: right;
	}
	
		#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: left;
		text-align: right;
		padding-top: 1px;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
		}
		
		.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;
}	

