/*
-------------------------------------------------
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:url(../images/backgrounds/lined-bg.gif) repeat-y 0% 100% }
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.0em; color:#59666d; margin:0 0 12px 0; line-height:160% }
a { color:#0099c0;}
a:hover { color:#59666d;}
ul { margin:0 0 12px 0; font-size:1.0em }
ol { margin:0 0 12px 0; font-size:1.0em }
dl { margin:0 0 12px 0; font-size:1.0em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.0em; color:#59666d; font-style:normal; line-height:160% }
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 { width:960px; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header { background:url(../images/backgrounds/header-bg.gif) repeat-x bottom left #fdfdfd; padding:0 12px }
h2#main-logo a { float:left; width:421px; height:117px; background:url(../images/global/henderson-engineering-ltd-logo.gif) no-repeat; display:block; text-indent:-9999px; padding-left:10px }

#flash-banner { width:960px; height:144px; background:url(../images/global/temp-banner.png) no-repeat top left }

/* 3.4 - content */
div#content { }
div#wrapper { width:729px; float:right }

/* 3.5 - primary content */
body.home div#primary-content { width:729px; float:right; background:url(../images/backgrounds/content-gradient-bg.gif) repeat-x #d9d9d9; border:1px solid #f0f0f0; padding:18px 0 0 18px; margin-bottom:25px }
body.subpage div#primary-content { width:729px; float:right; background:#fff; border:1px solid #f0f0f0; padding:18px 0 30px 18px; margin-bottom:25px }

/* 3.6 - secondary content */
body.home div#secondary-content { width:729px; float:right; background:url(../images/backgrounds/content-img-bg.jpg) no-repeat bottom right; border:1px solid #f0f0f0; padding:18px }
body.subpage div#secondary-content { width:218px; float:left; background:#fff; padding:18px 12px }

/* 3.7 - tertiary content */
body.home div#tertiary-content { width:218px; float:left; background:#fff; padding:18px 12px }

/* 3.8 - footer */
div#footer {  }

/* -----------------------------------------------
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 { float:right; margin-top:70px }
ul#primary-navigation li {float:left; font-size:1.0em; padding:5px 7px 5px 7px; margin:0; list-style:none; border-left:1px solid #e8e8e8 }
ul#primary-navigation li.first { border-left:0 }
ul#primary-navigation li a {color:#009bc2; text-decoration:none }
ul#primary-navigation li a:hover {color:#6c5d54}

ul.product-navigation { margin-bottom:40px }
ul.product-navigation li { list-style:none; margin-bottom:7px }
ul.product-navigation li a { width:179px; color:#fff; font-weight:bold; background:#6c5d54; display:block; padding:8px  }
ul.product-navigation li a:hover { background:#009bc2 }

/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none; font-size:0.9em; color:#333 }
ul#footer-links li { float:left; margin:30px 0 0 0 }
ul#footer-links li a { color:#333; text-decoration:none }
ul#footer-links li a:hover { color:#0099c0 } 
div#footer span { float:left; font-size:0.9em; margin:30px 0 0 0; color:#333}
div#footer span a { color:#333; text-decoration:none }
div#footer span a:hover { color:#0099c0 }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* page titles */
#henderson-engineering-ttl { height:25px; background:url(../images/titles/henderson-engineering-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#machinery-for-plastics-ttl { height:52px; background:url(../images/titles/machinery-for-plastics-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#speak-to-us-ttl { height:25px; background:url(../images/titles/speak-to-us-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#testimonials-ttl { height:25px; background:url(../images/titles/testimonials-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#holography-ttl { height:52px; background:url(../images/titles/holography-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#our-partners-cta-ttl { height:29px; background:url(../images/titles/our-partners-cta-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#download-brochure-cta-ttl { height:29px; background:url(../images/titles/download-brochure-cta-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#contact-us-cta-ttl { height:29px; background:url(../images/titles/contact-us-cta-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#about-us-ttl { height:26px; background:url(../images/titles/about-us-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#contact-henderson-engineering-ltd-ttl { height:26px; background:url(../images/titles/contact-henderson-engineering-ltd-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#product-titles { font-size:2.0em; color:#0099c0; line-height:120%; margin-bottom:20px }
#product-titles span { color:#1c2f38 }
.product-titles { font-size:2.0em; color:#0099c0; line-height:120%; margin-bottom:20px }
.product-titles span { color:#1c2f38 }

div.index-product-list { clear:both;  }
div.index-product-list dl {float:left; width:235px; margin:0 0 0 0; padding:0; display:inline; padding-bottom:25px}
div.index-product-list dt {float:right; width:132px; margin:-2px 0 7px 0; padding:0; color:#009bc2; font-size:1.2em; line-height:1.3em; font-weight:bold}
div.index-product-list dd {margin:0 8px 0 101px; padding:0}
div.index-product-list dd em {display:block; margin-bottom:8px; font-style:normal; color:#1c2f38 }
div.index-product-list dd.img {margin:0 }
div.index-product-list dd.img img {float:left; margin:0 8px 0 0; padding:3px; background:#ced1cb}
div.index-product-list dd.img a:hover img  {float:left; margin:0 8px 0 0; padding:3px; background:#009bc2}
div.index-product-list dd.link a { width:74px; height:24px; background:url(../images/buttons/read-more-btn.gif) no-repeat top left; display:block; text-indent:-9999px }
div.index-product-list dd.link a:hover { background-position:0% 100% }

.narrow-column { width:199px; float:left; padding-right:48px }
.narrow-column.last { width:199px; float:left; padding-right:0 }

div#side-contact { margin-bottom:20px; line-height:160% }
div#side-contact address { color:#848e93; font-style:normal; margin-bottom:20px }
div#side-contact address span { font-weight:bold }
div#side-contact ul { margin-top:24px }
div#side-contact ul li { color:#0099c0; list-style:none }
div#side-contact ul li span { color:#848e93; font-weight:bold }

div#testimonials { color:#0099c0; line-height:160% }
div#testimonials blockquote { font-style:italic; margin-bottom:15px }
div#testimonials p { font-weight:bold }

div#products-gallery { float:right; padding-right:10px }
div#products-gallery img { border:5px solid #6c5d54}
div#products-gallery ul { margin-top:5px}
div#products-gallery ul li { width:95px; float:left; list-style:none }
div#products-gallery ul li.last { margin-right:0 }
div#products-gallery ul li.img {margin:0 }
div#products-gallery ul li.img img {float:left; margin:0 4px 0 0; padding:3px; background:#ced1cb; border:0 }
div#products-gallery ul li.img a:hover img  {float:left; margin:0 4px 0 0; padding:3px; background:#009bc2}

div#right-container { float:right; padding-right:10px; width:459px; }

ul#lower-ctas { clear:both; padding-top:36px }
ul#lower-ctas li { width:198px; float:left; background:#fafafa; list-style:none; border:1px solid #dcdcdc; padding:14px; margin-right:47px }
ul#lower-ctas li.last { margin-right:0 }
ul#lower-ctas li span.btn a { height:27px; background:url(../images/buttons/view-here-btn.gif) no-repeat; display:block; text-indent:-9999px; margin:28px 0 10px 0 }
ul#lower-ctas li span.btn a:hover { background-position:0% 100% }
ul#lower-ctas li dl { color:#59666d }
ul#lower-ctas li dt { font-weight:bold; color:#0099c0 }
ul#lower-ctas li dd { margin-top:12px}

div#basescript { width:960px; margin:0 auto; padding-top:50px; clear:both; text-align:left;}
div#basescript h1 {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;}

/* -----------------------------------------------
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 }