/* CSS Document */

body {
	top: 0;
	margin: 0;
	background: url(images/vertical.png) repeat-x top left #252525;
}

#tot {
	margin-left:auto;
	margin-right: auto;
	width: 988px;
	background: url(images/grad.png) repeat-y top;
	border: #FFFFFF solid 1px; 
}

#header {
	height: 121px;
}
.titles {
	padding-top: 20px;
	margin-left: 225px;		
}
.title {
	padding-top: 5px;	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:29px;
	font-weight: bold;
}
.slogan {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
}

#menu { 
	float: right;
	height: 34px;
	padding-top: 10px;
}

.butonas {

	width: 110px;
	height: 34px;
	float: left;
	margin-right: 10px;
	line-height: 34px;
	color: #1F4D7A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 17px;
	text-align:center;
}

.butonas a{
	background: url(images/butonas.jpg) no-repeat left;
	display:block;
	color: #1F4D7A;
	text-decoration:none;
}

.butonas a:visited{
		color: #1F4D7A;
	text-decoration:none;
}

.butonas a:hover{
	background: url(images/hover.jpg) no-repeat left;
}

#corp {
	background: #D3DBF8;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
	border-bottom: #12212E solid 2px;
	border-top: #12212E solid 2px;
}

.main-text {
	background: #FFFFFF;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 300px;
	position: relative;
	border: #5288AE solid 1px;
	padding-left: 15px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.main-text p{
	line-height: 130%;
	padding-right: 45px;
	padding-left: 12px;
	}

#menius{ 	
	width: 240px;
	position:absolute;
	top: 220px;
	right: -220px;
	background: #ffaf02;
	border: #b50202 solid 1px;
}
.menu-item {
	height: 30px;
	background: #e8dbdb;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
}
.menu-item a{
	color: #333333;
	text-decoration:none;
	display: block;
}

.menu-item a:visited{
	color: #333333;
	text-decoration:none;

}
.menu-item a:hover{
	color: #333333;
	text-decoration:none;
	background: #d3b8b8;
}
.menu-title {
	height: 30px;
	font-size: 20px;
	background: #b50202;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
}
#menius2{ 	
	width: 240px;
	position:absolute;
	top: 80px;
	right: -220px;
	background: #ffaf02;
	border: #073B6F solid 1px;
}

.menu-item2 {
	height: 30px;
	background: #c5e1f5;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
}

.menu-item2 a{
	color: #333333;
	text-decoration:none;
	display: block;
}

.menu-item2 a:visited{
	color: #333333;
	text-decoration:none;

}
.menu-item2 a:hover{
	color: #333333;
	text-decoration:none;
	background: #80bfeb;
}



.menu-title2 {
	height: 30px;
	font-size: 20px;
	background: #073B6F;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
}

.footer {
	height: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	line-height: 34px;
	padding-left: 30px;
	text-align:center;
}
.text-align {
	height: 10px;
}

.footer a{
		color: #FFFFFF;
		text-decoration:underline;
}

.footer a:visited {
		color: #FFFFFF;
		text-decoration:underline;
}
.ttitle {
	padding-bottom: 10px;
	color: #5A661A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	border-bottom: 1px solid #5A661A;
}
.ttitle2 {
	color: #5A661A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	text-decoration: none;
}
.ttitle2 a:link{
	color: #5A661A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	text-decoration: none;
}
.ttitle2 a:visited{
	color: #5A661A;
	text-decoration: none;
}
.ttitle2 a:hover{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	text-decoration: underline;
}

label {
	clear: left;
	float: left;
	width: 12em; /* or whatever length suits */
}
input
{
border: 1px solid #5288AE;
background: #FFFFFF;
}
textarea
{
border: 1px solid #5288AE;
}
select
{
border: 1px solid #5288AE;
}
.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #5288AE
} 
#contact-form
{
margin-left:20px;
margin-right:25px;
padding: 35px 35px 35px 35px;
background-color:#D3DBF8;
border: 1px solid #5288AE;
} 