/*
-------------------------------------------------
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 }
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.1em; color:#000; margin:0 0 12px 0 }
a {  }
a:hover {  }
a:visited {  }
a:active {  }
ul { margin:0 0 0px 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:none; }
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 { background:url(../images/background/header-bg.gif) repeat-x  }
body.sub div#header { background:#000 url(../images/background/sub-header-bg.gif) repeat-x  }
div#header #topBar{ float:left; width:982px; height:40px}
div#header #topBar ul#contact{list-style:none; float:left; margin-bottom:0px}
div#header #topBar ul#contact li{float:left; display:block; margin-bottom:0px}
div#header #topBar ul#contact li#telephone{ background:url(../images/global/telephone.gif) no-repeat; width:130px; height:38px; text-indent:-3000em}
div#header #topBar ul#contact li#email a{ background:url(../images/global/email.gif) top left no-repeat; width:300px; height:38px; text-indent:-3000em; display:block; cursor:pointer}
div#header #topBar ul#contact li#email a:hover{ background:url(../images/global/email.gif) bottom left no-repeat;}

div#header #primary-navigation{ float:right; margin-bottom:0px}
div#header #primary-navigation li{float:left; display:block; padding:0 10px; margin-bottom:0px}
div#header #primary-navigation li a{display:block; text-indent:-3000em;}
div#header #primary-navigation li#home-btn a{background:url(../images/global/home-btn.gif) top left no-repeat; width:36px; height:38px;}
div#header #primary-navigation li#home-btn a:hover{background:url(../images/global/home-btn.gif) bottom left no-repeat; }
div#header #primary-navigation li#quality-btn a{background:url(../images/global/quality-btn.gif) top left no-repeat; width:43px; height:38px;}
div#header #primary-navigation li#quality-btn a:hover{background:url(../images/global/quality-btn.gif) bottom left no-repeat; }
div#header #primary-navigation li#services-btn a{background:url(../images/global/services-btn.gif) top left no-repeat; width:53px; height:38px;}
div#header #primary-navigation li#services-btn a:hover{background:url(../images/global/services-btn.gif) bottom left no-repeat; }
div#header #primary-navigation li#testimonials-btn a{background:url(../images/global/testimonials-btn.gif) top left no-repeat; width:76px; height:38px;}
div#header #primary-navigation li#testimonials-btn a:hover{background:url(../images/global/testimonials-btn.gif) bottom left no-repeat; }
div#header #primary-navigation li#contact-btn a{background:url(../images/global/contact-btn.gif) top left no-repeat; width:48px; height:38px;}
div#header #primary-navigation li#contact-btn a:hover{background:url(../images/global/contact-btn.gif) bottom left no-repeat; }

/* 3.4 - content */
div#content {background:url(../images/background/bg.gif) repeat-x; }

/* 3.5 - primary content */
div#primary-content { margin:0px 18px; padding:20px 0 }

/* 3.6 - secondary content */
div#secondary-content {margin:0px 18px;  }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer { background:#000000  }

div#footer span{float:left; padding:20px 0; color:#FFFFFF}
div#footer span a{color:#FFFFFF; padding:0 2px}
div#footer span a:hover{ color:#0066CC}
div#footer ul{ list-style:none; float:right; padding:20px 0}
div#footer ul li{ float:left; color:#FFFFFF;}
div#footer ul li a{ color:#FFFFFF; padding:0 5px}
div#footer ul li a:hover{color:#0066CC}

/* -----------------------------------------------
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
----------------------------------------------- */
#flash-content{width:982px; height:485px; float:left}
#flash-content ul{list-style:none;}
#banner-content{background:#000; width:982px; height:223px; float:left}


/*Titles*/
#pipelineFabrications-ttl{background:url(../images/ttl/pipeline-fabrication-ttl.gif) no-repeat; width:500px; height:38px; text-indent:-3000em; display:block;}
#design-ttl{background:url(../images/ttl/design-ttl.gif) no-repeat; width:300px; height:38px; text-indent:-3000em; display:block;}
#about-us-ttl{background:url(../images/ttl/about-us-ttl.gif) no-repeat; width:300px; height:38px; text-indent:-3000em; display:block;}
#safety-ttl{background:url(../images/ttl/safety-ttl.gif) no-repeat; width:300px; height:38px; text-indent:-3000em; display:block;}
#quality-assurance-ttl{background:url(../images/ttl/quality-assurance-ttl.gif) no-repeat; width:500px; height:38px; text-indent:-3000em; display:block;}
#what-our-clients-say-ttl{background:url(../images/ttl/what-our-clients-say-ttl.gif) no-repeat; width:500px; height:38px; text-indent:-3000em; display:block;}
#contact-form-ttl{background:url(../images/ttl/contact-form-ttl.gif) no-repeat; width:500px; height:38px; text-indent:-3000em; display:block;}
#location-ttl{background:url(../images/ttl/location-ttl.gif) no-repeat; width:500px; height:38px; text-indent:-3000em; display:block;}
#cta{list-style:none;}
#cta li{float:left; width:295px}
#cta li.middle{padding:0 30px;}
#cta li dl{ list-style:none}
#cta li dl dt{text-indent:-3000em; display:block; height:30px; width:295px}
#cta li dl dt#quality-ttl{background:url(../images/ttl/quality-and-safety-environment.gif) no-repeat}
#cta li dl dt#services-ttl{ background:url(../images/ttl/services.gif) no-repeat}
#cta li dl dt#testimonials-ttl{ background:url(../images/ttl/testimonials.gif) no-repeat}
#cta li dl dd{}
#cta li dl dd.text{padding:20px 0}
#cta li dl dd strong{display:block; padding:5px 0px}
#cta li dl dd a{background:url(../images/global/arrow.gif) no-repeat left center; padding:10px 0 10px 40px; text-decoration:underline; color:#000000; font-weight:bold}
#cta li dl dd a:hover{background:url(../images/global/arrow-hover.gif) no-repeat left center;}


/*Services page*/
.pipeline{width:600px; float:left;}
.pipeline p{font-size:1.2em; line-height:135%}
.design{float:right; width:300px;}
.design p{font-size:1.2em; line-height:135%}
.pipelineList{list-style:none;}
.pipelineList dt{width:600px; font-size:1.4em; font-weight:bold; padding:12px 0}
.pipelineList dd{width:240px; float:left; background:url(../images/global/small-arrow.gif) no-repeat left center; padding:10px 0 10px 40px; font-size:1.1em}
.notice{background:#1a1a1a; padding:10px; color:#FFFFFF; font-size:1.3em; font-weight:bold}
.pipelineList li{width:240px; float:left; background:url(../images/global/small-arrow.gif) no-repeat left 30%; padding:10px 0 10px 40px; font-size:1.1em}


/*Testimonials*/
#testimonialList{list-style:none;}
#testimonialList li{padding:10px 0; float:left; width:600px}
#testimonialList li dl{list-style:none;}
#testimonialList li dl dt{ float:left;}
#testimonialList li dl dd{ float:right; width:400px}
#testimonialList li dl dd.comment{line-height:125%;}
#testimonialList li dl dd.client{font-style:italic; padding-top:10px}


/*Contact*/
body.contact p{ color:#333333}
body.contact address{ font-style:normal; color:#333333; font-size:1.2em}
body.contact a{color:#000000;}
body.contact a:hover{ text-decoration:underline;}
body.contact ul{ list-style:none;}
body.contact ul li{margin-bottom:12px;}

/* basewords */
ul#basewords li { margin-right:7px }
ul#basewords li strong { font-weight:normal }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */
.wrapper{width:982px; margin:0 auto; text-align:left}

.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 }
