#header {
	position: relative;
	width: 984px;
	z-index: 50;
	margin-top: 10px;
}
#header-logo {
	float: left;
	height: 60px;
	width: 400px;
	z-index: 50;
}
#header-top {
	float: right;
	width: 500px;
	height: 30px;
	padding: 0 10px 0 0;
	text-align: right;
}
#header-top a {
	text-decoration: underline;
}
#header-bottom {
	text-align: right;
	padding: 0 10px 0 0;
}
#header-contact {
	float: left;
}
#header-phone-number {
	font-weight: 700;
	font-size: 22px;
	margin-left: 10px;
}
#header-top-right-menu-links {
	float: right;
	margin-top: 0;
	height: 30px;
}
.header-top-menu-item {
	width: auto;
	display: inline;
	font-size: 13px;
}
.header-top-menu-divider {
	width: auto;
	display: inline;
	margin: -1px 10px 0 10px;
}
#header-chat {
	font-weight: 700;
	font-size: 15px;
	margin: 3px 0 0 0;
	cursor: pointer;
}
#header-chat img {
	margin: 0 5px 10px 0;
}
#header-search-button-container {
	width: 78px;
	height: 29px;
	float: right;
}
#header-search-button {
	width: 80px;
	height: 30px;
	margin-top: 1px;
	font-weight: 700;
	padding: 0;
}
#header-search-input-container {
	float: right;
	height: 29px;
	width: 440px;
	padding-top: 1px;
	padding-right: 5px;
}
#header-search-input {
	border: 0 none;
	color: silver;
	font-size: 14px;
	font-weight: 400;
	height: 28px;
	line-height: 20px;
	width: 400px;
	padding: 0 0 0 32px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#header-search-input {
	background-size: 20px;
}