body
{
	margin      : 0;
	padding     : 0;
	background  : #89AE16;
	font-family : verdana;
	font-size   : 11px;	
	color       : #fff;
}

td
{
	font-size : 11px;	
}

a
{
	color           : #fff;
	border-bottom   : 1px solid #fff;
	padding-bottom  : 2px;
	text-decoration : none;
}

a:hover
{
	padding-bottom : 0px;
}

html,body
{
	width  : 100%;
	height : 100%
}

#header
{
	height     : 202px;
	background : url('images/header-bg.jpg');
	text-align : center;
}

#content
{
	background : url('images/content-bg.jpg') repeat-x;
	border-top : 1px solid #fff;
	text-align : center;
}


.contacts
{
	color : #89AE16;
	width : 215px;
}

.contacts a
{
	color           : #89AE16;
	padding-bottom  : 2px;
	text-decoration : none;
	border-bottom   : 1px solid #89AE16;
}

.contacts a:hover
{
	padding-bottom : 0px;
}


.tab
{
	border-left  : 1px solid #fff;
	border-right : 1px solid #fff;
	text-align   : left;
}

.title
{
	font-family : georgia;
	font-size   : 18px;
	color       : #89AE16;
	text-align  : center;
	height      : 33px;
	line-height : 33px;
}

.title-left
{
	background : url('images/title-corner-left.jpg') no-repeat;	
}

.title-right
{
	background : url('images/title-corner-right.jpg') top right no-repeat;	

}

.title-bg
{
	background : url('images/title-bg.jpg');	
	width      : 140px;
}

.info
{
	padding : 5px;
}

ul
{
	list-style-position : outside;
	padding             : 0;
	margin              : 5px 0 2px 20px;
}

li
{
	margin : 2px;
}


#darbai
{
	margin-left : 40px;
}

#darbai .link
{
	background  : url('images/bullet.gif') left center no-repeat;
	width       : 180px;
	display     : block;
	height      : 20px;
	line-height : 20px;
	float       : left;
	padding     : 5px 5px 5px 15px;
	margin      : 0;
	border      : 0;
	
}

#darbai .link:hover
{
	background : #93B624 url('images/bullet.gif') 5px center no-repeat;
}


#darbai .active
{
	background : #93B624 url('images/bullet.gif') 5px center no-repeat;

}

#darbai .description
{
	float         : left;
	width         : 200px;
	color         : #B3CA5E;
	padding       : 4px 2px 2px 15px;
	margin-bottom : 3px;
}
