/************** pagrindas **************/

body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #7ABCCC url('../img/background.gif') repeat-x;
}

* {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #48768E;
	margin: 0;
	padding: 0;
	border: 0;
}


/************** tinklalapio isdestymas **************/

#container {
	position: absolute;
	left: 0;
	width: 596px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #E6EEF1 url('../img/container_bg.gif');
	font-size: 1px;
}

h1 {
	position: absolute;
	left: 0;
	right: 0;
	width: 596px;
	height: 118px;
	background: #5A7D92 url('../img/header.gif') no-repeat;
	font-size: 1px;
}

#menu {
	float: right;
	display: inline;
	overflow: hidden;
	padding: 117px 0 130px 0;
	margin: 0 10px 0 0;
	width: 173px;
}

#menu #search {
	margin: 22px 0 0 0;
	width: 173px;
	text-align: center;
}

h2 {
	position: absolute;
	z-index: 2;
	top: 130px;
	left: 11px;
	width: 300px;
	padding: 0 0 0 12px;
	font-weight: bold;
	background: url('../img/h1.gif') no-repeat top left;
}

#text {
	float: left;
	display: inline;
	overflow: hidden;
	padding: 162px 0 80px 0;
	margin: 0 0 0 30px;
	width: 367px;
}

#footer {
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: -1px;
	width: 584px;
	height: 51px;
	background: #D3E0E6 url('../img/footer.gif') no-repeat;
	padding: 12px 0 0 12px;
}

html>body #footer {
	bottom: 0px;
}

#footer p {
}

/*#footer {
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: -1px;
	width: 596px;
	height: 63px;
	background: #D3E0E6 url('../img/footer.gif') no-repeat;
	font-size: 1px;
}

html>body #footer {
	bottom: 0px;
}

#footer p {
	padding: 12px 0 0 12px;
}
*/

/************** meniu tekstas **************/

#menu ul {
	list-style-type: none;
}

#menu li{
	background: url('../img/menu_bg.gif') repeat-x bottom left;
}

#menu p {
	margin: 0;
	padding: 6px 0 5px 18px;
}

#menu a, #menu a.mh {
	display: block;
	padding: 6px 0 5px 18px;
	width: 100%;
	background: url('../img/menu_li.gif') no-repeat top left;
	text-decoration: none;
}

#menu a:hover, #menu a.mh {
	text-decoration: underline;
}


/************** skyriaus tekstai **************/

#text p {
	padding: 0 0 5px 10px;
	text-align: justify;
}

#text a {
	text-decoration: underline;
}

#text a:hover {
	text-decoration: none;
}

#text ul {
	padding: 0 0 5px 10px;
	list-style-type: none;
}

#text li{
	padding: 0 0 13px 0;
}

#text .lt {
	margin: 0;
	padding: 0;
	text-indent: 7px;
	background: url('../img/li.gif') no-repeat top left;
}


#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#text .lh {
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

h3 {
	padding: 0 0 8px 0;
	font-weight: bold;
}


/************** formos **************/

input, textarea {
	color: #48768E;
	border: 1px solid #406980;
	background-color: #F8FBFC;
}

.search_input {
	width: 137px;
}

.search_submit {
	margin: 6px 0 0 0;
	width: 99px;
}

#search p {
	padding: 0;
	margin: 0;
}

.form_input {
	margin: 0 0 10px 0;
	width: 353px;
}

.form_textarea {
	margin: 0 0 10px 0;
	width: 353px;
	height: 70px;
}

.form_submit {
	margin: 0 0 0 0;
	width: 100px;
}