/*
-------------------------------------------------
URI: http://www.central-power.co.uk/
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px;  background:#fff  }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#000; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#000; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.2em; color:#000; margin:0 0 12px 0; line-height:180% }
a { color:#ff6400; }
a:hover { color:#ff6400; text-decoration:underline; }

ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table { width:100%; border-top:1px solid #ccc;  border-left:1px solid #ccc }
th { background:#ecebf0; border-bottom:1px solid #ddd; border-right:1px solid #ccc; padding:7px }
td { border-bottom:1px solid #ddd; border-right:1px solid #ccc; padding:5px; padding:7px }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }


/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { position:relative; text-align:left; }

/* 3.3 - wrapper */
div#wrapper {  }

/* 3.4 - header */
div#header { background:#fafafc url(../images/backgrounds/header-bg.gif) repeat-x }
div#header-inner { margin:0 auto; width:937px; }
div#header-inner img { float:left }
div#header-inner h1 { float:right; text-transform:uppercase; font-size:4em; padding:35px 0 0 0;  }
div#header-inner h1 em { display:block; text-transform:uppercase; font-style:normal; font-size:0.38em; color:#ff6400; margin-top:13px; font-weight:bold; content:"."; display:block; height:0; clear:both;  }
div#header-inner h3 { float:right; text-transform:uppercase; font-size:2em; padding:5px 0 0 0; color:#999; margin:0 0 0px 0; line-height:130%; font-style:italic; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; }

/* 3.5 - content */
div#content { background:#fff; margin:0 auto; width:937px; }

/* 3.6 - primary content */
div#primary-content { width:470px; margin:0 0 0 0; float:left }
body.sales div#primary-content { width:907px; margin:0 0 0 0; float:left }

/* 3.7 - secondary content */
div#secondary-content { width:445px; float:left; margin-left:20px; }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - page banner */
div#page-banner { height:255px; margin:0 auto; width:937px;}

/* 3.9 - footer */
div#footer { margin:0 auto; width:937px; }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - primary navigation */
div#primary-navigation { background:#ecebf0; }
ul#primary-navigation-inner { list-style:none; font-size:1.4em; margin:0 auto; width:937px;  padding:10px 0 }
ul#primary-navigation-inner li.resize { float:right;  border-right:1px solid #a7a7a9; padding:0 0 0 20px; margin:0 }
ul#primary-navigation-inner li { float:left;  border-right:1px solid #a7a7a9; padding:0 20px; margin:0 }
ul#primary-navigation-inner li.first { padding:0 14px 0 0 }
ul#primary-navigation-inner li.last { border:0 none }
ul#primary-navigation-inner li a { color:#010101 }
ul#primary-navigation-inner li a:hover { color:#ff6400 }

/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li { float:left; margin:80px 0 0 0; border-right:1px solid #ddd; padding:0 10px }
ul#footer-links li.last { border:0 none }
ul#footer-links li a { color:#999 }
ul#footer-links li a:hover { color:#ff6400 } 
div#footer span { float:left; font-size:1.1em; margin:80px 0 0 0 }
div#footer span a { color:#999}
div#footer span a:hover { color:#ff6400 }

/* 4.4 - search engine script */
div#search-engine-script { margin:0 auto; width:937px; color:#ddd; font-size:0.8em; padding:300px 0 0 0 }
div#search-engine-script h1 { color:#aaa; font-size:1.4em }
div#search-engine-script p { color:#aaa; }
div#search-engine-script strong, em {color:#aaa; font-weight:normal; font-style:normal }
div#search-engine-script a { color:#aaa; }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* index page */
h1.ttl-index-main { font-size:1.8em; color:#fff; font-style:italic; float:left; margin:0 0 0 34px }
h2.ttl-experience { font-size:3em; text-transform:uppercase; line-height:110% }
h3.ttl-index-sub { font-size:2em; color:#999; margin:0 0 20px 0; line-height:130%; font-style:italic; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif }
h3.ttl-sub { font-size:2em; color:#999; margin:30px 0 20px 0; line-height:130%; font-style:italic; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif }

/* banners */
div.banner-index {  }

/* side bits */
div.side-content { padding:25px 257px 0 0; margin:0 0 0 0; height:240px }
div.side-content h4 { font-size:1.8em; text-transform:uppercase; line-height:110% }
div.side-content ul { list-style:none }
div.side-content ul li { font-size:1.3em; padding:5px 0 }
div.side-content ul li em { color:#ff6400; font-style:normal; display:block; margin:5px 0 }
/* side bits */
div.side-content2 { padding:25px 25px 0 0; margin:0 0 0 0; }
div.side-content2 h4 { font-size:1.8em; text-transform:uppercase; line-height:110% }
div.side-content2 ul { list-style:none }
div.side-content2 ul li { font-size:1.3em; padding:5px 0; }
div.side-content2 ul li em { color:#ff6400; font-style:normal; display:block; margin:5px 0 }

/*side-logos*/
#logos-bottom { padding:25px 25px 0 0; margin:0 0 0 0;}
#logos-bottom h4 { font-size:1.8em; text-transform:uppercase; line-height:110% }
#logos-bottom ul { list-style:none; float:left; }
#logos-bottom ul li { font-size:1.3em; padding:5px 10px; float:left; display:inline; }
#logos-bottom ul li em { color:#ff6400; font-style:normal; float:left; display:inline; margin:5px 0 }
.union-jack { float:right;  margin-left:30px;}
.strapline-bottom {border-bottom:#093274 thick solid; width:937px; text-transform:uppercase; font-size:2em; padding:5px 0 0 0; color:#999; margin:0 0 0px 0; line-height:130%; font-style:italic; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; }

div#index-services { background:url(../images/backgrounds/index-services.jpg) no-repeat }
div#index-contact { background:url(../images/backgrounds/index-contact.jpg) no-repeat }
div#about-services { background:url(../images/backgrounds/about-services.jpg) no-repeat }
div#about-contact { background:url(../images/backgrounds/about-contact.jpg) no-repeat }
div#sales-services { background:url(../images/backgrounds/sales-services.jpg) no-repeat }
div#sales-contact { background:url(../images/backgrounds/sales-contact.jpg) no-repeat }
div#services-services { background:url(../images/backgrounds/services-services.jpg) no-repeat }
div#services-contact { background:url(../images/backgrounds/services-contact.jpg) no-repeat }
div#parts-services { background:url(../images/backgrounds/index-contact.jpg) no-repeat }
div#parts-contact { background:url(../images/backgrounds/parts-contact.jpg) no-repeat }
div#contact-services { background:url(../images/backgrounds/contact-services.jpg) no-repeat }
div#contact-contact { background:url(../images/backgrounds/contact-contact.jpg) no-repeat }
div#ups-services { background:url(../images/backgrounds/index-services.jpg) no-repeat }
div#ups-contact { background:url(../images/backgrounds/ups-contact.jpg) no-repeat }
div#generator-services { background:url(../images/backgrounds/generator-services.jpg) no-repeat }
div#generator-contact { background:url(../images/backgrounds/generator-contact.jpg) no-repeat }
div#service-and-maintenance-services { background:url(../images/backgrounds/s-m-services.jpg) no-repeat }
div#service-and-maintenance-contact { background:url(../images/backgrounds/s-m-contact.jpg) no-repeat }
div#special-projects-services { background:url(../images/backgrounds/special-projects-services.jpg) no-repeat }
div#special-projects-contact { background:url(../images/backgrounds/special-projects-contact.jpg) no-repeat }
div#installation-services-services { background:url(../images/backgrounds/installation-services.jpg) no-repeat }
div#installation-services-contact { background:url(../images/backgrounds/installation-contact.jpg) no-repeat }
div#generator-hire-services { background:url(../images/backgrounds/generator-hire-services.jpg) no-repeat }
div#generator-hire-contact { background:url(../images/backgrounds/generator-hire-contact.jpg) no-repeat }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.highlight { color:#ff6400;}
.gallery { padding-bottom:30px;}
.strap-highlight { font-style:italic; color:#083075;}
.bullet-arrows { padding-top:10px; padding-left:40px;}
.bullet-arrows li { list-style-image:url(../images/other/arrow.jpg); padding-bottom:5px;}
.current { color:#002d70; text-decoration:underline; font-weight:bold;}
#contact-float { width:250px; float:right; text-align:right;}
.job-box { padding-top:20px;}
.job-box h3 { color:#ff6400;}
.border-line { border-bottom:#CCCCCC 1px solid;}