/* Stylesheet for energymanagment.co.uk
Produced by Moonshine Internet 11-12-07 */


/* page setup */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/bg.gif);
}

#pageTop, #pageBtm {
	width: 775px;
	margin: auto;
}

#page {
	width: 775px;
	background-image:url(../images/bg.png);
	margin: auto;
}




/* navigation */

#navCol {
	width: 178px;
	padding-left: 36px;
	float: left;
}

#navCol ul {
	margin-top: 40px;
	padding-left: 14px;
	font-size: 11px;
	margin-bottom: 70px;
}

#navCol ul li {
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 8px;
	color: #C53830;
}

#navCol ul li a {
	color: #222;
	text-decoration: none;
}

#navCol ul li a:hover {
	color: #C53830;
}




/* main text styles */

h1 {
	font-size: 18px;
	color: #444;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
	color: #444;
	font-weight: normal;
	margin: 20px 0 2px 0;
}

#actionArea {
	width: 485px;
	padding-right: 36px;
	float:right;
	font-size: 11px;
	line-height: 1.6em;
}

#actionArea p {
	margin-bottom: 10px;
	color: #222;
}

.textBlock {
background:url(../images/logoBG.gif) no-repeat center;
}

#actionArea ul {
	margin: 5px 0 10px 30px;
	}

#actionArea ul li {
	margin-bottom: 8px;
	line-height: 1.5em
}

/* footer */

#pageBtm {
	background: url(../images/pageBtm.png) no-repeat bottom;
	height: 102px;
	position: relative;
}

.addressBlock {
	font-size: 10px;
	line-height: 1.3em;
	position: absolute;
	left: 35px;
}

.siteby {
	font-size: 9px;
	text-align: right;
	position: absolute;
	top: 50px;
	left: 420px;
}

.register {
	font-size:9px;
	}

.siteby a {
	text-decoration: none;
	color: #444;
}

.siteby a:hover {
	color: #C53830;
}



/* misc. */

.clear {
	clear: both;
	height: 0%;
	font-size: 1px;
}

form input, textarea {
	margin-bottom:5px;
	width: 200px;
	background: url(../images/fieldBack2.jpg) no-repeat top left #FFF;
	border: solid 1px #AAA;
	padding: 5px;
}




