html, body {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(./img/bg.jpg) 50% 100% repeat-x;
	font-size: 14px;
}
a {
	outline:none;
}
#main {
	background: transparent url(./img/top_bg.jpg) 50% 0% repeat-x;
}

#header {
	height: 195px;
	padding: 55px 0 0 0;
	position: relative;
	text-align: center;
}

#logo {
}

#languages {
}

#languages ul {
	padding: 0;
	margin: 25px 15px;
}

#languages li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
}

#languages li a {
	color: #fff;
	text-decoration: none;
	padding: 12px;
	margin: 5px;
	background: transparent url(./img/lang_off.png) 50% 50% no-repeat;
}

#languages li a:hover, #languages .active a {
	background: transparent url(./img/lang_on.png) 50% 50% no-repeat;
}

#menu {
	position:absolute;
	text-align:center;
	bottom:0px;
	left:0;
	width:100%;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}
#menu ul {
	padding: 0;
	margin: 25px 15px;
}

#menu li {
	display: inline;
	font-weight: bold;
}

#menu li a {
	color: #044e7f;
	text-decoration: none;
	padding: 12px;
	margin: 5px;
	/*background: transparent url(./img/lang_off.png) 50% 50% no-repeat;*/
}

#menu li a:hover, #menu .active a {
	color:#ed1c24;
	/*background: transparent url(./img/lang_on.png) 50% 50% no-repeat;*/
}
#content {
	min-height:300px;
	position:relative;
	background: transparent url(./img/linijos.png) 50% 50% no-repeat;

}
#blok {
	width:882px;
	margin:0 auto ;
}
#blok_top {
	height:154px;
	background: transparent url(./img/blok_top.png) 50% 100% no-repeat;
}
#blok_mid {
	background: transparent url(./img/blok_mid.png) 50% 50% repeat-y;
	position:relative;
}
 #info {

	position:absolute;
	top:-100px;
	left:100px;
	width:670px;
}
#blok_bot {
	height:146px;
	background: transparent url(./img/blok_bot.png) 50% 0% no-repeat;
}
#footer {
	height:200px;
}
/* defultines funkcijos */
.left {
	float: left;
}

.right {
	float: right;
}

.w50pr {
	width: 49%;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}

.aj {
	text-align: justify;
}

.ac {
	text-align: center;
}
.clr {
	height:1px;
	font-size:1px;
	clear:both;
}
input, textarea {
color: #6a6a6a;
width: 280px;
margin:2px;
}

iframe{
	border:1px #666 solid;
}

