@charset "utf-8";

/***
**
**  CSS Layout document
**  www.emodus.lt edition
***/


* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 14px;
}
.all {
	height: 210px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: 790px;
}
.title {
	color: #8A283C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	float: right;
	width: 260px;
	text-align: center;
	margin-top: 15px;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
}
.content {
	width: 100%;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	min-height: 299px;
	float: left;
}
.menu {
	float: left;
	width: 150px;
	padding-left: 40px;
	padding-bottom: 30px;
	font-weight: bold;
	color: #80A13E;
}
.menu li {
	margin-top: 5px;
	margin-bottom: 5px;
}




.top_menu {
	padding-top: 6px;
	padding-left: 27px;
	height: 204px;
	width: 770px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}
.top_menu a.current {
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color: #80A13E;
	text-decoration: underline;
}



a:visited {
	color: Gray;
	text-decoration: underline;
}
a:hover {
	color: #80A13E;
	text-decoration: none;
}
.zalias {
	color: #80A13E;
	font-weight: bold;


}
.text {
	float: left;
	width: 610px;
	margin-left: 20px;
	color: #666666;
	margin-bottom: 20px;
}
.text img {
	margin-bottom: 20px;
	margin-right: 10px;
}
.text p {
	margin-bottom: 8px;
}
.text hr {
	height: 2px;
	border: 1px solid #DCEDB7;
	margin-bottom: 8px;
}

.footer {
	color: #666666;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F1C3C5;
	clear: both;
	width: 830px;
	margin-top: 40px;
	margin-left: 10px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
