div#productheader {
	height: 95px;
	background: url('images/productheader.jpg') no-repeat;
	clear: both;
}

div#productheader div.float_left {
	float: left;
	width: 88%;
}

div#productheader div.float_left h1 {
	margin-top: 30px;
	margin-left: 20px;
	color: white;
	text-align: left;
	font-size: 2.7em;
}

div#productheader div.float_right {
	float: right;
	width: 8%;
}
