In Safari and Firefox, the contact details are hidden by the logo.
This image is hidden for guests.
Please log in or register to see it.
To move it down, you can add this to template_css.css:
#component-contact .contentheading {
padding-top: 80px;
background: url(../images/style2/contentheading.gif) 0 80px no-repeat;
}
[edit] I see it in other pages as well. A padding-top can help:
.componentheading {
color: #496A00;
padding-top: 80px;
}