#headerNav h1 {
        font-size: 28px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        color: #fff;
}
#websiteName {
        display: none;
}
#topNav a {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
        padding-left: 10px;;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #fff;
}
#topNav a:hover, #topNav a:active {
	text-decoration: none;
	color: #000;
}
#topNav a.selected {
	color: #000;
}
#utilityNav {
	padding-top: 5px;
}
#utilityNav a {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
#utilityNav a:link, #utilityNav a:visited {
	color: #fff;
	text-decoration: underline;
}
#utilityNav a:hover, #utilityNav a:active {
	color: #000;
	text-decoration: underline;
}
#utilityNav span {
	color: #fff;
	padding: 0 6px;
}
#productSearch {
        padding-top: 7px;
        padding-bottom: 5px;
}
#productSearch input {
        font-size: 11px;
}
input.productSearchButton {
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : bold;
	background-color:#836D55;
	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:#999;
	border:1px solid;
	border-color: #fff;
	margin: 0;
	padding: 2px 4px;
}