html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background:#EAFBD1;
	color:#000;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}

img {
	border:0;
}

p {
	padding:0;
	margin:0;
}

a:link, a:visited, a:active {
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul {
	margin-left:10px;
	padding-left:10px;
}

li {
	list-style-type:square;
}

td {
	vertical-align:top;
}

.button {
	background:#C1C9D8;
}

/* GALERIJA */

.gallery {
	width:200px;
	padding-bottom:20px;
}

/* end - GALERIJA */

.gallery2 {
	width:200px;
	padding-bottom:20px;
	padding-left:10px;
}

div#container {
	position:relative;
	margin:auto;
	width:830px;
}

/* KALBOS */

#kalbos {
	text-align:right;
	font-weight:bold;

/* 	background:red; */
}

#kalbos a {
	font-weight:bold;
	color:#C1C9D8;
	text-decoration:none;
}

#kalbos a:hover {
	text-decoration:underline;
}

/* end - KALBOS */

div#top {
	margin:auto;
/* 	background:url(../images/top_bg.jpg) left top repeat-x; */
	height:350px;
	width:830px;
}

div#logo {
	margin:auto;
	background:url(../images/logo.jpg) left bottom no-repeat;
	width:824px;
	height:312px;
	cursor:pointer;

/* 	background:red; */
}

div#header {
	float:left;
	background:url(../images/header.jpg) left top no-repeat;
	width:830px;
	height:316px;
/* 	background:red; */
}

div#content {
	clear:both;
	display:block;
	width:800px;
	padding:0px 15px 10px 15px;

/* 	background:red; */
}

div#content #left {
	width:200px;
	vertical-align:top;
	background:#cae78b;
}

div#content #center {
	width:5px;
}

div#submenu {
	width:180px;
	padding:10px 10px 10px 10px;
}

.dot_line {
	width:178px;
	height:5px;
	background:url(../images/submenu_line.jpg) left top no-repeat;
	font-size:0;
}

.submenu {
	padding:5px 0px 5px 0px;
	text-decoration:none;
}

div.submenu a:link, div.submenu a:visited, div.submenu a:active, div.submenu a:hover {
	font-size:13px;
	font-weight:normal;
	color:#3D3D3D;
	text-decoration:none;
}

.submenu_active {
	padding:5px 0px 5px 0px;
	text-decoration:none;
}

div.submenu_active a:link, div.submenu_active a:visited, div.submenu_active a:active, div.submenu_active a:hover {
	font-size:13px;
	font-weight:bold;
	color:#3B572E;
	text-decoration:none;
}

div#content #right {
	vertical-align:top;
	background:#f3f3f2;
	padding:10px;

/* 	background:green; */
}

div#footer {
	float:left;
	font-size:12px;
	padding-bottom:10px;

/* 	background:blue; */
}

div#footer div#copyright {
	float:left;
	width:600px;
	padding:0px 20px 0px 20px;
	color:#3B572E;

/* 	background:red;  */
}

div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	font-size:12px;
	color:#3B572E;
	text-decoration:none;
	font-weight:normal;
}

div#copyright a:hover {
	text-decoration:underline;
}

div#footer div#createdby {
	float:left;
	text-align:right;
	width:170px;
	padding:0px 20px 0px 0px;
	color:#3B572E;

/* 	background:yellow; */
}

div#createdby a:link, div#createdby a:visited, div#createdby a:active {
	font-size:12px;
	color:#3B572E;
	text-decoration:none;
	font-weight:normal;
}

div#createdby a:hover {
	text-decoration:underline;
}

div#menu_container {
	padding-top:5px;
	float:left;
	clear:both;

/* 	background:red; */
}

div#menu_tree {
	width:180px;
	padding:10px 15px 10px 0;
}

.menu_item {
	float:left;
	background:url(../images/menu_bullet.jpg) right center no-repeat;
	text-align:left;
	padding-left:25px;
	padding-right:25px;

/* 	background:red; */
}

.menu_item_active {
	float:left;
	background:url(../images/menu_bullet.jpg) right center no-repeat;
	text-align:left;
	padding-left:25px;
	padding-right:25px;
	font-size:14px;
	color:#3B572E;
	text-decoration:none;
	font-weight:bold;

/* 	background:red;  */
}

#menu_container a:link, #menu_container a:visited, #menu_container a:active {
	font-size:14px;
	color:#3B572E;
	text-decoration:none;
	font-weight:bold;
}

#menu_container a:hover {

}

.h1 {
	text-align:left;
	font-size:14px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

/* NAUJIENOS */

.naujienos_pavad_list a {
	font-size:13px;
	color:#5E4450;
	text-decoration:none;
	font-weight:bold;
}

.naujienos_pavad {
	font-size:13px;
	color:#5E4450;
	font-weight:bold;
}

.naujienos_atgal a {
	font-size:12px;
	color:#000;
}

/* end - NAUJIENOS */

/* KONTAKTU FORMA */

#error {
	background:#cc0000;
	color:#fff;
	padding:3px;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}

#ok {
	background:#4e9a06;
	color:#fff;
	padding:3px;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}

label {
	font-size:12px;
}


textarea {
	border:1px solid #bbb;
	font-size:12px;
	color:#5E4450;
	font-family: Tahoma, Arial, Verdana;
}

.input {
	border:1px solid #bbb;
	width:200px;
	margin:0;
	padding:0;
	font-size:12px;
	color:#5E4450;
	font-family: Tahoma, Arial, Verdana;
}

.tekstas_pries_forma {
	font-size:14px;
	color:#5E4450;
	font-weight:bold;
	padding-top:10px;

	/* background:red; */
}
/* end - KONTAKTU FORMA */

/* APKLAUSOS */

#apklausos {
	width:180px;

/* 	background:red; */
}

.klausimas {
	font-weight:bold;
}

/* end - APKLAUSOS */