body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 22px;
  background: url(../img/body_bg.jpg) repeat-x top center #cecece;
  color: #000000;
}
a {
  outline-style: none;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
div#mainArea {
  width: 980px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
div#topArea {
  width: 980px;
  height: 226px;
  position: relative;
}
div#topMenuArea {
  width: 980px;
  height: 41px;
  text-align: left;
  line-height: 41px;
}
div#contentArea {
  width: 510px;
  clear: both;
  min-height: 363px;
  padding: 20px 0;
}
div#footerArea {
  width: 980px;
  height: 50px;
  line-height: 50px;
  font-size: 11px;
  padding-top: 20px;
  color: #000000;
}
div#footerArea b {
  color: #000000;
}
div#footerArea a {
  font-weight: normal;
  color: #000000;
}
div#footerArea a:hover {
  color: #ffffff;
}
div.title {
  height: 50px;
  color: #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
div#topMenuArea span.menuButton {
  display: inline-block;
  height: 41px;
  width: auto;
  position: relative;
}
div#topMenuArea span.menuButton span.submenu {
  display: none;
}
div#topMenuArea span.menuButton span.submenu a {
  display: block;
  width: 150px;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  font-size: 11px;
}
div#topMenuArea span.menuButton span.submenu a:hover {
  background: #ffffff;
}
div#topMenuArea span.menuButton:hover span.submenu {
  display: block;
  position: absolute;
  top: 41px;
  left: 0;
  background: #ffffff;
  z-index: 200;
}
div#topMenuArea span.menuButton + span.menuButton {
  margin-left: 50px;
}
div#topMenuArea span.menuButton a.menuLink {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 41px;
  width: auto;
  padding: 0 3px;
  cursor: pointer;
}
div#topMenuArea span.menuButton a.menuLink:hover {
  background: #ffffff;
}
a#logo {
  width: 291px;
  height: 121px;
  position: absolute;
  display: block;
  left: 5px;
  top: 41px;
}
div#langArea {
  position: absolute;
  top: 20px;
  left: 5px;
  font-size: 10px;
  text-transform: uppercase;
}
div#flashArea {
  width: 410px;
  height: 770px;
  position: absolute;
  top: 20px;
  right: 0;
}
input[type="submit"] {
  border: none;
  background: #000000;
  color: #ffffff;
  font-family: Arial, sans-serif;
  padding: 3px 5px;
  float: right;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
input[type="submit"]:hover {
  background: #d7d7d7;
}
.container 
{ 
  width: 510px; 
  height: 213px; 
  overflow: hidden; 
  position: relative; 
  cursor: pointer; 
}
.slides { 
  position: absolute; 
  top: 0; 
  left: 0; 
}
.slides div 
{ 
  position: absolute; 
  top: 0; 
  width: 510px; 
  display: none; 
}
ul.pagination {
  position: absolute;
  top: 345px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.pagination li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ffffff;
}
ul.pagination li.active, ul.pagination li:hover {
  background: #a4a4a4;
}
ul.pagination li + li {
  margin-left: 5px;
}
ul.pagination li a {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 11px;
  color: #292929;
  line-height: 15px;
  text-align: center;
}
span.slide {
  display: block;
  width: 510px;
  height: 200px;
  padding-top: 13px;
}
span.slide img {
  height: 180px;
  border: solid 1px #333333;
  margin-right: 20px;
  float: left;
}
h2.imageTitle {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
div.galleryConteiner {
  width: 100%;
  height: 800px;
  background: url(../img/gallery_bg.jpg) repeat-x top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
/*  display: none;*/
}
div#overlayLeft {
  width: 106px;
  height: 456px;
  position: absolute;
  top: 30px;
  left: 0;
  background: url(../img/overlayLeft.png);
  z-index: 100;
}
div#overlayRight {
  width: 106px;
  height: 456px;
  position: absolute;
  top: 30px;
  right: 0;
  background: url(../img/overlayRight.png);
  z-index: 100;
}
a#x {
  height: 44px;
  display: block;
  position: absolute;
  top: -50px;
  right: 50px;
  z-index: 1000;
}
a#x:hover {
  background-position: 0 100%;
}
.item a.tooltip {
  display: none;
}
.item:hover a.tooltip {
  display: block;
  position: absolute;
  width: 160px;
  -moz-border-radius: 10px;
  top: 250px;
  z-index: 99;
  height: 160px;
  background: url(../img/toolTip_bg.png);
  padding: 20px;
  text-align: left;
  font-weight: normal;
  line-height: 16px;
}
span.imageTitle {
  font-weight: bold;
  font-size: 18px;
}
div#galleryMenu {
  position: absolute;
  top: -50px;
  left: 50px;
  z-index: 99;
}
div#galleryMenu span.menuButton {
  display: inline-block;
  height: 14px;
  width: auto;
}
div#galleryMenu span.menuButton + span.menuButton {
  margin-left: 20px;
}


div#galleryPreloader{
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/loader.gif );
}
