body, html
{
	margin: 0px;
	background-color: #ffffff;
	font-size: 1em;
	padding: 0px;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
}
body
{
	min-width: 770px;
	text-align: center; /* To overcome IE5's issues with margin: auto */
}
#wrap
{
	border: 1px solid #aaa8a8;
	margin: auto;
	width: 770px;
	position: relative;
	text-align: left; /* To overcome IE5's issues with margin: auto */
}
#header
{
	height: 135px;
}
#main
{
	float: left;
	width: 604px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #aaa8a8;
}
/* START minimum height hacks */
/* First: for understanding browsers */
#main
{
  min-height:415px;
  height:auto;
}
/* Next: for Internet Explorer */
/*\*/
* html #main {
  height: 415px;
}
/**/
/* END minimum height hacks */
#sidebar
{
	float: left;
	padding-left: 10px;
	width: 135px;
}
#clear
{
	padding: 0px;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
	clear: both;
}
#footer
{
	text-align: center;
}

/* Tables */
table
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}
td
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

td.topborder, TABLE.topborder TD
{
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 10px;
}

#location_list {
	width: 100%;
}


/* General and special text */
p, th
{
	color: #666666;
	line-height: 1.3em;
  font-size: .7em;
	text-align: justify;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
td p
{
	margin-top: 0em;
	margin-bottom: 0em;
}
td.banner-text
{
	width: 597px;
	height: 260px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url('/images/home_text.gif');
	vertical-align: middle;
	text-align: center;
}
td.email
{
	width: 200px;
	background-image: url('/images/email_bg.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 15px 35px 15px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
th
{
	color: #000000;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.error
{
	color: #000000;
	background-color: #FF4040;
	padding: 10px;
	font-weight: bold;
}
td.section, td.subsection, td.terms
{
	font-size: 0.8em;
	padding: 2px;
	text-align: justify;
}
td.section
{
	font-weight: bold;
}
td.subsection
{
  font-weight: bold;
}


/* Headings */
h1
{
	color: #063472;
	font-weight: bold;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2
{
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px;
}

/* Links */
a:visited, a:link, a:active
{
	text-decoration: none;
	color: #FF6600;
}
a:hover
{
	text-decoration: none;
	color: #063470;
}

UL.solar_list {
	list-style-image: url("http://www.voltimum.co.uk/layout/edmundson/images/bluearrow.gif");
	font-size: 0.7em;
	color: #666;
}


/* Styling for normal lists */
ul.normal
{
	color: #666666;
	line-height: 1.5em;
	padding-left: 15px;
	margin: 0px;
  font-size: .7em;
}

ol
{
  color: #666666;
  line-height: 1.5em;
  padding-left: 15px;
  margin: 0px;
  font-size: .7em;
}

/* Styling for navigation lists */
#sidebar ul  /* overall list */
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar li  /* first level */
{
	padding-bottom: 0.5em;
	font-weight: bold;
}
#sidebar ul ul li  /* second level */
{
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.7em;
	font-weight: normal;
}

img
{
	border: 0px none;
}

.tab_container {
	border-bottom: 1px solid #FF6600;
	margin-bottom: 15px;
	overflow: hidden;
}

.tab_container A, .tab_container DIV {
	border: 1px solid #aaa8a8;
	border-bottom: 0px;
	width: 150px;
	height: 22px;
	padding-top: 8px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 12px;
}

.tab_container A:hover {
	border-color: #FF6600;
	color: #FF6600;
}

.tab_container DIV {
	background-color: #FF6600;
	color: white;
	border-color: #FF6600;
}

.postcode_lookup INPUT[type=text] {
	width: 300px;
}

.postcode_lookup {
	margin-bottom: 15px;
}

#map_canvas {
	height: 500px;
	width: 605px;
	margin-bottom: 15px;
}

#map_canvas TABLE {
	font-size: 0.7em;
	color: #666666;
}

LABEL {
	font-size: 11px;
	display: block;
}

.getDirections DIV {
	background-color: #efefef;
	padding: 5px;
}

FIELDSET {
	border-radius: 5px;
	border: 1px solid #cecece;
	padding: 5px;
}

LEGEND {
	font-size: 12px;
}

fieldset DIV {
	font-size: 10px;
}

#error_message A {
	color: white;
	text-decoration: underline;
}

#error_message {
	background-color: #FF6600;
	padding: 5px;
	color: white;
	margin-bottom: 10px;
	font-size: 12px;
}
