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:url(../images/head-bg.gif) repeat-x #F2EAD7;
}


/******************************** PAGE-WRAPPER ***********************************/

#page-wrapper {
	background:url(../images/foot-bg.gif) repeat-y #E2D1A7;
	width:912px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	height:100%;
}

*> #page-wrapper {
		min-height: 100%;
		height: auto;
}

/******************************** HEAD-WRAPPER ***********************************/

#head-wrapper {
	height:137px;
	background:url(../images/head-image.jpg) no-repeat;
}

#logo {
	margin-left:370px;
	padding-top:20px;
	
}
	#logo h1 a {
		display:block;
		width:210px;
		height:95px;
	}
		#logo h1 a span {
			display:none;
		}
	
/************************** BODY-WRAPPER ********************************/

#body-wrapper {
	background:url(../images/body-wrapper-bg.jpg) repeat-y;
	height:630px;
}
	*>#body-wrapper {
		min-height:630px;
		height:auto;
	}

/******************************** LEFT-WRAPPER ***********************************/

#left-wrapper {
	float:left;
	width:214px;
	background:url(../images/left-bg.jpg) repeat-y;
	margin:0px;
	padding:0px;
}

#lang {
	text-align: center;
	background: #e4d4ac;
	padding: 5px 5px 2px 80px;
	margin: 0px 6px 0px 13px;
}
#lang ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#lang  li {
		float: left;
	}

	#lang  div {
		/*+*/
	}

		#lang  a {
			display: block;
			font-size: 11px;
			font-weight: bold;
			color: #707c7f;
			text-decoration: none;
			padding: 0px 7px 6px 0px;
		}

		#lang  a:hover {
			color: #a52934;
			text-decoration: underline;
		}

		#lang  a.selected {
			color: #a52934;
			text-decoration: none;
		}

		#lang  a.selected:hover {
			color: #a52934;
			text-decoration: underline;
		}
/* ========= MENU-WRAPPER =========== */

#menu-wrapper {
	padding-left:25px;
	padding-right:6px;
	padding-top:20px;
}

#menu-head {
	background:url(../images/menu-top.gif) no-repeat;
	height:13px;
	padding:0;
	margin:0;
	font-size:0px;
}

#menu-mid {
	margin-left:1px;
	background:#CEB67A;
}

	#menu-mid ul {
		list-style:none;
		
		font-size:0px;
		margin:0;
		padding:0;
		padding-left:20px;
		padding-bottom:15px;
		
		
	}
		#menu-mid ul li {
			
			padding-left:10px;
			padding-top:10px;
			
		}
			#menu-mid ul li a{
				background:url(../images/menu-bg.gif) no-repeat center left;
				padding-left:25px;
				font-size:12px;
				font-weight:bold;
				font-family:Arial;
				text-decoration:none;
				text-align:center;
				color:#4A4645;
			}
			
				#menu-mid ul li.selected a {
					color:#A52934;
				}
			
#menu-foot {
	background:url(../images/menu-bottom.gif) no-repeat;
	height:14px;
}



/********************************* CONTENT-WRAPPER *********************************/

#title {
	padding:14px 0px 0px 22px;
	
}

	#title h2 {
		color:#AE2134;
		background:url(../images/title-bg.gif) no-repeat left center;
		font-family:Verdana;
		font-weight:bold;
		font-size:16px;
		padding-left:20px;
	}

#content-wrapper {
	
	float:right;
	width:698px;
	background:url(../images/right-bg.gif) repeat-y right top #fff;
	height:300px;
}
	*>#content-wrapper {
		min-height:300px;
		height:auto;
	}

/* ========= content ========== */
#content {
	width:656px;
	border-top:3px #AE2134 solid;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-bottom: 20px;
}


/* -------- sub-menu --------- */
 
#sub-nav-wrapper {	
	padding: 15px 0px 0px 0px;
}

	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: #bbb;
				text-decoration: none;
				padding: 0px 0px 12px 0px;
			}
			
			.sub-nav a:hover {
				color: #a52934;
				text-decoration: none;
			}
			
			.sub-nav a.selected {
				background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
				color: #a52934;
				text-decoration: none;
			}
			
			.sub-nav a.selected:hover {
				color: #a52934;
				text-decoration: none;
			}
		
		h3.title {
			font-size: 16px;
			color: #040404;
			padding: 10px 0px 10px 0px;
		}

/********************** FOOT-WRAPPER *******************************/

#foot-wrapper {
	margin-left:auto;
	margin-right:auto;
	height:50px;
	background:url(../images/foot-bg.gif) repeat-y;
	width:912px;
}


/* ================================ COPYRIGHT =================================== */

#created {
	font-size: 10px;
	padding-left: 20px;
	padding-top:10px;
	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;
		padding-right: 20px;
	}
	
	/* 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;
}	
