body {
  background: url(../img/body_bg.jpg) top center repeat-x;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 20px;
  text-align: justify;
  color: #001f80;
}
a {
  text-decoration: none;
  font-weight: bold;
  outline-style: none;
  color: #001f80;
}
img {
  border: none;
}
div#mainArea {
  width: 937px;
  height: auto;
  margin: 0 auto;
}
div#topArea {
  width: 937px;
  height: 156px;
  position: relative;
}
div#contentArea {
  width: 937px;
  height: auto;
}
div#footerArea {
  width: 937px;
  height: 50px;
  padding-top: 80px;
  background-color: transparent;
  clear: both;
  color: #446a1a;
  font-size: 11px;
}
div#footerArea a {
  color: #446a1a;
  font-weight: normal;
}
div#flashArea {
  width: 640px;
  height: 360px;
  float: left;
}
div#contentLeftArea {
  width: 600px;
  height: auto;
  min-height: 320px;
  float: left;
  background: url(../img/bg.png) repeat;
  padding: 20px;
  font-family: Verdana, sans-serif;
}
a#logo {
  width: 155px;
  height: 135px;
  display: block;
  position: absolute;
  top: 10px;
  left: 65px;
  background: url(../img/logo.png);
}
div#menuArea {
  height: 156px;
  width: auto;
  position: absolute;
  right: 1px;
  top: 0;
  border-right: solid 1px #3c7bdd;
  border-left: solid 1px #3c7bdd;
}
div#menuArea span.menuButton {
  display: inline-block;
  height: 156px;
  width: auto;
  position: relative;
  cursor: pointer;
}
div#menuArea span.menuButton:hover {
  background: url(../img/menu_hover.png) repeat-x;
}
div#menuArea span.menuButton + span.menuButton {
  border-left: solid 1px #3c7bdd;
}
div#menuArea span.menuButton a.menuLink {
  display: block;
  width: auto;
  height: 156px;
  line-height: 156px;
  color: #ffffff;
  padding: 0 20px;
  font-size: 12px;
  text-transform: uppercase;
}
div#menuArea span.menuButton span.submenu {
  display: none;
}
div#menuArea span.menuButton:hover span.submenu {
  display: block;
  position: absolute;
  top: 156px;
  width: 150px;
  height: auto;
  left: 0;
}
div#menuArea span.menuButton span.submenu a, div#menuArea span.menuButton span.submenu span.subMenuButton span.lowsubmenu a {
  display: block;
  width: 120px;
  height: 20px;
  line-height: 20px;
  text-indent: 10px;
  background: #d4e4f7;
}
div#menuArea span.menuButton span.submenu span.subMenuButton:hover span.lowsubmenu a {
  color: #001f80;
  width: 200px;
}
div#menuArea span.menuButton span.submenu span.subMenuButton:hover span.lowsubmenu a:hover {
  background: #2563d0;
  color: #ffffff;
}
div#menuArea span.menuButton span.submenu a:hover {
  background: #2563d0;
  color: #ffffff;
}
div#menuArea span.menuButton span.submenu span.subMenuButton {
  display: block;
  width: 120px;
  height: 20px; 
  position: relative;
}
div#menuArea span.menuButton span.submenu span.subMenuButton span.lowsubmenu {
  display: none;
}
div#menuArea span.menuButton span.submenu span.subMenuButton:hover span.lowsubmenu {
  display: block;
  width: 120px;
  height: auto;
  position: absolute;
  left: 120px;
  top: 0;
  border: 0;
}
div#buttonsArea {
  width: 296px;
  height: 360px;
  float: left;
}
a.bigButton {
  display: block;
  width: 296px;
  height: 89px;

}
a#led {
  background: url(../img/led.png);
}
a#led:hover {
  background-position: 0 100%;
}
a#wiatraki {
  background: url(../img/wiatraki.png);
}
a#wiatraki:hover {
  background-position: 0 100%;
}
a#solary {
  background: url(../img/solary.png);
}
a#solary:hover {
  background-position: 0 100%;
}
a#promienniki {
  background: url(../img/promienniki.png);
  height: 93px;
  width: 296px;
}

div.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #edf6ff;
}
div.oddNewsConteiner + div.evenNewsConteiner {
  margin-top: 30px;
}
div.oddNewsConteiner img, div.evenNewsConteiner img {
  float: left;
  margin: 0 10px 10px 0;
}
div.newsConteiner img {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 250px;
}
input[type="submit"] {
  background: #001f80;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 3px 5px;
  cursor: pointer;
  float: right;
}
div.menu {
  height: 156px;
  width: auto;
  position: relative;
}
