/*
-------------------------------------------------
URI: http://www.blendsltd.co.uk/
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/global/nav-bg.gif) no-repeat top center }
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:#919191; margin:0 0 12px 0; line-height:180% }
a { color:#777fbd;  }
a:hover { color:#6c8c62;}
ul { margin:0 0 12px 0; font-size:1.1em; color:#919191; }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; color:#000; width:100%; height:1px; border:none; padding:20px }
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 { text-align:left }

/* 3.3 - header */
div#header {  }
div#flash-banner { width:100%; height:572px; }

/* 3.4 - content */
body.contract div#content { width:940px; margin:auto }
body.food div#content { width:940px; margin:auto }

/* 3.5 - primary content */
body.index div#primary-content { width:940px; margin:auto }
body.contract div#primary-content { width:621px; float:right; padding:26px }
body.food div#primary-content { width:621px; float:right; padding:26px }
body.subpages div#primary-content { width:888px; margin:auto; padding:26px }
body.subpages div#primary-content .column1 { width:418px; float:left; padding-right:26px }
body.subpages div#primary-content .column2 { width:444px; float:left }
body.subpages div#primary-content .column2 h2 { color:#777fbd; padding-top:3px;}

/* 3.6 - secondary content */
body.contract div#secondary-content { width:267px; float:left }
body.food div#secondary-content { width:267px; float:left }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer { width:940px; margin:auto; padding-top:20px }

/* -----------------------------------------------
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-outer { }
ul#primary-navigation { width:940px; margin:auto }
ul#primary-navigation li {float:left; margin:0; list-style:none }
ul#primary-navigation li a:hover { background-position:0% 100% }
ul#primary-navigation li a.thispage { background-position:0% 100% }

#index-nav { width:61px; text-indent:-9999px }
#index-nav a { width:61px; height:103px; background:url(../images/navigation/index-nav.jpg) no-repeat top left; display:block }

#contract-packaging-nav { width:206px; text-indent:-9999px }
#contract-packaging-nav a { width:206px; height:103px; background:url(../images/navigation/contract-packaging-nav.jpg) no-repeat top left; display:block }

#flavourings-nav { width:173px; text-indent:-9999px }
#flavourings-nav a { width:173px; height:103px; background:url(../images/navigation/flavourings-nav.jpg) no-repeat top left; display:block }

#commodities-nav { width:198px; text-indent:-9999px }
#commodities-nav a { width:198px; height:103px; background:url(../images/navigation/commodities-nav.jpg) no-repeat top left; display:block }

#food-service-range-nav { width:142px; text-indent:-9999px }
#food-service-range-nav a { width:142px; height:103px; background:url(../images/navigation/food-service-range-nav.jpg) no-repeat top left; display:block }

#contact-nav { width:76px; text-indent:-9999px }
#contact-nav a { width:76px; height:103px; background:url(../images/navigation/contact-nav.jpg) no-repeat top left; display:block }


/* 4.3 - footer links */
ul#footer-links { float:left; list-style:none; color:#919191 }
ul#footer-links li {float:left; margin:42px 0 12px 5px}
ul#footer-links li a {color:#919191; text-decoration:none }
ul#footer-links li a:hover {color:#6c8c62} 
div#footer span {float:left; font-size:1.1em; margin:0 0 0 5px; clear:left}
div#footer span a {color:#919191; text-decoration:none }
div#footer span a:hover {color:#6c8c62}

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

.main-title { font-size:3.4em; color:#777fbd; font-weight:normal; margin-bottom:36px; text-transform:uppercase }

ul#index-ctas { margin-top:22px }
ul#index-ctas li { width:282px; float:left; list-style:none; padding:109px 8px 8px 8px }
ul#index-ctas li h2 { color:#6c8c62; padding-top:5px }
ul#index-ctas li p { font-size:1.0em; color:#919191 }
ul#index-ctas #cta1 { background:url(../images/ctas/index-cta-1.jpg) no-repeat #ecf5e9; margin-right:23px }
ul#index-ctas #cta2 { background:url(../images/ctas/index-cta-2.jpg) no-repeat #fefbcc; margin-right:23px }
ul#index-ctas #cta3 { background:url(../images/ctas/index-cta-3.jpg) no-repeat #eeeff6 }
#onestopshop-index-ttl { height:33px; background:url(../images/titles/onestopshop.gif) no-repeat; display:block; text-indent:-9999px; padding:0; margin:10px -5px 0 -8px }
#ibc-index-ttl { height:33px; background:url(../images/titles/ibc.gif) no-repeat; display:block; text-indent:-9999px; padding:0; margin:10px -5px 0 -8px }
#specialise-index-ttl { height:33px; background:url(../images/titles/specialise.gif) no-repeat; display:block; text-indent:-9999px; padding:0; margin:10px -5px 0 -8px }

body.contract div#side-flash { width:267px; height:574px; background:url(../images/global/side-flash.jpg) no-repeat; float:left; margin-top:-5px }
body.food div#side-flash { width:267px; height:574px; background:url(../images/global/side-flash-food.jpg) no-repeat; float:left; margin-top:-5px }

div#contract-ctas { margin-top:30px }
div#contract-ctas ul { padding:0px 5px 10px 21px;}
div#contract-ctas ul li { list-style:url(../images/global/tick.gif); padding-bottom:5px;}

div#food-ctas { margin-top:30px }
div#food-ctas ul { padding:0px 5px 10px 21px;}
div#food-ctas ul li { list-style:url(../images/global/tick.gif); padding-bottom:5px;}

div#ingredients { background:#eaf4e7; width:176px; float:left; margin-right:44px; margin-bottom:25px; position:relative }
div#ingredients h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px; background:#acd2a1; padding:8px }
div#ingredients p { padding:0 8px 8px 8px }
div#ingredients img { position:absolute; bottom:0 }

div#quality-flavours { background:#fefbc6; width:409px; float:left; position:relative; margin-bottom:25px; margin-right:44px; padding-bottom:3px; }
div#quality-flavours h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px;  background:#e3d919; padding:8px; height:50px; }
div#quality-flavours p { padding:0 8px 8px 8px }
div#quality-flavours img { position:absolute; bottom:0 }

div#food-markets { background:#dddfee; width:176px; float:left; margin-bottom:25px; position:relative }
div#food-markets h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px; padding:8px; background:#777fbd; }
div#food-markets p { padding:0 8px 8px 8px }
div#food-markets img { position:absolute; bottom:0 }

div#flavouring-colouring-ctas-ctas { margin-top:30px }
div#flavouring-colouring-ctas ul { padding:0px 5px 10px 21px;}
div#flavouring-colouring-ctas ul li { list-style:url(../images/global/tick.gif); padding-bottom:5px;}
	
div#warehousing-and-delivery { background:#eaf4e7; width:176px; float:left; margin-right:44px; padding-bottom:95px; position:relative }
div#warehousing-and-delivery h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px; background:#acd2a1; padding:8px }
div#warehousing-and-delivery p { padding:0 8px 8px 8px }
div#warehousing-and-delivery img { position:absolute; bottom:0 }

div#wet-dry-room-blending { background:#fefbc6; width:176px; float:left; margin-right:44px; padding-bottom:100px; position:relative }
div#wet-dry-room-blending h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px; background:#e3d919; padding:8px }
div#wet-dry-room-blending p { padding:0 8px 8px 8px }
div#wet-dry-room-blending img { position:absolute; bottom:0 }

div#packing-to-order { background:#dddfee; width:176px; float:left; padding-bottom:70px; position:relative; padding-bottom:83px }
div#packing-to-order h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px; background:#777fbd; padding:8px }
div#packing-to-order p { padding:0 8px 8px 8px }
div#packing-to-order img { position:absolute; bottom:0 }

div#value-engineering { background:#eaf4e7; width:176px; float:left; margin-right:44px; padding-bottom:155px; position:relative }
div#value-engineering h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px; background:#acd2a1; padding:8px }
div#value-engineering p { padding:0 8px 8px 8px }
div#value-engineering img { margin:0 0 0 10px; position:absolute; bottom:20px }

div#natural-range { background:#fefbc6; width:176px; float:left; margin-right:44px; padding-bottom:30px; position:relative }
div#natural-range h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px; background:#e3d919; padding:8px }
div#natural-range p { padding:0 8px 8px 8px }
div#natural-range img { margin:0 0 0 10px }

div#take-a-look { background:#dddfee; width:176px; float:left; padding-bottom:70px; position:relative; padding-bottom:0px }
div#take-a-look h2 { font-size:2.0em; font-weight:normal; color:#fff; line-height:120%; letter-spacing:1px; background:#777fbd; padding:8px }
div#take-a-look p { padding:0 8px 8px 8px }
div#take-a-look img { margin:0 0 0 7px }

ul#news-list { margin-top:30px }
ul#news-list li { list-style:none; width:400px; float:left; margin:0 40px 40px 0 }
ul#news-list li img { float:left; border:5px solid #eaf4e7; margin-right:20px }
ul#news-list li h2 { color:#777fbd; text-transform:uppercase }

ul.product-list { list-style: none }
ul.product-list li { float: left; margin: 0 0 10px 10px; width: 190px; padding: 4px; border: 1px solid silver }
ul.product-list li.first { clear: left; margin-left: 0px }
ul.product-list li dt span { font-weight: bold; height: 2em; display: block }
ul.product-list li dd { float: right; margin: 10px 0 0 10px; }
ul.product-list li dd a { display: block; width: 85px; height: 23px; text-indent: -9999px }
ul.product-list li dd.safety a { background: url(../images/products/safety_info_button.gif) top }
ul.product-list li dd.spec a { background: url(../images/products/specification_button.gif) top }
ul.product-list li dd.safety a:hover { background-position: bottom }
ul.product-list li dd.spec a:hover { background-position: bottom }

div#basescript { margin:0px auto; padding-top:300px; text-align:left; width:940px; font-size:1em; font-family:Arial, Helvetica, sans-serif; color:#777; }
div#basescript h1 { font-size:1.2em; color:#777; font-weight:bold }
div#basescript strong {font-weight:normal;}
div#basescript a { color:#99c512;}
div#basescript a:hover { color:#a7a7a7; background:none }

div#basewords { margin:0 auto; width:940px; padding-top:30px }

#h2-database { margin-top:50px; color:#6c8c62; padding-top:5px; font-size:1.8em; padding:20px 0 20px 10px; ; border-top:solid 1px #CCCCCC; border-bottom:solid 1px #CCCCCC }

/* -----------------------------------------------
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!important }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
ul.tick-list { padding:0px 10px 10px 20px;}
ul.tick-list li { padding-bottom:5px; list-style-image:url(../images/global/tick.gif);}
ul.bullet-none { padding:0px 10px 10px 0px;}
ul.bullet-none li { padding-bottom:2px; list-style:none;}
.highlight-strap { color:#6c8c62; font-style:italic; font-size:1.4em;}
