/*
-------------------------------------------------
URL: http://www.teamleyland.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 - wrapper
	3.5 - primary content
	3.6 - secondary content
	3.7 - tertiary content
	3.8 - footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	4.2 - navigation
	4.3 - footer links
	
5: TEMPLATE / PAGE SPECIFIC
	5.1 - text styles
	5.2 - list styles
	5.3 - calls to action
	
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:#000 url(../images/background/main.jpg) repeat-x }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:"trebuchet ms", 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.6em; color:#009966; 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.1em; color:#000; margin:0 0 12px 0 }
a { color:#8ecae6; text-decoration:underline }
a:hover { color:#008261; text-decoration:none }
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 { 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 }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 2.1 - main form */
form.main { width: 100%; height: 100% }

/* 2.2 - container */
div#container { width:1000px; margin: 0 auto; position: relative; text-align: left }

/* 2.3 - header */
div#header {  }
body.index div#header { height:527px; }
body.sub div#header { height:281px;}

/* 2.4 - wrapper */
div#wrapper { float:right; width:780px }
div#content { padding:5px 0 0 0 }

/* 2.5 - primary content */
body.index div#primary-content { width:427px; float:left; margin:0 80px 0 0; padding-left:30px; border-top:1px solid #008260 }
body.sub div#primary-content { width:660px; float:left; margin:0 80px 0 18px; background:url(../images/background/sub-primary.gif) no-repeat }

/* 2.6 - secondary content */
body.index div#secondary-content { width:210px; float:left; margin:0 30px 0 0 }
body.sub div#secondary-content { width:219px; float:left; margin:0 18px 0 0; background:url(../images/background/sub-secondary.gif) no-repeat }

/* 2.7 - tertiary content */
body.index div#tertiary-content { float:left; width:190px; margin-left:18px; padding:200px 6px 0 6px; border-top:6px solid #008260; background:url(../images/background/home-tertiary.jpg) no-repeat }

/* 2.8 - footer */
div#footer { width:960px; margin:0 auto; padding-top:40px }

/* -----------------------------------------------
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 - navigation */
div#navigation { width:1000px; height:51px; background:url(../images/background/nav-bg.jpg) no-repeat; }
div#navigation-sub { width:1000px; height:51px; background:url(../images/background/nav-bg-sub.jpg) no-repeat; }
ul#primary-navigation { list-style:none; font-size:1.4em; margin:0 0 0 20px; padding:0;}
ul#primary-navigation li { float:left; padding:20px 20px 0 20px; margin:0; border-right:1px solid #004761; }
ul#primary-navigation li.first { padding:20px 14px 0 0 }
ul#primary-navigation li.last { border:0 none }
ul#primary-navigation li a { color:#d7f0fc; text-decoration:none }
ul#primary-navigation li a:hover { color:#008261; }
ul#primary-navigation li a.current { color:#008261;}

/* 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}
ul#footer-links li a:hover {color:#008261} 
div#footer span {float:left; font-size:1.1em}
div#footer span a {color:#fff; text-decoration:none}
div#footer span a:hover {color:#008261}

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* 5.1 - text styles */
body.index div#primary-content h1 { color:#8ecae6; text-transform:uppercase; font-size:2.8em; font-weight:normal; font-family:helvetica, arial, verdana, "microsoft sans serif", sans-serif; line-height:110%; margin-top:22px }
body.index div#secondary-content h2 { color:#8ecae6; text-transform:uppercase; font-size:1.4em; font-weight:normal; font-family:helvetica, arial, verdana, "microsoft sans serif", sans-serif; line-height:110%; background:url(../images/titles/h2-top.gif) no-repeat left top; padding-top:23px }
body.index div#tertiary-content h3 { color:#8ecae6; text-transform:uppercase; font-size:2.4em; font-weight:normal; font-family:helvetica, arial, verdana, "microsoft sans serif", sans-serif; line-height:110% }
body.sub div#primary-content h1 { color:#8ecae6; text-transform:uppercase; font-size:2.8em; font-weight:normal; font-family:helvetica, arial, verdana, "microsoft sans serif", sans-serif; line-height:110%; margin-top:22px }
body.sub div#secondary-content h2 { color:#8ecae6; text-transform:uppercase; font-size:2.4em; font-weight:normal; font-family:helvetica, arial, verdana, "microsoft sans serif", sans-serif; line-height:110%; padding-top:23px }
div#container p, ul, ol { color:#fff; line-height:180% }
div#primary-content p { font-size:1.4em }
div#tertiary-content p { font-size:1.8em }
div#tertiary-content p em { display:block; font-style:normal }

/* 5.2 - list styles */
ul.division-list { margin:15px 0; list-style:none; float:left; width:220px; display:block; padding-bottom:20px; }
ul.division-list li { padding:3px 0 3px 15px; background:url(../images/other/bullet.gif) 0 50% no-repeat; font-size:1.2em; text-transform:uppercase; color:#d7f0fc }

ul.bullet-list { margin:15px 0; list-style:none;  padding-bottom:20px; }
ul.bullet-list li { padding:3px 0 3px 15px; background:url(../images/other/bullet.gif) 0 50% no-repeat; font-size:1.2em; text-transform:uppercase; color:#d7f0fc }

ul.contact-list { margin:15px 0; list-style:none }
ul.contact-list li { padding:3px 0 3px 0; color:#d7f0fc; font-size:1.2em }
ul.contact-list li em { display:block; color:#fff; font-style:normal }
ul.contact-list li a {}
ul.contact-list li a:hover {}

/* 5.3 - calls to action */
div#sub-suppliers { background:url(../images/background/sub-suppliers.jpg) no-repeat; padding:150px 6px 15px 6px; margin-top:30px }
div#sub-spares { background:url(../images/background/sub-spares.jpg) no-repeat; padding:150px 6px 15px 6px; margin-top:30px  }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.clearBoth { clear:both }
.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 }
.gallery img { border:#8ecae6 solid 3px; margin: 0 3px 3px 0;}
.highlight { font-weight:bold; color:#8ecae6;}
.highlight2 { font-style:italic; color:#009966;}
.green-ttl { color:#009966 }

div#basescript { width:960px; margin:0 auto; padding-top:50px; clear:both;}
div#basescript h1 {color:#999; font-size:1em; font-weight:bold;}
div#basescript p {color:#999; font-size:1em;}
div#basescript strong, em {font-style:normal; font-weight:normal; color:#999;}

ul.basewords { list-style:none; width:960px; margin:auto }
ul.basewords li { display:inline; border-right:solid 1px #fff; padding:0 4px }
ul.basewords strong { font-weight:normal }
ul.basewords li.last { border:0}