@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;	
}

body {
	background-image: url(../images/bgtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0D1BA2;
	padding: 10px;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 252px;
	float: left;
}

#banner {
	width: 960px;
	height: 112px;
	float: left;
}

#mainnavcont {
	width: 960px;
	height: 30px;
	background-image: url(../images/mainnavbg.gif);
	background-repeat: no-repeat;
	float: left;
}

#mainnav {
	width: 960px;
	float: left;
}

#mainnav ul {
	float: left;
}

#mainnav ul li {
	display: inline;
	float: left;
	list-style: none;
}

#mainnav ul li a {
	width: 192px;
	height: 22px;
	float: left;
	padding-top: 8px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#mainnav ul li a:hover {
	color: #00FFFF;
}

#mainbody {
	width: 960px;
	float: left;
	background-color: #fff;
	padding-bottom: 10px;
}

#mainbody_cont {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
}

#mainbody_left {
	width: 730px;
	float: left;
	padding-right: 10px;
}

img.headerImg {
	padding-top: 10px;
	padding-bottom: 10px;
	float: none;
	clear: both;
}
#mainbody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0A1376;	
	margin-bottom: 20px;
}

#mainbody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0A1376;	
	margin-bottom: 20px;
}

#mainbody h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #0A1376;	
	margin-bottom: 20px;
}
#mainbody h4 {
	background-color:#0A1376;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #fff;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#mainbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-right: 10px;
	padding-bottom: 15px;
	float: none;
	clear: both;
}

#mainbody ul {
	float: left;
	padding-bottom: 15px;
}

#mainbody ul li {
	padding-left: 25px;
	background-image: url(../images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 20px;

}

#mainbody_right {
	width: 200px;
	float: left;
}
#mainbody_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #000;
	padding-right: 10px;
	padding-bottom: 15px;
	float: none;
	clear: both;
}
#mainbody_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-right: 10px;
	padding-bottom: 15px;
	float: none;
	clear: both;
}

.picList {
	float: left;
	padding-left: 9px;
	padding-bottom: 5px;
}

#footer {
	width: 940px;
	float: left;
	background-color: #0A1376;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footerCont {
	width: 940px;
	margin: 0 auto;
	text-align:center;
}
#footerCont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#footerCont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#footerCont a:hover {
	color: #FF0;
}
#footerlink {
	width: 100%;
	float: left;
	clear: both;
}

#footerlink_cont {
	width: 960px;
	margin: 0 auto;
}
#footerlink_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;	
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerlink_cont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration:none;
}
#footerlink_cont a:hover {	
	color: #FF0;
	border-bottom: 1px dotted #FF0;
}

label {
	width:120px;
	float:left;
	text-align:left;
	margin-right:5px;
	display:block;
}

input {
	border: 1px solid #000;
}

textarea {
	border: 1px solid #000;
}

.submit input {
	margin-left:150px;
	color: #fff;
	background: #0D1BA2;
}
.services {	width: 960px;
}
.products {	width: 200px;
}
.servicesimage {
	background-image: url('../images/mobilepoolservice.gif');
	background-position: top right;
	background-repeat:no-repeat;
}