#header {
  width: 100%;
}

#header .header-content {
  margin: 0 auto; 
  width: 976px;
  height: 215px;
  
  color: #fff;
  
  position: relative;
}

.header-content .logo-details {
    position: absolute;
}

.header-content .logo-details {  
  top: 40px;
  left: 20px;
  
  width: 800px;
}

.logo-details img {
  float: left;
}

.logo-details .company-details {
  /*width: 300px;*/
  float: left;
  
  margin: 10px;
}

.logo-details .company-details .company-name{
  font-size: 24px;
  line-height: 30px;
}

.header-content .company-details .contractor-name, .header-content .company-details .phone-number{
  font-size: 18px;
  line-height: 24px;
}

.fiberon-contact {
  display: block;
  position: absolute;
  width: 120px;
  height: 42px;
  top: 35px;
  right: 20px;
}

.fiberon-contact a {
  display: block;
  width: 120px;
  height: 42px;  
}

.fiberon-contact a span {
  display: none;
}
