/*
-------------------------------------------------
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:#000000  }
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;  padding:1.0em 0 0;  }
a {color:#FFFFFF  }
a:hover {color:#0099FF   }
a:visited {  }
a:active {  }
ul { margin:0 0 5px 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 */
div#container { width:100%; margin:0 auto; position:relative; text-align:left;   }

/* 3.3 - header */
div#header { background:#000; width:960px; margin:0 auto}
div#header-outer{width:100%;  background: #fff url(../images/global/backgrounds/header-bg.gif) repeat-x; }

/* 3.4 - content */
div#content-outer {width:100%;  background: #fff url(../images/global/backgrounds/content-bg.gif) repeat-x; }
div#content {width:960px; margin:0 auto; padding:0px 0px 20px 0px }

/* 3.5 - primary content */
div#primary-content { width:254px; padding:0px 20px 0px 20px; float:left }
div#primary-content li{ list-style:none }

/* 3.6 - secondary content */
div#secondary-content { width:254px; padding:0px 20px 0px 20px; float:left }
div#secondary-content li{ list-style:inside }

/* 3.7 - tertiary content */
div#tertiary-content { width:320px; padding:0px 0px 0px 20px; float:left }

/* 3.8 - footer */
div#footer {width:960px; margin:0 auto; padding:25px 0px 20px 0px }
div#footer-outer {width:100%; background:#000 url(../images/global/backgrounds/footer-bg.gif) repeat-x;  }

/*3.9*/
div#wider-content {width:508px; padding:0px 33px 0px 33px; float:left;}
div#full-content {width:860px; padding:0px 33px 0px 33px; float:left; }
div#full-primary-content{margin:0 auto; width:812px;}
#product-list li{list-style:none;}
.gallery { float:left;}
.gallery li{list-style:none; border-top:1px solid #003366; width:500px; float:left; }
.gallery img {float:left; padding:20px 10px 20px 0px}
.gallery h4 {padding:20px 10px}


/* -----------------------------------------------
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
----------------------------------------------- */
#main-body{width:100%; margin:0 auto}
ul#primary-navigation {margin:15px 12px; float:right}
ul#primary-navigation li{float:left; margin:0px 10px 0px 10px; list-style:none; font-size:12px}
ul#primary-navigation li a{color:#FFFFFF; font-weight:bold}
ul#primary-navigation li a:hover{color:#0099FF; font-weight:bold}

ul#text-resizer li{float:left; margin:18px 10px 0px 10px; list-style:none; font-size:12px}
ul#text-resizer li a{color:#FFFFFF;}
ul#text-resizer li a:hover{color:#0099FF;}

#flashcontent{padding-top:56px; margin:0 auto; width:960px}

#feature-list li {list-style:none; float:left; margin:5px 5px;}

ul#footer-navigation {margin:-25px 12px; float:right}
ul#footer-navigation li{float:left; margin:0px 10px 0px 10px; list-style:none;}
ul#footer-navigation li a{color:#FFFFFF}
ul#footer-navigation li a:hover{color:#0099FF}

div#basecript {padding:10px 0px 0px 0px;}
div#basecript h2 {color:#666; font-size:11px}
div#basecript p {color:#666;font-size:11px}

ul#basewords { text-align:center; font-size:10px}
ul#basewords li { list-style:none; display:inline; margin:0 6px; color:#666 }

/*#feature-list {padding-top:20px;}
#feature-list   li {list-style:none; display:inline; float:left;}
#feature-list   li a {display:block; border:3px solid #9cb9cd;}
#feature-list   li a:hover {border:3px solid #0099FF;}
#feature-list  a:hover {background:none;}
#feature-list  img { margin-bottom: -1px; }*/



/* Page Titles */
#welcomeTtl {width:136px; height:59px; background:url(../images/headings/welcomeTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px;}
#productsTtl {width:140px; height:59px; background:url(../images/headings/productsTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px;}
#welcomeTtl {width:165px; height:59px; background:url(../images/headings/welcomeTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px;}
#featuresTtl {width:135px; height:59px; background:url(../images/headings/featuresTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px;}
#servicesTtl {width:135px; height:59px; background:url(../images/headings/servicesTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px;}
#contactTtl {width:297px; height:59px; background:url(../images/headings/contactTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px;}

#naturalgasTtl  {width:670px; height:59px; background:url(../images/headings/naturalgasTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px; margin-left:30px}

#watercoursesTtl  {width:670px; height:59px; background:url(../images/headings/watercoursesTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px; margin-left:30px}

#lpgsafetyTtl  {width:670px; height:59px; background:url(../images/headings/lpgsafetyTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px; margin-left:30px}

#electricalcoursesTtl  {width:670px; height:59px; background:url(../images/headings/electricalcoursesTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px; margin-left:30px}

#aplTtl  {width:670px; height:59px; background:url(../images/headings/aplTtl.jpg) no-repeat; text-indent:-9999px; margin-bottom:33px; margin-left:30px}




/*Styling*/

.home-list h4{ font-weight:bold}
.home-list ul{padding-left:0px; list-style:none;}
.home-list li{padding:10px 0; background:url(../images/global/other/bullet.jpg) no-repeat 0 50%; color:#3074D0;  padding:10px 0px 8px 10px; margin-left:0px }
.home-list li a {color:#3074D0; text-decoration:underline}


.services-list-home ul { list-style:none; padding-top:30px;}
.services-list-home li {padding:5px 0px 10px 0px;}
.services-list-home li a{ color:#57668d; text-decoration:underline;}
.services-list-home li a:hover{color:#000; }
.services-list-home  a{ color:#57668d; text-decoration:underline;}
.services-list-home  a:hover{color:#000;}

.blue-text {color:#3074d0;}
.inline-link a{ color:#57668d; text-decoration:underline;}
.inline-link a:hover{color:#000;}

.no-replaced-title{margin-top:95px;}
.contact-detail {list-style:none;}
.address-contact-page{font-style:normal;}
/*TABLES*/

table {border:1px #333333 solid; margin-bottom:50px; width:810px; margin-left:0px; margin:0 auto}
th {border:1px #333333 solid; background:#6699FF; padding:5px 5px; color:#FFFFFF; text-align:center;}
td {border:1px #333333 solid; padding:5px 5px; text-align:center;}

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */
.forte-trinity {font-size:10px;}
.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 }