@import "elements.less";
@import url(https://fonts.googleapis.com/css?family=Expletus+Sans:700,600&subset=latin-ext);


body{
  background:url(../images/bg.jpg) fixed center;
  background-size:cover; margin:0; padding:0;
  color:#DDD; font-family:Verdana; font-size:12px;
}

a:link, a:visited{
  text-decoration:none; display:inline-block; color:#EEE;
  .transition(.3s);
}
a:hover, a:active{
  color:#CCC;
}

#sliderHolder{
  width:100%; height:400px; background:url(../images/slide1.png) center top no-repeat;
}
#menuHolder{
  height:115px; position: fixed; top: -5px; padding:0 0 0 80px;
  background:url(../images/glassBg.png) center; width:2000px; left:50%; margin:0 0 0 -250px;
  
  ul,li{float:left; margin:0; padding:0;}
  
  ul{
    li{
      float:left;

      a:link, a:visited{
        font-size:16px; font-family: 'Expletus Sans', cursive; font-weight:bold;
        text-shadow:0 0 15px #000; padding:50px 15px;
      }
      a:hover, a:active{
        color:#899A5D;
      }
    }
  }
}
#logoHolder{
  height:115px; position: fixed; top: -5px; z-index:9; text-align:right; 
  background:url(../images/logoBg.png) right center; width:2000px; left:50%; margin:0 0 0 -2200px;
}
#logoHolderAfter{
  height:115px; position: fixed; top: -5px; z-index:9;
  background:url(../images/logoBgAfter.png) left center; width:50px; left:50%; margin:0 0 0 -200px;
}

#contentHolder{
  width:960px; margin:auto; min-height:300px;
}

#footerHolder{
  width:100%; background:#000; height:150px; border-top:1px solid #111;
}