* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : verdana;
  font-size   : 12px;  
  line-height : 16px; 
  color       : #777777;   
  background  : url(../../img/site/bg_main.gif) 0 0 repeat; 
} 

html { background: #FFFFFF; }


/* --------------- MAIN CONTAINERS --------------- */ 
/* ----------------------------------------------- */ 

#page_container {
  width         : 847px;  
  position      : relative;   
  min-height    : 100%;
  margin-bottom : -0px;
  background  : url(../../img/site/bg_content.gif) 100% 0 repeat-y; 
}   

#header_container {
  height     : 176px;
  position   : relative;
  background : #F2F2F2;
}
  
#main_container {
}

#left_container {
  float    : left;
  width    : 269px;
  padding-bottom : 70px;
}  

#right_container {
  float      : left;
  width      : 488px;
  padding    : 0 45px;   
} 

#content_container {
}

.clearfooter {
  clear  : both;
  height : 0px;	
}

#footer_container {  
  height      : 0px;  
  text-align  : left;
  position    : relative;   
  font-size   : 0px;
  line-height : 0px;
  background  : white;
} 


/* --------------- EXTRA CONTAINERS --------------- */ 
/* ----------------------------------------------- */ 


#contacts_container {
  width     : 195px;
  font-size : 11px;
  color     : #F1F1F1;    
  margin    : 20px auto;
}

#contacts_container a:link, #contacts_container a:visited, #contacts_container a:hover {
  color : white;
}

#contacts_top_container {
  width      : 195px;
  height     : 19px;
  background : url(../../img/site/contacts_top.gif) 0 0 no-repeat;   
}
#contacts_bottom_container {
  width      : 195px;
  height     : 19px;
  background : url(../../img/site/contacts_bottom.gif) 0 0 no-repeat;   
} 
#contacts_text_container {  
  background : #469BB8;
  padding    : 0 35px;

}


#copyright_container { 
  position    : absolute;
  top         : -60px;
  left        : 43px;
  font-size   : 11px;
  line-height : 15px;  
  color       : #B2D4DD;  
  text-align  : center;
}
#copyright_container a { 
  color : #B2D4DD;
  text-decoration : underline;
}


/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 
#menu_container {
  margin   : 180px auto 0 auto;   
  position : relative;
} 
#menu_nav {  
  text-align : left;   
  padding    : 0 40px 0 45px;
} 
#menu_nav li {  
  list-style : none;
  background : url(../../img/site/menu_line.gif) 0 0 repeat-x;   
  padding    : 10px 0;
  position : relative;
}
#menu_nav li a, #menu_nav li a:hover { 
  text-decoration : none;
  color           : white;   
  font-weight     : lighter;
  font-size       : 13px;
  width           : 145px;
  margin-left     : 25px;   
  padding-right   : 10px;
  font-family     : tahoma;
  background      : url(../../img/site/menu_bullet.gif) 100% 50% no-repeat; 
}  
#menu_nav li a:hover {
  text-decoration : underline;
}

#menu_nav li ul { 
  position   : absolute;
  top        : 0px;
  left       : 150px;
  float      : none;
  display    : none;
  z-index    : 1000;
}
#menu_nav li ul li { 
  float       : none;
  width       : 155px;   
  text-align  : left;
  background  : #469BB8; 
  padding     : 0 20px;
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
  text-decoration : none;
  float           : none;  
  margin-left     : 10px;     
  line-height     : 20px;    
  font-weight     : lighter;     
  padding         : 0;    
}  
#menu_nav li ul li a:hover {
  text-decoration : underline;    
  background      : none;
}

#menu_nav li:hover  ul {display: block;}
 

#menu_nav li ul li.submenu_top {
  line-height  : 19px;
  background   : url(../../img/site/contacts_top.gif) 0 0 no-repeat; 
}
#menu_nav li ul li.submenu_bottom {
  line-height  : 19px;
  background   : url(../../img/site/contacts_bottom.gif) 0 0 no-repeat; 
}




/* ------------------ SITEMAP -------------------------- */ 
.sitemap_container { 
  margin     : 0 0 20px 0px;
  text-align : left;   
} 
.sitemap_container li { 
  list-style  : none;
  line-height : 20px;  
}
.sitemap_container li ul { 
  margin-left: 20px;
}


/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 37px;
  left        : 40px; 
  width       : 80px;
  height      : 20px; 
}  
a#icon_home:link, a#icon_home:visited, a#icon_home:hover,
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover,
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  line-height     : 23px;
  float           : left;
  text-decoration : none;  
}
a#icon_home:link, a#icon_home:visited, a#icon_home:hover {
  width      : 23px;
  background : url(../../img/site/icon_home.gif) no-repeat;
}
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover {
  width      : 23px;
  background : url(../../img/site/icon_mail.gif) no-repeat;
}
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  width      : 10px;
  background : url(../../img/site/icon_map.gif) no-repeat;
}

/*
a#icon_home:hover {
  background : url(../../img/site/icon_home_on.gif) no-repeat;
}
a#icon_mail:hover {
  background : url(../../img/site/icon_mail_on.gif) no-repeat;
}
a#icon_map:hover {
  background : url(../../img/site/icon_map_on.gif) no-repeat;
}
*/

a#icon_home:hover, a#icon_mail:hover, a#icon_map:hover {
  text-decoration : none;
}


/* ------------------- Logo and Photo ------------------------- */ 

#logo_container {
  position   : absolute;
  background : url(../../img/config/logo.png) no-repeat;
}
#logo_container a:link, #logo_container a:visited, #logo_container a:hover {
  display         : block;
  width           : 100%;
  line-height     : 100%;
  position        : relative; 
  z-index         : 1;
  text-decoration : none;
}
#logo_innerwrap {
  width  : 100%;
  height : 100%;
}

#photo_container {
  width  : 150px;
  height : 150px;
  
  position   : absolute;
  top        : -150px;
  left       : 847px;
  background : url(../../img/config/photo.png) no-repeat;  
}

/* ------------------ Langs -------------------------- */ 
#langs_container {
  position    : absolute;
  top         : 15px;
  left        : 42px; 
  height      : 14px;
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color         : #17DC1E;
  font-family   : tahoma;
  width         : 12px;
  display       : block;
  float         : left;
  padding-right : 10px;
  line-height   : 12px;   
  text-decoration : none;  
  font-size       : 10px;
}

/* ------------------- Paging ------------------------- */ 
.pages_container  {
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color           : #666666;  
  padding         : 2px 4px;
  text-decoration : none;
}
.pages_container a:hover {
  text-decoration : none;
  background      : #DCDDDF;
  color           : #666666;
}
  
a.page_next:link, a.page_next:visited, a.page_next:hover {
  line-height     : 15px; 
  background      : url(../../img/site/arrow_right.gif) 100% 50%  no-repeat;     
  color           : #848689;
  text-decoration : none;
}
a.page_previuos:link, a.page_previuos:visited, a.page_previuos:hover {
  line-height     : 15px; 
  background      : url(../../img/site/arrow_left.gif) 0 50% no-repeat;  
  color           : #848689;
  text-decoration : none;
}   
.page_current {
  line-height : 14px; 
  padding     : 0px 3px; 
  background  : #02799B;  
  color       : white;
}   


/* --------------- EXTRAS --------------------- */ 
/* -------------------------------------------- */ 

h1 {  
  font-size      : 22px;   
  font-weight    : lighter; 
  line-height    : 30px;
  color          : #2D899F;   
  text-align     : left;
  padding        : 32px 0;
  font-family    : arial;
}  
 
h2 {
  font-size   : 11px;   
  font-weight : bold; 
  line-height : 23px;
  text-align  : center;    
  color       : #56699F;     
  text-decoration : underline;
}  
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  border      : #666666 1px solid; 
  background  : #C0C0C0;
  color       : white;
}
 
.error_message{
  color     : red;
  font-size : 10px;
}
 
.success_message{
  color       : #33568E;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {
  padding-bottom: 30px
}

#content_container img, .mceContentBody img
{
  border : solid 2px #2B879F;
  margin : 3px;
}

#content_container ul, .mceContentBody ul
{
  list-style-position: inside;
  padding-left: 10px;
}

#content_container blockquote, .mceContentBody blockquote
{
  padding-left: 20px;
}

#content_container p, .mceContentBody p
{
  padding: 6px 0;
}

body.mceContentBody
{
	background: none;
}

a.more_link:link, a.more_link:visited, a.more_link:hover {
  font-size : 11px;
}

  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

a:link, a:visited, a:hover {
  color           : #2B879F;
  text-decoration : none;
}

a:hover {
  text-decoration: underline;
}

.banner_box
{
	text-align: center; 
	padding-top: 10px;
	top: 20px;
	right: -160px;
	z-index: 1000;
	width: 150px;
	position: absolute;
}

.banner_box p { padding: 6px 0; }
.banner_box img { border: 0; }

.trestostatyba, .grezimas
{
	width: 150px;
	height: 37px;
	margin: 0 auto;
	display: block;
}

.grezimas
{
	height: 25px;
}
