/*
-------------------------------------------------
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:#999 }
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:#999; margin:0 0 12px 0 }
h2 { font-size:1.4em; color:#ef6c00; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#ef6c00; margin:0 0 12px 0 }
h4 { font-size:1.4em; color:#ef6c00; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#999; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#999; margin:0 0 12px 0 }
p {  font-size:1.1em; color:#999; margin:0 0 12px 0; line-height:160% }
a { color:#EF6C00;}
a:hover { color:#333333;}
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:#999 }
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 }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { text-align:left }

/* 3.3 - header */
div#header { width:926px; margin:0 auto; position:relative; padding-top:53px }
#branding { position:absolute; top:20px }
#flash-banner { width:100%; height:286px; margin:0 auto;}

/* 3.4 - content */
div#content { width:926px; margin:0 auto; padding-top:25px; background:url(../images/backgrounds/content-bg.jpg) top center }
#wrapper { width:734px; float:right }

/* 3.5 - primary content */
div#primary-content { width:476px; float:left; padding:0 33px }

/* 3.6 - secondary content */
div#secondary-content { width:172px; float:left; padding:0 0 0 20px }

/* 3.7 - tertiary content */
div#tertiary-content { width:172px; float:left; padding:0 20px 0 0 }

/* 3.8 - footer */
div#footer-outer { background:url(../images/backgrounds/footer-bg.jpg) no-repeat top center #000; padding-top:230px; }
div#footer { width:926px; margin:0 auto }

/* -----------------------------------------------
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 }

/* 4.2 - primary navigation */
div#primary-navigation-outer { width:100%; float:left; background:#ef6c00 }
ul#primary-navigation { width:926px; margin:0 auto }
ul#primary-navigation li {float:right; padding:0; margin:0; list-style:none}
ul#primary-navigation li a:hover { background-position:0% 100% }
ul#primary-navigation li .thispage { background-position:0% 100% }

/* nav buttons */
#home-nav { width:76px; height:28px; text-indent:-9999px }
#home-nav a { width:76px; height:28px; background:url(../images/navigation/home-nav.gif) no-repeat; display:block }
#about-us-nav { width:107px; height:28px; text-indent:-9999px }
#about-us-nav a { width:107px; height:28px; background:url(../images/navigation/about-us-nav.gif) no-repeat; display:block }
#products-nav { width:112px; height:28px; text-indent:-9999px }
#products-nav a { width:112px; height:28px; background:url(../images/navigation/products-nav.gif) no-repeat; display:block }
#services-nav { width:100px; height:28px; text-indent:-9999px }
#services-nav a { width:100px; height:28px; background:url(../images/navigation/services-nav.gif) no-repeat; display:block }
#contact-nav { width:97px; height:28px; text-indent:-9999px }
#contact-nav a { width:97px; height:28px; background:url(../images/navigation/contact-nav.gif) no-repeat; display:block }

/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li {float:left; margin:0 0 0 10px}
ul#footer-links li a {color:#fff; text-decoration:none }
ul#footer-links li a:hover {color:#ff9900} 
div#footer span {float:left; font-size:1.1em; margin:0 0 0 0}
div#footer span a {color:#fff; text-decoration:none }
div#footer span a:hover {color:#ff9900}

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* page titles */
#got-a-problem-ttl { height:29px; background:url(../images/titles/got-a-problem-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#customer-service-ttl { height:29px; background:url(../images/titles/customer-service-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#stockists-distributers-industrial-fasteners-ttl { height:29px; background:url(../images/titles/stockists-distributers-industrial-fasteners-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#delivery-ttl { height:29px; background:url(../images/titles/delivery-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#speak-to-us-ttl { height:29px; background:url(../images/titles/speak-to-us-ttl.gif) no-repeat; display:block; text-indent:-9999px }

#about-boka-ttl { height:29px; background:url(../images/titles/about-boka-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#our-products-ttl { height:29px; background:url(../images/titles/our-products-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#our-services-ttl { height:29px; background:url(../images/titles/our-services-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#contact-us-ttl { height:29px; background:url(../images/titles/contact-us-ttl.gif) no-repeat; display:block; text-indent:-9999px }

/* index buttons */
#find-out-more-btn { width:121px; height:28px; text-indent:-9999px }
#find-out-more-btn a { width:121px; height:28px; background:url(../images/buttons/find-out-more-btn.gif) no-repeat; display:block; margin:30px 0 }
#find-out-more-btn a:hover { background-position:0% 100% }

#we-can-sovle-it-btn { width:121px; height:28px; text-indent:-9999px }
#we-can-sovle-it-btn a { width:121px; height:28px; background:url(../images/buttons/we-can-sovle-it-btn.gif) no-repeat; display:block; margin:30px 0 }
#we-can-sovle-it-btn a:hover { background-position:0% 100% }

#call-us-now-btn { width:121px; height:28px; text-indent:-9999px }
#call-us-now-btn a { width:121px; height:28px; background:url(../images/buttons/call-us-now-btn.gif) no-repeat; display:block; margin:30px 0 }
#call-us-now-btn a:hover { background-position:0% 100% }

#contact-us-btn { width:121px; height:28px; text-indent:-9999px }
#contact-us-btn a { width:121px; height:28px; background:url(../images/buttons/contact-us-btn.gif) no-repeat; display:block; margin:30px 0 }
#contact-us-btn a:hover { background-position:0% 100% }


/* -----------------------------------------------
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 }
.bullet-list {}
.bullet-list li { background:url(../images/backgrounds/bullet-bg.gif) no-repeat 0% 51%; padding:0 0 0 20px; margin:0 0 5px 0; list-style:none }
.bullet-list2 {}
.bullet-list2 li { background:url(../images/backgrounds/bullet2-bg.gif) no-repeat 0% 51%; padding:0 0 0 20px; margin:0 0 5px 0; list-style:none }

div#basescriptwrapper { background-color:#000000;}
div#basescript { width:926px; margin:0 auto; padding-top:50px; clear:both;}
div#basescript h2 {color:#999; font-size:1em; font-weight:bold;}
div#basescript p {color:#999; font-size:1em;}
div#basescript strong, em {font-style:normal; font-weight:normal; color:#999;}

ul#basewords { width:926px; margin:auto; text-align:center }
ul#basewords li { list-style:none; display:inline; margin:0 8px }
