@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #bad3ca;
}
#container {
	width: 946px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/contentBG2.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#containerSub {
	width: 946px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/contentSubBG.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header  {
	width: 926px;
	height: 250px;
	margin-left: 10px;
	background-image: url(images/headerBG.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
}
#headerText {
	width: 926px;
	height: 250px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#chromagen {
	position: absolute;
	left: 700px;
	top: 110px;
	z-index: 30;
}
#navigation {
	position: absolute;
	width: 926px;
	height: 30px;
	top: 220px;
	text-align: right;
}
#navigation p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 0px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#navigation a:link {
	color: #FFFFFF;
}
#navigation a:visited {
	color: #FFFFFF;
}
#navigation a:hover {
	color: #FFD805;
}
#navigation a:active {
	color: #FFD805;
}
#header h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #FFD805;
	margin-left: 20px;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	display: none;
}
#header h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #FFD805;
	margin-left: 20px;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	display: none;
}
#header .smaller {
	font-size: 0.6em;
	line-height: 1.3em;
}
#header  .logo  {
	float: left;
}
#mainContent {
	width: 894px;
	margin-right: 26px;
	margin-bottom: 0px;
	margin-left: 26px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
}
#mainCopy  a {
	color: #FFF531;
	text-decoration: none;
}
#mainCopy  a:link {
	color: #FFF531;
}
#mainCopy  a:visited {
	color: #FFF531;
}
#mainCopy  a:hover {
	color: #79BFDB;
}
#mainCopy  a:active {
	color: #79BFDB;
}
#mainContent #leftColumn {
	float: left;
	width: 220px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: center;
}
#leftColumn  a {
	color: #86456A;
	text-decoration: none;
}
#leftColumn  a:link {
	color: #86456A;
}
#leftColumn  a:visited {
	color: #86456A;
}
#leftColumn  a:hover {
	color: #79BFDB;
}
#leftColumn  a:active {
	color: #79BFDB;
}

#mainContent #mainCopy {
	float: left;
	width: 604px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#mainContent #mainSubCopy {
	float: left;
	width: 854px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#mainCopy h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
#mainSubCopy h1 {
	color: #274938;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
#mainCopy h2 {
	color: #FFFFFF;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
}
#mainSubCopy h2 {
	color: #274938;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
}
#mainCopy h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
#mainSubCopy h3 {
	color: #274938;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
#mainCopy p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainSubCopy p {
	margin-top: 0px;
	padding-top: 0px;
}
#mainSubCopy a {
	color: #FFF531;
	text-decoration: none;
}
#mainSubCopy a:link {
	color: #86456A;
}
#mainSubCopy a:visited {
	color: #86456A;
}
#mainSubCopy a:hover {
	color: #79BFDB;
}
#mainSubCopy a:active {
	color: #79BFDB;
}

#containerBottom {
	background-image: url(images/contentBottomBG2.png);
	background-repeat: no-repeat;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	height: 49px;
}
#containerSubBottom {
	background-image: url(images/contentSubBottomBG2.png);
	background-repeat: no-repeat;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	height: 49px;
}
#solarHotWater {
	position: absolute;
	z-index: 60;
	left: 290px;
}
.clearall {
	height: 1px;
	clear: both;
}
.floatRight {
	float: right;
	padding-left: 10px;
}
#mainSubCopy #products td {
	text-align: left;
	vertical-align: top;
}
#contactForm  #name {
	width: 150px;
	margin-right: 11px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #274938;
}
#contactForm #phoneNumber {
	width: 150px;
	margin-right: 11px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #274938;
}
#contactForm #email {
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #274938;
}
#contactForm #enquiry {
	width: 505px;
	border: 1px solid #274938;
	padding: 5px;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
#contactForm #Submit {
	margin-top: 11px;
	float: right;
	margin-right: 3px;
	background-color: #274938;
	color: #FFFFFF;
	border: 1px solid #274938;
}
#contactForm fieldset {
	border: 1px solid #274938;
	background-color: #FCFCFC;
}
#contactForm legend {
	display: block;
	padding: 5px;
	width: 200px;
	text-align: center;
	background-color: #FCFCFC;
	border: 1px solid #274938;
}
.warnings_view {
	visibility: visible;
}
.warnings_div {
	visibility: hidden;
}
.warning {
	color: #990000;
}
.smalllink {
	font-size: .7em;
}
table p {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table h2 {
	margin-top: 0px;
	padding-top: 0px;
}
table h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imageBox {
	float: left;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	text-align: center;
	font-size: .9em;
}
.tableHead {
	background-color: #9BBBB0;
}
.tableOdd {
	background-color: #F0F0F0;
}

#kitkadesign {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 0px;
	width: 57px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#kitkadesign a {
	color: #4c3737;
	text-decoration: none;
}
#kitkadesign a:hover {
	color: #cc0864;
	text-decoration: none;
}.kitka {
	letter-spacing: 4px;
	padding-left: 2px;
}
.roundbox {
	background-image: url(images/roundbox.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 227px;
	padding-top: 10px;
}

