* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : tahoma, arial, sans-serif;
  font-size   : 13px;  
  line-height : 16px; 
  color       : #4B4E48;   
  background  : #EFF2F9 url(../../img/site/bg_main.jpg) 0 0 repeat-x; 
} 
/*
html { background: #FFFFFF; }
*/
body.mceContentBody
{
	background: #FFFFFF;
}

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

#page_container {
  width         : 998px;  
  position      : relative;   
  min-height    : 100%;
  margin-bottom : -30px;
}   

#header_container {
  height     : 308px;
  position   : relative;
}
  
#main_container {
}

#left_container {
  float          : left;
  width          : 580px;
  padding-left   : 100px;
}  

#right_container {
  float       : left;
  width       : 244px;
  padding-left : 30px;
} 

#content_container {
}

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

#footer_container {  
  height      : 20px;  
  text-align  : right;
  position    : relative;   
  font-size   : 11px;
  width       : 932px;
  padding-top : 10px;
} 


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

#logo_main_container {
  width      : 309px;
  height     : 286px;
  background : url(../../img/site/logo_box.png) no-repeat;
  position   : absolute;
}

#contacts_container {
  width      : 246px;
  font-size  : 12px;
  line-height: 14px;
  margin-top : 10px;
  color      : #B9C6E6;
}
#contacts_top_container {
  background : url(../../img/site/contacts_top.png) no-repeat;
  height     : 18px;
}
#contacts_content_container {
  background : url(../../img/site/contacts_bg.png) repeat-y;
  padding    : 5px 10px 5px 25px;     
}
#contacts_bottom_container {
  background : url(../../img/site/contacts_bottom.png) no-repeat;
  height     : 23px;
}

/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 
#menu_container {
  margin-left : 195px;
  height      : 43px; 
  width       : 592px;   
  background  : url(../../img/site/menu_bg.jpg) repeat-x; 
} 
#menu_nav {  
  text-align : left;
} 
#menu_nav li {  
  list-style : none;
  float      : left;
  position   : relative;
}
#menu_nav li a, #menu_nav li a:hover { 
  text-decoration : none;
  display         : block;
  color           : #063C74;   
  font-weight     : lighter;
  font-size       : 13px;
  line-height     : 41px;
  float           : left;
  background      : url(../../img/site/menu_bullet.gif) 90% 50% no-repeat; 
  padding         : 0 21px 0 21px;
}  
#menu_nav li a:hover {
  text-decoration : none;
  color           : #D0DDE9;   
  background      : #4683C2 url(../../img/site/menu_bullet.gif) 90% 50% no-repeat; 
  border          : solid 1px #CCCED0;
  border-width    : 0 1px 1px 1px;
  padding         : 0 20px 0 20px;
}

#menu_nav li ul {
  width        : 145px;
  position     : absolute;
  top          : 42px;
  left         : 0px;
  background   : #4683C2; 
  border       : solid 1px #CCCED0;
  border-width : 0 1px 1px 1px;
  padding-left : 20px;   
  display : none;
}
#menu_nav li ul li {
  background : none;
  border     : 0;
  float      : none;
  padding    : 0;
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
  background  : none;
  float       : none;
  padding     : 0;
  font-size   : 11px;
  line-height : 21px;
  color       : #D0DDE9;   
}  
#menu_nav li ul li a:hover {
  text-decoration : underline;
  border          : 0;
} 

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

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


#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; 
}


#menu2_container ul {
  list-style : none;
  width      : 214px;
  margin     : 7px 0 0 12px;     
} 
#menu2_container li {  
  list-style    : none;
  position      : relative;   
  border-bottom : solid 1px #1C4C8A;     
  padding       : 10px 0;
}
#menu2_container li a, #menu2_container li a:hover { 
  text-decoration : none;
  color           : #063C74;   
  font-weight     : lighter;
  font-size       : 12px;
  background      : url(../../img/site/menu_bullet.gif) 100% 50% no-repeat; 
  padding         : 0  10px 0 0;
}  
#menu2_container li a:hover {
  text-decoration : underline;
}




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


/* ------------------ NEWS  -------------------------- */ 
#news_container {
  position : relative;
}

#news_container h1 {
  text-align : left;
  position   : absolute;
  top        : -57px;
  width      : 340px;
}
.news_item {
  margin-bottom : 15px;
}
.news_date {
  color       : #6666h66;
}
.news_title {
  font-weight : bold;
  color       : #02799B;
}
.news_title a:link, .news_title a:visited, .news_title a:hover {
  color           : #02799B;
  text-decoration : none;
}
.news_title a:hover {
  text-decoration : underline;
}

.news_item_text {
  width  : 280px;
  margin : 4px auto;
}




/* ------------------ ICONS -------------------------- */ 

#icons_container {
  position    : absolute;
  top         : 0px;
  left        : 787px; 
  width       : 80px;
  background  : url(../../img/site/bg_icons.jpg) 0 0 no-repeat;  
  width       : 74px;
  height      : 317px; 
  padding     : 53px 0 0 18px;;
}  
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     : 13px;
  margin-bottom   : 12px;
  text-decoration : none;
}
a#icon_home:link, a#icon_home:visited, a#icon_home:hover {
  width      : 13px;
  background : url(../../img/site/icon_home.gif) no-repeat;
}
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover {
  width      : 13px;
  background : url(../../img/site/icon_mail.gif) no-repeat;
}
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  width      : 13px;
  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         : 140px;
  left        : 802px; 
  width       : 20px;   
  text-align : center;
}
#langs_container a {
  color : #C2C2C2;
}

/* ------------------- 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  : 590px;
  height : 306px;
  border : solid 1px white;
  
  position   : absolute;
  top        : 0px;
  left       : 195px;
  background : url(../../img/config/photo.jpg) no-repeat;  
}

/* ------------------- 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/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     : 0px 3px; 
  background  : #02799B;  
  color       : white;
}   


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

h1 {  
  font-size      : 13px;   
  font-weight    : bold; 
  line-height    : 30px;
  color          : #FF4505;   
  text-align     : left;
  padding        : 10px 0 10px 0;
}  
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  border      : #CCCED0 1px solid; 
  background  : #4683C2;
  color       : white;
}
 
.error_message{
  color     : red;
  font-size : 10px;
}
 
.success_message{
  color       : white;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {
}

#content_container img, .mceContentBody img
{
  border : solid 2px #6586B0;
  margin : 3px;
}
#content_container ul, .mceContentBody ul
{
  list-style-position: inside;
  padding-left: 10px;
}
#content_container ol, .mceContentBody ol
{
  padding-left: 20px;
}
#content_container blockquote, .mceContentBody blockquote
{
  padding-left: 20px;
}
#content_container p, .mceContentBody p
{
  padding: 6px 0;
}

/*
#content_container table {
  border       : solid 1px #6586B0;
  border-spacing: 1 1;
}
#content_container table th {
  border       : solid 1px #6586B0;
  padding      : 2px;
}
#content_container table td {
  border       : solid 1px #6586B0;
  padding      : 2px;
}
*/

a.more_link:link, a.more_link:visited, a.more_link:hover {
  color      : #666666;
  padding    : 5px 22px 5px 0;
  background : url(../../img/site/href.gif) 100% 80% no-repeat;  
  text-decoration : none;
}

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

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

a:hover {
  text-decoration: underline;
}