header{
	background: #00238C;
	background: -moz-linear-gradient(top, #00238C 0%, #22164D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00238C), color-stop(100%,#22164D));
	background: -webkit-linear-gradient(top, #00238C 0%,#22164D 100%);
	background: -o-linear-gradient(top, #00238C 0%,#22164D 100%);
	background: -ms-linear-gradient(top, #00238C 0%,#22164D 100%);
	background: linear-gradient(to bottom, #00238C 0%,#22164D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00238C', endColorstr='#22164D',GradientType=0 );
	padding:20px 0px;
}
nav{
	background: #EEEE0F;
	background: -moz-linear-gradient(top, #EEEE0F 0%, #B2B200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEE0F), color-stop(100%,#B2B200));
	background: -webkit-linear-gradient(top, #EEEE0F 0%,#B2B200 100%);
	background: -o-linear-gradient(top, #EEEE0F 0%,#B2B200 100%);
	background: -ms-linear-gradient(top, #EEEE0F 0%,#B2B200 100%);
	background: linear-gradient(to bottom, #EEEE0F 0%,#B2B200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEE0F', endColorstr='#B2B200',GradientType=0 );
	padding:10px 0px;
}
main{
	padding-bottom:15px;
}
.tagline{
	font-size:22px;
	color:#FFF;
	text-shadow:1px 1px #000;
	font-weight:bold;
}
.call, .email{
	color:#FFF;
}
.telephone{
	color:#FFF;
	font-size:40px;
	font-weight:bold;
}
.telephone a, .email a{
	color:#FFF;
}
.manufacturers img{
	border:1pt solid #CCC;
	margin-bottom:15px;
}
.form {
	background: #22164D;
	padding: 20px 20px;
	color: #FFF;
	margin-bottom: 20px;
}
.form h2{
	margin-top:0px;
}
footer{
	background: #22164D;
	padding:10px 0px;
	color:#FFF;
}
footer a{
	color:#FFF;
}
@media (max-width: 767px) {
	.callToAction{
		margin-top:15px;
		text-align:center;
	}
	.tagline{
		text-align:center;
	}
}