/*
-------------------------------------------------
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:url(../images/backgrounds/page-bg.jpg) 0% 50% #e0cd9f; border-top:#101a11 9px solid}
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:#0A5216 }
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; font-style:normal; margin-bottom:20px }
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 { border:none }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { text-align:left;  margin:0 auto; width:998px;   }

/* 3.3 - wrapper */
div#wrapper { }

/* 3.4 - header */
div#header { background:#fff; padding:18px }
div#header img { float:left }

ul#contact-details { float:right; text-align:right }
ul#contact-details li { list-style:none }

/* 3.5 - content */

/* 3.6 - primary content */
div#primary-content { width:965px; padding:17px; background:#fff }
.sub-lists{padding:0 0 0 15px;}
.sub-lists li{font-size:1.2em; line-height:18px; list-style:square}
/* 3.7 - secondary content */
div#secondary-content { width:965px; padding:17px; background:#fff; margin-top:11px }

/* 3.7 - tertiary content */
div#tertiary-content {  }


/* 3.8 - page banner */
div#page-banner { background:#fff; height:276px; padding:17px }

/* 3.9 - footer */
div#footer { color:#fff; margin-top:11px }


/* -----------------------------------------------
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 }
ul#text-resize { text-align:right; background:#fff; font-size:1.4em; padding:10px 0 10px 0 }
ul#text-resize li { display:inline; list-style:none }
ul#text-resize li a {color:#127322; text-decoration:none }
ul#text-resize li a:hover {color:#bdad5e}


/* 4.2 - primary navigation */
div#primary-navigation-outer { background:#fff; margin-bottom:11px }
ul#primary-navigation { border-bottom:1px solid #fff; margin-left:5px }
ul#primary-navigation li {float:left; padding:5px 7px 5px 7px; margin:0; list-style:none }
ul#primary-navigation li a {color:#bdad5e; text-decoration:none; font-size:1.2em; font-weight:bold }
ul#primary-navigation li a:hover {color:#127322}

/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li {float:left; margin:0 0 0 10px}
ul#footer-links li a {color:#fff; text-decoration:none; font-size:0.9em }
ul#footer-links li a:hover { color:#0a5216; background:#fff } 
div#footer span {float:left; font-size:1.1em; margin:0 0 0 0; font-size:0.9em}
div#footer span a {color:#fff; text-decoration:none }
div#footer span a:hover { color:#0a5216; background:#fff }


/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* index page */
h1.sub-ttl-main { font-size:2.4em; color:#004d93; background:#fecd84; height:41px; padding:20px 0 0 25px  }
h2.sub-ttl-main { font-size:1.8em; color:#004d93; background:#fecd84; height:41px; padding:20px 0 0 25px  }
h2.index-ttl-main { background:url(../images/titles/index-ttl.jpg); text-indent:-9999px; width:689px; height:61px }

div#index-welcome { width:472px; float:left }
div#index-welcome h2 { font-size:1.8em; line-height:120% }

div#index-ctas { width:467px; float:right }
div#index-ctas ul li { width:145px; float:left; list-style:none; padding-right:10px }
div#index-ctas ul li h2 { font-size:1.0em }
div#index-ctas ul li p { font-size:1.0em }

div#lower-product-list { width:468px; float:left; background:#f6f1d4; padding:10px 7px }
div#lower-product-list ul li { width:144px; float:left; list-style:none; margin-right:18px; padding-bottom:11px}
div#lower-product-list ul li.last { margin-right:0 }
div#lower-product-list ul li a {color:#0a5216; text-decoration:underline; font-weight:bold }
div#lower-product-list ul li a:hover {color:#333}

div#lower-contact { width:300px; float:right; background:url(../images/backgrounds/index-contact-bg.jpg) no-repeat top right #f6f1d4; padding:7px 160px 7px 7px }
div#lower-contact ul { color:#0a5216 }
div#lower-contact ul li { list-style:none }
div#lower-contact ul li span { font-size:1.8em; color:#101a11}
div#lower-contact ul li a {font-size:1.8em; color:#101a11; text-decoration:none }
div#lower-contact ul li a:hover {color:#0a5216}

div#sub-column1 { width:482px; float:left }
div#sub-column2 { width:467px; float:right }

#banner{background:url(../images/banners/sub.jpg) no-repeat; width:998px; height:133px;}

/*Lightbox gallery*/

.gallery{list-style:none; float:left}
.gallery li{float:left; padding:0 2px}

#basewords { text-align:center }
#basewords li { list-style:none; display:inline; margin:0 4px; color:#fff }
#basewords strong { font-weight:normal }



/* compliance */
div#compliance {  }
div#compliance li { list-style:none }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */
#seo h1{color:#FFFFFF; font-size:12px;}
#seo p{color:#FFFFFF; font-size:11px;}

.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 }
.bold-text { font-weight:bold }