* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : tahoma, sans-serif;
  font-size   : 11px;  
  line-height : 14px; 
  color       : #706F6F;   
}

html { background: #FFFFFF; }

body.mceContentBody
{
	background: none;
}

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

#page_container {
  width         : 916px;  
  margin        : 0 auto;
  position      : relative;
  background    : url(../../img/site/bg_content.jpg) repeat-y;    
}   

#top_container {
  height     : 96px;
  background : white;
  position   : relative;
}

#header_container {  
  position   : relative;   
  background : white;    
  height     : 168px;
}
  
#main_container {
}

#left_container {
  float       : left;
  width       : 335px;
  background  : blue;  
  min-height  : 445px;   
  background  : url(../../img/site/bg_left.gif) 100% 0 no-repeat;   
}  

#right_container {
  float   : left;
  width   : 500px;  
  padding : 0 0 30px 30px; 
} 

#content_container {
}

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

#footer_container {    
  padding-top : 10px;
  height      : 23px;  
  text-align  : center;
  font-size   : 10px;
  background  : white url(../../img/site/footer.gif) no-repeat;   
} 


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

#content_top_container {
  height     : 57px;
  background : url(../../img/site/bg_content_top.jpg);
  padding    : 50px 40px 0 40px;
}

#contacts_container {
  position  : absolute;
  top       : 120px;
  right     : 20px;
  width     : 140px;
  font-size : 11px;
}

#index_left_container {
  float : left;
  width : 360px;
  margin-left :40px;
}
#index_right_container {
  float : left;
  width : 340px;
  margin-left :20px;
} 

#decoration_top { 
  position   : absolute;
  top        : 50px;
  left       : 36px;
  width      : 312px;
  height     : 47px;  
  background : url(../../img/site/decoration_top.gif) no-repeat;
}



/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 
#menu_container {  
  position : absolute;        
  top      : 55px;
  left     : 350px;   
} 
#menu_nav {  
  text-align : left;
} 
#menu_nav li {  
  list-style   : none;   
  border-right : solid 1px #EAEAEA;
  float        : left;   
  padding      : 0 10px 0 20px;
  position      : relative;  
}
#menu_nav li a, #menu_nav li a:hover { 
  text-decoration : none;
  color           : #898989;   
  font-weight     : lighter;
  font-size       : 13px;
  text-align      : center;  
  float           : left;                                    
  padding-right   : 10px;
}  
#menu_nav li a:hover {
  text-decoration : none;
  color           : #68AC0D;   
  background      : url(../../img/site/menu_item_on.gif) 100% 50% no-repeat; 
}

#menu_nav li ul {
  position   : absolute; 
  top        : 15px;   
  left       : -999em;
  width      : 140px;   
  text-align : center;   
  background : #FFF;    
  padding    : 10px 0;
}
#menu_nav li ul li {
  background  : none;
  border      : 0;
  padding     : 0;  
  float       : none;   
  text-align  : left;
  padding     : 3px 10px 0 10px;
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
  background  : none;
  padding     : 2px 0;
  font-size   : 11px;
  border      : none;
  display     : block;
  float       : none;
  text-align: left;
}  

#menu_nav li ul ul {
	top: -15px;
	left: -999em;
	margin-left: 130px;
}
#menu_nav li ul li a:hover {
  text-decoration : underline;
  color           : #4F4E4E;   
} 

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


#menu_nav .submenu_top, #menu_nav .submenu_bottom {
	display: none;
}

#menu_nav a.menu_nav_selected, #menu_nav a.menu_nav_selected:visited, #menu_nav a.menu_nav_selected:hover {
  background      : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
} 

#menu_nav li:hover ul ul, #menu_nav li:hover ul ul ul
{
	left: -999em;
}

#menu_nav li:hover ul, #menu_nav li li:hover ul, #menu_nav li li li:hover ul
{
	left: auto;
}





/* ------------------ SITEMAP -------------------------- */ 
#sitemap_container { 
  margin     : 0 0 20px 20px;
  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         : 32px;
  left        : 130px; 
  background  : url(../../img/site/bg_icons.gif) 26px 2px no-repeat;  
  width       : 130px;
  height      : 13px; 
}  
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 {
  display         : block;
  line-height     : 23px;
  float           : left;
  padding-left    : 24px;
  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;
}


#langs_container {
  position    : absolute;
  top         : 20px;
  right       : 20px; 
  text-align  : right;  
}  
#langs_container a {
  padding : 0 5px;
  color   : #898989;
}


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

#logo_box { 
  position   : absolute;
  top        : 0;
  left       : 48px;
  width      : 287px;
  height     : 168px;  
  background : url(../../img/site/logo_bg.gif) no-repeat;
}

#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  : 897px;
  height : 168px;
  
  position   : absolute;
  top        : 0px;
  left       : 0px;
  background : url(../../img/config/photo.jpg) no-repeat;  
}  

#photo_top_round {
  width  : 460px;
  height : 175px;
  
  position   : absolute;
  top        : 0px;
  left       : 0px;
  background : url(../../img/site/photo_round.png) no-repeat;  
}

/* ------------------- Paging ------------------------- */ 
.pages_container  {
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color           : #5A5956;  
  padding         : 2px 4px;
  text-decoration : none;
}
.pages_container a:hover {
  text-decoration : none;
  background      : #6EB014;
  color           : white;
}
  
a.page_next:link, a.page_next:visited, a.page_next:hover {
  line-height     : 15px; 
  background      : url(../../img/site/next.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/prev.gif) 0 50% no-repeat;  
  color           : #848689;
  text-decoration : none;
}   
.page_current {
  line-height : 14px; 
  padding     : 2px 4px; 
  background  : #6EB014;  
  color       : white;
}   


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

h1 {  
  font-size      : 14px;   
  font-weight    : bold; 
  line-height    : 20px;
  color          : #6EB014;   
  text-align     : left;
  padding        : 18px 0 10px 0;   
}  
 
h2 {
  font-size   : 11px;   
  font-weight : bold; 
  line-height : 23px;
  text-align  : center;    
  text-decoration : underline;
}  
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  border      : #7A7A7A 1px solid; 
  background  : #D5E4EC;
  color       : #4F4E4E;;
}
 
.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 : 0 30px 0 0;
}

#content_container img, .mceContentBody img
{
  border : solid 0 #AED47C;
  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;
}

#content_container table, .mceContentBody table
{
  border       : solid 1px #D3DBE8;
  border-spacing: 1 1;
}

#content_container table th, .mceContentBody table th
{
  border       : solid 1px #D3DBE8;
  padding      : 2px;
}

#content_container table td, .mceContentBody table td
{
  border       : solid 1px #D3DBE8;
  padding      : 2px;
}

a.more_link:link, a.more_link:visited, a.more_link:hover {
  color       : #666666;
  padding     : 6px 40px;
  line-height : 27px;
  text-decoration : none;
}
  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

a:link, a:visited, a:hover {
  color           : #6EB014;
  text-decoration : none;
}

a:hover {
  text-decoration: underline;
}