#mainDiv {
  width: 1280px;
  margin:0 auto;
  margin-top:-8px;
}

#menu{
  height: 95px;  
  position:fixed;
  margin-top:-4px;
    z-index: 100;
}

#tblMenu{
  width:1280px;
  height:95px;
  background-color:#DB1C23;
  position: absolute;
  z-index:900;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-collapse: collapse;
  border:0;
}

#tblMenu .f1{
  height: 25px;
}

#tblMenu .f2{
  height: 52px;
}

#tblMenu .f3{
  height: 20px;
}

#tblMenu .f2 .c3, #tblMenu .f2 .c4, #tblMenu .f2 .c5 {
    border-right: solid;
    border-right-width: 1px;
}

#tblMenu .c1{
  width:80px;
}

#tblMenu .c2{
  width:310px;
}

#tblMenu .c3{
  width:110px;
}

#tblMenu .c4 {
  text-align: center;
  width: 147px;
}

#tblMenu .c5{
  text-align: center;
  width:135px;
}

#tblMenu .c6{
  text-align: center;
  width:175px;
}

#imgLogo{
  float: left;
  z-index:1000;
  position: absolute;
  margin-left: 83px;
  width:300px;
}

#imgFacebook, #imgTwitter, #imgLinkedin {
    width:40px;
    margin-left:10px;
}