/*----------------------------------------- BEGIN HEADER STYLES -----------------------------------------*/
#header {
	width: 1000px;
}

#headerlogo {
	float: left;
}

#madeintheusa {
	float: right;
	margin-bottom: 50px;
}

#searchbar {
	padding-right: 20px;
	float: right;
 	height: 50px;
}

#searchbar_button {
	height: 20px;
	border: none;
	background-image: url(../assets/buttons/nav4Off.png);
	color: #FFF;
	cursor: default;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: .5px solid #888;
}

#header span {
	margin: 0px;
	padding: 0px;
}

#industryIndicator {
	float: left;
	margin: -12px 0px 0px 0px;
	padding: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #FFF;
	overflow: hidden;
}

.industryNav li {
	float: left;
	margin-top: 50px;
	list-style-type: none;
	width: 197px;
	height: 37px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.industryNav li a:link, .industryNav li a:visited {
	display: block;
	margin-left: 0px;
	width: 200px;
	height: 28px;
	color: #CCC;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 2px;
	background-image: url(../assets/buttons/nav5Off.png);
}

.industryNav li a:link {
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 2px;
	background-image: url(../assets/buttons/nav5Off.png);
}

.industryNav li a:hover {
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 2px;
	background-image: url(../assets/buttons/nav5Hover.png);
}

.industryNav li a:active {
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 2px;
	background-image: url(../assets/buttons/nav5Hover.png);
}

.asphalt #asphaltIndustryButton a,
.oilGas #oilGasIndustryButton a,
.crackSealing #crackSealingPageButton a,
.documents #documentsPageButton a,
.contact #contactPageButton a {
	background-image: url(../assets/buttons/nav5Current.png);
}

.asphalt #asphaltIndustryButton a:visited,
.oilGas #oilGasIndustryButton a:visited,
.crackSealing #crackSealingPageButton a:visited,
.documents #documentsPageButton a:visited,
.contact #contactPageButton a:visited {
	color:#FFF;
}

/*------------------------------------------ END HEADER STYLES ------------------------------------------*/