* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
  font-size: 0.7em;
}

#header {
  height: 92px;
  background: url('../../images/header.png') repeat-x top left;
}

#header .logo {
  padding: 20px 0 0 15%;
  float: left;
  width: 300px;
}

#header .langlinks {
  padding: 65px 10% 0 0;
  float: right;
}

#header h1 {
  padding-top: 54px;
  height: 0px;
  width: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
}

#header .en {
  background-image: url('../../images/novostrat_en.png');
}

#header .pl {
  background-image: url('../../images/novostrat_pl.png');
}

#header a {
  color: #07affa;
  text-decoration: none;
  padding: 0 10px 0 0;
}

#header a:hover {
  color: #F00;
}

#menu {
  width: 100%;
  text-align: center;
  color: #BBB;
  background: #000;
  overflow: hidden;
  font-size: 110%;
}

#menu ul {
  list-style: none;
  width: 800px;
  margin: auto;
}

#menu li {
  display: inline;
  padding: 0;
}

#menu a {
  color: #BBB;
  font-weight: bold;
  text-decoration: none;
  width: 133px;
  display: block;
  float: left;
  padding-top: 9px;
  height: 25px;
}

#menu a span {
  padding: 0 20px 0 20px;
  background: url('../../images/arrow_down.png') no-repeat center right;
}

#menu a:hover {
  color: #FFF;
  background: url('../../images/link_back.png');
}

#container {
  margin: auto;
  width: 860px;
  overflow: hidden;
  background: url('../../images/main-container.png') repeat-y top left;
  color: #FFF;
  font-size: 120%;
}

#mainleftpad {
  height: 367px; 
  float: left; 
  width: 380px; 
  background: url('../../images/main-left.png') repeat-x top left; 
  margin-left: 30px;
}

#mainleftpad #upper, #lower {
  height: 180px;
  margin: 0px;
  padding: 0px;
}

#mainrightpad {
  height: 367px; 
  float: right; 
  width: 420px; 
  margin-right: 30px; 
  background: url('../../images/main-right.png') repeat-y top left;
}

.about, .more, .news_con {
  text-align: justify;
  margin: 10px 25px 0 25px;
  text-indent: 20px;
}

#mainleftpad .contact, .marg {
  text-align: center;
}

#mainleftpad .marg {
 margin-top: 10px;
}

.more {
  float: right;
}

a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #F00;
}

h2 {
  font-size: 140%;
  margin: 20px 0 0 30px;
  font-weight: normal;
  text-decoration: underline;
}

h3 {
  margin: 30px 0 0 30px;
}

h4 {
  color: #BBB;
  margin: 0px 0 0 35px;
}

#mainrightpad .animation {
  margin: 20px 0 0 20px;
}

#mainrightpad .animation img {
  border: none;
}

#newspad {
  position: relative;
  top: -7px;
  clear: both;
  background: url('../../images/news-pad-top.png') repeat-x top center;
  margin: 0 30px 0 30px;
  padding: 20px;
  padding-top: 0;
  overflow: hidden;
}

#newspad #newscontent {
  float: left;
  width: 50%;
  overflow: hidden;
}

#newspad #newsphotos {
  float: right;
  width: 50%;
  padding: 0;
}

#newspad #newsphotos img {
  display: inline;
  margin: 30px 10px 20px 20px;
  float: left;
  border: 3px solid black;
}

#newspad #newsphotos img.single {
  margin: 30px 10px 10px 70px;
}

#productpad {
  position: relative;
  top: -7px;
  clear: both;
  background: url('../../images/product-pad-top.png') repeat-x top center;
  margin: 0 30px 0 30px;
  padding: 20px;
  overflow: hidden;
}

.productbox {
  float: left;
  padding: 5px;
  background: black;
  border: 1px solid #285590;
  margin: 10px;
}

#productpad .productrow {
  overflow: hidden;
}

.productbox {
  text-align: center;
}

.productbox span {
  background: url('../../images/main-product-name-bg.png') repeat-y top left;
  padding: 3px;
  display: block;
  margin-top: 2px;
  font-size: 80%;
}

.productbox img {
  border: none;
  display: block;
  margin: auto;
}

.productbox a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
}

.productbox a:hover {
  color: #F99;
}

#footer {
  width: 860px;
  color: #999;
  text-align: center;
  background: url('../../images/footer.png') no-repeat top center;
  clear: both;
  height: 70px;
  margin: auto;
}

#footer p {
  padding-top:12px;
}

             #slideshow { position:relative; /*height:183px; width: 100% margin: 0 auto;*/ }
             #slideshow img { position:absolute; top:0; left:0; z-index:8; }
             #slideshow img.active { z-index:10; }
             #slideshow img.last-active { z-index:9; }

