/* 

STYLE SHEET FOR [Didcot Plant]
Created by Webfooted Designs Ltd
www.webfooteddesigns.co.uk

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #3366cc;
	position: relative;
		}
		
.clearBoth {
		clear: both;
		height: 0;
		font-size: 0.1em;
		}
		
.clearleft {
		clear: left;
		}
		
.clearright {
		clear: left;
		}		
		
/*  --------- 2. structure  --------- */

/* General styles applied to all pages /*

/* sets the width of the content area and positions it in the centre of the page */
#wrapper {
		width: 940px;
		margin: 10px auto 0 auto;
		background-color: #ebebeb;
		padding: 10px 10px 0 10px;
		position: relative;
		}
				
#masthead {
		background-color: #ffffff;
		border: 1px solid #f4693e;		
		padding: 10px;
		position: relative;
		}
		
.callusimage {
		position: absolute;
		top: 10px;
		right: 10px;		
		}
		
#logo {
		}
		
#content {
		clear: left; /* this clears the content area from the floated navigation */	
		position: relative;
		height: auto !important;
		height: 750px;
		min-height: 750px;
		}
		
#hirecat {
		width: 240px;
		margin-right: 12px;		
		float: left; /* floats the hirecat to the left of the contentMain */
		background-color: #ffffff;
		border: 1px solid #f4693e;
		margin-bottom: 10px;
		position: absolute;
		top: 0;
		left: 0;
		}
		
#contentMain {
		margin-left: 254px;	/* makes sure the contentMain doesn't wrap around the bottom of the hirecat */
		
		}

* html #contentMain {
		margin-left: 250px;
		}
		
#twitter {
		position: fixed;
		top:100px;
		right:0;
		}
		
* html #twitter {
		position: absolute;
		top:100px;
		right:0;
		}		
		
/* These styles apply to the various boxouts on the home page, but do reuse them for subsequent pages if they're suitable */		
		
.contentboxout {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 200px;
		margin: 0 10px 10px 0;
		padding: 10px;	
		float: left;
		position: relative;		
		height: auto !important;
		height: 278px;
		min-height: 278px;
		}
		
#lastbox {
		margin-right: 0;
		}
		
.boxoutimg {
		margin-bottom: 10px;
		border: solid 1px #f4693e;
		}
		
#quotecredit {
		margin-top: 5px;
		}
		
.boxoutfooter {
		position: absolute;
		top: 270px;
		width: 200px;
		text-align: right;
		margin-top: 5px;
		}
		
.largeboxout {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 664px;
		margin-bottom: 10px;
		padding: 10px 10px 0 10px;
		float: right;
		height: auto !important;
		height: 200px;
		min-height: 200px;		
		}

#flashmovie {
		margin: 10px 0 10px 2px;
		}

.newsimg {
		float: left;
		margin: 0 10px 10px 0;
		border: solid 1px #f4693e;
		clear: both;
		}
		
.newsitem {
		margin-bottom: 30px;
		clear: left;
		}		
		
.newslink {
		float: right;
		}
		
.more {
		clear: both;
		float: right;
		margin: 5px 0 10px 0;
		}
		
/* Styles for the testimonials page */
		
.testimonialintro { 
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 664px;
		margin-bottom: 10px;
		padding: 10px;
		float: right;				
		}
		
.testimonialbox {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 200px;
		margin: 0 10px 10px 0;
		padding: 10px 10px 0 10px;	
		float: left;
		position: relative;	
		height: auto !important;
		height: 238px;
		min-height: 238px;		
		}

.testimonialendrow { /* This class is used for the final testimonial in each row */
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 200px;
		margin: 0 0 10px 0;
		padding: 10px 10px 0 10px;	
		float: left;
		position: relative;	
		height: auto !important;
		height: 238px;
		min-height: 238px;		
		}

.finaltestimonial { /* This class is used for the final testimonial on the page */
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 200px;
		margin: 0 0 10px 232px;
		padding: 10px 10px 0 10px;	
		float: left;
		position: relative;					
		}		

.credit {
		text-align: right;
		}
		
/* Styles for the Didcot Plant sales page */
#sales {
		clear: left;
		padding-top: 10px;
		}
		
.product {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 300px;
		height: 100px;
		margin-bottom: 10px;
		float: left;
		}
		
.productright {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 300px;
		height: 100px;
		margin-bottom: 10px;
		float: right
		}		
	
.salesimg {
		float: left;
		border-right: solid 1px #f4693e;		
		margin-right: 5px;
		}
		
#salesarticles {
		clear: left;
		}
		
.article {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 300px;
		height: 100px;
		float: left;
		margin-bottom: 10px;
		}
		
.articleright {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 300px;
		height: 100px;
		float: right;
		margin-bottom: 10px;
		}
		
/* These styles are for the Spares pages */		

.sparesbox {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 300px;
		margin-right: 20px;
		padding: 10px;	
		float: left;
		height: auto !important;
		height: 197px;
		min-height: 197px;
		}		
		
.sparesboxright { /* This class is required as the margin for the right hand box is different to the left */
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 300px;
		padding: 10px;	
		float: right;
		height: auto !important;
		height: 197px;
		min-height: 197px;
		}

#spareslist { /* To indent the list without interfering with any other lists on the site */
		margin-left: 20px;
		}

/* Styles for the Spares enquiry form */
form {	
		
		}

fieldset {
		border: none;
		background-color: #ffffff;		
		margin-top: 10px;		
		float: right;		
		width: 664px;
		}
		
		
legend {
		font-weight: bold;
		padding: 0 5px 5px 5px;
		}
		
.spares {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 320px;
		height: 100px;
		margin-bottom: 5px;
		float: left;
		}
		
.sparesright { /* styles for the right hand spares, the margins are slightly different for example */
		float: right;
		}		
		
.spares h3 {
		margin: 5px 0 15px 0;
		}
		
.spares p {
		margin-bottom: 5px;
		}
		
.spares input {
		margin-top: 5px;
		width: 30px;
		border: 1px solid #3366cc;
		background: #d9eaf9
		}
		
/* Styles for the contact info section of the form */	
		
#contactdetails {
		width: 320px;
		float: left;
		}
		
#contactdetails label {
		display: block;
		margin-left: 5px;
		}

#contactdetails p {
		margin: 0;
		}
		
#contactdetails input {
		width: 320px;
		margin-bottom: 5px;
		border: 1px solid #3366cc;
		background: #d9eaf9
		}
		
#contactdetails textarea {
		border: 1px solid #3366cc;
		background: #d9eaf9;
		width: 320px;
		}
		
#furtherinformation {
		float: right;
		width: 320px;
		}
		
#furtherinformation textarea {
		margin-bottom: 5px;
		width: 320px;
		border: 1px solid #3366cc;
		background: #d9eaf9
		}
		
#submitButton {
		float: right;
		margin-top: 5px;
		margin-bottom: 5px;
		}
		
#contactdetails .warning {
		color: #C00000;
		}
		
#mandatory {
		margin-top: 20px;
		padding-bottom: 10px;
		}
		
/* Styles for the account application form */

#accountapplication #mandatory {
		padding-bottom: 0;
		text-align: right;
		}

#accountapplication fieldset {
		border: 2px solid #94A2D1;
		width: 660px;
		}
				
#accountapplication div {
		margin: 5px;
		}
		
#accountapplication h2 {
		font-size: 1.1em;
		margin: 5px;
		}
		
#accountapplication h2 span {
		font-size: 0.8em;
		font-weight: normal;
		}		
		
.half {
		width: 320px;
		float: left;
		}
		
#tradingdetails {
		font-weight: bold;
		}		
		
#tradingdetails label, #tradefield label {
		display: block;
		float: left;
		width: 115px;
		}
		
#tradingdetails input, #tradefield input, #termsdiv .half input {
		width: 200px;
		}		
		
#tradingdetails textarea {
		width: 530px;
		}
		
#tradefield textarea {
		width: 305px;
		}		
		
#accountapplication fieldset#companystatusfield, #accountapplication fieldset#limitedfield, #accountapplication fieldset#solefield, #accountapplication fieldset#partnerfield {
		width: 320px;
		float: left;
		height: auto !important;
		height: 165px;
		min-height: 165px;
		}
		
#accountapplication fieldset#companystatusfield, #accountapplication fieldset#solefield {
		margin-right: 15px;
		}
		
#companystatusfield div {
		margin: 10px 15px;
		}
		
#accountapplication #limitedfield textarea, #accountapplication #solefield textarea, #accountapplication #partnerfield textarea {
		width: 300px;
		}
		
#termsdiv {
		padding: 10px 0;
		clear: both;
		}
		
#termsdiv #submit {
		clear: both;
		text-align: right;
		}
		
#termsdiv div.half {
		width: 300px;
		float: left;
		}		
		
.warning {
		color: #C00000;
		}
		
/* Styles for the terms and conditions page */				

.termsbox {
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 300px;
		margin: 0 20px 10px 0;
		padding: 10px;	
		float: left;
		height: auto !important;
		height: 100px;
		min-height: 100px;
		}		
		
.termsboxright { /* This class is required as the margin for the right hand box is different to the left */
		background-color: #ffffff;
		border: solid 1px #f4693e;
		width: 300px;
		padding: 10px;	
		float: right;
		height: auto !important;
		height: 100px;
		min-height: 100px;
		}

.termsul li {		
		padding: 0 10px 5px 0;
		margin-left: 25px;		
	}		


	
	
/* Styles for the footer area of every page */		

#footer {
		width: 960px; /* as this is outside of the wrapper it needs to be given the width and centering styles */
		margin: 0 auto 20px auto;
		text-align: right;
		padding: 3px;
		}
		
		


/* ---------- 3. links and navigation ---------- */

a {	
		color: #3366cc;
		}
		
a:visited {	
		color: #3366cc;
		}
		
a:hover {
		text-decoration: none;
		color: #f4693e;
		}
		
#skipLink  {
		position: absolute;
		left: -9999px;
		}
		
/* styles for the catalogue search in the hire catalogue area */

#mailchimp {
		position: absolute;
		top: 152px;
		right: 15px;
		}

#mc-embedded-subscribe-form {
		color: #3366cc;
		font-size: 0.9em;	
		}		


/* a couple of styles so we can have text acting as links without displaying hover states */
.textlink {
		text-decoration: none;		
		}
		
 a.textlink:hover {
		color: #3366cc;	
		}

#navigation {
		border: 1px solid #f4693e;
		background-color: #ffffff;
		height: 30px;
		margin: 10px 0 10px 0;
		padding-left: 5px;
		}

#navigation a {
		display: block; /* makes the links act as block level elements */
		padding: 5px 10px 5px 5px;
		float: left; /* positions the links horizontally (see also #navigation li) */	
		color: #3366cc;
		text-decoration: none;
		font-size: 1.6em;		
		}
		
#navigation a:hover {		
		text-decoration: underline;
		}

#navigation ul {
		list-style: none;
		}

#navigation li {
		float: left; /* this is applied to the li as well for compatibility with earlier versions of IE (7 and earlier) */
		}
		
#navigation a#current {
		text-decoration: underline; 
		}
		
#breadcrumb {
		background-color: #3366cc;
		height: 38px;
		margin: 10px 0 10px 0;		
		}

#breadcrumb a {
		display: block; /* makes the links act as block level elements */
		float: left; /* positions the links horizontally (see also #navigation li) */		
		color: #ffffff;
		text-decoration: none;
		}
		
#breadcrumb a:hover {		
		text-decoration: underline;
		}

#breadcrumb ul {
		list-style: none;
		margin-left: 10px;		
		}

#breadcrumb li {
		float: left; /* this is applied to the li as well for compatibility with earlier versions of IE (7 and earlier) */
		background: url(../images/arrow.gif) no-repeat;	
		padding: 10px 15px 0 30px;		
		font-size: 1.6em;
		color: #ffffff;
		height: 27px;
		}
		
/* styles for the catalogue search in the hire catalogue area */

#frmSearch {
		color: #3366cc;
		font-size: 0.9em;
		margin: 3px 0 10px 10px;		
		}		

#hirecat a {
		display: block; /* makes the links act as block level elements */
		background: url(../images/catdivider.gif) no-repeat;
		color: #3366cc;
		text-decoration: none;
		padding: 5px 10px 5px 10px;				
		}
		
#hirecat a:hover {		
		text-decoration: underline;
		color: #f4693e;
		}

#hirecat ul {
		list-style: none;
		position: absolute;
		top: 0;
		left: 0;
		}
		
#hireMenuBox {
		position: relative;
		height: 608px;	
		overflow: hidden;
		}

#hirecat li {	
		
		}
		
#contentMain ul {
		margin: 0 0 10px 20px;
		}

.morebutton {
		float: right;
		margin: 0 10px 10px 0;
		}
		
a#moreLink {
		margin: 0;
		padding: 0;
		background-image: none;
		}
		
a#lessLink {
		display: none;
		margin: 0;
		padding: 0;
		background-image: none;		
		}
		
#footer {
		font-size: 1.1em;
		}
		
#footer a {
		color: #ffffff;
		}
		
#subnav { /* a couple of rules specific to the sub navigation at the bottom of the page */
		float: left;
		color: #ffffff;
		margin-bottom: 10px;
		}
		

		
/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		font-family: arial, helvetica, verdana, sans-serif;
		color: #3366cc;
		}
		
#wrapper {
		font-size: 1.4em;
		
		}
		
#masthead {
		color: #ffffff;
		
		}

h1, h2, h3, h4 {
		
		}

#contenth1 {
		font-size: 1.5em;
		margin-bottom: 10px;
		}

h2 {
		margin-bottom: 10px;
		}
		
.contenth2 {
	padding: 0;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 5px;
	}		
		
#hirecat h2 a {
		margin: 10px;
		background-image: none;
		padding: 0;
		}
		
#hirecat h2 a:hover {		
		text-decoration: none;
		color: #3366cc;
		}
		
h3 {
	padding: 0;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 5px;
	}		

.newsitem h3 {
	padding: 0;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 10px;
	}
	
.termsh2 {
	background: url(../images/headerbullet.gif) no-repeat;
	height: 15px;
	padding: 0 0 0 20px;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 5px;
	}
	
h4 {
		}

p {
		line-height: 1.2em; /* increased line height to make the text more readable */
		margin-bottom: 10px;
		
		}

ul {
		line-height: 1.5em; /* increased line height to make the text more readable */
		}
		
ul.contentul {
		margin-left: 20px;
		margin-bottom: 10px;
		}			

/* ---------- 5. images ---------- */

a img {
		border: none; /* to stop borders appearing on images that are links - this can be altered if you want linked images to have borders */
		}
		
.contentimg {
	float: left;
	border: solid 1px #f4693e;
	margin: 0 5px 5px 0;
	}
	
.xmasimg {
	padding-left: 30px;
	}
	
