@charset "UTF-8";

/**
 * XHTML & CSS coding: Zydrunas Tamasauskas (zydrunas@d3.lt)
 * Company: http://terramedia.lt/
 */

/* Reset CSS  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;  
}

body {
  color: #000;
  background: #dee2aa;
  height: 100%;
  line-height: normal;
  text-align: left;
  letter-spacing: normal;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, Serif;
}

html, body {
	height: 100%;
}

caption, label, legend, th, td {
	text-align: left;
	font-weight: normal;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	list-style-image: none;
	marker-offset: auto;
	margin-bottom: 20px;
}

    ol li {
  		margin-bottom: 6px;
  		margin-left: 40px;
    }
    

ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    marker-offset: auto;
    margin-bottom: 20px;
}

    ul li {
        margin-bottom: 6px;
        margin-left: 40px;
        padding-left: 15px;
        background: url("../images/contentLi.gif") no-repeat scroll left 5px;
    }

table {
	border-collapse: collapse; 
	border-spacing: 0;
	border: 0;
}

:focus {
	outline: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "";
	margin-top: 20px;
	margin-bottom: 20px;
  padding-left: 40px;
  background: url(../images/quotes.jpg) no-repeat scroll left top;
  width: 40%;
  font-style: italic;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

pre {
	border: 1px solid #D7D7D7;
	background-color: #F5F5F5;
	padding: 5px;
	margin: 15px 0;
}

em {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, Times, Serif;
	color: #4e2d02;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	letter-spacing: -0.02em;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 18px;
} 

h2 {
	font-size: 18px;
	letter-spacing: -0.02em;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 20px;
}

h3 {
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 15px
}

p {
	padding-bottom: 8px;
}

hr {
	border-top: none;
	border-bottom: 1px solid #A8A8A8;
	border-left: none;
	border-right: none;
}

hr.black {
	border: none;
	height: 1px;
	background: url(../images/hr/hr_black.jpg) repeat-x scroll left top;
}

hr.black_exp {
	border: none;
	height: 1px;
	background: url(../images/hr/hr_black_expanded.jpg) repeat-x scroll left top;
}

br.lh5 {
	line-height: 5px;
}

br.lh10 {
	line-height: 10px;
}

br.lh18 {
	line-height: 18px;
}

input, textarea, select {	
	color: #000000; 
  font-size: 11px;
  font-family: inherit;
}

input.box, textarea.box { 
	border: 1px solid #A0A09F;
	display: block;
	font-size: 13px;
	margin-bottom: 2px;
	margin-top: 5px;
	padding: 3px;
}

select { 
	padding: 1px 0px 1px 3px; 
}

form { 
	/*display: inline;*/
	margin: 0px;
	padding: 0px;
}

/**
 * TM standard template variables
 */
a, a:link, a:visited {
  color: #633400;
}

a:hover {
  text-decoration: none;
}

.renderedtable tr td {
  padding: 5px;
}

.tar { 
	text-align: right; 
}

.tal { 
    text-align: left; 
}

.tac { 
	text-align: center; 
}

.taj {
	text-align: justify;
}

.upper { 
	text-transform: uppercase; 
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.zoom { 
	zoom: 1; 
}

.none {
	display: none;
}

.hidden, .hide {
	visibility: hidden;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.fsnormal {
  font-style: normal; /* naudojamas pagrinde EM elementui (ar kitur) panaikinti stilius (default: italic), kur reikalingi ivedimui laukai zymimi *  */
}

.automargin {
  margin: 0 auto;	
}

.table {
	display: table;
}

.clear {
	clear: both;
	line-height: 0;
	display: inline;
	overflow: hidden;
}

html[xmlns] .clear {
	display: block;
}

* html .clear {
	height: 1%;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.lh2 {
	line-height: 2px;
}

.lh4 {
	line-height: 4px;
}

.lh8 {
	line-height: 8px;
}

.lh12 {
	line-height: 12px;
}

.lh18 {
	line-height: 18px;
}

/* informacines / ispejamosios klases naudojamos formose, pranesimuose */
.important {
  color: #AE0000;	
}

/* embeded objects */
.object-right img, .object-left img, .object-center img {
	border: 1px solid #CBCBCB;
  margin: auto;
}

.object-right.beRemelio img, .object-left.beRemelio img, .object-center.beRemelio img {
  border: none;
  margin: auto;
}

.object-right p, .object-left p, .object-center p {
	/*color: #42423D;*/
}

.object-right img, .object-left img, .object-center img {
  /*display: block;*/  
}

.object-right {
	/*background-color: #F0F0F0;*/
	/*border: 1px solid #CECFD0;*/
    padding: 0px 0px 10px 10px;
    margin: 3px;
	text-align: center;
	float: right;

}

.object-left {
	/*background-color: #F0F0F0;*/
	/*border: 1px solid #CECFD0;*/
    padding: 0px 10px 10px 0px;
    margin: 3px;
	text-align: center;
	float: left;
}

.object-center {
  /*background-color: #F0F0F0;*/
  /*border: 1px solid #CECFD0;*/
  /*padding: 10px 10px 6px 10px;*/
    padding: 0px 10px 10px 10px;
    margin: 3px;
    text-align: center;
}

/* table styles */
table.renderedtable {
  /*border: 1px solid #D7D7D7;
  margin: 10px 0;*/
}

/* gfx buttonu ilgiai naudojami nustatyti kokio ilgio jis bus contente */
.bw50 {
  width: 50px;	
}

.bw150 {
  width: 150px;	
}

/* Fancy button styles (buttonai su grafiniu backgroundu) */
a.gfx_link {
  float: none;
  /*margin: 0 auto;*/ /*jei reikia centravimo, naudojam klase automargin*/
  /*width: 50px;*/ /*ilgis nustatomas klases bw(50, 150) pagalba*/
  display: block;
  height: 26px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0 7px 0 12px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  background-image: url("../images/buttons/buttons.gif");
}

a.gfx_link b {
  background-image: url("../images/buttons/buttons.gif");
  background-position: 100% 0;
  height: 26px;
  position: absolute;
  right: -5px;
  top: 0;
  width: 6px;
}

a.gfx_link:hover {
  background-position: 0px -26px;
}

    a.gfx_link:hover b {
      background-position: 100% -26px;
    }

a.gfx_link:active {
  background-position: 0px -52px;
}

    a.gfx_link:active b {
      background-position: 100% -52px;
    }

/**													 **
 * Zalvaris templeito stiliai * 
 *														*/

.w80p {
	width: 80%;
}

.w33p {
	width: 33%;
}

.w20p {
	width: 20%;
}

.w40p {
	width: 40%;
}

.w50p {
	width: 50%;
}

.w60p {
	width: 60%;
}

.w70p {
	width: 70%;
}

.w30p {
	width: 30%;
}

.p10 {
	padding: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pr10 {
	padding-right: 10px;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.pt10 {
	padding-top: 10px;
}

#cssdropdown {}

	#cssdropdown .headlink {
		float: left;
		display: inline;
	}

.b1 {
	background-color: blue;
}

.b2 {
	background-color: aqua;
}

.b3 {
	background-color: lime;
}

/**
 * ----------------------------------------------------------------- *//*
 *  Zalvaris projekto stiliai
 *
 *  Stiliai pagal PSD
 * ----------------------------------------------------------------- *//*
 */
/** template variables **/
.wFull {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.w1001 {
  width: 1001px;
  height: auto;
  margin: 0 auto;
}

.w1005 {
  width: 1005px;
  height: auto;
  margin: 0 auto;
}

.w1094 {
  width: 1094px;
  height: auto;
  margin: 0 auto;
}

.w973 {
  width: 973px;
  height: auto;
  margin: 0 auto;
}

.w767 {
  width: 767px;
  height: auto;
}

.w707 {
  width: 707px;
  height: auto;
}

.w190 {
  width: 190px;
  height: auto;
}

.w200 {
  width: 200px;
  height: auto;
}

.w442 {
	width: 442px;
	height: auto;
}

.w456 {
  width: 456px;
  height: auto;
}

.w997 {
  width: 997px;
  height: auto;
  margin: 0 auto;
}

.w979 {
  width: 979px;
  height: auto;
}

.mr20 { margin-right: 20px; }
.mr12 { margin-right: 12px; }
.mr16 { margin-right: 16px; }
.mr4  { margin-right: 4px; }
.mt16 { margin-top: 16px; }
.mt14 { margin-top: 14px; }
.mt7  { margin-top: 7px; }
.ml10 { margin-left: 10px; }
.mt12 { margin-top: 12px; }

.pt10 { padding-top: 10px; }
.pt8  { padding-top: 8px; }
.pt7  { padding-top: 7px; }
  
.p10  { padding: 10px; }
.p7   { padding: 7px; }

.spacer {
    width: 100%;
    height: 5px;
    display: block;	
}

.spacer15 {
    width: 100%;
    height: 15px;
    display: block; 
}

/* download ikona */
.download {
    padding-left: 17px;
    margin-bottom: 5px;
    display: inline;
    background: url("../images/download.gif") no-repeat scroll left top;
}

.personEmailIcon {
    padding-left: 17px;
    margin-bottom: 5px;
    display: block;
    background: url("../images/mail.gif") no-repeat scroll left 3px;
}

p.dataProjektoBlokelyje {
  color:#845700;
}

.warning {
    color: #DF0923; /*raudona*/
}

p.tekstasPoPaveiksliuko {
  clear: both;
  padding-top: 10px;  
}

.beRemelio {
  border: 0px;
}

/** template layers styles **/
#topWrapper {
  height: 355px;
  background-color: #a6d503;
}

/**
 * Green zonos stiliai
 */
#bottomWrapper {
  height: auto;
  background: url("../images/bgBottom.png") no-repeat center top;
}

  #bottomWrapper #brownLayer {
    height: 107px;    
   	position: relative;
  }
  
  #bottomWrapper .bgGray_winter {
  	background: url("../images/bgGray_winter.png") no-repeat center top;
  }
  
  #bottomWrapper .bgGray_spring {
  	background: url("../images/bgGray_spring.png") no-repeat center top;
  }
  
  #bottomWrapper .bgGray_summer {
  	background: url("../images/bgGray_summer.png") no-repeat center top;
  }
  
  #bottomWrapper .bgGray_autumn {
  	background: url("../images/bgGray_autumn.png") no-repeat center top;
  }
  
  #bottomWrapper #brownLayer #flash {
    position: absolute;
    right: 0px;
    top: -157px;
  }
  
  
    #bottomWrapper #brownLayer  #iliustracijaBg {
    position: absolute;
    top: 0px;
    right: 47px;
  }
  
    #bottomWrapper #brownLayer  #iliustracija img {
      display: block;
    }
  
  
  #bottomWrapper #brownLayer #brownMeta {
    height: 40px;
    padding-top: 46px;
  }
  
    #bottomWrapper #brownLayer #brownMeta #brownLeft {
      background: url("../images/hr_gray.gif") repeat-y scroll right top;
    }
    
    #bottomWrapper #brownLayer #brownMeta #brownLeft img {
      display: block;
      width: 533px;
      height: 46px;
      position: relative;
      /*top: 43px;*/
      left: 15px;
    }
    
    #bottomWrapper #brownLayer #brownMeta #brownLeft h1 {
      color: #fff;
      font-size: 34px;
      margin-bottom: 12px;      
    }
    
      #bottomWrapper #brownLayer #brownMeta #brownLeft #header1 {
        width: 767px;
        position: absolute;
        left: -9999px;
      }
    
    #bottomWrapper #brownLayer #brownMeta #brownRight b {
      color: #dde1a9;
    }
  
    #bottomWrapper #brownLayer #brownMeta #brownRight h1 {
      color: #fff;
      margin-bottom: 12px;
      font-size: 26px;
    }
    
#bottomWrapper #frontContent #contentFrontRight #kalbos {
    padding-top: 7px;
}
  
  #bottomWrapper #frontContent #contentFrontRight #kalbos .langInset {
    width: 1px;
    height: 13px;
    background: url("../images/lang_inset.gif") no-repeat 0px 1px;
    margin-top: -2px;
  }
  
  #bottomWrapper #frontContent #contentFrontRight #kalbos .activeLink {
    font-weight: normal;
    text-decoration: none;
    color: #000;
  }
  
  #bottomWrapper #frontContent #contentFrontRight #margin {
    padding: 7px 0;
    background: url("../images/hr_lime.gif") repeat-x scroll left bottom;
  }
  
  #bottomWrapper #frontContent #contentFrontRight b {
    line-height: 16px;
  }
  
  #bottomWrapper #frontContent #contentFrontRight #searchForm {
    background: url("../images/hr_lime.gif") repeat-x scroll left bottom;
    height: 23px;
    padding-bottom: 8px;
  }

    #bottomWrapper #frontContent #contentFrontRight #searchForm #Search {
      width: 158px;
      padding: 4px;
      border: 1px solid #bcc07f;
      background-color: #fff;
      color: #686868;
      margin-right: 3px;
    }

    #bottomWrapper #frontContent #contentFrontRight #searchForm #Search_button {
      width: 19px;
      height: 19px;
      padding-top: 2px;
    }
    
    #footer p {
      color: #6a5f45;
      padding-top: 8px;
    }

  #bottomWrapper #frontContent #contentFrontLeft { }
  
    #bottomWrapper #frontContent #contentFrontLeft #navigationFront {
      height: 32px;
      /*padding-top: 10px;*/
      width: 767px;
      background: url("../images/bgMenu.png") no-repeat;
      z-index: 100000;
    }
      
      #bottomWrapper #frontContent #contentFrontLeft #navigationFront #cssdropdown {
        position: relative;
        z-index: 10000;
      }
      
      #bottomWrapper #frontContent #contentFrontLeft #navigationFront ul {
        margin: 0;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
      }
      
        #bottomWrapper #frontContent #contentFrontLeft #navigationFront ul li {
          margin: 0;
          height: 32px;
          text-align: center;
        }
        
        /**
         * Meniu punktu ilgiai
         */
        #bottomWrapper #frontContent #contentFrontLeft #navigationFront ul li.l1 { width: 154px; }
        #bottomWrapper #frontContent #contentFrontLeft #navigationFront ul li.l2 { width: 124px; }
        #bottomWrapper #frontContent #contentFrontLeft #navigationFront ul li.l3 { width: 126px; }
        #bottomWrapper #frontContent #contentFrontLeft #navigationFront ul li.l4 { width: 120px; }
        #bottomWrapper #frontContent #contentFrontLeft #navigationFront ul li.l5 { width: 110px; }
        #bottomWrapper #frontContent #contentFrontLeft #navigationFront ul li.l6 { width: 133px; }
    
     #bottomMeta {
      width: 767px;
      height: 100px;
      display: block;
    }
    
    /** 
     * Supirkimo bloko stiliai 
     */
    #bottomMeta #frontSupirkimas {
      width: 196px; /* 2 x 7px paddingas buvo */
      height: 100px; /* 2 x 7px paddingas buvo */
      /*background: url("../images/supirkimas.jpg") no-repeat;*/
      color: #633400;
      position: relative;
    }
    
    #bottomMeta #frontSupirkimas p {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 176px;
      font-weight: bold;
      display: block;
    }
    
    #bottomMeta #frontSupirkimas p a {
      display: block;
      width: 176px;
      z-index: 20000;
    }
    
      #bottomMeta #frontSupirkimas .object-left,
      #bottomMeta #frontSupirkimas .object-right,
      #bottomMeta #frontSupirkimas .object-center {
        margin: 0px;
        padding: 0px;
      } 
      
      #bottomMeta #frontSupirkimas img {
        border: 0px;
        z-index: 0;
        zoom: 1;
      }
    
    /**
     * naujienu bloko stiliai 
     */
    #bottomMeta #frontNaujienos {
      width: 280px;
      height: 100px;
      background: url("../images/bgNaujienos5.jpg") no-repeat;
    }
    
      #bottomMeta #frontNaujienos p {
        padding: 0px;
      }
    
    /*  #bottomMeta #frontNaujienos #naujienosLeft {
        width: 263px;
        height: 80px;
      }*/
      
      #bottomMeta #frontNaujienos #naujienosRight {
        width: 263px;
        height: 80px;     
      }
      
      #bottomMeta #frontNaujienos #naujienosRight .object-left {
        padding: 0px;
      }
      
      #bottomMeta #frontNaujienos .naujienosData {
        color: #845700;
      }
      
      #bottomMeta #frontNaujienos .naujienosTitle {
        margin-bottom: 7px;
        display: block;        
      }
        
/**
 * ----------------------------------------------------------------- *//*
 * JQ superfish menu styles
 *
 * Overaidinam savo stiliais defaultinius superfish plugino stilius
 * (horizontali navigacija su horizontalia sub navigacija)
 * ----------------------------------------------------------------- *//*
 */
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-navbar,
#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-navbar {
  background: none; /*#BDD2FF*/
  height: auto;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}

#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu a, 
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu a:visited,
#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu a,
#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-family: "Trebuchet MS", verdana, arial;
  /*background-color: #673500;*/
}

#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu a:hover,
#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu a:hover {
	color: #d7a241;
}

#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu li ul,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu li ul {
  background: #E0A845;
  z-index: 1000;
}

#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu li,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu li {
  /*background: none;*/
  background: url("../images/li_bg.gif") no-repeat scroll center top;
}

    #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu li.top_active ,
	#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu li.top_active {
	  /*background: none;*/
	  background: url("../images/active_li_bg.gif") no-repeat scroll center top;
	}
	
    #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu li.top_active a:hover ,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu li.top_active a:hover {
    /*background: none;*/
    color: #fff;
  }
  
      #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu li.top_active ul li a:hover ,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu li.top_active ul li a:hover {
    /*background: none;*/
    color: #000;
  }

#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li:hover,
#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li.sfHover,
#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li li.current,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li:hover,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li.sfHover,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li li.current {
	background: url("../images/li_normal.gif") no-repeat scroll 8px 12px;
	z-index: 1000;
}

#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu a:focus,
#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu a:hover,
#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu a:active,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu a:focus, 
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu a:hover, 
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu a:active {
  /*background: url("../images/li_bg.gif") no-repeat scroll center top;*/
  background: none;
}

#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu a,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu a {
  border-left: 2px solid #d9dea8;
  border-top: none;
  /*padding: 14px 26px 4px;*/
  padding: 4px 0 4px 0;
  margin-top: 10px;
  text-decoration: none;
  color: #fff;
}
  
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li {
    text-align: left;
    height: auto;
    background: url("../images/li_normal.gif") no-repeat scroll 8px 12px;
  }
  
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li:hover,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li:hover {
    background: url("../images/li_normal.gif") no-repeat scroll 8px 12px;
  }
  
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li a,
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li a:visited,
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li a:active,
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li a:hover,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li a,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li a:visited,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li a:active,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li a:hover {
    border: none;
    padding: 8px 0px 0px 18px;
    margin: 0;
    text-transform: none;
    background: none;
    font-size: 12px;
    color: #633400;
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial;
  }
  
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li a:hover,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li a:hover {
    color: #000;
  }
  
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul {
    top: 32px;
    z-index: 1000;
  }
  
  #innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu ul li a:hover,
  #bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu ul li a:hover {
    background: none;
  }

#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu a.first_a,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu a.first_a {
  border-left: none;
}

#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu .top_active a,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu .top_active a {
  background-color: #ae7300;
  
}

#innerContent #contentCenter table#contentTable #contentCenter #mainMenu .sf-menu .top_active ul li a,
#bottomWrapper #frontContent #contentFrontLeft #navigationFront .sf-menu .top_active ul li a {
  background: none;
  
}

/**
 * ----------------------------------------------------------------- *//*
 * Other stuff?
 * ----------------------------------------------------------------- *//*
 */
#travelBox {
	background-color:white;
	border:1px solid;
	padding:5px;	
}

/**
 * ----------------------------------------------------------------- *//*
 * zalios iliustracijos stiliai
 *
 * Implementuojam iliustracijos idejima bei pritaikyma transparencijai...
 * ----------------------------------------------------------------- *//*
 */
#topWrapper table {
  border: 0px;
  margin: 0px;
  padding: 0px;	
  border-collapse: collapse;
  background: url("../images/ill_center.png") no-repeat center top;
  table-layout: fixed;
}

#topWrapper table #menu4 {
	width: 500px;
	margin-top: 108px;
	margin-left: 18px;
	position: absolute;
}

#topWrapper table #menu4_table {
	background: none;
	width: 500px;
	table-layout: fixed;
}

#topWrapper table #menu4_table a {
  text-decoration: none;
}

#topWrapper table #menu4_table a:hover {
  text-decoration: underline;
}

#topWrapper table #menu4_table img {
  float: left;
  padding-top: 2px;
}

#topWrapper table #menu4_table h2 {
	color: #482600;
	font-size: 21px;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 45px;
	margin-bottom: 14px;
	line-height: 22px;
}

#topWrapper table #menu4_table #middleTd h2 {
  padding-top: 6px;
  margin-bottom: 0px;
}

#topWrapper table #menu4_table #middleTd img {
  padding-top: 0;
}

  #topWrapper table tr td {
    border: 0px;
  }

#topWrapper table #ill_left {
  background: url("../images/ill_left.png") no-repeat right top;
}

#topWrapper table #ill_right {
  background: url("../images/ill_right.png") no-repeat left top;
}

#topWrapper table #ill_center {
  width: 1001px !important;
  position: relative;
  height: 355px;
}

#topWrapper table .bg_winter{ 
  background: url("../images/bg_winter.png") no-repeat 0px bottom;
}

#topWrapper table .bg_summer{ 
  background: url("../images/bg_summer.png") no-repeat 0px bottom;
}

#topWrapper table .bg_spring{ 
  background: url("../images/bg_spring.png") no-repeat 0px bottom;
}

#topWrapper table .bg_autumn{ 
  background: url("../images/bg_autumn.png") no-repeat 0px bottom;
}

  #topWrapper table #ill_center #logo {
    width: 144px;
    height: 129px;
    margin-left: 18px;
  }
  
    #topWrapper table #ill_center #logo a {
	    width: 144px;
	    height: 129px;
	    display: block;
    }
  
    #topWrapper table #ill_center #logo img {
      display: block;
    }

/**
 * ----------------------------------------------------------------- *//*
 * rudos iliustracijos ir turinio stiliai
 *
 * Implementuojam iliustracijos ir turinio idejima
 * ----------------------------------------------------------------- *//*
 */
#bottomWrapper #ill_bottomLeft {
  background: url("../images/bottomLeft.png") no-repeat scroll right top;
}

#bottomWrapper #ill_bottomRight {
  background: url("../images/bottomRight.png") no-repeat scroll left top;
}

#bottomWrapper table#bTable {
  table-layout: fixed;
}

/**
 * ----------------------------------------------------------------- *//*
 * -----------------  VIDINIU PUSLAPIU STILIAI  --------------------
 * ----------------------------------------------------------------- *//*
 */  
#innerContent {}

  #innerContent #greenTop {
    /*background: url("../images/topGreen.jpg") no-repeat scroll center top;*/
    background-color: #a6d503;
    height: 168px;
  }
  
    #innerContent #greenTop table {
      table-layout: fixed;
      height: 168px;
    }

      #innerContent #greenTop table #topTableLeft {
        background: url("../images/topTableLeft.jpg") no-repeat scroll right top;
      }


      #innerContent #greenTop table #topTableCenter.winter {
        background: url("../images/topTableCenter_winter.jpg") no-repeat scroll center top;
      }
      
      #innerContent #greenTop table #topTableCenter.spring {
        background: url("../images/topTableCenter_spring.jpg") no-repeat scroll center top;
      }
      
      #innerContent #greenTop table #topTableCenter.summer {
        background: url("../images/topTableCenter_summer.jpg") no-repeat scroll center top;
      }
      
      #innerContent #greenTop table #topTableCenter.autumn {
        background: url("../images/topTableCenter_autumn.jpg") no-repeat scroll center top;
      }


        #innerContent #greenTop table #topTableCenter #relDiv {
          position: relative;
        }
      
        #innerContent #greenTop table #topTableCenter #innerLogo {
          margin-left: 12px;
        }
        
        #innerContent #greenTop table #topTableCenter #innerContact {
          position: absolute;
          top: 20px;
          left: 165px;
          width: 233px;
          padding-left: 9px;
        }
        
          /** tagline stiliai **/
          #innerContent #greenTop table #topTableCenter #innerContact img {
            margin-top: 6px;
          }
        
          /** nemokamas numeris **/
          #innerContent #greenTop table #topTableCenter #innerContact h1 {
            font-size: 26px;
            color: #5b3001;
            background: url("../images/hr/hrGreen.jpg") repeat-x scroll left bottom;
            margin-bottom: 0px;
            padding-bottom: 3px;
            font-weight: normal;
          }
          
          #innerContent #greenTop table #topTableCenter #innerContact #innerContactLinks {
            background: url("../images/hr/hrGreen.jpg") repeat-x scroll left bottom;
            padding-top: 4px;
            padding-bottom: 7px;
          }
            
            /** kalbu perjungimas **/
            #innerContent #greenTop table #topTableCenter #innerContact #innerContactLinks #innerContactLink {
              margin-right: 20px;
            }
            
            #innerContent #greenTop table #topTableCenter #innerContact #innerContactLinks #languagesBlock {
              display: inline;
              margin-left: 15px;
            }
            
            #innerContent #greenTop table #topTableCenter #innerContact #innerContactLinks .langInset {
              background: url("../images/topInset.jpg") no-repeat 0px 1px;
              width: 1px;
              height: 13px;
              margin-top: -2px;
            }
            
            #innerContent #greenTop table #topTableCenter #innerContact #innerContactLinks .activeLink {
              color: #000;
              text-decoration: none;
            }
            
      #innerContent #greenTop table #topTableRight {
        background: url("../images/topTableRight.jpg") no-repeat scroll left top;
      }

/**
 * ----------------------------------------------------------------- *//*
 * Vidinio kontento stiliai
 *
 * navigacija, search ir kontento stiliai
 * ----------------------------------------------------------------- *//*
 */
.insideTurinysBorder p {
  line-height: 16px;	
}

#innerContent #contentCenter #paddDiv {
  padding: 0px 9px;
}

#innerContent #contentCenter table#contentTable {
  table-layout: fixed;
  height: auto;
}

  #innerContent #contentCenter table#contentTable #contentLeft {
    background: url("../images/contentLeft.jpg") no-repeat scroll right top;
  }
  
  /** contwnt table cell setup **/
  #innerContent #contentCenter table#contentTable #contentCenter {
    background: url("../images/contentCenter.jpg") no-repeat scroll center top;
  }
    
    /** iliustracija **/
    #innerContent #contentCenter table#contentTable #contentCenter #innerIliustracija {
      width: 997px;
      height: 50px;
    }
    
      #innerContent #contentCenter table#contentTable #contentCenter #innerIliustracija img {
        display: block;
      }
    
    /** navigacija **/
    #innerContent #contentCenter table#contentTable #contentCenter #mainMenu {
      height: 32px;
      background: url("../images/innerMenu.jpg") no-repeat;
      z-index: 100000;
    }
      
      #innerContent #contentCenter table#contentTable #contentCenter #mainMenu #cssdropdown {
        position: relative;
        z-index: 10000;
      }
      
      #innerContent #contentCenter table#contentTable #contentCenter #mainMenu ul {
        margin: 0;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
      }
      
        #innerContent #contentCenter table#contentTable #contentCenter #mainMenu ul li {
          margin: 0;
          height: 32px;
          text-align: center;
        }
        
        /**
         * Meniu punktu ilgiai
         */
        #innerContent #contentCenter table#contentTable #contentCenter #mainMenu ul li.l1 { width: 154px; }
        #innerContent #contentCenter table#contentTable #contentCenter #mainMenu ul li.l2 { width: 124px; }
        #innerContent #contentCenter table#contentTable #contentCenter #mainMenu ul li.l3 { width: 126px; }
        #innerContent #contentCenter table#contentTable #contentCenter #mainMenu ul li.l4 { width: 120px; }
        #innerContent #contentCenter table#contentTable #contentCenter #mainMenu ul li.l5 { width: 110px; }
        #innerContent #contentCenter table#contentTable #contentCenter #mainMenu ul li.l6 { width: 133px; }

    /** search fieldas **/
    #innerContent #contentCenter table#contentTable #contentCenter #mainSearch {
      padding-top: 8px;
    }
    
    #innerContent #contentCenter table#contentTable #contentCenter #mainSearch #innerSearchForm {
      /*background: url("../images/hr_lime.gif") repeat-x scroll left bottom;*/
      height: 23px;
    }

      #innerContent #contentCenter table#contentTable #contentCenter #mainSearch #innerSearchForm #Search {
        width: 158px;
        padding: 4px;
        border: 1px solid #bcc07f;
        background-color: #fff;
        color: #686868;
        margin-right: 3px;
      }

      #innerContent #contentCenter table#contentTable #contentCenter #mainSearch #innerSearchForm #Search_button {
        width: 19px;
        height: 19px;
        padding-top: 2px;
      }
    
    /** turinys here :] **/
    #innerContent #contentCenter #turinys {
      padding-top: 17px;
    }
    
      #innerContent #contentCenter #turinys .insideTurinysWrapper {
        background: #fff url("../images/turinysRight.gif") repeat-y scroll right top;
        display: block;
        height: auto;
        
      }
      
        #innerContent #contentCenter #turinys .insideTurinys .insideTurinysBorder {
          zoom: 1;
          background: url("../images/turinysRightTop.gif") no-repeat scroll right top;
          padding: 10px 30px 0px 30px;
        }
        
        
        #innerContent #contentCenter #turinys .insideTurinys .insideTurinysBorder ul li,
        #innerContent #contentCenter #turinys .insideTurinys .insideTurinysBorder ol li {
          margin-left: 20px;
        }
  
  #innerContent #contentCenter table#contentTable #contentRight {
    background: url("../images/contentRight.jpg") no-repeat scroll left top;
  }

/**
 * ----------------------------------------------------------------- *//*
 * Kairiojo sidebaro stiliai
 *
 * Stiliai formautojantys 4 main linkus su pointeriais ir hr'ais
 * ----------------------------------------------------------------- *//*
 */
#leftSubnav ul {
  margin: 6px 0 0 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  background: url("../images/hr/sidebarHr.gif") repeat-x scroll left top;
}

  #leftSubnav ul li {
    margin: 0px;
    background: url("../images/hr/sidebarHr.gif") repeat-x scroll left bottom;
    padding: 7px 0px;
    display: block
  } 
    
    #leftSubnav ul li#lastLi h2 {
      padding-bottom: 8px;
      padding-top: 7px;
      font-size: 17px;
    }
  
    #leftSubnav ul li img {
      float: left;
      display: block;
      margin-right: 7px;
      margin-top: 6px;
    }
    
    #leftSubnav ul li h2 {
      padding-top: 0px;
      margin-bottom: 0px;
      font-weight: normal;
      font-size: 17px;
      padding-left: 35px;
      background: url("../images/sidebarPointer.gif") no-repeat scroll left center;
    }
    
    #leftSubnav ul li a {
      text-decoration: none;
    }

        #leftSubnav ul li a:hover {
            color: #306500;
        }
        
        #leftSubnav ul li a.main_active {
            color: #306500;
        }

/**
 * ----------------------------------------------------------------- *//*
 * Pagrindiniai kairiojo sidebaro meniu stiliai
 *
 * Stiliai formautojantys primary linkkus
 * ----------------------------------------------------------------- *//*
 */
#primaryMenu {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

  #primaryMenu li {
    margin-left: 0px;
    padding-left: 10px;
    background: url("../images/li.gif") no-repeat scroll left 4px;
  }
  
  #primaryMenu li.primaryMenuActive {
    margin-left: 0px;
    padding-left: 10px;
    background: url("../images/liActive.gif") no-repeat scroll left 4px;
  }
  
   #primaryMenu li.primaryMenuActive a {
     color: #996500;
   }
  
  #primaryMenu li a {
    font-weight: bold;
  }

/**
 * ----------------------------------------------------------------- *//*
 * Breadcrumbo stiliai
 *
 * Apima site path'a, atgal ir spausdinti linkus apacioje ir virsuje
 * ----------------------------------------------------------------- *//*
 */ 
.breadcrumbTop {
  background: url("../images/hr/turinysHr.gif") repeat-x scroll left bottom;
  padding-bottom: 8px;
  margin-bottom: 10px;
  display: block;
  height: 15px;
}

.rightBread .turinysBread {
  margin: 0px 5px;
  position: relative;
  top: 2px;
}

.breadcrumbBottom {
  background: url("../images/hr/turinysHr.gif") repeat-x scroll left top;
  padding-top: 5px;
  margin-top: 10px;
  padding-bottom: 15px;
  display: block;
  height: 15px;
}

/**
 * ----------------------------------------------------------------- *//*
 * Neomkama linija apacioje
 *
 * Nemokama linija stylingas kai contentas uzima visa puslapio ploti
 * ----------------------------------------------------------------- *//*
 */ 
#nemokamaLinija {

}

  #nemokamaLinija p {
    background: url("../images/hr_lime.gif") repeat-x scroll left bottom;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  
  #nemokamaLinija h1 {
    font-size: 26px;
    line-height: 28px;
    color: #5b3001;
    margin-bottom: 5px;
  }

/**
 * ----------------------------------------------------------------- *//*
 * Kontaktu page stiliai
 *
 * Gmap, additional meta, tabai ir pan.
 * ----------------------------------------------------------------- *//*
 */ 
#contactMetaBlock {
  margin-top: 30px;
  width: 442px;
  margin-bottom: 20px;
}

  #contactMetaBlock  #additionalGreen {
    background: #d5f3a0 url("../images/lapasZalias.gif") no-repeat scroll 5px 10px;
    margin-bottom: 2px;
    padding: 10px 0 10px 40px;
  }
  
  #contactMetaBlock  #additionalRed {
    background: #efd6a4 url("../images/lapasRaudonas.gif") no-repeat scroll 5px 10px;
    margin-bottom: 2px;
    padding: 10px 0 10px 40px;
  }
  
  #contactMetaBlock  #additionalYellow {
    background: #f6f0a6 url("../images/lapasGeltonas.gif") no-repeat scroll 5px 10px;
    padding: 10px 0 10px 40px;
  }
  
.gmapLinks {
 margin-top: 7px; 
}

  .gmapLinks a {
    text-decoration: underline;
  }
  
.separator {
	 margin: 0px 5px;
	 position: relative;
	 top: 2px;
} 

#explanation {
	margin-top: 10px;
	border: 1px solid #E6E6E6;
	background-color: #F6F6F6;
	padding: 10px;
	color: #919191;
}

/** tabu stiliai **/
#contact_tabs #tabList {
	 border-bottom: 1px solid #ae7300;
} 

  #contact_tabs #tabList a {
    padding: 7px 30px;
    background-color: #673500;
    color: #fff;
    display: block;
    float: left;
    margin-right: 2px;
    text-decoration: none;
  }
  
  #contact_tabs #tabList a:hover {
    background-color: #ae7300;
  }
  
  #contact_tabs #tabList a.tab_active {
    background-color: #ae7300;
  }

/** info bloku stiliai **/
.rodytiGmap {
  padding-left: 17px;
  background: url("../images/rodytiGmap.gif") no-repeat scroll left top;
  cursor: pointer;
}

#contact_tabs table.renderedtable {
  border: 0px;
  background: url("../images/hr/turinysHr.gif") repeat-x scroll left bottom;
  width: 100%;
}

#contact_tabs .object-left {
  float: none;
  text-align: left;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/** tabu paddingas **/
#contact_tabs .tab_content table.renderedtable tr td {
  padding: 0px 0px 10px 0px;
}

#contact_tabs #parent_id_75 table {
  margin-top: 8px;
}

/** gmapas psioverlayina naudojant IE6 **/
#map_canvas {
  z-index: 0;
}
  
/**
 * ----------------------------------------------------------------- *//*
 * Struktura page stiliai
 *
 * JQ slideris, tabai, linkai
 * ----------------------------------------------------------------- *//*
 */
.expandLink {
    padding-left: 17px;
    margin-bottom: 5px;
    display: block;
    background: url("../images/isskleisti.gif") no-repeat scroll left top;
}

#accordion h2 {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}

    #accordion a.headLink {
        text-decoration: none;
        background: #d5f3a0 url("../images/collapsed.gif") no-repeat scroll 675px center;
        display: block;
        margin-bottom: 1px;
    }

#accordion a.ui-state-active {
    width: 100%;
    background: #efd6a4 url("../images/expanded.gif") no-repeat scroll 675px center;
    margin-bottom: 1px;
    text-align: center;
    display: block;
}

    .struktura_head h2, .struktura_head_active h2 {
        font-size: 19px;
        line-height: 19px;
        padding-top: 10px;
    }
    
.ui-accordion-content {
    margin-bottom: 5px;
    background-color: #fcf0d7;
    padding: 20px;
}
    
    .ui-accordion-content .personBlock {
        float: left;
        width: 145px;
        height: auto;
        margin-left: 29px;
    }
    
    .ui-accordion-content .personBlock .personMeta img {
      border: 0px;
      padding-top: 3px;
    }
    
    .ui-accordion-content .personBlock .personMeta .renderedtable {
      border: 0px;
      margin: 0px;
      table-layout: fixed;
    }
    
    .ui-accordion-content .personBlock .personMeta .renderedtable tr td {
      padding: 0px;
    }
    
    .ui-accordion-content .personBlock .personMeta .renderedtable p {
      padding: 0px;
      width: 70px;
    }
    
    .ui-accordion-content .personBlock .personMeta .renderedtable .object-left,
    .ui-accordion-content .personBlock .personMeta .renderedtable .object-right,
    .ui-accordion-content .personBlock .personMeta .renderedtable .object-center {
      margin: 0px;
      padding: 0px;
    }
    
    .ui-accordion-content .firstIt {
        margin-left: 0px;
    }
    
    .ui-accordion-content .personBlock img {
        display: block;
        border: 2px solid #dcc699;
    }
    
    .ui-accordion-content .tabContent {
        background: url("../images/hr/turinysHr.gif") repeat-x scroll left top;
        padding-top: 13px;
        width: auto;
        height: auto;
        margin-top: 10px;
    }
 
/**
 * ----------------------------------------------------------------- *//*
 * Print stiliai
 *
 * Stiliai formautojantys printinimo langa
 * ----------------------------------------------------------------- *//*
 */
body#bodyPrint {
    background-color: #fff;
}

    body#bodyPrint #printMeta h1 {
        padding-top: 15px;
        margin-bottom: 5px;
    }
    
    body#bodyPrint #printMeta h2 {
        padding-top: 5px;
        margin-bottom: 5px;
    }
    
    body#bodyPrint #tabList {
      display: none;
    }
    
    body#bodyPrint #contactMetaBlock {
      margin: 0px;
    }
    
/**
 * ----------------------------------------------------------------- *//*
 * Paieskos viewso stiliai
 *
 * Informaciniai pranesimai, input fieldas ir pan
 * ----------------------------------------------------------------- *//*
 */
#meta_search_inside #Search {
	width: 358px;
	padding: 4px;
	border: 1px solid #bcc07f;
	background-color: #fff;
	color: #686868;
	margin-right: 3px;
}

#meta_search_inside #Search_button {
	width: 19px;
	height: 19px;
	padding-top: 2px;
}

#inside-searchform ul {
    margin-bottom: 0px;
}

#inside-searchform h2 {
    padding-top: 5px; 
}

/**
 * ----------------------------------------------------------------- *//*
 * Naujienu stiliai
 *
 * Naujienu formatingas
 * ----------------------------------------------------------------- *//*
 */
#inside-news .newsBlock {
  margin: 0px 0px 15px 0px;
}

  #inside-news .newsBlock .published {
    color: #BCC07F;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 3px;
    display: block;
  }

#newsItemOne .published {
    color: #BCC07F;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 8px;
    display: block;
}

  #newsItemOne h1 {
    margin-bottom: 0px;
  }
  
/**
 * ----------------------------------------------------------------- *//*
 * Puslapiavimo stiliai
 *
 * Puslapiavimo formatavimas
 * ----------------------------------------------------------------- *//*
 */
#pager { 
  padding-top: 10px;
}

  #pager span.page_item {
    font-weight: bold;
    padding: 0px 5px;
  }
  
  #pager a.link1 {
    padding: 2px 6px 2px 6px;
    border: 1px solid #E0E2D9;
    text-decoration: none;
  }
  
  #pager a.link1:hover {
    background-color: #F1F3E9;
  }
  
  #pager .linkNav {
    padding: 0px 10px;
  }
  
/**
 * ----------------------------------------------------------------- *//*
 * Projektu saraso viewsas
 *
 * Projektu saraso viewso stiliai, formatavimas ir pan.
 * ----------------------------------------------------------------- *//*
 */
#projectList { }

  #projectList .projectListItem {
    margin: 0px 0px 15px 0px;
  }

  #projectList .projectListItem .published {
    color: #BCC07F;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 3px;
    display: block;
  }
  
  /* kai perziurim viena projekta */
  #projectInside .published {
    color: #BCC07F;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
  }

  #projectInside h1 {
    margin-bottom: 0px;
  }
  
  /* kai perziurim projekto naujienu kataloga */
  #projectNews .projectNewsItem {
    margin: 0px 0px 15px 0px;
  }
  
  #projectNews .projectNewsItem .published {
    color: #BCC07F;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 3px;
    display: block;
  }
  
  /* kai perziurim projekto naujienu katalogo naujiena :] */
  #projectNewsInside h1 {
    margin-bottom: 0px;
  }
  
  #projectNewsInside .published {
    color: #BCC07F;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
  }
  
  #projectNewsInside #projectNewsInsideSummary p {
    font-style: italic;
  }
  
/**
 * ----------------------------------------------------------------- *//*
 * Projekto galerijos stiliai
 *
 * Stailinam paveiksliuku blokus, marginus, borderius, etc.
 * ----------------------------------------------------------------- *//*
 */  
#gallery {  }

  #gallery .pleft {
    margin-right: 25px;
  }
  
  #gallery .galleryItem {
    width: 158px;
    height: 120px;
    text-align: center;
  }
  
  #gallery .galleryItem span {
    display: block;
    height: 120px;
    text-align: center;
  }
  
  #gallery .galleryItem span a {
    width: 158px;
    height: 120px;
    display: table-cell;
    text-align: center;
  }
  
  #gallery .galleryItem span a img {
    border: 2px solid #DCC699;
    display: block;
    margin: 0 auto;
  }

/**
 * ----------------------------------------------------------------- *//*
 * Contento table .tableBrown stiliai
 *
 * Dedam stilius lentelei kaip nupiese dizianere: th, borderiai, 
 * captionas...
 * ----------------------------------------------------------------- *//*
 */  
.insideTurinysBorder .tableBrown {
  border: 1px solid #c9b388;
}
    .insideTurinysBorder .tableBrown p {
      padding: 0px;
    }
    
	.insideTurinysBorder .tableBrown tr th {
	   color: #000;
	   background-color: #ddcc91;
	   font-weight: bold;
	}
	
	.insideTurinysBorder .tableBrown tr th,
	.insideTurinysBorder .tableBrown tr td {
	 padding: 5px 0px 5px 7px;
	}
	
/**
 * ----------------------------------------------------------------- *//*
 * Partenriu table stiliai
 *
 * dedam stilius table kad viska sbutu ok.
 * ----------------------------------------------------------------- *//*
 */  
#partnersPage .renderedtable tr td {
  text-align: center;
}

.tablePartneriai tr td {
  padding: 0px;
  text-align: center;
}

.insideTurinysBorder .tablePartneriai tr td p {
  padding-top: 5px;
  font-size: 11px;
  line-height: 13px;
}

.tablePartneriai tr td .object-center,
.tablePartneriai tr td .object-left,
.tablePartneriai tr td .object-right {
  margin: 0px;
  padding: 0px;
}