html
{
  padding:0;
  margin:0;
  min-height: 100%;
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 75%/1.2 tahoma, arial; 
  position: relative;
  background-color: #000;
  text-align: center;
  color:#fff;
}
  
h1, h2
{
  font-size: 2em;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: normal;
}

h2
{
  font-size: 1.5em;
  margin: 30px 0 10px 0;
}


img
{
  border: none;
}

a{text-decoration: none;color:#000; }

#page
{
  width: 925px;  
  margin: 0 auto;
  overflow: hidden;
  position: relative;
      
}
  
#header{
  width:925px;
  height: 533px;
  background: url(../img/header.jpg) top left no-repeat;  
}
#footer, #footer2{
  background: url(../img/footer.jpg) top left no-repeat;
  height:161px;
  position: relative; 
  font-size: 11px;
  text-align: left; 
  padding:15px 0 0 40px;   
}
#footer2{background: url(../img/footer2.jpg) top left no-repeat;}
#footer a, #footer2 a {
  color:#fff;
}
#foot1{
  position: absolute;
  width:320px;
  top:15px;
  left:615px;
}
#foot2{
  position: absolute;
  width:200px;
  top:98px;
  left:400px;
}
#center{
  position: relative;
  text-align: justify;
  padding:0; 

}
#content{
  font-size: 11px; 
  position: relative;  
}
#content.content1{
  background: url(../img/index.jpg) top left no-repeat;
  height:583px; 
  padding:20px 20px 0 20px; 
}
#content.content2{
  background-color: #f5a71f;
  padding:20px 0px 0px 0px; 
}
#content.content3{
  background-color: #f5a71f;
  padding:20px 0px 0px 0px; 
}
#content.content4{
  background-color: #f5a71f;
  padding:120px 0px 50px 35px; 
}
#content.content5{
  background-color: #f5a71f;
  padding:60px 30px 190px 40px; 
}
.wbg{
  background-color: #fff;
  padding:40px 0px 20px 30px;
  color:#000;
}
#logos{
  width:145px;
  position: absolute;
  top:140px;
  left:300px;
}
#faq{
  position: absolute;
  top:130px;
  left:495px;
  width:400px;
}
#gal{
  position: absolute;
  top:410px;
  left:20px;
  width:580px;
  height:130px;
  cursor: pointer;
  display: block;
}
#blue{
  position: absolute;
  top:430px;
  left:630px;
  width:200px;
  height:150px;
}
.offer{
  padding:0 35px;
  float:left;
  height:400px;
}
.first{
  width:150px;
}
.question{
  cursor: pointer;
}





.line{
  border-left:1px solid #d6d6d6;
}
.line_height{
  line-height:20px;
}
.line_height2{
  line-height:35px;
}
.float_left{
  float:left;
}
.float_right{
  float:right;
}
.margin_top{
  margin-top:25px;
}
.margin_right{
  margin-right:20px;
}
.margin_right2{
  margin-right:10px;
}
.margin_left{
  margin-left:30px;
}
.margin_bottom{
  margin-bottom:20px;
}
.clear_both{
  clear:both;
}
.bigger{
  font-size: 1.3em;
}
.black{
  color:#000;
}
.white{
  color:#fff;
}
.orange{
  color:#f5a71f;
}


#menu
{
  position: absolute;
  top:407px;
  left:743px;
  padding: 0;
  margin:0;
  list-style: none;
}


#menu li
{
  padding: 0;
  list-style-type: none;
  margin:0 1px 0 0;
}


#menu li a
{
  padding: 0px 0px 0px 28px;
  margin: 0;
  display: block;
  line-height: 22px;
  color:#000;
  text-decoration: none;
  overflow: hidden;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  background: url(../img/menu.jpg) center left no-repeat; 
}

#menu li a:hover, #menu li a.active
{

  color:#a40005; 
}
