* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : arial, sans-serif;
  font-size   : 12px;  
  line-height : 16px; 
  color       : #706F6F;   
  background  : url(../../img/site/bg_main.gif); 
}  


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

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

#header_container {    
  height     : 175px;
  position   : relative;
  margin-bottom : 10px;
}
  
#main_container {
  min-height : 500px;
}

#left_container {
  float       : left;
  width       : 195px;  
  padding-top : 200px;
	/*
  background  : url(../../img/site/logo_bg.gif) 3px 0 no-repeat; 
	*/
}  

#right_container {
  float      : left;
  width      : 623px; 
} 

#content_container {
  padding : 0 30px 0 0;
}

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

#footer_container {  
  height      : 100px;  
  text-align  : center;
  font-size   : 11px;
  margin      : 0 auto;
  width       : 874px;
  background : url(../../img/site/footer.png) 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;
}


/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 
#menu_container {
  margin : 0 auto;  
  width  : 112px;
} 
#menu_container ul {  
  text-align : left;
} 
#menu_container ul li {  
  list-style : none;   
  padding    : 3px 0;
  border-bottom : solid 1px #EAEAEA;
}
#menu_container ul li a, #menu_container ul li a:hover { 
  text-decoration : none;
  display         : block;
  color           : #5A5956;   
  font-weight     : lighter;
  font-size       : 13px;
  width           : 112px;
  text-align      : center;
  padding         : 9px 0;
  line-height     : 12px;
}  
#menu_container ul li a:hover {
  text-decoration : none;
  color           : white;   
  background      : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
}

#menu_container ul li ul {
  width   : 112px;   
  text-align : center;     
}
#menu_container ul li ul li {
  background : none;
  border     : 0;
  padding    : 0;
}
#menu_container ul li ul li a, #menu_container ul li ul li a:hover { 
  background  : none;
  padding     : 0;
  font-size   : 11px;
  border      : none;
  line-height : 17px;     
  display     : inline;
}  
#menu_container ul li ul li a:hover {
  text-decoration : underline;
  color           : #838383;   
} 

#menu_container ul li a.menu_nav_opened, #menu_container ul li a.menu_nav_opened:visited, #menu_container ul li a.menu_nav_opened:hover {
  background : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
  color           : white;   
}

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




/* ------------------ 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         : 65px;
  right       : 20px; 
  width       : 80px;
  background  : url(../../img/site/bg_icons.gif) 0 0 no-repeat;  
  width       : 100px;
  height      : 20px; 
  padding     : 8px 0 0 14px;;
  
}  
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    : 10px;
  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         : 15px;
  right       : 20px; 
  width       : 120px;
  text-align  : center;
}  
#langs_container a {
  padding : 0 2px;
}


/* ------------------- 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  : 460px;
  height : 175px;
  
  position   : absolute;
  top        : 0px;
  left       : 0px;
  background : url(../../img/config/photo.png) 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      : #888100;
  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  : #888100;  
  color       : white;
}   


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

h1 {  
  font-size      : 18px;   
  font-weight    : lighter; 
  line-height    : 30px;
  color          : #888100;   
  text-align     : left;
  padding        : 18px 0 10px 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 : 0 30px 0 0;
}

#content_container img {
  border : solid 2px #CAC9CA;
  margin : 3px;
}
#content_container ul {
  list-style-position: inside;
  padding-left: 10px;
}
#content_container blockquote {
  padding-left: 20px;
}
#content_container p {
  padding: 6px 0;
}

#content_container table {
  border       : solid 1px #D3DBE8;
  border-spacing: 1 1;
}
#content_container table th {
  border       : solid 1px #D3DBE8;
  padding      : 2px;
}
#content_container 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;
  background  : url(../../img/site/bg_icons.gif) 50% 50% no-repeat;  
  line-height : 27px;
  text-decoration : none;
}
  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

a:link, a:visited, a:hover {
  color           : #888100;
  text-decoration : underline;
}

a:hover {
  text-decoration: underline;
}
