* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : tahoma, arial, sans-serif;
  font-size   : 11px;  
  line-height : 14px; 
  color       : #7D7A65;   
  background  : #F4F0DF; 
} 

body.mceContentBody
{
	background: #FFFFFF;
	color: #000000;
}
/* --------------- MAIN CONTAINERS --------------- */ 
/* ----------------------------------------------- */ 
#top_container {
  height : 91px;  
}

#header_container {
  height     : 168px;
  border     : solid 1px #EAE6CF;    
  position   : relative;
} 


#main_container {
  width         : 998px;  
  margin        : 0 auto;
  position      : relative;   
  min-height    : 100%;
  margin-bottom : -85px;
}   
  
#center_container {
  background  : url(../../img/site/bg_content.gif) repeat-x; 
  padding     : 10px 40px 0 40px;
}

#content_container {
}

#left_container {
  float         : left;
  width        : 550px;
  padding-right : 30px;
}  

#right_container {
  float        : left;
  width         : 320px;
}  

.clearfooter {
  clear  : both;
  height : 85px;	
}

#footer_container {  
  height     : 85px;  
  text-align : right;
  position   : relative;   
  font-size  : 11px;
  margin     : 0 auto;
  width      : 998px;
  background : url(../../img/site/line.gif) 0 20px repeat-x; 
} 

#footer_container a {
  color           : #A68A67;
  text-decoration : none;
}
    
/* ---------------------------------------- */ 
    
#copyright_container {
  position    : absolute;
  bottom      : 0;
  left        : 0;
  width       : 162px;
  line-height : 42px;
  background  : url(../../img/site/footer.gif) 0 0 no-repeat; 
  font-size   : 10px;
  color       : #A68A67;   
  text-align  : left;
  padding-left: 13px;
}
    
    
    
/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 
#menu_container {
  margin       : 0 auto; 
  z-index      : 1000;
  position     : absolute;
  top          : 70px;
  left         : 60px;
} 
#menu_nav {  
  text-align : left;
} 
#menu_nav li {  
  list-style   : none;
  float        : left;
  background   : url(../../img/site/menu_line.jpg) 0 0 no-repeat; 
  position     : relative;      
  border-left  : solid 1px #E3C7A4;
  
}
#menu_nav li a, #menu_nav li a:hover { 
  font-family     : tahoma;
  text-decoration : none;
  color           : #D0A573;   
  font-weight     : bold;
  margin          : 0 20px 0 20px;
  float           : left;
}  
#menu_nav li a:hover {
  text-decoration : none;
  color           : #F24C00;
}

#menu_nav li ul { 
  position   : absolute;
  top        : 14px;
  left       : 0px;
  float      : none;
  display    : none;
  z-index    : 1000;
  background  : #F4F0DF;
  padding-top : 5px;
}
#menu_nav li ul li { 
  float       : none;
  width       : 150px;   
  text-align  : left;
  background  : none;   
  border      : solid 1px #E3C7A4;
  border-width: 0 1px;
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
  text-decoration : none;
  float           : none;  
  margin-left     : 20px;     
  line-height     : 20px;
}  
#menu_nav li ul li a:hover {
  text-decoration : underline;  
}

#menu_nav li:hover  ul {display: block;}
 

#menu_nav li ul li.submenu_top {
  line-height  : 5px;
  font-size    : 5px;
  border       : solid 1px #E3C7A4;
  border-width : 1px 1px 0 1px;
}
#menu_nav li ul li.submenu_bottom {
  line-height  : 5px;
  font-size    : 5px;
  border       : solid 1px #E3C7A4;
  border-width : 0 1px 1px 1px;    
}


/* ------------------ SITEMAP -------------------------- */ 
.sitemap_container { 
  padding     : 0 0 20px 50px;
  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         : 25px;
  left        : 60px; 
  width       : 120px;
  background  : url(../../img/site/bg_icons.gif) 32% 50% no-repeat;  
  z-index     : 10000;
  
}  
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-left    : 29px;
  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 {
  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         : 19px;
  left        : 130px; 
  width       : 400px;
  height      : 14px;
  background  : url(../../img/site/box_1.gif) no-repeat;  
  padding     : 5px 0 0 70px;
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color         : #D0A573;
  font-family   : tahoma;
  width         : 12px;
  display       : block;
  float         : left;
  padding-right : 17px;
  line-height   : 12px;
}


/* ------------------- 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  : 998px;
  height : 168px;
  background : url(../../img/config/photo.jpg) no-repeat;  
}

#photo_top_round {
  position   : absolute;
  top        : 0;
  left       : 0;
  background : url(../../img/site/photo_top_round.png) no-repeat;  
  width  : 66px;
  height : 64px;
}
#photo_bottom_round {
  position   : absolute;
  bottom     : 0;
  right      : 0;
  background : url(../../img/site/photo_bottom_round.png) no-repeat;  
  width      : 51px;
  height     : 52px;
}


/* ------------------- 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 4px;
  text-decoration : none;
}
.pages_container a:hover {
  text-decoration : underline;
}
  
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 {
  line-height : 15px; 
  padding     : 2px 4px; 
  background  : #F24C00;  
  color       : white;
}   


/* --------------- EXTRAS --------------------- */ 
/* -------------------------------------------- */ 

h1 {  
  font-size      : 18px;   
  font-weight    : lighter; 
  line-height    : 18px;
  color          : #F26D2D;   
  padding        : 10px 0 10px 0;
  font-family    : tahoma;
}  
 
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      : #C3A47E 1px solid; 
  background  : white;
  color       : #F24C00;
}
 
.error_message{
  color     : #FFE1E1;
  font-size : 10px;
}
 
.success_message{
  color       : white;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {
}

.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       : #FF8105;
  text-decoration : none;
}       

#content_container img {
  border : solid 2px #C3A47E;
  margin : 3px;
}
#content_container ul {
  list-style-position: inside;
  padding-left: 10px;
}
#content_container ol {
  padding-left: 20px;
}
#content_container blockquote {
  padding-left: 20px;
}
#content_container 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           : #37331E;
  text-decoration : underline;
}

a:hover {
  text-decoration: underline;
}