/* HTML Elements */
body {
	font-family: sans-serif;
	font-size: 15px;
	color: #666666;
	background: #ffffff url("../../images/site/background.png") repeat-x top;
	line-height: 1.1;
}
h1 {
	font-size: 27px;
	color: #0422DC;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
ul, ol {
	margin: 0;
}
a {
	color: #337ab7;
	text-decoration: underline;
}
a:hover {
	color: #23527c;
	text-decoration: none;
}
/* End HTML Elements */

/* Header */
#logoContainer, #headerRight {
	margin: 5px 0;
}
#headerSlogan {
	margin-top: 35px;
	color: #0423DC;
	font-weight:700;
	text-align: center;
}
#logo img {
	margin: 0 auto;
}
#phoneAndSearchContainer {
	text-align: center;
}
#phoneandsearch {
	display: inline-block;
}
#contactUs, #phone {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
#phone a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
}
#phone a:hover {
	text-decoration: underline;
}
#search {
	background: #ffffff;
	border: 1px solid #0423DC;
	text-align: right;
}
#search input {
	vertical-align: middle;
	border: none;
}
#cntnt01searchinput {
	background: transparent;
	width: calc(100% - 40px);
}
#responsiveMenuButtonContainer {
	margin: 5px 0;
}
#headerRFQButtonContainer img {
	margin: 0 auto;
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* End Header */

/* Footer */
#superFooter, #subFooter {
	text-align: center;
}
#superFooter {
	background: #0423DC url("../../images/site/footerBackground.png") repeat-x;
	margin-left: -15px;
	margin-right: -15px;
	color: #ffffff;
	padding: 7px 0;
}
#superFooter .row {
	margin: 0;
}
#superFooter p {
	margin: 0;
}
#subFooter {
	height: 85px;
	margin-top: 10px;
}
#subFooter a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
}
#subFooter a:hover {
	text-decoration: underline;
}
/* End Footer */

/* General */
#mainContainer {
	background: #ffffff;
}
#printlogo {
	display: none;
}
#homepageH1Container h1 {
	text-align: center;
}
#homepageImgContainer img {
	margin-bottom: 15px;
}
#leftColumn {
	margin-top: 10px;
}
#belowLeftNav {
	background: #9A9899;
	padding: 20px 0;
	margin-bottom: 10px;
}
#belowLeftNav img {
	margin: 0 auto;
}
/* End General */
a.add-to-quote {
	width: 170px;
	text-decoration: none;
}
a.pager {
	text-decoration: none;
}
span.searchNav.active a {
	text-decoration: none;
	color: #000000;
}
#part-search-form,
#part-form {
	padding-left: 15px;
	color: black;
}
#search_term.autocomplete {
	width: 125px;
}
span.does-not-exist {
	color: black;
}
#cookies_warning {
	background: #2d2d2dd4;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: none;
	color: white;
}
#cookies_warning a {
	color: #FFFD1E;
}
#cookies_warning a:hover {
	color: white;
}
.btn-cookies {
	border: none;
	border-radius: 5px;
	padding: 6px 20px 4px;
	color: black;
	font-weight: bold;
	background: #FFFD1E;
	margin-bottom: 5px;
}