body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0;
}
a {
	outline:none;
}
a img {
	border:none;
}
#main {
}

#top {
    background: transparent url('images/topline.png') 100% 100% repeat-x;
}
#header,  #menu, #content, #footer_info {
	width:1000px;
	margin:0 auto;
}
#header {
    height: 120px;
}

#menu {
    height: 47px;
}
#menu ul {
	margin:0 0 0 0;
	padding:0;
}
#menu li {
	display:block;
	float:left;
	margin: 0 4px;
}
#menu li a {

	line-height:47px;
padding:10px 11px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
 #menu li .menu_current a, #aktyvusis {
	background: transparent url('images/menu_bg.png') 100% 50% no-repeat !important;
	
}
 #menu li span {
 	display:block;
	height:47px;
	background: transparent url('images/lispan.png') 0 50% no-repeat;
	
}
#logo {
	float: left;
}
#title {
	float:right;
	color: #777;
}
#title a {
	color: #777;
}
#title .line1 {
	text-align: right;
	margin-top:10px;
	margin-right:5px;
	line-height:25px;
	
}
#title .line2 {
	margin-top:10px;
	height:33px;
	width:499px;
	background: transparent url('images/top_info.png') 50% 50% no-repeat;
	position:relative;
	font-size:20px;
}
#title .line2 a{
	text-decoration:none;
}
#title .line2 .text1 {
	position:absolute;
	top: 5px;
	left:56px;
}

#title .line2 .text2 {
	position:absolute;
	top: 5px;
	left:220px;
}
#title .line2 .text3 {
	position:absolute;
	top: 5px;
	left:425px;
}
.clr {
	clear:both;
	height:1px;
	font-size:1px;
}
#content {
	margin:15px auto;
}
#footer a {
	color: #777;
	text-decoration:none;
}
#footer {
	 background: transparent url('images/foot_bg.png') 100% 100% repeat-x;
	 height:72px;
	 color: #777;
}
#foot_menu {
    height: 40px;
}
#foot_menu ul {
	margin:0 0 0 -15px;
	padding:0;
}
#foot_menu li {
	display:block;
	float:left;
	padding: 0 15px;
	background: transparent url('images/bot_m.png') 100% 50% no-repeat;
}
#foot_menu li a {
font-weight:bold;
	line-height:40px;
	color:#777;
	text-decoration:none;
}
#foot_menu li a:hover, #foot_menu li .menu_current a {
	text-decoration:underline;
}
#foot_right {
	float:right;
}
#foot_left {
	float:left;
}
#content a {
	text-decoration:none;
	color: #888;
}

