/*
-------------------------------------------------
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:"MS Serif", "Microsoft Sans Serif", Arial, Helvetica; line-height:1.4em; color:#000; background:#002e56; }
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.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:#fff; margin:0 0 12px 0 }
a { color:#f5a01a }
a:hover { color:#FFFFFF  }
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 */
div#container { width:960px; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header {background:none; color:#FFFFFF; margin-top:55px; border-bottom:dotted 3px #f5a01a  }
#header h1 {float:left;}
#header dl {float:left; width:145px; padding-left:100px;}
#header ul {list-style:none; padding-left:5px; margin:15px 0px;}
#header li { margin:15px 0px;}
/* 3.4 - content */
div#content { background:none; }

/* 3.5 - primary content */
div#primary-content { background:none; margin:30px 0 0 0; border-bottom:dotted 3px #f5a01a  }

/* 3.6 - secondary content */
div#secondary-content { background:none; border-bottom:dotted 3px #f5a01a; padding:30px 0 0 0}

/* 3.7 - tertiary content */
div#tertiary-content { background:none; }

/* 3.8 - footer */
div#footer { padding:15px 0 0 0 }

/* -----------------------------------------------
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
----------------------------------------------- */

div#primary-content h2 {width:530px; color:#f5a01a; float:left; font-weight:normal; margin:0 0 5px 0}
div#primary-content p {font-size:1.4em; line-height:18px; color:#fff; width:530px; float:left; margin:0 0 30px 0 }
div#primary-content dl {width:290px; float:right; margin:0 30px 30px 0; color:#fff; font-size:1.4em; line-height:18px }
.clients-name {color:#FF6600;}
.highlighted-text {color:#FFFFFF;}


#secondary-content dl {width:290px; float:left; margin:0 30px 30px 0 ; color:#fff; font-size:1.4em; line-height:18px; }
#header dt {color:#FFFFFF; font-size:1.4em; font-weight:bold; padding:0px 0px 5px 0px;}
#header ul {color:#FFFFFF; font-size:1.2em; font-weight:bold; padding:0px 0px 5px 0px;}

div#footer p { font-size:1.4em; color:#fff; margin:0 0 5px 0 }
div#footer p.first { color:#f5a01a }

/* -----------------------------------------------
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 }