Nice looking site. I may have identified the problem. Exactly where and what size is the background image supposed to be? You have
Code:
#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	height:65px;
	}
The background-color will cover any header background that is behind it.