* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : arial, sans-serif;
  font-size   : 13px;  
  line-height : 16px; 
  color       : #706F6F;   
  background  : white; 
} 

html { background: #FFFFFF; }

body.mceContentBody
{
	background: none;
}

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

#page_container {
  width         : 998px;  
  margin        : 0 auto;
  position      : relative;   
  min-height    : 100%;
  margin-bottom : -35px;
  border        : solid 1px #C0C0C0;
  border-width  : 0 1px;
  background    : url(../../img/site/bg_content.jpg) 100% 0 repeat-y; 
}   

#header_container {
  height     : 176px;
  background : #F2F2F2;
  position   : relative;   
}
  
#main_container {
  border-top : solid 1px #C0C0C0;
  margin-top : 2px;
}

#left_container {
  float    : left;
  width    : 180px;
}  

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

#content_container {
  padding    : 0 40px;
}

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

#footer_container {  
  height      : 20px;  
  text-align  : left;
  position    : relative;   
  font-size   : 11px;
  margin      : 0 auto;
  width       : 983px;
  padding     : 15px 0 0 15px;
  background  : white;
  border        : solid 1px #C0C0C0;
  border-width  : 0 1px;
} 


/* --------------- 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       : 11px;
  left      : 210px;
  width     : 270px;
  font-size : 12px;
  color     : #373737;
}

#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; 
} 
#menu_nav {  
  text-align : left;
} 
#menu_nav li {  
  list-style   : none;
  border-bottom   : solid 1px #C0C0C0;
}
#menu_nav li a, #menu_nav li a:hover { 
  text-decoration : none;
  display         : block;
  color           : #838383;   
  background      : white; 
  font-weight     : lighter;
  font-size       : 13px;
  line-height     : 51px;
  width           : 145px;
  padding-left    : 34px;
}  
#menu_nav li a:hover {
  text-decoration : none;
  color           : #505050;   
  background      : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
}

#menu_nav li ul {
  background    : white url(../../img/site/menu_submenu.gif) 0 100% no-repeat; 
  width         : 144px;
  padding       : 0 0 15px 35px;
  
}
#menu_nav li ul li {
  background : none;
  border     : 0;
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
  background  : none;
  padding     : 0;
  font-size   : 11px;
  border      : none;
  line-height : 21px;
}  
#menu_nav li ul li a:hover {
  text-decoration : underline;
  color           : #838383;   
} 

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



/* ------------------ 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       : #666666;
}
.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;
}



/* ------------------ PRODUCTS  -------------------------- */ 

#products_container img {
  border : solid 1px #02799B;    
  margin : 0 10px 0 0; 
} 

#products_categories {
  margin-bottom : 30px;
}
#products_categories a:link, #products_categories a:visited, #products_categories a:hover {
  text-decoration : none;
  padding         : 5px;    
  background      : white;
  width           : 200px;
  display         : block;
  margin          : 1px 0;   
  border          : solid 1px #C0C0C0;
}  
#products_categories a:hover {
  text-decoration : none;
  background      : #F2F2F4;;
}

#products_items {
}
#products_items td {
  padding-right : 10px;
}
#products_items a:link, #products_items a:visited, #products_items a:hover {
  text-decoration : none;
  font-weight     : bold; 
}  
#products_items a:hover {
  text-decoration : underline;
}  
.products_empty_photo {
  text-align  : center;
  width       : 75px; 
  padding     : 21px 0 20px 0; 
  border      : solid 1px #02799B;
  font-size   : 11px;
  font-family : tahoma
}
   
#products_path_container {
  margin-bottom : 10px;    
  font-size     : 11px;
} 
#products_search_container {
  margin-bottom : 10px;
}
/* ------------------ Langs -------------------------- */ 
#langs_container {
  position    : absolute;
  top         : 190px;
  right       : 0; 
  height      : 14px;
  background  : url(../../img/site/box_1.gif) no-repeat;  
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color         : #616161;
  font-family   : tahoma;
  width         : 12px;
  display       : block;
  float         : left;
  padding-right : 17px;
  line-height   : 12px;   
  text-decoration : none;  
  font-size       : 10px;
}

/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 123px;
  left        : 0px; 
  width       : 80px;
  background  : url(../../img/site/bg_icons.gif) 32% 50% no-repeat;  
  width       : 466px;
  height      : 37px; 
  padding     : 16px 0 0 30px;;
  
}  
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    : 15px;
  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;
}


/* ------------------- 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  : 498px;
  height : 175px;
  
  position   : absolute;
  top        : 1px;
  right      : 2px;
  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/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 : 14px; 
  padding     : 0px 3px; 
  background  : #02799B;  
  color       : white;
}   


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

h1 {  
  font-size      : 24px;   
  font-weight    : lighter; 
  line-height    : 30px;
  color          : #666666;   
  text-align     : left;
  padding        : 10px 0 10px 0;
  font-family    : arial;
  background  : url(../../img/site/bg_h1.jpg) 0 100% no-repeat;  
}  
 
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 40px
}

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


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           : #02799B;
  text-decoration : underline;
}

a:hover {
  text-decoration: underline;
}