/* Style sheet for Instant Pumps Pty. Ltd. 29/11/2003 */
html, body, #main {min-height: 100%;
        width: 100%;
        height: 100%;}  /* hack for IE5+/Win.*/

html>body, html>body #main {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
	}
#main {position: absolute; /*Main document setup */
       top: 0;
       left: 0;}	
#logo {
	text-align: center;
	}
#content {
	margin-bottom: 5em;
    height: auto;
    padding: 0  1em 0 5em;
	}
#footer {
	position: absolute;
	background-color: #0033CC;
	width: 100%;
	text-align: center;
	bottom: 0;
	padding: 0;
}
/* Table cell - Heading column */
.th { 
	background-color: #CC9933;
	font-weight: bold;
  	}
/* Table cell - Heading row */	
.tr {
	background-color: #CCCC66;
	font-weight: bold;
	text-align:left;
	}
h1,h2,h3,h4,h5,h6 {	
	background-color: transparent;
	color: #336633;
	}	
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 1.7em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	}
h4 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: .5em 0em;
	}	
.center {
	text-align: center;
	}	
#topmenu {display:none;}	