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 {
    float:right;
    width:546px;
    height:86px;
}
#top_menu li {
	float:left;
	list-style: none;
	margin-top: 6px;
	margin-right:6px;
}
#top_menu img {
	margin-right:6px;
}

#top_menu a {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#top_menu a:hover{
	color: #FFFF00;
}

#top_menu a.menu-pazymetas {
	color: #FFFF00;
}

/*---------------------------------------------------------------------- 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;
}

/*---------------------------------------------------------------------- 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 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;
}
