* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : verdana, arial, tahoma, sans-serif;
  font-size   : 11px;  
  line-height : 18px;
  color       : #808080;   
  background  : white url(../../img/site/bg_top.gif) 0 0 repeat-x; 
}

body.mceContentBody
{
	background: none;
}

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

#header_container {     
  height     : 148px;  
  position   : relative;   
  z-index    : 1000;
  background : #FBFBFB url(../../img/site/header.gif) 0 62px no-repeat; 
} 

#main_container {
  width         : 905px;  
  margin        : 0 auto;
  position      : relative;   
  min-height    : 100%;
  background   : #FBFBFB; 
}
   
  
#center_container {
  margin  : 0 auto;  
  padding-bottom: 180px;
}

#content_container {     
  padding-top : 10px;
}

#left_container {
  float      : left;
  width      : 250px;     
  text-align : center; 
}  

#right_container {
  float    : left;
  width    : 580px;
  position : relative;     
}  

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

#footer_container {  
  height     : 40px;  
  text-align : right;
  position   : relative;   
  margin     : -40px auto 0 auto;   
  background : url(../../img/site/footer.gif) 0 100% repeat-x; 
} 
    
/* ---------------------------------------- */ 
    
#decoration_top_left {
  position   : absolute;
  top        : 0;
  left       : -36px;
  width      : 36px;
  height     : 168px;
  background : url(../../img/site/decoration_top_left.gif) 0 0 no-repeat; 
}
#decoration_top_right {
  position   : absolute;
  top        : 0;
  right      : -36px;
  width      : 36px;
  height     : 168px;
  background : url(../../img/site/decoration_top_right.gif) 0 0 no-repeat; 
}

#decoration_bottom_left {
  position   : absolute;
  top        : -184px;
  left       : -38px;
  width      : 38px;
  height     : 223px;
  background : url(../../img/site/decoration_bottom_left.gif) 0 0 no-repeat; 
}
#decoration_bottom_right {
  position   : absolute;
  top        : -185px;
  right      : -38px;
  width      : 38px;
  height     : 223px;
  background : url(../../img/site/decoration_bottom_right.gif) 0 0 no-repeat; 
}


#footer_content {
  width      : 905px;  
  height     : 40px;  
  position   : relative;
  color      : #808080;
  font-size  : 11px;   
  margin     : 0 auto; 
  background : #FBFBFB url(../../img/site/footer2.gif) 0 100% repeat-x; 
}
#footer_content a {
  color    : #808080;
}  

#contacts_container {
  position  : absolute;
  top       : -180px;
  left      : 200px;
  color     : white;
  width     : 601px;
  height    : 65px;
  font-size : 12px;
  background : #FBFBFB url(../../img/site/contacts.gif) 0 0 no-repeat; 
  padding-top : 50px;
  padding-bottom : 10px;
  text-align : center;
}
     
/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 

#menu_container {  
  position : absolute;
  top      : 62px;
  left     : 223px;    
  width    : 682px;    
  height   : 35px;
  background : #085BAF;     
  z-index    : 1000;   
} 
#menu_container ul {
  list-style : none;
}
#menu_container li {  
  list-style  : none;
  float       : left;  
  position    : relative;    
  padding     : 0 15px 0 30px;
}
#menu_container li a, #menu_container li a:hover { 
  text-decoration : none;
  color           : white;  
  float           : left;  
  font-size       : 12px;
  line-height     : 35px;  
  font-family     : verdana;    
  padding-right   : 15px;
}  
#menu_container li a:hover {
  text-decoration : none;
  background      : url(../../img/site/menu_bullet.gif) 100% 50% no-repeat; 
}


#menu_container li ul { 
  position    : absolute;
  top         : 34px;
  left        : 0px;
  float       : none;
  display     : none;
  background  : #085AAE; 
}
#menu_container li ul li { 
  float       : none;
  width       : 170px;   
  text-align  : left;
  padding     : 0 5px 0 30px;
}
#menu_container li ul li a, #menu_container li ul li a:hover { 
  text-decoration : none;
  float           : none;  
  padding         : 0;    
  color           : white;
  line-height     : 22px;  
}  
#menu_container li ul li a:hover {
  text-decoration : underline;    
  background      : none;
}

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

#menu_container li ul li.submenu_top {
  line-height : 10px;
  font-size   : 9px;
  /*background  : url(../../img/site/menu_submenu_top.gif) 0 0 no-repeat; */
}
#menu_container li ul li.submenu_bottom {
  line-height : 10px;    
  font-size   : 8px;
  /*background  : url(../../img/site/menu_submenu_bottom.gif) 0 0 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;
}
   
   
/* ------------------ LINKS -------------------------- */ 
#links_container {
  text-align  : center;   
  padding-top : 10px;
}
#links_container span {  
  padding-top    : 5px;
  padding-bottom : 10px;
  margin-bottom  : 10px;
  border-bottom  : solid 1px #F4DFC4;
  display        : block
}


/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 20px;
  right       : 23px; 
/*  background  : url(../../img/site/icons_bg.gif) 0 0 repeat-x;  */
  width       : 90px;
}  
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     : 24px;
  padding-left    : 18px;  
  text-decoration : none;   
  float           : left;
}
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 {
  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 -------------------------- */ 
#langs_container {
  position    : absolute;
  top         : 25px;
  right       : 140px; 
  height      : 14px;
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color           : #FF5A00;
  font-family     : arial;
  width           : 12px;
  display         : block;
  line-height     : 12px;   
  text-decoration : none;  
  font-size       : 9px;   
  float           : left;
  padding-left    : 14px;
}


/* ------------------- 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%;
  height      : 100%;
  position    : relative; 
  z-index     : 1;
  text-decoration : none;
}
#logo_innerwrap {
  width  : 100%;
  height : 100%;
}

#photo_container {
  width      : 140px;
  min-height     : 300px;
  background : url(../../img/config/photo.jpg) no-repeat;       
  margin-left: 65px;
}
#photo_round_right {
  position   : absolute;
  top        : 0;
  right      : 0;
  background : url(../../img/site/photo_round_right.png) no-repeat;  
  width      : 116px;
  height     : 223px;
}
#photo_round_left {
  position   : absolute;
  top        : 0;
  left       : 0;
  background : url(../../img/site/photo_round_left.png) no-repeat;  
  width      : 72px;
  height     : 70px;
}

#photo_top_right {
  position   : absolute;
  top        : 0;
  right      : 0;
  background : url(../../img/site/round_top_right.png) no-repeat;  
  width      : 20px;
  height     : 20px;
}
#photo_top_left {
  position   : absolute;
  top        : 0;
  left      : 0;
  background : url(../../img/site/round_top_left.png) no-repeat;  
  width      : 20px;
  height     : 20px;
}
#photo_bottom_right {
  position   : absolute;
  bottom     : 0;
  right      : 0;
  background : url(../../img/site/round_bottom_right.png) no-repeat;  
  width      : 20px;
  height     : 20px;
}
#photo_bottom_left {
  position   : absolute;
  bottom     : 0;
  left       : 0;
  background : url(../../img/site/round_bottom_left.png) no-repeat;  
  width      : 20px;
  height     : 20px;
}


/* ------------------- Paging ------------------------- */ 
.pages_container  {
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color           : #7D7A65;  
  padding         : 2px 5px;
  text-decoration : none;
}
.pages_container a:hover {
  text-decoration : underline;
  color           : #1F8EA9;   
}
  
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 {
  padding     : 1px 4px; 
  color       : #1F8EA9;   
  border      : solid 1px #1F8EA9;
}   


/* --------------- EXTRAS --------------------- */ 
/* -------------------------------------------- */ 
h1 {  
  font-size      : 15px;   
  font-weight    : bold; 
  line-height    : 24px;
  color          : #FF5700;    
  background     : url(../../img/site/h1_bg.gif) 0 0 no-repeat;  
  padding-left   : 30px;
}  
 
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      : gray 1px solid; 
  background  : white;
  color       : gray;
}
 
.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 {
  padding-top : 10px;
}

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

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

a.more_link:link, a.more_link:visited, a.more_link:hover {
  color           : #3A7EC3;
  text-decoration : none;  
}       

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

.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           : #3A7EC3;
  text-decoration : none;
}

a:hover {
  text-decoration: underline;
}
