div.errors {
 padding: 10px;
}

html {
  height: 100%;
}

body {
  background: #fff url(../images/skeleton/logo.png) no-repeat;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

body, div, span, p, font, td, h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Arial, Verdana;
}

/* special backgrounds */

body#index {
  background: #fff url(../images/skeleton/logo-index.png) center top no-repeat;
}

#bg-company-horizontal {
  background-image: url(../images/skeleton/bg-company-horizontal.png);
  background-position: right;
  background-repeat: repeat-y;
}

#bg-company-vertical {
  background-image: url(../images/skeleton/bg-company-vertical.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.hidden {
  display: none;
}

.textinputs {
  width: 200px;
}

textarea.textinputs {
  width: 200px;
  height: 80px;
}


/* Tables */
/* cellpadding="0" is still obligatory */
table.reset {
	border-collapse: collapse;
	border-spacing: 0;
}

table.price-list {
  margin-top: 1px; /* Firefox fix (border-top was hidden under the header) */
}

table.price-list td, table.price-list th {
  border: 1px solid #0c4da2;
  padding: 10px;
}

table.price-list th {
  text-align: center;
}

#content table {
  margin: 0 auto;
}

#images-right td, #images-middle td {
  padding-bottom: 20px;
  text-align: center;
  vertical-align: top;
}

#content #images-right p, #content #images-middle p {
  text-align: center;
}

#images-right col.image-width, #images-middle col.image-width {
  width: 230px;
}

/* price-list coloured columns */
tr.yellow {
  background-color: #fffde9;
}

tr.blue {
  background-color: #e1f4fd;
}

tr.pink {
  background-color: #fde9f1;
}

tr.orange {
  background-color: #ffe6cb;
}

tr.green {
  background-color: #b2fbac;
}

/* Links */

a {
  color: #00aeef;
}

a:hover {
  color: #ffeb00;
}
div.error {
padding: 10px;
}

/* Text Blocks */

p, .p, #content {
  color: #0c4da2;
  font: normal normal normal 14px Tahoma;
}

#content p, #content .p {
  line-height: 20px;
  padding-bottom: 10px;
  /*text-align: justify;*/
}

#content {
  line-height: 20px;
}

#content p.search-result {
  padding: 0;
}

#content p.news-date {
  font-weight: bold;
  padding: 0;
}

#content p.news-header {
  padding-bottom: 15px;
  text-align: left;
}

#content p.photo-number {
  text-align: left;
}

/* text to logo */

.logo-text {
  margin-bottom: 2px;
  *margin-bottom: 0; /* IE6/7 */
  vertical-align: middle;
}

#content center td {
	text-align : left;
}

/* ---Structure--- */

/* Header */

#header {
  text-align: right;
  width: 100%;
    height: 170px;
}
  
  #top_menu  {
    text-align: left;
     font: bold 15px Tahoma;
	 padding: 0 0 0 280px;
	 height: 24px;
  }
  
  #cat_header {
     float:left;
	 font: 14px Tahoma;
	 padding: 0 0 0 20px;
	 height: 24px;
  }
  #cat_header.active a {
    font-weight: bold;
	text-decoration: none;
  }
  #contact_block {
	padding: 0px 8px;
  }
  
  #contact_block,  #contact_block table td{
    text-align: right;
    font: bold 13px Tahoma;
	color: #0d3f96;
  }
  
  #header-right-block {
    float: right;
	width: 450px;
    padding: 10px 10px 0 0;
  }
  
  #header_buttons {
  height: 30px;
  }
  
  #header-buttons a, form.search a {
  
    color: #fff;
    display: block;
    float: left; 
    font-size: 12px;
    line-height: 25px;
    margin-left: 5px;
    /*text-align: center; */
	
    text-decoration: none;
    width: 42px;
    height: 25px;
  }
  
  #header-buttons a:hover {
    color: #ffeb00;
  }
  
    form.search div {
      float: left;
    }
    
    #content form.search  div{
      padding-bottom: 20px;
      width: 100%;
    }
    
    form.search input {
      border: 1px solid #0d3f96;
      display: block;
      float: left;
      font-size: 16px;
      line-height: 19px;
      padding: 2px 2px;
      width: 200px;
      height: 23px;
    }
  
    #header-buttons #button-home {
      background-image: url(../images/skeleton/buttons/home.png);
    }
    
    #header-buttons #button-home:hover {
      background: url(../images/skeleton/buttons/home.png) bottom;
    }
    
    #header-buttons #button-e-mail {
      background-image: url(../images/skeleton/buttons/e-mail.png);
    }
    
    #header-buttons #button-e-mail:hover {
      background: url(../images/skeleton/buttons/e-mail.png) bottom;
    }
    
    #header-buttons #button-price-list {
      background-image: url(../images/skeleton/buttons/price-list.png);
    }
    
    #header-buttons #button-price-list:hover {
      background: url(../images/skeleton/buttons/price-list.png) bottom;
    }
    
    #header-buttons #button-print {
      background-image: url(../images/skeleton/buttons/print.png);
      margin-right: 5px;
    }
    
    #header-buttons #button-print:hover {
      background: url(../images/skeleton/buttons/print.png) bottom;
    }
    
    .button-arrow-left {
      background-image: url(../images/skeleton/buttons/arrow-left.png);
    }
    
    .button-arrow-left:hover {
      background: url(../images/skeleton/buttons/arrow-left.png) bottom;
    }

#columns {
  overflow: hidden;
  margin-bottom: 30px;
}
  
  .index-menu {
    margin: 0 0 20px -355px;
    /*position: fixed !important;*/ /* Opera fix, 'absolute' makes different artefacts */
    position: absolute; /* IE6 only because it ignores 'fixed' */
    bottom: 0;
    left: 50%; /* margin & left center the menu */
    width: 710px;
  }

  .pages-menu {
    float: left;
    overflow: hidden;
    padding: 24px 20px 0 10px;
    width: 230px; _width: 260px;
  }
  
  /* index menu specific css */
  
  #menu.index-menu li#brown, #menu.index-menu li#darkblue {
    margin-right: 10px;
  }
  
  #menu.index-menu li {
    float: left;
  }
  
  #menu.index-menu li li {
    float: none;
  }
  
    /* menu upward */
    
    #menu.index-menu ul li ul {
      position: absolute;
      bottom: 40px;
    }
  
  /* menu links */
  
  #menu a, #stuff {
    display: block;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
  }
    
    /* special text style for inner pages */
    
    #menu.pages-menu ul li a {
      font-size: 13px;
      text-transform: uppercase;
    }
    
    #menu.pages-menu ul li ul li a {
      font-size: 14px;
      text-transform: lowercase;
    }


      
      
      
    /* 1 menu level */
    
    #menu ul li a {
      color: #0d3f96;
      font-weight: bold;
      line-height: 40px;
      padding: 0 10px 0 54px;
      width: 166px; _width: 230px;
    }
      
      #brown a {
        background-image: url(../images/skeleton/menu/level1-brown.png);
      }
      
      #brown a:hover, #brown a.active {
        background-position: bottom;
      }
      
      #darkblue a {
        background-image: url(../images/skeleton/menu/level1-darkblue.png);
      }
      
      #darkblue a:hover, #darkblue a.active {
        background-position: bottom;
      }
        

	  
      
        /* orange star for news pages */
        
        #darkblue-orange a {
          background-image: url(../images/skeleton/menu/level1-darkblue-orange.png);
        }
        
        #darkblue-orange a:hover, #darkblue-orange a.active {
          background-position: bottom;
        }
      
      #blue a {
        background-image: url(../images/skeleton/menu/level1-blue.png);
      }
      .blue a {
        background-image: url(../images/skeleton/menu/level1-blue.png);
      }
      
      #blue a:hover, #blue a.active, .blue a.active {
        background-position: bottom;
      }
  
  /* 2 menu level */
    
    #menu ul li ul li a {
      color: #fff;
      font-weight: normal;
      line-height: 20px;
      padding: 0;
      width: 100%;
    }
    
    #menu ul li ul li a, #menu ul li ul li a:hover, #menu ul li ul li a.active {
      background-image: url(../images/skeleton/menu/level2.png);
    }
    
      #menu ul li ul li a:hover, #menu ul li ul li a.active, #menu ul li ul li a#price:hover, #menu ul li ul li a#price.active, #menu ul li ul li a#sitemap:hover {
        background-position: 0px 20px;
        color: #ffeb00;
      }
    
      #brown ul li a {
        background-position: 0px 80px;
      }
      
      #darkblue ul li a, #darkblue-orange ul li a, #menu ul li ul li a#price {
        background-position: 0px 60px;
      }
      
      #blue ul li a, #menu ul li ul li a#sitemap, .blue ul li a {
        background-position: 0px 40px;
      }
      
      #blue #stuff {
        background-image: none;
        color: #00aeef;
      }

  
    /* 3 menu level */
    
    #menu ul li ul li ul li a {
      background: transparent;
      margin-right: 10px;
      text-align: right;
      width: 220px;
    }
    
    #menu ul li ul li ul li a:hover, #menu ul li ul li ul li a.active {
      background: transparent;
      color: #f58220;
      font-weight: bold;
    }
    
      #brown ul li ul li a {
        color: #b69730;
      }
      
      #darkblue ul li ul li a {
        color: #0c4da2;
      }
      
      #blue ul li ul li a, .blue ul li ul li a {
        color: #00aeef;
      }
    
 
	  
    /* menu levels margins and widths */
    
    #menu ul li {
      width: 230px;
    }
    
    #menu ul li ul {
      margin-top: 4px;
    }
    
      /* for catalog additional menu */
      #menu #catalog-with-margin {
        margin-top: 60px;
      }
    
    #menu ul li ul li {
      margin-bottom: 4px;
    }

	
  #content {
    padding: 0 0 0 260px;
    margin-right: 10px;
  }

  
#footer {
  border-top: 1px solid #00a5ed;
  clear: both;
  margin: 0 40px;
  padding: 20px 0;
  height: 31px;
}

  #footer p {
    color: #777;
    font-size: 12px;
  }

  #copyright, #counters, #b2blogo {
    float: left;
    width: 33%;
  }
  
  #counters {
    text-align: center;
    width: 34%;
  }
  
  #b2blogo {
    text-align: right;
  }

/* Image With Border */

.image-with-border-block {
  float: left;
  overflow: hidden;
  padding: 10px 10px 0 0;
  width: 230px;
}
  
  /* 3rd image block */
  .image-with-border-block-3rd {
    clear: right;
    overflow: hidden;
    padding-top: 10px;
    width: 230px;
  }

#images-middle .image-with-border-block {
  padding: 0 20px;
}

#images-right .image-with-border-block {
  padding: 0 0 0 20px;
}

.image-top-border {
  /*background: url(../images/skeleton/image/border-top.png) no-repeat;*/
  float: left;
  font-size: 1px;
  width: 50%;
  height: 16px;
}

.image-bottom-border {
  /*background: url(../images/skeleton/image/border-bottom.png) no-repeat;*/
  float: left;
  font-size: 1px;
  width: 50%;
  height: 16px;
}

.position-right {
  background-position: right;
}

.image-border, .image-with-border {
  background-color: #fff;
  /*border-left: 2px solid #00baff;*/
  /*border-right: 2px solid #00baff;*/
  float: left;
  padding: 8px 8px;
}

.image-with-border {
  cursor: pointer;
  width: 210px;
  height: 170px;
}

#image-loading, #image-print {
  clear: both;
  float: none;
  padding-bottom: 10px;
}

.loading {
  padding: 50px 70px;
}

#image-print-icon {
  margin-bottom: -4px;
}

/* Image Zoom and Print */

#image-zoom {
  overflow: hidden; /* IE6 fix */
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  -top: expression(document.getElementsByTagName('html')[0].scrollTop + 'px');
  width: 100%;
  height: 100%;
}

#image-bg {
  background-color: #000;
  filter: alpha(opacity=30);
  opacity: 0.3;
  position: relative;
  width: 100%;
  height: 100%;
}

#image-center {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -100%;
  vertical-align: middle;
  height: 100%;
}
.main-text {
bottom:0;
left:50%;
margin:0 0 20px -355px;
position:fixed !important;
width:710px;
}

#content h1 {
text-align:center;
	color: #0C4DA2;
	
	font: bold 16px  Tahoma;
	margin: 20px 0 10px;
}

.wrapper {
	width: 100%;
	position:absolute;
	top:100%;
	left: 0;
}

.seo {
	width:710px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.seo h1 {
	color: #0C4DA2;
	font-family: 'Arial';
	margin: 20px 0 10px;
}

.seo p {
	margin: 5px 0;
	font-size: 13px;
	text-align: justify
}

.seo ul {
	margin: 10px 0;
	padding-left: 30px;
	list-style: circle
}

.seo li {
	margin: 5px 0;
	color: #0C4DA2;
	font-size: 13px;
}
#content ul {
	margin: 10px 0;
	padding-left: 30px;
	list-style: circle
}

#content li {
	margin: 5px 0;
	color: #0C4DA2;
	font-size: 13px;
}

div.catlist_item {
display: block;
}

.catlist_item div {
 float: left;
  padding: 10px;
}

div.downlink  {
text-align: center;
padding-bottom: 16px;
}

div.downlink  a{
color: #A90505;
font: bold 15px  Tahoma;
text-decoration: none;
}
