#headerLogo img {
	display: block;
	float: left;
	height: 77px;
	width: 150px;
	margin: 0 0 5px 0;
}
#headerMessage {
	float: left;
	width: 350px;
	margin: 12px 0 0 100px;
}
#headerMessage h1 {
	background: url(/images/heart-plus.gif) 2px center no-repeat;
	padding-left: 77px;
	padding-bottom: 5px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FF5D02;
	margin: 0;
}

/* utility nav links */
#utilityNav {
	float: right;
	margin: 5px 10px 0 0;
}
#utilityNav a {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
#utilityNav a:link, #utilityNav a:visited {
	color: #666;
	text-decoration: underline;
}
#utilityNav a:hover, #utilityNav a:active {
	color: #c00;
	text-decoration: underline;
}
#utilityNav span {
	color: #666;
	padding: 0 6px;
}

/* product search */
#productSearch {
	float: right;
	margin: 20px 10px 0 0;
}
#productSearch label {
	font-weight: bold;
	font-size: 11px;
	color: #000;
}
#productSearch input {
	font-size: 11px;
}
input.productSearchButton {
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : bold;
	background-color:#c0c0c0;
	border:1px solid;
	border-color: #fff;
	margin: 0;
	padding: 2px 4px;
}
input.productSearchButtonHover {
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : bold;
	background-color:#FF5D02;
	border:1px solid;
	border-color: #fff;
	margin: 0;
	padding: 2px 4px;
}

/* top navigation */
#topNav {
	/* clear: both; */
	background-color: #000;
}
#topNav a {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 18px;
	text-align: center;
	border-right: 1px solid #fff;
	/* display:table-cell; */ /* needed for FF */
	/* display:inline-block; */
	display: block;
	float: left;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #fff;
}
#topNav a:hover, #topNav a:active {
	text-decoration: none;
	color: #FF5D02;
}
#topNav a.selected {
	color: #FF5D02;
}
#topNav a.lastItem {
	border-right: 0 !important;
	float: none;
	text-align: left;
   text-indent: 15px;
}
