/*
-------------------------------------------------
URI: http://www.ableboard.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, 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.3em; font-family:Arial, Helvetica, sans-serif }
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; padding-top:30px; }
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.4em; color:#000; margin:0 0 12px 0; line-height:180% }

a { color:#00ab67; font-weight:bold }
a:hover { color:#000000;  }
a:visited { color: #00ab67; }
a:active { color: #00ab67; }


ul { margin:0 0 8px 0; font-size:1.4em; line-height:180% }
ol { margin:0 0 8px 0; font-size:1.4em; line-height:180% }
dl { margin:0 0 12px 0; font-size:1.4em; line-height:180% }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.2em; color:#000 }
blockqoute {  }

table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
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 }

img.float-img-right { float:right; margin:0 10px 30px 20px }
img.float-img-left { float:left; margin:15px }
img.img-border { border:6px solid #00b47b; }
.large-text { font-size:1.4em; color:#00ab67; font-weight:bold}

/* -----------------------------------------------
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 {  }
div#header-inner { margin:0 auto; width:942px; padding:15px 0 5px 0 }
div#text-resize {float:right; font-size:1.8em; clear:right; padding-bottom:5px }

/* 3.5 - content */
div#content { background:url(../images/backgrounds/content-bg.jpg) repeat-x bottom; padding-bottom:40px }
div#content-inner { margin:0 auto; width:942px; }

/* 3.6 - primary content */
body.index div#primary-content { width:942px; margin-bottom:20px; padding-top:20px; float:left; position:relative }
body.sub div#primary-content { width:588px; float:right; margin-top:20px; padding-left:20px; border-left:1px solid #f2f2f2 }
body.sub div#primary-content p { margin-left:15px }

/* 3.7 - secondary content */
body.index div#secondary-content { width:456px; float:left; padding-right:0px; border-right:1px solid #e0e0e2; }
body.index div#secondary-content a { color:#00ab67; font-weight:bold }
body.index div#secondary-content a:hover {  color:#053926; text-decoration:underline }
body.sub div#secondary-content { width:288px; float:left; margin-top:-38px; margin-left:7px; padding:20px 10px 10px 10px; background-color:#343839; }
body.sub div#secondary-content p { margin-right:0px; color:#FFFFFF }
body.sub div#secondary-content a { width:280px; background:#000000; color:#03af79; display:block; text-align:center; font-size:1.3em; text-decoration:none; padding:5px; margin:10px 0 10px 0 }
body.sub div#secondary-content a:hover { background:#03af79; color:#000000; display:block; width:280px; text-align:center; font-size:1.3em; text-decoration:none; padding:5px; margin:10px 0 10px 0  }

body.index div#secondary-content-flash { width:456px; float:left; padding-right:0px; border-right:1px solid #e0e0e2; }
body.sub div#secondary-content-flash { width:300px; float:left; margin-top:20px; padding-left:5px; }
body.sub div#secondary-content-flash p { margin-right:10px }

/* 3.7 - tertiary content */
body.index div#tertiary-content { width:390px; float:left; padding:0 40px 0 30px }

/* 3.8 - page banner */
div#page-banner { height:255px; margin:0 auto; width:942px;}

/* 3.9 - footer */
div#footer {  margin:0 auto; width:942px; }

/* 3.9 - index additional layout */
div#leftcolumn { width:300px; float:left; padding-right:12px; border-right:1px solid #e0e0e2; }
div#midcolumn { width:290px; float:left; padding:0 12px 0 12px;  border-right:1px solid #e0e0e2; }
div#rightcolumn { width:290px; float:left; padding:0 12px 0 12px; }

/* -----------------------------------------------
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:#000 }
ul#primary-navigation-inner { list-style:none; font-size:1.2em; font-weight:bold; text-transform:uppercase; margin:0 auto; width:942px; padding:0 }
ul#primary-navigation-inner li { float:left; padding:0; margin:13px 5px 0 0 }
ul#primary-navigation-inner li a { height:27px }
ul#primary-navigation-inner li a:hover { background-position:50% -27px; border-bottom:none }
ul#primary-navigation-inner li a.current { background-position:50% -27px; border-bottom:none }


li#home-btn { width:62px; text-indent:-3000px }
li#home-btn a { width:62px; height:27px; background:url(../../_includes/images/nav/home-btn.jpg) top left no-repeat; display:block }

li#pfc-btn { width:62px; text-indent:-3000px }
li#pfc-btn a { width:62px; height:27px; background:url(../../_includes/images/nav/pfc-btn.jpg) top left no-repeat; display:block }

li#lv-pfc-btn { width:66px; text-indent:-3000px }
li#lv-pfc-btn a { width:66px; height:27px; background:url(../../_includes/images/nav/lvpfc-btn.jpg) top left no-repeat; display:block }

li#mv-pfc-btn { width:82px; text-indent:-3000px }
li#mv-pfc-btn a { width:82px; height:27px; background:url(../../_includes/images/nav/mvpfc-btn.jpg) top left no-repeat; display:block }

li#harmonic-filters-btn { width:140px; text-indent:-3000px }
li#harmonic-filters-btn a { width:140px; height:27px; background:url(../../_includes/images/nav/harmonic-filters-btn.jpg) top left no-repeat; display:block }

li#power-quality-engineering-btn { width:212px; text-indent:-3000px }
li#power-quality-engineering-btn a { width:212px; height:27px; background:url(../../_includes/images/nav/power-quality-btn.jpg) top left no-repeat; display:block }

li#reduce-electricity-costs-btn { width:196px; text-indent:-3000px }
li#reduce-electricity-costs-btn a { width:196px; height:27px; background:url(../../_includes/images/nav/reduce-btn.jpg) top left no-repeat; display:block }

li#contact-btn { width:81px; text-indent:-3000px }
li#contact-btn a { width:81px; height:27px; background:url(../../_includes/images/nav/contact-btn.jpg) top left no-repeat; display:block }


a.energy-btn {display:block; width:135px; height:116px; text-decoration:none; background:url("../../_includes/images/nav/energy-btn.jpg") top left; text-indent:-3000px}
a.energy-btn:hover {background-position:50% -116px;}

div.index-banner { width:306px; float:left; position:absolute; background:url(../images/home/flash-banner-bg.png); min-height:171px }
div.index-banner p { color:#fff; font-size:1.2em; padding:0 10px; line-height:140%; font-weight:normal }
div.index-banner h2 { background:#119368; width:306px; text-align:center; color:#fff; padding:10px 0 }
div.index-banner a { color:#fff }
div.index-banner a:hover { color:#000 }

.col1 { bottom:18px; left:11px }
.col2 { bottom:18px; left:318px }
.col3 { bottom:18px; left:625px }

/* 4.3 - footer links */
ul#footer-links {float:right; list-style:none}
ul#footer-links li {float:left; margin:55px 0 0 3px}
ul#footer-links li a {color:#000; font-size:0.7em;}
ul#footer-links li a:hover {color:#03af79} 
div#footer span {float:left; font-size:0.9em; margin:60px 0 0 0}
div#footer span a {color:#000}
div#footer span a:hover {color:#03af79}
/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* index page */
h1.ttl-index { font-size:1.8em; line-height:130% }
h1.logo-ttl { float:left; width:373px; height:116px; text-decoration:none; background:url("../../_includes/images/other/logo.jpg"); text-indent:-3000px }
h3.ttl-index { font-size:2.0em; line-height:130%; font-weight:bold; margin-top:20px }

h1.ttl-sub { font-size:2.3em; color:#00b47b; line-height:130%; display:block; background:#000; padding:5px 0 5px 15px; margin-bottom:20px }
h3.ttl-sub { font-size:1.8em; line-height:180%; color:#00b47b; padding-top:0 }
h4.ttl-sub { font-size:1.8em; line-height:180%; color:#00b47b; padding-top:30px }
h2.ttl-sub { font-size:1.8em; color:#343839; line-height:130%; display:block; background:#e0e0e2; padding:5px 0 5px 15px; margin-bottom:20px }

/* index ctas 
div#home-cta1 { float:left; width:265px; height:100px; background:url(../images/other/home-cta1.jpg) no-repeat; padding:248px 32px 0 20px }
div#home-cta1 h2 { font-size:16px; color:#ffb400; text-indent:-9999px }
div#home-cta1 p { color:#fff; text-indent:-9999px }
div#home-cta1 a { color:#fff; font-size:1.5em; display:block; text-align:center }
div#home-cta1 a:hover { color:#ff6400; text-decoration:none }

div#home-cta2 { float:left; width:270px; height:100px; background:url(../images/other/home-cta2.jpg) no-repeat; padding:248px 26px 0 20px }
div#home-cta2 h2 { font-size:16px; color:#ffb400; text-indent:-9999px }
div#home-cta2 p { color:#fff; text-indent:-9999px }
div#home-cta2 a { color:#fff; font-size:1.5em; display:block; text-align:center }
div#home-cta2 a:hover { color:#ff6400; text-decoration:none }

div#home-cta3 { float:left; width:269px; height:100px; background:url(../images/other/home-cta3.jpg) no-repeat;  padding:248px 20px 0 20px }
div#home-cta3 h2 { font-size:16px; color:#ffb400; text-indent:-9999px }
div#home-cta3 p { color:#fff; text-indent:-9999px }
div#home-cta3 a { color:#fff; font-size:1.5em; display:block; text-align:center }
div#home-cta3 a:hover { color:#ff6400; text-decoration:none }
*/

ul.large-list { font-size:1.4em; line-height:130%; margin-top:20px }
ul.large-list li { list-style:none }

ul.home-list { font-size:1.4em; line-height:130%; margin-top:0px; }
ul.home-list li { list-style:circle; margin-left:15px;  padding:10px 10px 0 10px; color:#00b47b }


#home-contact-info { margin-top:30px;  }
#home-contact-info img { float:right; margin-left:30px }
#home-contact-info ul { font-size:1.8em; line-height:130%; margin-top:20px }
#home-contact-info ul li { list-style:none }
#home-contact-info ul li span { color:#06a876 }

div#flash { padding-bottom:30px;}

div#basescript { width:920px; margin:auto; padding-top:100px; text-align:left   }
div#basescript p { font-size:1.0em }
div#subbasescript p { font-size:1.0em; color:#333}
div#subbasescript h2 { font-size:1.2em; color:#333 }
div#basescript ul { list-style:none; margin:0 0 10px 5px; font-size:1.4em }
div#basescript ul li { color:#333; padding:0 0 0 25px; margin:10px 0; background:url("../images/other/tick.png") 0 50% no-repeat; line-height:150% }

#subbasescript { list-style:none; font-size:1em; text-align:center; width:942px; margin:auto; padding-top:100px; }
#subbasescript li { color:#333; margin:0 8px; display:inline}
#subbasescript strong { font-weight:normal }
#subbasescript a { color:#333 }
#subbasescript a:hover { color:#00AB67 }




/* sub gallery page */
ul#sub-gallery-page { margin:30px 0 20px 8px }
ul#sub-gallery-page li { display:inline; float:left; list-style:none; margin:0 25px 0 0 }
ul#sub-gallery-page li.last { display:inline; float:left; list-style:none; margin:0 0 0 0 }
ul#sub-gallery-page li.link { margin:14px 0 0 0;  }

/* pfc page */

#pfc-cta {float:left; width:265px; height:100px; background:url(../images/other/sub-cta.jpg) no-repeat; padding:248px 32px 0 20px; margin-bottom:20px }
#pfc-cta h2 { font-size:16px; color:#ffb400; text-indent:-9999px }
#pfc-cta p { color:#fff; text-indent:-9999px }
#pfc-cta a { color:#fff; font-size:1.5em; display:block; text-align:center }
#pfc-cta a:hover { color:#ff6400; text-decoration:none }

/* contact page */
address  { font-style:normal; padding:0 0 20px 0 }

/* -----------------------------------------------
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 }
.bullet-list { padding:0 0 0 20px;}
.bullet-list li.highlight { color:#00ab67; font-size:1.1em;}

.arrow-list { padding:0 0 0 15px; color:#000}
.arrow-list li { font-size:1.0em; list-style-image:url(../images/backgrounds/arrow.jpg); padding-bottom:5px;}
.arrow-list a { color:#00b47b;  }
.arrow-list a:hover { color:#000000; text-decoration:none; }

.arrow-list-index { padding:0 0 0 15px; color:#00ab67}
.arrow-list-index li { font-size:1.0em; list-style-image:url(../images/backgrounds/arrow.jpg); padding-bottom:5px; color:#00ab67}
.arrow-list-index a { color:#00ab67;  }
.arrow-list-index a:hover { color:#000000; text-decoration:none; }
.arrow-list-index a:active { color:#00ab67;  }
.arrow-list-index a:visited { color:#00ab67; text-decoration:none; }
.no-padding { padding-top:0 }

.xpad { padding-top:30px }
.xpad2 { padding-bottom:30px }
.xpad3 { padding:5px 0 -10px 0 }
.xmargin { margin-top:50px }
.xmargin2 { margin-top:75px }
.green { color:#00b47b; font-weight:bold }