* {margin:0;padding:0}

html, body {
  width       : 100%;
  height      : 100%;
  background  : white;
  text-align  : left;
  font-family : tahoma, verdana, arial, sans-serif;
  font-size   : 12px;  
  line-height : 17px; 
  color       : #555555;   
}

html { background: #FFFFFF; }

body.mceContentBody
{
	background: none;
}

/* --------------- MAIN CONTAINERS --------------- */ 
/* ------------------------------------------`----- */ 
#header_container {
  height     : 400px;
  margin     : 0 auto; 
  background : url(../../img/site/bg_header.gif) repeat-x; 
}

#header {
  width       : 317px;
  height      : 397px;
  background  : url(../../img/site/header.gif) no-repeat; 
  margin-left : 90px;
  position   : relative;
}

#main_container {
  width         : 998px;    
  margin        : 0 auto;
  position      : relative;   
  min-height    : 100%;
  margin-bottom : -50px;
}   

#content_container {
  padding : 10px 50px 0 0;
}  
 
#left_container {
  float        : left;
  width        : 277px;
  padding-left : 110px;
}  

#right_container {
  float        : left;
  width        : 550px;
  padding-left : 30px;
}  
 
#clearfooter {
  clear      : both;
  height     : 50px;	
}

#footer_container {  
  height     : 50px;  
  text-align : left;
  position   : relative;   
} 

#footer_content_container {
  width      : 798px;
  height     : 27px;
  position   : relative;
  margin     : 0 auto;
  color      : #AEAEAE;
  padding    : 20px 0 0 0; 
  font-size  : 10px;
  text-align : center;
}

/* --------------- TOP MENU --------------- */ 
/* ---------------------------------------- */ 
#menu_container {
  position    : absolute;   
  top         : 120px;
  left        : 420px;
  font-family : verdana;
  z-index : 1000;
} 
#menu_nav {  
  text-align : center;
} 
#menu_nav li {  
  list-style  : none;
  text-align  : center;  
  float       : left;
  position    : relative;
  background  : url(../../img/site/menu_bullet.gif) 0 50% no-repeat; 
  padding     : 0 20px 0 17px;
}
#menu_nav li a, #menu_nav li a:hover { 
  text-decoration : none;
  color           : #656565;   
  float           : left;
  font-size       : 13px;
}  
#menu_nav li a:hover {
  text-decoration : underline;
}

/* 
#menu_nav li div { 
  background :red;
}
  */

#menu_nav li ul { 
  position    : absolute;
  top         : 14px;
  left        : 0;
  padding     : 14px 0 5px 0;
  float       : none;
  display     : none;
}
#menu_nav li ul li { 
  float       : none;
  text-align  : left;
  padding     : 3px 10px 3px 20px;  
  background  : none;
  width       : 130px;    
  background  : #F2F2F2 url(../../img/site/menu_bullet2.gif) 3% 50% no-repeat; 
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
  text-decoration : none;
  float           : none;  
}  
#menu_nav li ul li a:hover {
  text-decoration : underline;  
}

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




/* ------------------ 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 h1 {
  color : #0753BD;
}
.news_item {
  margin-bottom : 15px;
}
.news_item a:link, .news_item a:visited, .news_item a:hover {
  color : #59A744;
}

.news_date {
  font-weight : bold;
  color       : #818181;
}
.news_title {
  color : black;
}
.news_title a:link, .news_title a:visited, .news_title a:hover {
  color : black;
}

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

/* -------------------------------------------- */ 
/* -------------------------------------------- */  

#decoration {
  position   : absolute;
  top        : 0; 
  left       : 60px;
  width      : 46px;
  line-height: 18px;
  background : url(../../img/site/decoration.gif) no-repeat;  
}

#decoration_left {
  position   : absolute;
  top        : 0; 
  left       : -46px;
  width      : 46px;
  line-height: 655px;
  background : url(../../img/site/decoration_left.png) no-repeat;  
}

#decoration_right {
  position   : absolute;
  top        : 0; 
  right      : -46px;
  width      : 46px;
  line-height: 655px;
  background : url(../../img/site/decoration_right.png) no-repeat;  
}



.ModFormTableContainer {
  margin: 0 auto;
}
.ModFormTableContainer th {
  padding     : 2px 20px 2px 0;
  font-weight : bold;
}

.table {
  text-align   : center;
  width        : 100%;
  border       : solid 1px #B0BFE8;
  border-width : 1px 0 0 1px;
  margin       : 10px auto;
}
.table th {
  background : #F3F4F8;
  color      : #8F8F8F;
  font-family : tahoma;
  padding     : 5px 0;
  border       : solid 1px #B0BFE8;
  border-width : 0 1px 1px 0;
}
.table td {
  border       : solid 1px #B0BFE8;
  border-width : 0 1px 1px 0;
  padding     : 1px 0;
}


.table2 {
  text-align   : left;
  width        : 100%;
  margin       : 10px auto;
}
.table2 td {
  padding     : 5px;
  font-weight : bold;
}





 
#footer_content_container a:link, #footer_content_container a:visited, #footer_content_container a:hover {
  line-height : 30px;
}

#link_container {
  position    : absolute;
  top         : 110px;
  right       : 32px; 
  width       : 211px;
  height      : 19px;
  background  : url(../../img/site/box_2.gif) no-repeat;  
  text-align  : center;
  line-height : 19px;
}
#link_container a:link, #link_container a:visited, #link_container a:hover {
  color       : white;
  font-weight : bold;
}

#content_container_bottom {
  background : url(../../img/site/line2.gif) 0 50% no-repeat; 
  height     : 20px;
}

/* ------------------ Other -------------------------- */ 


#title_container {
  position  : absolute;
  top       : 85px;    
  left      : 30px;
  height    : 40px;
  width     : 150px;
  color     : #5177AA;
  font-size : 12px;
  font-family : arial;
}

#contacts_container {
  position   : absolute;
  top        : 150px;
  left       : 400px;
  width      : 200px;
  height     : 177px;
  background : url(../../img/site/bg_contacts.gif) 100% 0 repeat-y; 
  padding    : 50px 0 0 17px;
}

#copyright_container {
  position   : absolute;
  bottom     : 10px;
  text-align : center;
  width      : 100%;
}

/* ------------------ Langs -------------------------- */ 
#langs_container {
  position    : absolute;
  top         : 40px;
  right       : 0px; 
  width       : 300px;
  height      : 14px;
  text-align  : right;  
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color         : #757886;
  font-family   : tahoma;
  width         : 12px;
  padding-right : 17px;
  line-height   : 12px;
}

/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 85px;
  left        : 15px; 
  width       : 70px;
  height      : 14px;
  background  : url(../../img/site/bg_icons.gif) repeat-x;  
  padding     : 8px 0 0 5px; 
  
}  
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;
  float         : left;
  padding-right : 12px;
  text-decoration : none;
}
a#icon_home:link, a#icon_home:visited, a#icon_home:hover {
  width      : 11px;
  background : url(../../img/site/icon_home.gif) no-repeat;
}
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover {
  width      : 12px;
  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, a#icon_mail:hover, a#icon_map:hover {
  text-decoration : none;
}

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

#logo_container {
  width  : 273px;
  height : 150px;
  
  position   : absolute;
  top        : 20px;
  left       : 22px;
  background : url(../../img/config/logo.png) no-repeat;
}

#logo_container a:link, #logo_container a:visited, #logo_container a:hover {
  display     : block;
  width       : 275px;
  line-height : 100px;
  position    : relative; 
  z-index     : 1;
  text-decoration : none;
}
#logo_innerwrap {
  width  : 100%;
  height : 100%;
}

#photo_container {
  width  : 272px;
  height : 374px;
  
  position   : absolute;
  top        : 0px;
  left       : 22px;
  background : url(../../img/config/photo.jpg) no-repeat;  
}

/* ------------------- Paging ------------------------- */ 
.pages_container  {
  background  : url(../../img/site/pages_bg.gif) no-repeat;  
  line-height : 19px; 
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color   : #082662;  
  padding : 0 2px;
}
.pages_container a:hover {
  text-decoration : underline;
}
.page_current {   
  background  : #082662;
  color       : white;
  padding     : 0 2px;
}
.page_next {   
  padding-left: 30px; 
}
.page_previuos {   
  padding-right: 30px;
}

#running_line {
  width: 750px;
  margin: 0 auto;
}

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

h1 {  
  font-size     : 13px;   
  font-weight   : bold; 
  line-height   : 17px;
  color         : #1C8700;   
  text-align    : left;
  padding-bottom : 10px;
}  
 
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      :  white 1px solid; 
  background  : #59A744;
  color       : white;
}
 
.error_message{
  color     : red;
  font-size : 10px;
}
 
.success_message{
  color       : #0753BD;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {
}

#content_container img, .mceContentBody img
{
  border : solid 2px #02799B;
  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;
}

.tinyInput {
  width: 50px;
} 
.smallInput {
  width: 150px;
} 
.mediumInput {
  width: 200px;
} 
.bigInput {
  width: 400px;
} 
.tinyTArea {
  width  : 400px; 
  height : 100px;
}
.smallTArea {
  width: 400px; 
  height: 200px;
}
.bigTArea {
  width  : 400px;
  height : 200px;
}   

.form_table {
  text-align : left;
} 
.form_table h2 {
  color : white;
  text-align : left;
  font-weight : bold;
  font-size : 14px;
}

.boldText {
  font-weight: bold;
}
.smallText {
  font-size: 10px;   
  font-style: italic;
}
  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

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

a:hover {
  text-decoration: underline;
}