@charset "UTF-8";

/* CSS Reset based on Eric Meyer's Reset Reloaded 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** Font Reset, uncomment this or use the direct link in Template.HTML

Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

**/
/* CSS Document */

body { 
    background-color: #fefdf2; 
    margin: 0 auto; 
    padding: 0; 
    font-family: 'Lato'; 
}

h1, h2, h3, h4, h5, h6, div#menu ul { font-family: 'Copse'; }
h1 { color: #845f30; font-size: 227%; /** 30pt **/ }
h2 { color: #6d4c21; font-size: 182%; /** 24pt **/ }
h3 { color: #363636; font-size: 174%; /** 23pt **/ }
h4 { color: #6d4c21; font-size: 174%; /** 23pt **/ }
h5 { color: #363636; font-size: 138.5%; /** 18pt **/ }
h6 { color: #6d4c21; font-size: 138.5%; /** 18pt **/ }

a { color: #845f30; text-decoration: none; }
a:hover { color: #845f30; text-decoration: none; }

em,i { font-style: italic; }

strong,b { font-weight: bold; }

/** Identity Reset Complete / Start Generics **/

.float-left { float: left; }
.float-right { float: right; }

img.float-left { 
    margin: 0 16px 32px 0; 
    border: solid 1px #845f30; 
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 5px #7f7f7f; 
}

img.float-right { 
    margin: 0 0 32px 16px; 
    border: solid 1px #845f30; 
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;   
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 5px #7f7f7f;
}

/** Specific Site Layout & Styles **/

div#wrapper { }

div#menu { display: none;  }

div#main { width: 90%; padding: 5%;}

img.printlogo { display: block; margin: 0 auto; }

img.HeadImage { display: none; }

div#content { 
    background: none;
    overflow: hidden; 
    padding: 0 20px 20px; 
    width: 100%;  
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 { padding-bottom: 16px; }

div#content p { 
    padding-bottom: 16px; 
    font-size: 85%; /** 11pt **/ 
    line-height: 1.8em;
}

div#content { }
div#content table { font-family: 'Copse'; margin-bottom: 32px; clear: both; width: 100%; }  
div#content table thead th { 
    text-align: center; 
    padding: 2px 10px 5px 10px; 
    color: #845f30; 
    vertical-align: middle; 
    border-right: solid 3px transparent; 
    border-bottom: solid 1px #aaa; 
}

div#content table thead th.last { border-right: none; }

div#content table tbody td { 
    border-bottom: solid 1px #aaa; 
    padding: 5px 10px; 
    font-weight: normal; 
    border-right: solid 3px transparent; 
}  

div#content table tbody tr.alt td { border-top: solid 1px #666; }
div#content table tbody td.image { vertical-align: top; }
div#content table tbody td.image img { border: solid 1px #845f30; margin: 10px 5px; width: 150px; }
div#content table tbody td.description { 
    color: #656565; 
    font-style: italic; 
    font-size: 85%; 
    line-height: 1.2em; 
    vertical-align: middle; 
}
div#content table tbody td.quantity { text-align: center;  vertical-align: middle; }
div#content table tbody td.name { } 
div#content table tbody td.weight { text-align: center;  vertical-align: middle;}
div#content table tbody td.price { color: #c00; text-align: center; vertical-align: middle;}
div#content table tbody td.singleprice { font-style: italic; }
div#content table tbody td.last { border-right: none; }

/** remove this if items within aren't linked, or modify as required **/
div#content table.activerows tbody tr:hover { /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);/* RGBa with opacity */ 
    background-color: rgba(255, 255, 255, 0.5);
    /* For IE 5.5 - 7*/ 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#44ffffff, endColorstr=#33ffffff);
    /* For IE 8*/ 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#44ffffff, endColorstr=#33ffffff)"; 
    cursor: pointer; 
}

div#footer { 
    clear: both; 
    margin: 0 auto; 
    width: 960px; 
    text-align: center; 
    font-size: 85%; /** 11pt **/ 
    line-height: 1.5em; 
    border-top: solid 1px #ccc; 
    padding: 16px 0; 
}
div#footer a.identity { color: #09c; }
div#footer a.identity:hover { color: #3cf; }
div#footer p.copyright-and-links,
div#footer p.attribution { display: none; }
