/*
-------------------------------------------------
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:960px; background:url(../images/global/backgrounds/mainBg.gif) repeat-x top #fff;  }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:"Lucida Sans", "Lucida Grande"; line-height:1.4em; color:#fff }
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:#fff; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#fff; margin:0 0 12px 0 }
h3 { font-size:1.3em; color:#fff; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#fff; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#fff; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#fff; margin:0 0 12px 0 }
p {  font-size:1.1em; color:#666; margin:0 0 12px 0; line-height:16px }
a { color:#d6170d; }
a:hover {color:#666  }
a:visited {  }
a:active {  }
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:none;  border-left:none }
th, td { border-bottom:none; border-right:none }
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.ttl-name {}
h2.ttl-select-products {}

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:100%; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header-outer {  height:83px;}

div#header { width:960px; height:83px; margin:0 auto }

/* 3.4 - content */
div#content-outer { background-color:#000000;  border-top:#dcdcdd 3px solid;}
body.index div#content { width:960px;  margin:0px auto;   }

div#content { width:960px; background:#000; margin:10px auto; position:relative;   }

/* 3.5 - primary content */

div#primary-content { float:right; width:610px; padding:25px 0 0 0 }
body#sub-page div#primary-content { float:right; width:605px; padding:25px 0 0 0; color:#FFFFFF; }
body#sub-page div#primary-content h2 { color:#d6170d;}
body#sub-page div#primary-content p { color:#FFFFFF;}


body.sub div#primary-content .primary-sub {width:290px; float:left; margin:0 5px; }
body.sub div#primary-content .primary-sub span{color:#70ba4f}
body.sub div#primary-content .primary-sub h3 {border-top:1px #E4E4E4 solid; padding-top:14px}
body.sub div#primary-content .primary-sub dl {}
body.sub div#primary-content .primary-sub dt {color:#70ba4f; margin:5px 0; font-size:1.3em; font-weight:bold}
body.sub div#primary-content .primary-sub dd { margin:5px 0; padding:5px 0; line-height:16px}

body.contact div#primary-content .primary-sub {width:450px; float:left; margin:0 5px; }

/*CTAs*/
body.index .cta {width:198px; margin:0 5px 0 0; float:left}
body.index #cta-1 {width:198px; background:url(../images/cta/cta-1-bg.jpg) no-repeat; height:230px; position:relative;}
body.index #cta-2 {width:198px; background:url(../images/cta/cta-2-bg.jpg) no-repeat; height:230px; position:relative;}
body.index #cta-3 {width:198px; background:url(../images/cta/cta-3-bg.jpg) no-repeat; height:230px; position:relative;}

body.index .cta-hover  {position:absolute; width:192px; margin:0 0px; bottom:4px; left:3px; background:url(../images/cta/bg2.png) no-repeat bottom center;}
body.index .cta-hover h2 {color:#FFFFFF; font-size:1em; font-weight:600; text-align:center; background-color:#d83830; padding:5px 0; margin-bottom:0px;}
body.index .cta-hover p {color:#333333; background:url(../images/cta/bg.png); padding:5px 10px 5px 10px; margin:0 0 9px 0px; font-size:1em;}
body.index .cta-hover a { color:#FFFFFF;}
body.index .cta-hover a:hover { color:#666;}

.cta-border {margin: 0 2px}
.cta-border {list-style:none; display:inline; float:left;}
.cta-border a {display:block; }
.cta-border:hover {}

body.index #cta-1 ul, body.index #cta-2 ul, body.index #cta-3 ul { color:#333333; background:url(../images/cta/bg.png);  padding:5px 5px 5px 10px; margin:0 0 9px 0px; font-size:1em;}
body.index #cta-1 ul li, body.index #cta-2 ul li, body.index #cta-3 ul li { list-style:none; padding-bottom:2px;}


/*primary navigation*/

ul#primary-navigation li a{color:#FFFFFF; height:30px;}
ul#primary-navigation li a:hover, ul#primary-navigation li a.current {color:#0099FF; background-position:50% -30px; border-bottom:none}


ul#primary-navigation {float:right;  height:30px;list-style:none; display:inline; margin:0px 0 0 0;padding-top:53px; padding-right:4px; font-size:13px;}
ul#primary-navigation li {float:left; padding:0px; margin-right:1px }

#nav-home {width:71px; text-indent:-3000px}
#nav-home a {width:71px; height:30px; background:url(../images/global/navigation/nav-home.jpg) top left no-repeat; display:block}
#nav-contact {width:71px; text-indent:-3000px}
#nav-contact a {width:71px; height:30px; background:url(../images/global/navigation/nav-contact.jpg) top left no-repeat; display:block}
#nav-hiab {width:161px; text-indent:-3000px}
#nav-hiab a {width:161px; height:30px; background:url(../images/global/navigation/nav-hiab.jpg) top left no-repeat; display:block}
#nav-rubber {width:85px; text-indent:-3000px}
#nav-rubber a {width:85px; height:30px; background:url(../images/global/navigation/nav-rubber.jpg) top left no-repeat; display:block}
#nav-metal {width:98px; text-indent:-3000px}
#nav-metal a {width:98px; height:30px; background:url(../images/global/navigation/nav-metal.jpg) top left no-repeat; display:block}
#nav-bailiffs {width:71px; text-indent:-3000px}
#nav-bailiffs a {width:71px; height:30px; background:url(../images/global/navigation/nav-bailiffs.jpg) top left no-repeat; display:block}



/* 3.6 - secondary content */
div#secondary-content { float:left; width:340px;  margin-bottom:400px; }
div#secondary-content p { color:#FFFFFF;}

/* 3.7 - tertiary content */
div#tertiary-content { float:right; width:605px; margin:10px 0 40px 0; }
body#sub-page div#tertiary-content p { color:#FFFFFF; }
body.index div#tertiary-content { float:right; width:605px; margin:30px 0 10px 0; }

body.index div#tertiary-content p {width:330px; float:left;  color:#fff;}
body.index div#tertiary-content h3 {width:330px;  color:#fff; font-size:1.2em; }
body.index div#tertiary-content img { margin:0px 0 0 15px; float:right;}

/* 3.8 - footer */
div#footer-outer {  margin:0px 0 0 0; background-color:#FFFFFF; border-top:#dcdcdd 4px solid;  }
div#footer {width:960px;  margin:0 auto; padding-top:20px; }

ul#contact-details-footer {list-style:none; float:left; margin-left:10px; width:300px; font-size:1.2em;  z-index:999; position:relative;}
ul#contact-details-footer span {color:#d6170d;}
ul#contact-details-footer span em {padding-left:15px;}
ul#contact-details-footer li {color:#666; width:250px; padding-bottom:3px;}
.extra-padding {padding-left:95px;}
ul#footer-navigation {list-style:none; float:right; margin-top:0px; margin-right:10px; color:#666; font-size:1em;}
ul#footer-navigation li {float:left; padding:0px 0 0 10px; }
ul#footer-navigation li a {color:#666; text-transform:capitalize;}
ul#footer-navigation li a:hover {color:#d6170d}

/*SEO*/
div#SEO { padding:50px 0 0px 0; background-color:#FFFFFF;}
div#SEO h1{width:960px; margin:0 auto; font-size:11px; color:#333333; padding:10px 0 10px 0}
div#SEO p {width:960px; margin:0 auto; font-size:10px; color:#666666; }

/* -----------------------------------------------
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 }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/*TITLES*/
body.index #index-ttl{ background:url(../images/titles/index.jpg) no-repeat; width:455px; height:22px; text-indent:-3000px; margin-top:10px; float:left; }
#about-us-ttl{background:url(../images/titles/about-us-ttl.jpg) no-repeat; width:268px; text-indent:-3000px; height:30px; margin:10px 0 10px 5px}
#services-ttl{background:url(../images/titles/services-ttl.jpg) no-repeat; width:268px; text-indent:-3000px; height:30px; margin:10px 0 10px 5px}
#clients-ttl{background:url(../images/titles/clients-ttl.jpg) no-repeat; width:268px; text-indent:-3000px; height:30px; margin:10px 0 10px 5px}
#terms-ttl{background:url(../images/titles/terms-ttl.jpg) no-repeat; width:268px; text-indent:-3000px; height:30px; margin:10px 0 10px 5px}
#faq-ttl{background:url(../images/titles/faq-ttl.jpg) no-repeat; width:268px; text-indent:-3000px; height:30px; margin:10px 0 10px 5px}

#hiab-ttl{background:url(../images/titles/hiab-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}
#hiab2-ttl{background:url(../images/titles/hiab2-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}
#waste-ttl{background:url(../images/titles/waste-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}
#metal-ttl{background:url(../images/titles/metal-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}
#metal2-ttl{background:url(../images/titles/metal2-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}
#bailiffs-ttl{background:url(../images/titles/bailiffs-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}
#bailiffs2-ttl{background:url(../images/titles/bailiffs2-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}
#contact-ttl{background:url(../images/titles/contact-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}
#quick-contact-ttl{background:url(../images/titles/quick-contact.gif) no-repeat; width:201px; text-indent:-3000px; height:18px; margin:20px 0 10px 10px}
#compliance-ttl{background:url(../images/titles/compliance-ttl.gif) no-repeat; width:201px; text-indent:-3000px; height:18px; margin:20px 0 10px 10px}
#waste2-ttl{background:url(../images/titles/waste-rubber-services-ttl.gif) no-repeat; width:500px; text-indent:-3000px; height:18px; margin:20px 0 10px 0px}

#faq-h2{margin-left:5px;}
#large-tel { background:url(../images/global/other/large-tel.jpg) no-repeat; width:330px; text-indent:-3000px; height:77px;}
#large-tel2 { background:url(../images/global/other/large-tel2.jpg) no-repeat; width:330px; height:21px; padding:45px 0 0 10px;}
#large-tel2 a { color:#FFFFFF; font-size:1.6em;}
#large-tel2 a:hover { color:#d6170d;}
#recycled-materials { background:url(../images/global/other/recycled-materials.jpg) no-repeat; width:330px; text-indent:-3000px; height:97px;}


/*Compliance*/
#compliance { font-size:0.9em;}
#compliance h4 { padding-left:10px; font-size:1.2em; }
#compliance p { padding-left:10px; color:#FFFFFF; font-size:1.2em; line-height:12px; margin:5px 0 0 0;}

/*FAQs*/

dl.faq-lists dt{line-height:18px!important;}
#bullet-box { position:absolute; bottom:-60px; left:0px; float:left; }
#bullet-box-top { background:url(../images/global/other/bullet-box-top.jpg) no-repeat; width:330px; height:223px;}
#bullet-box-middle { background:url(../images/global/other/bullet-box-middle.jpg) repeat-y; width:330px;}
#bullet-box-bottom { background:url(../images/global/other/bullet-box-bottom.jpg) no-repeat; width:330px; height:16px;}

#bullet-box-middle ul {width:260px; margin-left:50px; padding-bottom:0px; margin-bottom:0px;}
#bullet-box-middle ul li { list-style-image:url(../images/global/other/bullet.jpg); color:#FFFFFF; }
#bullet-box-middle h4 { font-size:1.2em; margin-left:30px;}
#bullet-box-middle p { margin-left:30px; color:#FFFFFF; font-size:1.2em; width:280px;}
#bullet-box-middle p a { font-size:1.1em;}
#bullet-box-middle img { width:224px; margin:10px auto 0 auto; display:block;}
.bullet-list {padding:0px 0 10px 24px; margin:0px;}
.bullet-list li { list-style-image:url(../images/global/other/bullet2.jpg); color:#FFFFFF; padding-bottom:5px; }

.bullet-list2 {padding:0px 0 0 24px; margin:0px; float:left}
.bullet-list2 li { list-style-image:url(../images/global/other/bullet2.jpg); color:#FFFFFF; padding-bottom:15px; }

/*Header Contact Details*/
.header-contact{float:left; padding:0px 0 0 0px}
.header-contact li{list-style:none; font-size:14px; font-weight:bold; }
.header-contact li span{ color:#70BA4F }
#logo-img { background:url(../images/global/other/logo.jpg) no-repeat; width:173px; text-indent:-3000px; height:83px; margin:0px 0px 0px 0px; display:block; float:left;}

#basewords { width:960px; margin:auto; list-style:none; text-align:right  }
#basewords li { display:inline; margin:0 4px; color:#666}
#basewords strong { font-weight:normal }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */
#forte-link{padding:50px 0 0 0; font-size:0.9em;}
.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 }
.contact-arrow { margin-left:200px; width:81px; height:68px;}
.bullets-none { padding:5px 0;}
.bullets-none li { padding-bottom:3px; list-style:none;}
.pad-left { margin-left:10px;}
