/*
-------------------------------------------------
URI: http://www./
Created by KKCRV LLP
-------------------------------------------------

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 }
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:#666; margin:0 0 12px 0; line-height:16px }
a { color:#70BA4F  }
a:hover {color:#000000  }
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:60px; background:#efefef;   }

div#header { width:960px; height:60px; background:#efefef; margin:0 auto }

/* 3.4 - content */
div#content-outer {background:#fff;  }
body.index div#content { width:960px; background:#fff; margin:0px auto;   }

div#content { width:960px; background:#fff; margin:10px auto;   }

/* 3.5 - primary content */

div#primary-content { background:#fff; float:right; width:610px; padding:25px 0 0 0 }


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:188px; margin:0 0px; float:left}
body.index #cta-1 {width:188px; background:url(../images/cta/cta-1-bg.jpg) no-repeat; height:223px }
body.index #cta-2 {width:188px; background:url(../images/cta/cta-2-bg.jpg) no-repeat; height:223px}
body.index #cta-3 {width:188px; background:url(../images/cta/cta-3-bg.jpg) no-repeat; height:223px}

body.index .cta-hover  {position:relative; width:188px; margin:0 0px; top:153px; left:0px; background:url(../images/cta/hover-bg.png) no-repeat; height:70px}
body.index .cta-hover h3 {color:#FFFFFF; font-size:1.1em; font-weight:600; margin:0 0px 4px 3px; padding:4px 0; text-transform:uppercase}
body.index .cta-hover p {color:#FFFFFF; margin:8px 3px}

.cta-border {border:5px solid #efefef; margin: 0 2px}
.cta-border {list-style:none; display:inline; float:left;}
.cta-border a {display:block; border:5px solid #efefef;}
.cta-border:hover {border:5px solid #66cc66;}


/*primary navigation*/

ul#primary-navigation li a{color:#FFFFFF; height:30px;}
ul#primary-navigation li a:hover{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:30px; padding-right:4px; font-size:13px;}
ul#primary-navigation li {float:left; padding:0px; margin-right:1px }

#home-btn {width:59px; text-indent:-3000px}
#home-btn a {width:59px; height:30px; background:url(../images/global/navigation/home-btn.jpg) top left no-repeat; display:block}
#about-us-btn {width:59px; text-indent:-3000px}
#about-us-btn a {width:59px; height:30px; background:url(../images/global/navigation/about-us-btn.jpg) top left no-repeat; display:block}
#services-btn {width:59px; text-indent:-3000px}
#services-btn a {width:59px; height:30px; background:url(../images/global/navigation/services-btn.jpg) top left no-repeat; display:block}
#clients-btn {width:59px; text-indent:-3000px}
#clients-btn a {width:59px; height:30px; background:url(../images/global/navigation/clients-btn.jpg) top left no-repeat; display:block}
#terms-btn {width:59px; text-indent:-3000px}
#terms-btn a {width:59px; height:30px; background:url(../images/global/navigation/terms-btn.jpg) top left no-repeat; display:block}
#faq-btn {width:59px; text-indent:-3000px}
#faq-btn a {width:59px; height:30px; background:url(../images/global/navigation/faq-btn.jpg) top left no-repeat; display:block}



/* 3.6 - secondary content */
div#secondary-content { float:left; width:340px; }

/* 3.7 - tertiary content */
div#tertiary-content { float:right; width:605px;  background:#FFFFFF; margin:10px 0 }

body.index div#tertiary-content { float:right; width:605px;  background:url(../images/global/other/homeThing.jpg) no-repeat right bottom; margin:18px 0 0 0; height:620px }
body.index div#tertiary-content p{width:330px; float:left; color:#666666  }
body.index div#tertiary-content img{ margin:15px 0 0 15px;}

/* 3.8 - footer */
body.index div#footer-outer {  border-top:#70ba4f 10px solid; background:#efefef; margin:0px 0 0 0   }
div#footer-outer {  border-top:#70ba4f 10px solid; background:#efefef; margin:60px 0 0 0   }
div#footer {width:960px;  background:#efefef; margin:0 auto }

ul#contact-details-footer {list-style:none; float:left; margin-left:10px; width:650px}
ul#contact-details-footer span {color:#666}
ul#contact-details-footer span em{padding-left:15px;}
ul#contact-details-footer li {color:#000; margin-top:10px; float:left; width:250px}
ul#contact-details-footer a{color:#666666;}
ul#contact-details-footer a:hover{color:#000;}
 ul#contact-details-footer address {color:#000; font-style:normal}
.extra-padding{padding-left:95px;}
ul#footer-navigation {list-style:none; float:right; margin-top:10px; margin-right:10px}
ul#footer-navigation li {float:left; padding:20px 0 0 10px; }
ul#footer-navigation li a{color:#666}
ul#footer-navigation li a:hover{color:#000}

ul#basewords { width:960px; text-align:center; margin:0 auto }
ul#basewords li { list-style:none; display:inline; margin:0 8px; color:#666 }

/*SEO*/
div#SEO { background:#efefef;  padding:50px 0 20px 0}
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:600px; height:30px; 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}

#faq-h2{margin-left:5px;}


/*Compliance*/
#compliance h5{font-size:11px}
#compliance p{font-size:11px; line-height:12px; margin:5px 0 0 0;}
#compliance address{font-style:normal;}


/*FAQs*/

dl.faq-lists dt{line-height:18px!important;}

/*Header Contact Details*/
.header-contact{float:left; padding:10px 0 0 20px}
.header-contact li{list-style:none; font-size:14px; font-weight:bold; }
.header-contact li span{ color:#70BA4F }
#call-ttl{background:url(../images/titles/call-ttl.jpg) no-repeat; width:268px; text-indent:-3000px; height:30px; margin:0px 0px 0px 6px}

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */
#forte-link{padding:10px 0 0 0}
.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 }
