/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	margin:0;
	padding:0;
	line-height: 14px;
}

p {margin:0 0 10px 0;}

ul { margin: 0px; margin-left:-20px; list-style-image:url(images/bullet.gif);}
li { margin-bottom:3px; }

a img {	border:0;}

#container {
	width: 930px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin-top: -275px;
	margin-left: -465px;
	position: absolute;
	padding: 10px 0 0 0;
}



/************* HEADING ************/
h1 span {
	display: none;
	width:0;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
}

.hidden {
	margin:0;
	padding:0;
	width:0;
	height:0;
	display:inline;
}

h1 img {margin: 0 0 8px 0;}

h2 span {
	display: none;
	width:0;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
}

.hidden {
	margin:0;
	padding:0;
	width:0;
	height:0;
	display:inline;
}

h2 img {margin: 0 0 8px 0;}




/************* LEFT COL ************/
#left-col {
	position: relative;
	width: 215px;
	height: 540px;
	float: left;
}

#nav {
	width: 200px;
	margin: 15px 0 0 15px;
	height: 150px;
}

#nav img {
	margin: 0 0 10px 0;
}

#left-col-text {
	width: 200px;
	margin: 0 0 0 15px;
	height: 254px;
}


/************* MAIN CONTENT************/
#main-content {
	position: relative;
	width: 695px;
	height: 515px;
	float: right;
	
}

#main-content-services {
	position: relative;
	width: 695px;
	height: 515px;
	float: right;
	overflow:auto;
}


.col2 {
	width: 340px;
	
	margin: 0 15px 0 0;
	float: left;
}

.col2-alt {
	width: 340px;
	
	float: left;
}

.col3 {
	width: 221px;
	margin-right:15px;
	float: left;
	height: 390px;
}

.col3-alt {
	width: 221px;
	float: left;
	margin: 0;
	height: 390px;
}

/************* MEDIA ************/
.media-box {
	width: 340px;
	margin:  0 0px 15px 0;
}

.media-box img {
	float: left;
	margin: 0 10px 0 0;
}

.media-text {
	width: 275px;
	float: left;
}

/************* ENERGY METER ************/
.login-box {
	width: 325px;
	height:390px;
	padding: 150px 0 0 185px;
}

/************* BOX ************/
.col3-box {
	width: 215px;
	float: left;
	margin: 0 15px 0 0;
}

.col3-box-alt {
	width: 215px;
	float: left;
}

.col4-box {
	width: 157px;
	float: left;
	margin: 0 15px 0 0;
}

.col4-box-alt {
	width: 157px;
	float: left;
	margin: 0px;
}

.bottom-box {
	background: url(images/box.gif) no-repeat;
	width: 695px;
	height: 110px;
	margin: 15px 0 0 0;
}

.bottom-box-content {
	padding: 10px;
	width: 675px;
	height: 90px;
}

.bottom-icon {
	float: left;
	margin: 0 0 0 5px;
}

/************* CONTACT ************/
.contact {
	width: 360px;
	height: 390px;
	float: left;
	margin-right: 15px;
	background: url(images/bg-contact.jpg) no-repeat bottom right;
}

.enquiry {
	width: 320px;
	height: 390px;
	float: left;
	background: url(images/bg-contact.gif) no-repeat;
}

.enquiry-form {
	width: 300px;
	height: 370px;
	padding: 10px;
}

/************* FORM ************/
.frmlogin {
	float:left;
	width: 270px;
}

form, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
}

label {
	margin: 0 0 15px 0;
	float: left;
	line-height: 18pt;
	width: 100px;
}

input, select, textarea {	
	margin: 0 0 15px 0;
}

#frmContact input {
	width: 190px;
}

#frmContact label.error {
	color:#FF0000;
	margin:-18px 0 10px 100px;
	width:190px;
	font-weight:normal;
	clear: both;
	line-height: 1.3em;
}

#frmContact textarea label.error {
	margin-left: 20px;
}


/************* FOOTER ************/
#footer {
	margin: 5px 0 0 0;
	width: 695px;
	float: right;
	font-size: 10px;
	text-align: right;
	color: #999;
}

#quicklinks {
	text-align: left;
	margin: 0 0 5px 0;
	color: #666;
}


/************* LINKS ************/
a:link, a:visited {
	color: #6eb044;
	text-decoration: none;
}

a:active, a:hover {
	color: #666;
	text-decoration: none;
}

a.grey:link, a.grey:visited {
	color: #666;
}

a.grey:hover, a.grey:hover {
	color: #6eb044;
}

#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #6eb044;
	text-decoration: none;
}

#quicklinks a:link, #quicklinks a:visited {
	color: #666;
	text-decoration: none;
}

#quicklinks a:active, #quicklinks a:hover {
	color: #6eb044;
	text-decoration: none;
}



/************* CLASSES ************/
.clear {
	clear:both;
}

.left {
	float: left;
}

.right {float:right;}

.greentext {color: #6eb044;}
