/*
-----------------------------
RESET
-----------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
input, textarea, button {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	font-size: 62.5%; /* font set to 10px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
-----------------------------
DEFAULTS
-----------------------------
*/

body {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
	color: #456639;
}
h2 {
	font-size: 1.7em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
}
h3 {
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
}
h4 {
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
}
p {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
}

ul {
	padding-left: 30px;
}
li {
	list-style-type: disc;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}

td, th {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}
strong, th {
	font-weight: bold;
}

table {
	
}
thead {
}
tbody {
	
}
thead, tbody, td {
}
tr {
}
th {
}
th, td {
	padding: 8px 15px 3px 8px;
}
td {
	border-left: 1px solid #ddd;
}
label {
	display: block;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}

a:link, a:visited {
	color: #24414f;
}
a:hover {
	color: #667885;
}
a:active {
	color: #000;
}


/*
-----------------------------
STANDARD CLASSES
-----------------------------
*/

.hidden {
	display: none;
}
.bold {
	font-weight: bold;
}

/*
-----------------------------
MAIN DIVS
-----------------------------
*/

body {
	background-color: #f3f3f3;
}
#wrapper {
	background-color: #ffffff;
	width: 954px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: #ffffff url('../images/graphics/header_bg.jpg') no-repeat;
	height: 171px;
}
#content, #footer {
	margin: 5px;
	clear: both;
	padding: 0 10px;
}
#content {
	overflow: hidden;
	padding-right: 256px;
	min-height: 300px
}
#footer {
	padding-bottom: 1px;
}

/*
-----------------------------
HEADER
-----------------------------
*/

#header a.logo {
	position: absolute;
	right: 15px;
	top: 15px;
}

/* 
-----------------------------
ENQUIRY FORM
-----------------------------
*/

#enquiry_form_holder {
	position: absolute;
	top: 155px;
	right: 13px;
	text-align: right;
	width: 230px;
}
#enquiry_form {
	text-align: left;
	overflow: hidden;
	width: 210px;
	background-color: #789866;
	border: 1px solid #214819;
	border-top: 4px solid #214819;
	padding: 10px;
	margin-bottom: 10px;
}

#enquiry_form h3, #enquiry_form p {

}
#enquiry_form p.red {
	color: #ff0000;
}
#enquiry_form h3 {
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #214819;
	color: #FFFFFF;
}

.enquiry_form_row {
	float: left;
	clear: both;
}
#enquiry_form label {
}
.enquiry_form_field {
	margin: 6px 0 0;
	float: left;	
}
.text, #enquiry_form textarea {
	width: 205px;
}
#enquiry_form textarea {
	padding: 2px;
	height: 120px;
}

#enquiry_form input.submit {
	float: right;
	margin: 10px 0 0;
}
.ad {
	padding: 10px;
	border: 1px solid #DDD;
	margin-bottom: 10px;
}

/* 
-----------------------------
EVERYTHING ELSE
-----------------------------
*/

.breadcrumbs {
	padding: 3px 8px 4px;
	color: #fff;
	background-color: #17284C;
	opacity: 0.9;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #fff;
}
#wind-turbine-manufacturers {
	overflow: hidden;
}
.manufacturers {
	float: left;
	width: 300px;
}
.postcodes {
	padding: 0;
	margin: 20px 0 10px;
	color: #888888;
}
.postcodes li {
	float: left;
	margin-right: 6px;
	padding: 0;
	list-style-type: none;
}
.page_links {
	text-align: right;
}
.page_link {
	background-color: #fff;
	padding: 0 5px 2px;
	margin-right: 2px;
	border: 1px solid #24414F;
}
.page_notifier {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
.page_notifier .current_page_text {
	float: left;
	width: 160px;
	padding-left: 10px;
}
.page_notifier .page_links {
	float: right;
	width: 220px;
	padding-right: 7px;
}
.page_link_selected, .page_link:hover {
	background-color: #17284C;
	color: #fff !important;
}
