/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: center;
  font: 12px verdana, arial, sans-serif;  
  line-height: 1.7em;
  color: #FFF;
  background: #585858 repeat-y top center;
}

p { 
  padding-top: 10px;
  padding-bottom: 10px;
  }


a {
  color: #86E160;
}

a:visited {
  color: #AAA;
}

a:hover {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

#searchform input {
  width: 70%;
}

textarea {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}


h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
  background: #686868 url(../img/rounded_tr.gif) no-repeat top right;
}

h1 span {
  display: block;
  padding: 2px;
  background: url(../img/rounded_br.gif) no-repeat bottom right;
}

#sideBar h1 {
  color:#000;
  text-align: right;
  background: #64a759 url(../img/rounded_tl2.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(../img/rounded_bl2.gif) no-repeat bottom left;
}

blockquote {  
  margin: 0;
  background: #686868 url(../img/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../img/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  width: 100%;
  height: 2.5em;
}
#header_bg_l, #header_bg_r {  
position : absolute;
top:-100px;
width : 150px;
height : 100%
}
#header_bg_l {  
left:-150px;
background : #86E160 url(../img/header_bg_l.png) repeat-y top right;
}
#header_bg_r {  
right:-150px;
background : #86E160 url(../img/header_bg_r.png) repeat-y top left;
}
/***************************************************
  Header Menu
 ***************************************************/

#menu {
background-color: #86E160;
  width: 90%;
  position : relative;
  margin: 0 auto;
  text-align: left;  
 overflow : auto;
}
/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 0.7em 55px 0.7em 0;
  margin-right: 0.5em;
  float: right;
  background: url(../img/logo_greenery.gif) no-repeat top right;
}

#title h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
  margin : 0.6em 0; 
}
#title h1 a {
  font-size : 0.8em;
 color:  #222;
 text-decoration: none;
}

#langSelect {
  padding: 0.7em 55px 0.7em 0;
  margin-right: 0.5em;
  float: right;
}

#langSelect h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
  margin : 0.6em 0; 
}
#langSelect h1 a {
  font-size : 1em;
 color:  #222;
 text-decoration: none;
}
 #name {
  margin-left: 1em;
  float: left;
  color:  #222;
  background-color: #86E160;
  font: 1.4em arial, sans-serif;
font-family:Georgia, 'Times New Roman', Times, serif; 
font-weight:bold; 
font-style:italic; 
text-transform:capitalize; 
letter-spacing:.3em;
 }

/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  position : relative;
  background : #444444;
  clear: both;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
#content_bg_l, #content_bg_r {  
position : absolute;
top:0px;
width : 150px;
height : 100%
}
#content_bg_l {  
left:-150px;
background : #585858 url(../img/content_bg_l.png) repeat-y top right;
}
#content_bg_r {  
right:-150px;
background : #585858 url(../img/content_bg_r.png) repeat-y top left;
}


#text {
  float: left;
  width: 75% !important;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}
#text ul li {
  list-style-image: url(../img/li_bullet.gif);
}
#text p {
 padding: 0;
}

#image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

#sideBar {
  position : relative;
  float: right;
  width: 15% !important;
  background : #86E160 url(../img/plants2.jpg) no-repeat center top;
  padding: 10px 15px 20px 10px !important;
}
#meniu_kampas_tl {
position : absolute;
top: 0px;
left: -14px;
background : url(../img/meniu_kampas.png) no-repeat right top;
width : 14px;
height : 14px;
}
#meniu_kampas_bl {
position : absolute;
bottom: 0px;
left:0px;
background : url(../img/meniu_kampas_bl.png) no-repeat left bottom;
width : 14px;
height : 14px;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  width: 100%;
  padding: 10px 20px;
  color: #888;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

a.fullAhead {
  float: left;
  width: 30px;
  height: 34px;  
  margin-right: 10px;
  background: url(../img/logo_fullahead.gif) no-repeat 0 0;
}

a:hover.fullAhead  {
  background-position: -30px 0;
}
#kurejai div{
  float:left;
  color:#fff;
}


/***************************************************
 Sidemenu Styles
 ***************************************************/
#leftMenu span, #leftMenu a{
  color : #fff;
  display: block;
  padding: 1px;
 text-align: left;
  font-weight : bold;
  text-decoration: none;
  margin-bottom: 1px;  
  min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#leftMenu a {
  padding: 0;
}
#leftMenu p {
margin : 0;
padding: 0;
}
#leftMenu li:hover {
  background: #64a759;
}
#leftMenu li:hover {
  background: #64a759 url(../img/rounded_tl2.gif) no-repeat top left;
}

#leftMenu span:hover {
  background: url(../img/rounded_bl2.gif) no-repeat bottom left;
}


/***************************************************
CSS menu
 ***************************************************/

/* The wrapper determines the width of the menu elements */
#leftMenu { 
 width: 100%; 
 padding: 10px 0;
}
#leftMenu ul { 
   list-style-type: none; 
   list-style-image: none; 
   margin: 0; 
   padding: 0px; 
   width: 100%; 
}
#leftMenu li { 
   position: relative; 
}
#leftMenu li ul{
 z-index : 5;
 background : #86E160;
 padding: 10px 15px 20px 10px;
 position: absolute;
 width:400px;
 top : 0px;
 left: -425px;
}


#leftMenu li ul {
 display: none; 
}
/* Styling the basic apperance of the menu elements */
#leftMenu li { 
   min-height:1em; /* Fixes IE7 bug*/
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/*#leftMenu li:hover ul ul, 
#leftMenu li:hover ul ul ul,
#leftMenu li.menuparent2h ul, 
#leftMenu li.menuparent2h ul ul, 
#leftMenu li.menuparent2h ul ul ul { 
 display: none; 
}
*/
#leftMenu li:hover ul { 
 display: block; 
}
#leftMenu li:hover ul ul { 
 display: none; 
}

/* IE Hack, will cause the css to not validate */
/*
#leftMenu li, #leftMenu li.menuparent2h { _float: left; _height: 1%; }
#leftMenu li a { _height: 1%; }
*/

/* End of 'Kairys meniu' */
/***************************************************
 Apklausa
 ***************************************************/
 form#survey label {border: 1px solid #fff;}
 form#survey label, form#survey fieldset {display : block; width : 100%; overflow:hidden;}
 form#survey label span { display : block; width : 40%; float:left; text-align:right;}
 form#survey label input { display : block; width : 40%; float:right;}
 
 form#survey  input,  form#survey span { margin: 10px 10px;}
 
 form#survey  fieldset { margin:0; padding: 0;}
 form#survey  fieldset legend { color: #fff;}
 
 form#survey  fieldset label{ border : 0;}
 form#survey  fieldset input { width: 90%;}
 form#survey  fieldset label input { width: auto;  float:left;}
 form#survey  fieldset label span { width : 80%;}
 form#survey  div { margin-bottom : 20px; padding : 10px 20px; text-align : center; }


/********************
paieska
*******************/
.search_mark 
{
   color: #444444;
   background-color: #86E160;
}

