/* CSS Document */
body{
  margin: 0;
  font-family: "Tahoma";
  background: #d4d4d4;
}

.cleaner{
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

a{
  text-decoration: underline;
  color: #000000;
}

a:hover{
  text-decoration: none;
}

/* Main */

#main{
  margin: auto;
  background: url('/images/bg.png') no-repeat;
  width: 1071px;
  height: 778px;
}

#header #logo{
  float: left;
  width: 190px;
  height: 150px;
  margin: 0px 0px 0px 90px;
}

#header #logo span{
  display: none;
}

/* Menu */
ul#menu{
  float: left;
  list-style: none;
  margin: 103px 0px 0px 8px;
}

ul#menu li{
  display: block;
  width: 35px;
  height: 110px;
  margin-bottom: 15px;
}

ul#menu li a{
  display: block;
  border: none;
  width: 35px;
  height: 110px;  
}

ul#menu li a span{
  display: none;
}

ul#menu li#services.active{
  background: url('../images/services_active.png') center right no-repeat;  
}

ul#menu li#contact.active{
  background: url('../images/contact_active.png') center right no-repeat;  
}

/* Content */
#content{
  float: left;
  width: 923px;
  margin-top: 20px;
}

#content_text{
  overflow: auto;
  height: 375px;
}

#scroll{
  margin: auto;
  width: 95%;
}

#scroll ul li{
  margin: 5px 0 5px 0;
}

/* H1 */
h1{
  margin: 10px 0px 0px 12px;
  padding:  0px 0px 10px 0px;
  font-size: 25px;
  text-decoration: underline;
}

/* Footer */
#footer{
  float: right;
  margin: 10px 65px 0px 0px;
  font-size: 11px;  
}


/* Contact */
table#contact{
  margin: auto;
  border: 0;
}

table#contact td{
  line-height: 16px;
  height: 25px;
}

table#contact td.first{
  font-weight: bolder;
  width: 100px;
  text-align: right;
  padding-right: 20px;
} 

table#contact td.first img{
  vertical-align: top;
}

#map{
  margin: auto;
  width: 80%;
  height: 300px
} 