/*
-------------------------------------------------
URI: http://www./
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) #fbdd27 repeat-y top center }
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.6em; 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 }
a { color:#e82e2f}
a:hover { color:#c2b21f}
ul { margin:0 0 12px 0; font-size:1.2em }
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 }

/* 2.1 - index page */

h1#logo { background:url(../images/global/main-logo.jpg) no-repeat; width:211px; height:118px; text-indent:-9999px; float:left;}
h1.ttl-name {}
h2.ttl-select-products {}

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:900px; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header {  }
div#header #main-logo { margin-right:124px }

/* 3.4 - content */
div#content {  }

/* 3.5 - primary content */
body.index div#primary-content { }
body.subpage div#primary-content { background:#fff }
body.subpage div#primary-content #column1 { width:619px; float:right; padding:27px 0; }
body.subpage div#primary-content #column1 h2 { color:#3f3c2b; font-size:2.4em; line-height:160% }
body.subpage div#primary-content #column1 h3 { color:#72611b; font-size:1.6em; }
body.subpage div#primary-content #column1 p { line-height:180%; padding-right:20px; }

body.subpage div#primary-content #column2 { width:241px; float:left; padding:27px 20px }
body.subpage div#primary-content #column2 h2 { color:#3f3c2b; font-size:2.4em; line-height:160% }

body.subpage div#primary-content #column3-wide { width:95%; float:right; padding:27px 0px 27px 27px; }
body.subpage div#primary-content #column3-wide h2 { color:#3f3c2b; font-size:2.4em; line-height:160% }
body.subpage div#primary-content #column3-wide h3 { color:#72611b; font-size:1.6em; }
body.subpage div#primary-content #column3-wide p { line-height:180% }
#column4 { background:url(../images/ctas/title-cta-bg.jpg) repeat-x top #545140; margin-top:10px;}
#column4 p { color:#fff; padding:10px 20px 10px 20px; line-height:160%; font-size:1.2em; }
#column4 h2.strap-line { font-size:1.8em; text-align:center; color:#fff; padding:15px 15px;}

/* 3.6 - secondary content */
div#secondary-content {  }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer {  }

/* -----------------------------------------------
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#primary-navigation { background:url(../images/backgrounds/navigation-bg.jpg) no-repeat 50% 50%; height:42px; margin:0 0 12px 0; padding:0 0 0 228px }
ul#primary-navigation li { float:left; list-style:none }
ul#primary-navigation li a { overflow:hidden }
ul#primary-navigation li a:hover { background-position:-50% 100% }
ul#primary-navigation li a.current { background-position:-50% 100% }


#home-nav { width:61px; height:42px; text-indent:-9999px }
#home-nav a { width:61px; height:42px; background:url(../images/navigation/index-nav.jpg) no-repeat top left; display:block }

#design-nav { width:73px; height:42px; text-indent:-9999px }
#design-nav a { width:73px; height:42px; background:url(../images/navigation/design-nav.jpg) no-repeat top left; display:block }

#supply-nav { width:69px; height:42px; text-indent:-9999px }
#supply-nav a { width:69px; height:42px; background:url(../images/navigation/supply-nav.jpg) no-repeat top left; display:block }

#service-nav { width:120px; height:42px; text-indent:-9999px }
#service-nav a { width:120px; height:42px; background:url(../images/navigation/service-nav.jpg) no-repeat top left; display:block }

#photo-nav { width:62px; height:42px; text-indent:-9999px }
#photo-nav a { width:62px; height:42px; background:url(../images/navigation/photo-nav.jpg) no-repeat top left; display:block }

#contact-nav { width:76px; height:42px; text-indent:-9999px }
#contact-nav a { width:76px; height:42px; background:url(../images/navigation/contact-nav.jpg) no-repeat top left; display:block }

#special-offers-nav { width:113px; height:42px; text-indent:-9999px; margin-left:114px; }
#special-offers-nav a { width:113px; height:42px; background:url(../images/navigation/special-offers-nav.jpg) no-repeat top left; display:block;  }

/* 4.2 - 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:#000; text-decoration:none }
ul#footer-links li a:hover {color:#336666} 
div#footer span {float:left; font-size:1.1em; margin:0 0 0 0}
div#footer span a {color:#000; text-decoration:none }
div#footer span a:hover {color:#336666}

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

ul#index-ctas { clear:both; margin-top:15px }

ul#index-ctas li a { color:#e82e2f}
ul#index-ctas li a:hover { color:#fff}
ul#index-ctas li { width:288px; float:left; list-style:none }
ul#index-ctas li h2 { background:url(../images/ctas/title-cta-bg.jpg) repeat-x #545140; color:#fbde27; font-size:1.8em; padding:15px; }
ul#index-ctas li#oil-monitoring { height:350px; width:288px; background:url(../images/ctas/oil-monitoring-cta-bg.jpg) no-repeat top left; }
ul#index-ctas li#oil-monitoring p { color:#fff; padding:10px 150px 30px 20px; line-height:160%; font-size:1.1em; }
ul#index-ctas li#mot-testing { height:350px; width:288px; background:url(../images/ctas/mot-testing-cta-bg.jpg) no-repeat top left; margin:0 17px }
ul#index-ctas li#mot-testing p { color:#fff; padding:10px 150px 30px 20px; line-height:160%; font-size:1.1em; }
ul#index-ctas li#news-feed { height:350px; width:288px; background:url(../images/ctas/news-feed-cta-bg.jpg) no-repeat top left }
ul#index-ctas li#news-feed  p { color:#fff; padding:10px 20px; line-height:160%; font-size:1.1em; }
ul#index-ctas li#news-feed  h3 { margin:0 3px 0 20px; color:#e82e2f; line-height:100%; font-size:1.3em; }
ul#index-ctas li#design1 { height:350px; width:288px; background:url(../images/ctas/design1-cta-bg.jpg) no-repeat top left; }
ul#index-ctas li#design1 p { color:#fff; padding:10px 150px 30px 20px; line-height:160%; font-size:1.1em; }
ul#index-ctas li#design2 { height:350px; width:288px; background:url(../images/ctas/design2-cta-bg.jpg) no-repeat top left; margin:0 17px }
ul#index-ctas li#design2 p { color:#fff; padding:10px 150px 30px 20px; line-height:160%;  font-size:1.1em;}
ul#index-ctas li#supply1 { height:350px; width:288px; background:url(../images/ctas/supply1-cta-bg.jpg) no-repeat top left; }
ul#index-ctas li#supply1 p { color:#fff; padding:10px 150px 30px 20px; line-height:160%;  font-size:1.1em;}
ul#index-ctas li#service1 { height:350px; width:288px; background:url(../images/ctas/service1-cta-bg.jpg) no-repeat top left; }
ul#index-ctas li#service1 p { color:#fff; padding:10px 150px 30px 20px; line-height:160%; font-size:1.1em; }
ul#index-ctas li#service2 { height:350px; width:288px; background:url(../images/ctas/service2-cta-bg.jpg) no-repeat top left; margin:0 17px }
ul#index-ctas li#service2 p { color:#fff; padding:10px 150px 30px 20px; line-height:160%; font-size:1.1em; }

ul#sub-links {}
ul#sub-links li { list-style:none; margin-bottom:1px }
ul#sub-links li a { background:#f1e492; color:#666; font-weight:bold; display:block; padding:12px 6px }
ul#sub-links li a:hover { background:#c0ae41; color:#fbdd27 }

/* -----------------------------------------------
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:10px 20px 20px 20px;}
.bullet-list li { list-style:url(../images/global/bullet.jpg); padding-bottom:5px;}
.news-entry { padding-bottom:60px; clear:both; padding-right:20px; background-image:url(../images/news/seperation-bg.jpg); background-repeat:no-repeat; background-position:bottom;}
.news-image { float:right; border:#72611b 2px solid; clear:both; margin: 5px 0 20px 20px;}
.gallery-pics { padding:10px 0}
.gallery-pics li { list-style:none; width:95px; height:95px; float:left;}
.gallery-pics li a img { float:left;}
.gallery-pics li a { float:left; border:#CCCCCC solid 2px;}
.gallery-pics li a:hover { float:left; border:#666666 solid 2px;}
.pad-top { padding-top:20px;} 
.centre-van { width:260px; margin-left:130px; float:left; margin-top:12px; }

div#basescript { padding-top:50px; clear:both; width:900px; margin:0 auto; text-align:left;}
div#basescript h2 {color:#000; font-size:1em; font-weight:bold;}
div#basescript p {color:#000; font-size:1em;}
div#basescript strong, em {font-style:normal; font-weight:normal; color:#000;}

ul#basewords { width:900px; text-align:center; margin:0 auto }
ul#basewords li { list-style:none; display:inline; margin:0 4px; font-weight:normal; font-size:0.8em }
