You need to adjust the wrapper height fort this in your stylesheet.css file:
Code:
 #logoWrapper{
    background-color: #ffffff;
    height:80px;
}
Code:
change to:
 #logoWrapper{
    background-color: #ffffff;
    height:43px;
}