@charset "utf-8";

@font-face {
    font-family: 'LinuxBG';
    src: url('../fonts/LinuxBiolinumGB.eot');
    src: url('../fonts/LinuxBiolinumGB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LinuxBiolinumGB.woff') format('woff'),
         url('../fonts/LinuxBiolinumGB.ttf') format('truetype'),
         url('../fonts/LinuxBiolinumGB.svg#LinuxBiolinumGBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LinuxBG';
    src: url('../fonts/LinuxBiolinumGI.eot');
    src: url('../fonts/LinuxBiolinumGI.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LinuxBiolinumGI.woff') format('woff'),
         url('../fonts/LinuxBiolinumGI.ttf') format('truetype'),
         url('../fonts/LinuxBiolinumGI.svg#LinuxBiolinumGItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'LinuxBG';
    src: url('../fonts/LinuxBiolinumG.eot');
    src: url('../fonts/LinuxBiolinumG.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LinuxBiolinumG.woff') format('woff'),
         url('../fonts/LinuxBiolinumG.ttf') format('truetype'),
         url('../fonts/LinuxBiolinumG.svg#LinuxBiolinumGRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: LinuxBG, times; 
  font-size: 10px;
  color: gray;
  background-image: url('/img/bg_body.jpg');  
  background-repeat: repeat-x;
  background-color: #5c4739;
  background-position:center top;
  /* background-attachment:fixed;  */
  margin: 0px;
  padding: 0px;
}

div.center {
  margin-left: auto;
  margin-right: auto;    
}

#shadow {
  background-image: url('/img/bg_shadow.png');
  repear: repeat-y;
  margin-left: auto;
  margin-right: auto; 
  width: 1000px;  
  padding-left: 10px;
  padding-right: 10px;
}

#header {
 background-image: url('/img/bg_header.png');
 width: 1000px;
 height: 523px;
}

#header .title {
  position: absolute;
  width: 500px;
  height: 35px;
  margin-left: 100px;
  margin-top: 16px;
  font-size: 30px;
  color: white;
  text-shadow: 2px 2px 1px black;  
  text-align: left;  
  font-weight: bold;
}

#header .url {
  position: absolute;
  width: 300px;
  height: 20px;
  margin-left: 105px;
  margin-top: 53px;
  font-size: 15px;  
  text-shadow: 2px 2px 1px black; 
  text-align: left;  
}
#header .url a {
  text-decoration: none;
  color: #fdffbf;  
}

#header .url a:hover {
  color: white;
}


#header .languages { 
 position: absolute;
 font-size: 14px;
 width: 320px;
 height: 25px;
 margin-left: 680px;
 margin-top: 15px;
 text-align: right; 
}

#header .lang {
  float: right; 
  margin-right: 15px;
  text-shadow: 2px 2px 1px black; 
}

#header .lang a {
  text-decoration: none;
  color: #fdffbf;
}

#header .lang a.active {
  text-decoration: none;
  color: white;
}


#header .lang a:hover {
 color: white; 
}

#header .ico {
 position: absolute;
 margin-left: 30px;
 margin-top: 15px;
}

#menu {
  background-image: url('/img/bg_menu.png');
  background-repeat: repeat-x;
  width: 1000px;
  height: 49px;
  font-size: 16px;    
}

#menu .menuitem {    
  font-family: LinuxBG, times;  
  font-weight: bold;
  text-shadow: 2px 2px 1px #1e2618;  
  padding-top: 18px;
  padding-left: 15px;
  float: left;
}

#menu .menuitem a {
  color: #fff0b8;
  text-decoration: none;  
}

#menu .menuitem a:hover {
  color: white;
}

#menu .shareitem {
  font-size: 12px;
  font-family: LinuxBG, times;  
  font-weight: bold;
  text-shadow: 2px 2px 1px #1e2618;  
  padding-top: 20px;
  padding-right: 10px;
  float: right;
}

#menu .shareitem a {
  color: white;
  text-decoration: none;  
}

#menu .shareitem a.facebook {
  color: #d7dcff;
}

#menu .shareitem a.facebook:hover {
  color: white;
}

#menu .menugroup {  
  font-family: LinuxBG, times;  
  font-weight: bold;
  text-shadow: 2px 2px 1px #1e2618;  
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 5px;
  background: url('/img/ico_submenu.png');
  background-repeat: no-repeat;
  background-position: 10px 15px;  
  float: left;
}

#menu .menugroup a {
  color: white;
  text-decoration: none;  
}


#footer {
  background-image: url('/img/bg_footer.png');
  width: 1000px;
  height: 100px;
}

#footer .left {
  position: absolute;
  padding-left: 20px;  
  padding-top: 20px;
}

#footer .left .copyright {
  font-size: 16px;
  color: #ffea8c;
  font-weight: bold;   
}

#footer .left .developer {
  padding-top: 7px;
  font-size: 14px;
  color: #e1cb6f;
  font-weight: normal;
}

#footer .left .developer a {  
  color: #e1cb6f;
  text-decoration: none;
  border-bottom: 1px dotted #e1cb6f; 
}

#footer .left .developer a:hover {
  color: white;
}

#footer .left .graphics {
  padding-top: 7px;
  font-size: 14px;
  font-weight: normal;
  color: #e1cb6f;  
}

#footer .right {
  position: absolute;  
  margin-left: 360px;  
  margin-top: 50px;    
  font-size: 100px;  
  width: 700px;    
}

#footer .right .products {    
  font-size: 15px;  
  font-weight: bold;  
  width: 635px;
  height: 20px;    
  clear: both;
}

#footer .right .products .product {
  float: right;
  margin-right: 10px;    
}

#footer .right .products .product a {
  text-decoration: none;  
  color: white;
}

#footer .right .products .product a:hover {
  color: white;  
}

#footer .right .menus {    
  font-size: 14px;
  clear: both;     
  font-weight: bold;  
  width: 635px;
  height: 20px;    
}

#footer .right .menus .menu {  
  float: right;
  margin-right: 10px;
}

#footer .right .menus .menu a {
  color: #fff0b8;
  text-decoration: none;  
}

#footer .right .menus .menu a:hover {
  color: white;  
}

#products_menu {
  position:absolute;
  margin-left: 240px;
  margin-top: 0px;
  display: none; 
  width: 180px;  
  background-image: url('/img/bg_submenu.png');
  float:none;
  z-index: 1;
}

#products_menu ul { 
  margin: 0px;
  padding: 0px;
  font-family: LinuxBG, times;  
  font-weight: bold;
  text-shadow: 2px 2px 1px #1e2618;  
  padding-top: 18px;
  padding-left: 15px;  
  font-size: 15px; 
  list-style-image:none;    
  list-style-position:inside;
  list-style-type:none;
  padding: 10px; 
  padding-left: 20px;
}

#products_menu ul li {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #4d664e;
  
}

#products_menu ul li a {  
  color: #fff0b8;
  text-decoration: none;  
}

#products_menu ul li a:hover {
  color: white;
}

#content {  
  padding: 35px;
  margin: 0px;
  width: 930px;   
  font-size: 16px;
  font-weight: normal;
  color: black;
  background-image: url('/img/bg_content_wm.png');
  background-repeat: no-repeat;
}

#content p {
  text-align: justify;
}

#content h1 {
    font-weight: bold;
    font-size: 20px;
    color: #453229;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;    
}

#content h2 {
  font-size: 18px;
  color: #453229;
  font-weight: bold;
}

#content .slides {
  padding: 10px;
  clear: both;
}

#content .slides .slide {
  float: left; 
}

#content .slides .slide .photo {
  margin: 8px;
  padding: 5px;
  background-color:#23513e;
  opacity:0.85;
  filter:alpha(opacity=85);
  -moz-border-radius: 5px;
  border-radius: 5px;  
  width: 275px;
  height: 180px;  
}

#content .slides .slide .text {
  text-align: center;
  font-size: 14px;
  color: #453229;
  font-weight: bold;
}


#content .videos {  
  float: left; 
  padding: 5px;
  clear: both;
}

#content .videos .video {  
  margin: 8px;
  padding: 5px;
  background-color:#23513e;
  /* opacity:0.85;
  filter:alpha(opacity=85); */
  -moz-border-radius: 5px;
  border-radius: 5px;  
  width: 460px;
  height: 294px;  
}

#content .videos .text {
  text-align: center;
  font-size: 14px;
  color: #453229;
  font-weight: bold;
}

  