/*This centre body should centre everything for Win IE5-6 which ignores auto margins, but you also then have to set the containers text alliance to the left or all the text goes to the centre*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	background-image: url(../img/gradient_blue-2.jpg);
}
#container
 {
	color: #333;
	text-align: left;
	width: 662px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #3399FF;
}
h1 {
	color: #000099;
	font-size: 2em;
	margin: 0px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 20px;
}
h2 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}
h3 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 1em;
	margin: 0px;
	text-align: center;
	padding-bottom: 5px;
}
h4 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 1em;
	margin: 0px;
	text-align: left;
	padding-bottom: 5px;
}

a:link, a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
#topheader {
	color: #FFFFFF;
}
#navwrap {
	background-image: url(../img/navbar_bg.gif);
	height: 25px;
	background-repeat: no-repeat;
	background-position: top;
}
#navbar {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 7px;
	font-weight: bold;
}
#navbar a:link, #navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navbar  a:hover {
	color: #00FFFF;
	text-decoration: underline;
}
#story { /* This just keeps the top panels and top nav bar in a wrap */
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-right: 43px;
	margin-left: 42px;
	background-image: url(../img/sideshadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#maintext {
	background-color: #FFFFFF;
	width: 495px;
	margin-left: 40px;
	padding-top: 10px;
}
#maintext p {
	padding-bottom: 5px;
	line-height: 16px;
}
#maintext   .tablefront {
	margin-top: 10px;
}
#maintext .tablepicture {
	margin-top: 20px;
	margin-bottom: 10px;
}
#maintext .tableclients {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
#maintext .showertext {
	padding-right: 65px;
	padding-left: 65px;
	margin-bottom: 20px;
	text-align: left;
}
#maintext .providing {
	padding-left: 140px;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	line-height: 30px;
	margin-bottom: 9px;
	margin-top: 9px;
}
#maintext .clients {
	padding-left: 167px;
	font-size: 15px;
	font-weight: bold;
	color: #000099;
	line-height: 30px;
	margin-bottom: 9px;
	margin-top: 9px;
}
#maintext .showerhead {
	text-align: center;
	vertical-align: top;
}
#maintext .contact {
	margin-left: 148px;
	font-size: 13px;
	padding-top: 7px;
}
#maintext li {
	line-height: 16px;
	list-style-type: disc;
	padding-bottom: 12px;
	color: #000099;
}
#bottompanel {
	background-image: url(../img/bottom_panel.gif);
	background-repeat: no-repeat;
	height: 61px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #000099;
	padding-top: 20px;
	background-color: #dee8f3;
}
#footer {
	font-size: 9px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#picture_centre {
	text-align: center;
}
.orangebold/*------ various classes ------*/
 {
	font-weight: bold;
	color: #FF6600;
}
.picture1 {
	margin-left: 112px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bluebold {
	font-weight: bold;
	color: #000099;
}
.red {
	color: #CC0000;
}
.blue {
	color: #000099;
}
.orange {
	color: #FF6600;
}
.greybold {
	color: #666666;
}

