@charset "utf-8";
/* Blue Ridge Hydraulics: Wislon Computer Support: Jake Gillikin */

@font-face {
	font-family: MoolBoran;
	src: url('fonts/moolbor.ttf') format ('truetype'), url('fonts/moolbor.woff') format ('woff'), url('fonts/moolbor.eot') format ('eot'), url('fonts/moolbor.otf') format ('opentype'), url('fonts/moolbor.svg#fontMoolBoran') format ('svg')  ;
}
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
}
hr {
	border: none;
	background: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(29,172,213,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,1), rgba(29,172,213,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(29,172,213,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(29,172,213,1)); /* Standard syntax (must be last) */
	height: 7px;
	width: 960px;
}
h1 {
	display: none;
	visibility: hidden;
}
h2 {
	font-family: MoolBoran, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #000;
	text-shadow: 0px 5px 2px #e9e9e9;
	font-size: 56px;
	font-weight: normal;
	margin: 0px;
	height: 50px;
}
img {
	border-top: 5px solid #1dacd5;
	border-bottom: 5px solid #000;
	border-left: none;
	border-right: none;
}
.right {
	float: right;
	margin-left: 30px;
}
.left {
	float: left;
	margin-right: 30px;
}
.clear {
	clear: both;
}
#header-bg {
	border: none;
	background: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(29,172,213,1));
	background: -o-linear-gradient(right, rgba(0,0,0,1), rgba(29,172,213,1));
	background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(29,172,213,1));
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(29,172,213,1));
	height: 270px;
	width: 100%;
	border-bottom: 43px solid #000;
	position: absolute;
	z-index: -999;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	background: url('images/header.jpg');
	height: 268px;
}
#phone {
	height: 70px;
	background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(29,172,213,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(255,0,0,0), rgba(29,172,213,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(255,0,0,0), rgba(29,172,213,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(255,0,0,0), rgba(29,172,213,1)); /* Standard syntax (must be last) */
	font-size: 78px;
	font-family: MoolBoran, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #fff;
	float: right;
	margin-top: 200px;
	text-shadow: 3px 3px 2px #000;
	letter-spacing: -1px;
}
#nav {
	background: #000;
	height: 45px;
}
#nav ul {
	display: inline-block;
	list-style-type: none;
	padding-left: 162px;
	margin: 0px
}
#nav li {
	float: left;
	margin: 0px;
}
#nav ul li a {
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: MoolBoran, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	list-style: none;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 39px;
	float: left;
}
#nav ul li:before {
	content: "_";
	position: relative;
	bottom: 13px;
	color: #fff;
	font-size: 29px;
	margin: 0px 15px 0px 10px;
}
#nav ul li.nobefore:before {
	content: "";
	position: relative;
	bottom: 13px;
	color: #fff;
	font-size: 29px;
	margin: 0px 15px 0px 10px;
}
#about {
	margin: 30px 0px;
}
#services {
	margin: 30px 0px 83px 0px;
}
#products {
	margin: 30px 0px 160px 0px;
}
#contact {
	margin: 30px 0px 100px;
}
#footer {
	background: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(29,172,213,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,1), rgba(29,172,213,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(29,172,213,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(29,172,213,1)); /* Standard syntax (must be last) */
	height: 60px;
	padding-top: 25px;
}
#footer-content a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#footer-content {
	height: 60px;
	width: 960px;
	margin: 0px auto;
}
#wilson {
	width: 200px;
	float: right;
	margin-top: 15px;
}
