/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT4
	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:970px; background:#000 }
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 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 }

/* 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 */
body.entry div#container { width:100%; margin:0 auto; position:relative; text-align:left;  background:#000;   }
body.home div#container { width:100%; margin:0 auto; position:relative; text-align:left;  background:url(../images/bg/header-bg.jpg) no-repeat center top;   }
body.sub div#container { width:100%; margin:0 auto; position:relative; text-align:left;  background:url(../images/bg/concrete-bg.jpg) no-repeat center top;   }

.wrapper{ width:970px; margin:0 auto; position:relative; text-align:left}
/* 3.3 - header */
div#header {}

/* 3.4 - content */
div#content { }

/* 3.5 - primary content */
div#primary-content {}
body.sub div#primary-content { background:url(../images/bg/top-content.gif) top no-repeat; width:970px; padding:19px 0 0 0  }
body.sub div#primary-content #middle{background:url(../images/bg/middle-content.gif) top repeat-y; width:970px; position:relative}
body.sub div#primary-content #bottom{background:url(../images/bg/bottom-content.gif) bottom no-repeat; width:970px; padding:0px 0 0px 0; height:19px; position:relative}

/* 3.6 - secondary content */
body.home div#secondary-content { background:url(../images/bg/top-content.png) top no-repeat; width:970px; padding:19px 0 0 0  }
body.home div#secondary-content #middle{background:url(../images/bg/middle-content.png) top repeat-y; width:970px; position:relative}
body.home div#secondary-content #bottom{background:url(../images/bg/bottom-content.png) bottom no-repeat; width:970px; padding:0px 0 0px 0; height:19px; position:relative}

body.home .column-a{float:left; width:270px; padding:15px}
body.home .column-b{float:left; width:270px; padding:15px 35px}
body.sub .column-wrapper{float:left; width:610px; padding:15px}
body.sub .column-a{float:left; width:270px; padding:15px 15px 15px 0}
body.sub .column-b{float:left; width:270px; padding:15px 15px}
.column-full{float:left; width:570px; padding:15px 15px 15px 0}
.column-full dl{width:600px; float:left}
.column-full dl dt{ font-weight:bold}
.column-full dl dd{ background:url(../images/global/bullet.gif) no-repeat left; padding-left:10px; margin:5px 0px; width:250px; float:left}

.column-full ul{list-style:none;}
.column-full ul li{margin:5px 0; font-weight:bold}
.project-wrapper{float:left; margin-bottom:5px; width:640px}

.column-c{float:right; width:270px; padding:15px 25px 15px 25px}
.column-c p{color:#FFFFFF;}
.column-c #downloads {list-style:none;}
.column-c #downloads li{background:url(../images/logos/pdfs.gif) no-repeat left center; padding:15px 0 15px 35px; display:block}
.column-c #downloads li a{color:#397da6; font-weight:bold}
.column-c #downloads li a:hover{color:#FFFFFF;}

.column-c #contact-info {list-style:none;}
.column-c #contact-info li{ color:#FFFFFF; font-weight:bold; margin-bottom:8px}
.column-c #contact-info li a{color:#397da6; font-weight:bold}
.column-c #contact-info li a:hover{color:#FFFFFF;}
.column-c a.contact-us-btn{background:url(../images/btn/contact-us-btn.gif) top no-repeat; width:124px; height:32px; display:block; text-indent:-3000em;}
.column-c a.contact-us-btn:hover{background:url(../images/btn/contact-us-btn.gif) bottom no-repeat; }
.our-range dd{background:url(../images/global/bullet.gif) no-repeat left; padding:0 0 0 10px; line-height:18px}

.column-d{float:left; width:580px; padding:15px}
.column-d .castudytext{width:270px; float:left}
.column-d .casestudyimgleft{float:left; padding-right:15px}
.column-d .casestudyimgright{float:right}
.highlighted-words{color:#1a455e; font-weight:bold}

.contact-info address{color:#FFFFFF; font-style:normal; font-size:13px; font-weight:bold; margin-bottom:12px; line-height:18px}
/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer {  }
.forte{float:left; width:300px; color:#333333;}
.forte a{color:#333333; padding:0 2px}
.footer-links{float:right; width:280px; list-style:none}
.footer-links li{float:left; color:#333333;}
.footer-links li a{color:#333333; padding:0 2px}

#seo{padding:150px 0 0 0 }
#seo h1{ color:#666666}
#seo p{ color:#666666}
ul#basewords { list-style:none }
ul#basewords li { float:left; color:#666; margin-right:8px }
ul#basewords strong { font-weight:normal }
#entry-lower-info{padding:20px 0 0 0 }
#entry-lower-info p{color:#666666; padding-bottom:40px; text-align:center}
#entry-lower-info a{color:#666666; text-decoration:underline;}

/* -----------------------------------------------
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
----------------------------------------------- */


/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */
.link{color:#397DA6}
.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 }