body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1894C8;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font: 12px/18px Arial, Helvetica;
	color: #454545;
}
a{
	color: #f1103a;
	font-weight: bold;
}
a:hover{
	color:#0099FF;
}
#wrapper{
	width: 901px;
	margin: 0px auto;
	margin-top: 25px;
}
#header{
	background: url(../images/head_top.jpg) right bottom no-repeat;
}
#content{
	background:url(../images/circulator_pool_jet_08.jpg) repeat-y;
	padding-top: 10px;
}
#footer{
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
#footer a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#menu{
	width: 189px;
	float: left;
}
ul#sideMenu{
	margin: 0px;
	padding: 0px;


}
ul#sideMenu li{
	list-style: none;

}
ul#sideMenu li a{
	display: block;
	padding: 8px;
	background:url(../images/circulator_pool_jet_13.jpg) no-repeat;
	font: bold 12px Arial, Helvetica;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	margin-bottom: 5px;
}
ul#sideMenu li a:hover{
	background: url(../images/circulator_pool_jet_10.jpg) no-repeat;
}

ul#sideMenu li.current a{
	background: url(../images/circulator_pool_jet_10.jpg) no-repeat;
}
#maincontent{
	width: 670px;
	float: left;
	margin-left: 20px;
}	
.clear{
	clear: both;
	height: 0px;
}
.largeText{
	font: bold 29px Tahoma, Arial, Helvetica;
	color: #FF0000;
}
h1{
	font-family:Tahoma, Arial, Helvetica;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #1f7de7;
}
h2{
	font-family:Tahoma, Arial, Helvetica;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	color: #2e38ad;
	
}
h3{
	font-family:Arial, Helvetica;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #2e38ad;
}
.imgRight{
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}
.imgRightBorder{
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	padding: 2px;
	border: 1px solid #CCC;
}
.imgLeft{
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.imgLeftBordered{
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	padding: 2px;
	border: 1px solid #CCC;
}
.imgBorder{
		padding: 2px;
	border: 1px solid #CCC;
}
.homeDotPoints{
	list-style:url(../images/reddot.gif);
	font: bold 14px/23px Arial, Helvetica;

}
.inputText{
	width: 95%;
}
.attop{
	margin-top: 0px;
	padding-top: 0px;
}	