/*
-------------------------------------------------
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:#000 }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:verdana, arial, "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.3em; color:#FFF; font-weight:bold; margin:0 0 12px 0; line-height:140%; text-align:justify }
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; font-style:normal; color:#cfac4b; margin:0 0 15px 0 }
blockqoute {  }
table {  }
th, td { }
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 { position:relative; text-align:left }

/* 3.3 - header */
div#header {  }

/* 3.4 - content */
div#content { background:#161616; border-top:1px solid #2f2f2f; border-bottom:1px solid #2f2f2f; margin:-3px 0 0 0; padding:0 0 50px 0 }
div#uk-manufacturer { position: relative; float: right; display: block; width: 95px; height: 48px; margin: 0; text-indent: -9999px; background: url(../images/global/uk-manufacturer.gif) no-repeat; }

/* 3.5 - primary content */
body.index div#primary-content { width:617px; float:right }
body.our-aim div#primary-content { width:100%; float:right }
body.production div#primary-content { width:617px; float:right }
body.products div#primary-content { width:700px; float:right }
body.contact div#primary-content { width:617px; floapt:right }

/* 3.6 - secondary content */
body.index div#secondary-content { width:318px; float:left }
body.products div#secondary-content { width:218px; float:left }
body.contact div#secondary-content { width:318px; float:left }


/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer { padding:30px 0 53px 0  }

.wrapper { width:966px; 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 */
ul#primary-navigation { margin:15px 0 20px 0  }
ul#primary-navigation li { float:left; padding:0; margin:0 10px 0 0; list-style:none }
ul#primary-navigation li a:hover { background-position:0% 100% }
ul#primary-navigation li a.currentpage { background-position:0% 100% }

/* buttons */
#home-nav a { width:110px; height:29px; background:url(../images/navigation/home-nav.gif) no-repeat; display:block; text-indent:-9999px }
#our-aim-nav a { width:110px; height:29px; background:url(../images/navigation/our-aim-nav.gif) no-repeat; display:block; text-indent:-9999px }
#production-nav a { width:110px; height:29px; background:url(../images/navigation/production-nav.gif) no-repeat; display:block; text-indent:-9999px }
#products-nav a { width:110px; height:29px; background:url(../images/navigation/products-nav.gif) no-repeat; display:block; text-indent:-9999px }
#custom-made-products-nav a { width:197px; height:29px; background:url(../images/navigation/custom-made-products-nav.gif) no-repeat; display:block; text-indent:-9999px }
#contact-nav a { width:110px; height:29px; background:url(../images/navigation/contact-nav.gif) no-repeat; display:block; text-indent:-9999px }

/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none; color:#606060; font-size:1.0em; margin:0 0 100px 0 }
ul#footer-links li {float:left; margin:0 0 0 10px}
ul#footer-links li a {color:#606060; text-decoration:none }
ul#footer-links li a:hover {color:#cfac4b} 
div#footer span { clear:right; float:right; font-size:1.1em; margin:0; color:#606060}
div#footer span a {color:#606060; text-decoration:none }
div#footer span a:hover {color:#cfac4b}

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* page titles */
#welcome-ttl { width:504px; height:57px; background:url(../images/titles/welcome-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#our-aim-ttl { width:504px; height:57px; background:url(../images/titles/our-aim-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#production-ttl { width:504px; height:57px; background:url(../images/titles/production-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#products-ttl { width:206px; height:57px; background:url(../images/titles/products-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#custom-made-products-ttl { width:701px; height:57px; background:url(../images/titles/custom-made-products-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#distribution-ttl {  height:57px; background:url(../images/titles/distribution-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#contact-ttl { width:510px; height:57px; background:url(../images/titles/contact-ttl.gif) no-repeat; display:block; text-indent:-9999px }

#side-images {}
#side-images li { list-style:none }
#side-images li h2 { font-size:1.5em; font-weight:normal; color:#fff; text-align:center; margin:10px 0 15px 0 }

.lower-address { font-size:1.0em; font-style:normal; color:#fff; text-align:right; margin:90px 0 0 0 }
.lower-address a {color:#fff; text-decoration:underline}
.lower-address a:hover {color:#cfac4b}

#product-scroller { width:966px; height:122px; }

#product-menu {}
#product-menu li { list-style:none; margin:0 0 15px 0 }
#product-menu li a { font-size:1.3em; color:#cfac4b; font-weight:bold; background:url(../images/backgrounds/bullet-arrow.gif) no-repeat 0px 3px; padding:0 0 1px 25px; display:block }
#product-menu li a:hover { color:#fff }

#product-menu2 {}
#product-menu2 li { list-style:none; margin:0 0 15px 0 }
#product-menu2 li a { font-size:1.3em; color:#cfac4b; font-weight:bold; background:url(../images/backgrounds/bullet-arrow.gif) no-repeat 0px 3px; padding:0 0 1px 25px; display:block }
#product-menu2 li a:hover { color:#fff }


#products-list { margin:70px 0 0 0 }
#products-list li { list-style:none; padding:0 0 40px 0 }
#products-list li h2 { font-size:1.3em; color:#cfac4b; line-height:140% }
#products-list li p { font-size:1.1em; text-align:left }

.products-list-imgs { float:right; margin:0 0 0 10px }
.products-list-imgs a { color:#cfac4b }
.products-list-imgs a em { display:block; clear:left; font-style:normal; text-align:center; margin:10px 0 0 0 }
.products-list-imgs a:hover { color:#fff }

#compliance a { color:#cfac4b }
#compliance a:hover { color:#fff }

#basescript { width:966px; margin:auto; clear:both; padding-top:50px }
#basescript p { color:#606060; font-size:10px; }
#basewords { width:966px; margin:auto; list-style:none; }
#basewords li { display:inline; padding:0 5px; color:#606060; font-size:10px }
#basewords strong { font-weight:normal }


/* -----------------------------------------------
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 }
img.fl { float:left; margin:20px 40px 0 0 }
img.fr { float:right; margin:20px 0 0 40px }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.bold-yellow-text { font-weight:bold; color:#cfac4b }
