@charset "utf-8";

body {
	background-color:#91A5BF;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-image:url(../images/background002.jpg);
	background-repeat:repeat-x;
}
img {
	border:none;
}
h1 {
	font-family: "CandalRegular", Verdana, Geneva, sans-serif;
	margin-top:0px;
	color:#221D58;
	font-size:30px;
	text-shadow: 2px 2px 2px #999;
}
h2 {
	clear:left;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 2px  20px;
	width:95%;
	color:#FFF;
	height:25px;
	background-color:#036;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D3A73', endColorstr='#91A5BF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0D3A73), to(#91A5BF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0D3A73,  #91A5BF); /* for firefox 3.6+ */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 3px #0D3A73 solid;
	font-weight:normal;
}
.div1 {
	font-style:italic;
	background-color:#FFFFFF;
	width:100%;
	height:40px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D3A73', endColorstr='#91A5BF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0D3A73), to(#91A5BF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0D3A73,  #91A5BF); /* for firefox 3.6+ */

	margin-left:auto;
	margin-right:auto;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top: 0px #000000 solid;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	border-bottom: 0px #646473 solid;
	padding: 5px 20px 25px 20px;
	color:#fff;
	font-size:50px;
	text-shadow: 2px 2px 2px #999;
}
.div2 {
	background-color:#FFFFFF;
	width:1000px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	padding: 0px 20px 0px 20px;
	height:50px;
	line-height:50px;
	text-align:right;
}
.div2CallNow {
	font-size:28px;
	color:#900;
}
.div2Tel {
	font-size:28px;
	color:#F60;
}
.div3 {
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	padding: 0px 0px 0px 0px;
}
.div3Left {
	float:none;
	width:auto;
	text-align:center;
}
.div3Left img {
	width:100%;
}
.div3Right {
	display:none;
	float:left;
	width:210px;
}
.div4 {
	display:none;
	clear:both;
	background-color:#FFFFFF;
	width:1000px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	padding: 10px 0px 0px 0px;
}
.div4 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:990px;
	height:25px;
	background-color:#036;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D3A73', endColorstr='#91A5BF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0D3A73), to(#91A5BF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0D3A73,  #91A5BF); /* for firefox 3.6+ */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 3px #0D3A73 solid;
}
.div4 li {
	display:inline;
	margin: 5px 0px 0px 18px;
	font-size:18px;
}
.div4 a:link, .div4 a:active, .div4 a:visited {
	text-decoration:none;
	color:#fff;
}
.div4 a:hover {
	text-decoration:none;
	color:#000;
}
.div5 {
	width:100%;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	padding: 0px 0px 0px 0px;
}
.div5Left {
	float:none;
	width:100%;
	padding-left:0px;
	line-height:28px;
}
.div5LeftIntro {
	font-size:20px;
	color:#221D58;
	margin-bottom:20px;
}
.div5TwoColumns {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	font-size:12px;
	padding-top:10px;
}
.div5ThreeColumns {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	font-size:12px;
	padding-top:10px;
}
.div5Right {
	display:none;
	float:right;
	width:210px;
}
.div5RightNav {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width:202px;
	height:auto;
	background-color:#036;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D3A73', endColorstr='#91A5BF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0D3A73), to(#91A5BF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0D3A73,  #91A5BF); /* for firefox 3.6+ */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 4px #0D3A73 solid;
}
.div5RightNav ul {
	list-style:none;
	padding-left:30px;
	font-size:18px;
}
.div5RightNav a:link, .div5RightNav a:hover, .div5RightNav a:active, .div5RightNav a:visited {
	color:#FFF;
	text-decoration:none;
}
.div5RightBlock {
	margin-bottom:20px;
}
.div6 {
	background-color:#FFFFFF;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	border-bottom: 0px #000000 solid;
	padding: 0px 0px 20px 0px;
}
.div7 {
	display:none;
	width:100%;
	padding: 40px 0px 0px 0px;
	background-image:url(../images/background003.jpg);
	height:500px;
	background-repeat:repeat-x;
	background-color:#000;
}
.div7Internal {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 20px 0px 20px;
}
.div7Navs {
	font-size:13px;
	color:#FFF;
	float:left;
	width:245px;
}
.div7Navs ul {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 15px;
}
.div7Navs li {
	font-size:13px;
	line-height:20px;
	list-style-image:url(../images/star-20px.png);
	list-style-position: inside; 
}
.div7Navs a:link, .div7Navs a:hover, .div7Navs a:visited {
	text-decoration:none;
	color:#FFF;
}
.div7Navs a:active {
}
.div7Navs h3 {
	color:#FFF;
	margin-left:20px;
}
.div8 {
	display:none;
	width:100%;
	background-color:#000;
}
.div8Internal {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 20px 0px 20px;
	background-color:#000;
}
.clearBoth {
	clear:both;
}
.pumpBrand {
	text-align:center;
	padding-top:8px;
	float:left;
	width:129px;
	height:130px;
	margin:5px 10px 15px 5px;
	border-width:1px;
	border-color:#333333;
	border-style:solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 8px 8px 5px #888;
	-webkit-box-shadow: 8px 8px 5px #888;
	box-shadow: 8px 8px 5px #888;
}
.pumpPage {
	text-align:center;
	padding-top:4px;
	float:right;
	width:135px;
	height:124px;
	margin:5px 10px 15px 5px;
	border-width:1px;
	border-color:#333333;
	border-style:solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 8px 8px 5px #888;
	-webkit-box-shadow: 8px 8px 5px #888;
	box-shadow: 8px 8px 5px #888;
}




@font-face {
    font-family: 'CandalRegular';
    src: url('../fonts/Candal/Candal-webfont.eot');
    src: url('../fonts/Candal/Candal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Candal/Candal-webfont.woff') format('woff'),
         url('../fonts/Candal/Candal-webfont.ttf') format('truetype'),
         url('../fonts/Candal/Candal-webfont.svg#CandalRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}