body {
	background: url(../images/bg.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
}
* {
    margin:0px;
    padding:0px;
}
img {
    border:0px;
}

/*---------------------------------------------------------------------- BENDRAS*/
#container {
    width:946px;
    background: url(../images/menu.jpg) no-repeat top right;
    margin-left:auto;
    margin-right:auto;
}
#header {
    overflow:hidden;
    height:86px;
}
.cleardiv {
    clear:both;
}
/*---------------------------------------------------------------------- MENU*/

#top_menu
{	margin: 0;
	padding: 0;
	float:right;
    width:546px;
    height:86px;
    }
	
	#top_menu li
	{	float: left;
		list-style: none;
		margin-top: 9px;
		margin-right:6px;
	}
	
	#top_menu li a
	{	
		background-image: url("../images/menu_logo.jpg");
		background-repeat:no-repeat;
		background-position:left center;
		padding-left: 19px;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 10pt;
		font-weight: bold;
		white-space: nowrap;
	}

	#top_menu li a:hover
	{	
		background-image: url("../images/menu_logo2.gif");
		background-repeat:no-repeat;
		background-position:left center;
		color: #FFFF00;
	}
		
	#top_menu li ul
	{	
		margin: 8px 0 0;
		padding: 0;
		border: 1px solid #064405;
		position: absolute;
		visibility: hidden;
		z-index: 1;
	}
	
	#top_menu li ul li
	{
		
		display: inline;
		margin: 0;
		padding: 0;
		float: none;
	}
	
	#top_menu li ul li a
	{	
		display: block;
		padding:4px 12px;
		color: #000000;
		width: auto;
		font-size: 9pt;
		background: #ffcc00;
	}
	
	#top_menu li ul li a:hover
	{	
		color: #000000;
		background: #FFFF00;
	}
/*---------------------------------------------------------------------- CONTENT*/
#content {
	position:relative;
}
#fb {
	position:absolute;
	top:130px;
	right:18px;
	z-index:2;
}
#gplus {
	position:absolute;
	top:162px;
	right:28px;
	z-index:2;
}
/*---------------------------------------------------------------------- LEFT*/
#left {
    background: url(../images/login.jpg) no-repeat;
}
#login {
	width:150px;
	height:168px;
	overflow:hidden;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
}
#login input {
	margin-top:5px;
	margin-bottom: 5px;
}
#login input.fields {
	margin-top:2px;
	width:110px;
	height:18px;
	border: 1px solid #009900;
}
#login h3 {
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
#login p {
	margin-bottom: 5px;
}
#login a {
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: none;
}
#login a:hover {
	text-decoration:underline;
}


/*---------------------------------------------------------------------- MIDDLE*/

#middle {
    width:688px;
    height:663px;
    background:url(../images/main_image.jpg) no-repeat;
    float:right;
}
#icons {
	float: right;
	margin-top:85px;
	margin-right:10px;
	height:30px;
}
#icons a{
	margin-left:5px;
	height:30px;
	display:inline-block;
}
/*---------------------------------------------------------------------- NAUJIENOS IR AKCIJOS*/
#naujienos, #akcijos {
    width:258px;
    background:#A8DA78;
    float:left;
    margin-bottom:10px; 
}

#naujienos li,#akcijos li {
	width: 238px;
	border-top:1px solid #339900;
	margin-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style:none;
	font-size: 8pt;
}

#naujienos p.title,#akcijos p.title{
	font-weight: bold;
}

#naujienos li a,#akcijos li a{
	color: #006600;
	text-decoration: none;
}

#naujienos li.visos,#akcijos li.visos {
	text-align: center;
}
#naujienos li a:hover,#akcijos li a:hover{
	text-decoration:underline;
}

#naujienos h3,#akcijos h3 {
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}


#naujienos div {
    background:url(../images/naujienos_top.gif) no-repeat top left;
}
#naujienos div div {
    background:url(../images/naujienos_bottom.gif) no-repeat bottom left;
}
#naujienos div div div{
    background: none;
}

#akcijos div {
    background:url(../images/akcijos_top.gif) no-repeat top left;
}
#akcijos div div {
    background:url(../images/akcijos_bottom.gif) no-repeat bottom left;
}
#akcijos div div div {
    background: none;
}

/*---------------------------------------------------------------------- FOOTER */

#footer {
	clear:both;
	width:688px;
	float:right;
	text-align:center;
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 8pt;
	color: #FFFFFF;
}

