
* { margin: 0; padding: 0; }

body { background-color: #FFFFFF }

table {
	margin: 0;
	padding: 0;
}

td {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 2px;
}

td.dark {
	background-color: #CCCCCC;
}

#wrapper {
	margin: 0 auto;
	width: 670px;
	background: url(img/bg.gif) repeat-y;
	display: table;
}

/*  THE BASEWRAP DIV ENSURES THAT THE BASE GRAPHIC REMAINS AT THE BOTTOM AS A
	BACKGROUND THAT CAN BE OVERLAPPED AT DIFFERENT HEIGHTS BY EACH COLUMN */
#basewrap {
	width: 670px;
	display: table;
	background: url(img/content_base.gif) no-repeat bottom;
}

#basewrap h5 {
	text-indent: -3000px;
	text-decoration: none;
}

#menucol {
	margin: 0;
	/*margin: 0 0 240px 0;*/
	padding-bottom: 240px;
	display: table;
	float: left;
	width: 285px;
}

#contentcol {
	margin: 0 0 159px 0;
	display: table;
	float: right;
	width: 385px;
	background: url(img/content_top.gif) no-repeat top;
}


#menu ul {
	list-style-type: none;
}

#menu li {
	display: block;
	width: 285px;
}

#menu a {
	display: block;
	text-indent: -3000px;
	text-decoration: none;
	background-position: 0px 0px;
	height: 46px;
}

#menu a:hover {
	background-position: 0px -46px;
}

li.experience a { background-image: url(img/menu_experience.gif); }
li.waterheaters a { background-image: url(img/menu_heaters.gif); }
li.watertreatment a { background-image: url(img/menu_treatment.gif); }
li.service a { background-image: url(img/menu_service.gif); }
li.contact a { background-image: url( img/menu_contact.gif); }
li.paybill a { background-image: url( img/menu_paybill.gif); }


li#menuOn a { background-position: 0px -46px !important; }

#home a {
	height: 113px;
	width: 285px;
	display: block;
	text-indent: -3000px;
	text-decoration: none;
	background-image: url(img/menu_home.gif);
	background-position: 0px 0px;
}

#home a:hover {
	background-position: 0px -113px;
}


.text {
	margin: 41px 0px 10px 15px;
	width: 340px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
}

.text a {
	color: #006699;
}

.text a:hover {
	color: #003366;
}

.text h1 {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #6699CC;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #6699cc;
}


#baseinfo {
	margin: 15px auto 5px auto;
	width: 650px;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

#baseinfo a {
	color: #006699;
	text-decoration: none;
}

#baseinfo a:hover {
	color: #3366CC;
}

#baseinfo a:visited {
	color: #999999;
}


#aswSignature a {
	margin: 0 auto;
	width: 200px;
	height: 100px;
	text-indent: -3000px;
	text-decoration: none;
	display: block;
	background-image: url(img/asw_signature.jpg);
	background-position: 0px 0px;
}

#aswSignature a:hover {
	background-position: 0px -100px;
}

#thanksbox {
	display: block;
	padding: 5px;
	border: 1px solid red;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}