﻿/* colors:

    nav blue: #0859A3
    nav hover bg blue: #003361
    a:hover yellow: #FFF100
*/
*
{
    margin: 0px;
    padding: 0px;
}
a 
{
    color: #0054A4;
}
a:hover 
{
    color: #3F8DD7;
}
div.aboutus
{
    width: 210px;
    margin: 10px;
    float: left;
}
body
{
    background: #fff url(bg.gif) repeat-x;
    color: #333;
    font-family: Verdana, Arial;
    font-size: 70%;
    line-height: 140%;
    margin: 0px;
}
/*keeper*/
div.box
{
    border: solid 2px #CCE9FF;
    background-color: #EBF9FE;
    margin: 10px 10px 0 20px;
}
div.centered
{
    text-align: center;
    width: 100%;
}
div#container 
{
    background: #fff; /* url(shadow-l.jpg) no-repeat;*/
    margin: 0px auto 0px auto;
    /*padding: 0 0 0 22px;
    width: 1022px;*/
    width: 1000px;
}
/*div#inner
{
    background: #fff url(shadow-r.jpg) no-repeat 100% 0;
    padding: 150px 0 0 0;
}*/
/*/keeper*/

/*loser*/
div.dropdownmenu_off
{
    display: none;
}
div.dropdownmenu_on
{
    background-color: #ddd;
    display: block;
    position: absolute;
    top: 148px;
}
div.dropdownmenu_on a
{
    border-bottom: solid 1px #eaeaea;
    border-top: solid 1px #ccc;
    color: #666;
    display: block;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
div.dropdownmenu_on a:hover
{
    background-color: #ee4136;
    border-bottom: solid 1px #f36961;
    border-top: solid 1px #d72f25;
    color: #fff;
}
/*/loser*/
div.thumbnails 
{
    background-color: #333;
}
div#footer p.links
{
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    text-align: center;
}
div#footer p.links span
{
    float: right;
}
div#footer p.links span a
{
    text-decoration: none;
}
div#footer p.copyright
{
    border-bottom: solid 20px #fff;
    color: blue;
    margin: 10px auto 10px auto;
    text-align: center;
}
div#footer p a
{
    color: #333;
}
div.enquiryform 
{
    background-color: #ddd;
    margin-top: 40px;
}
div.enquiryform p.header
{
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 10px;
}
div.enquiryform p.submit
{
    margin: 0px;
    padding: 10px;
    text-align: center;
}
div.enquiryform table tr td
{
    padding: 5px 10px 5px 10px;
}
div.enquiryform table tr td.field input
{
    border: solid 1px #999;
    width: 120px;
}
div.enquiryform table tr td textarea
{
    border: solid 1px #999;
    width: 120px;
}
/*keeper*/
div#header 
{
    background-color: #fff;
    height: 145px;
    position: absolute;
    top: 0px;
    width: 1000px;
}
div#header img.logo
{
    margin: 10px 15px 10px 15px;
}
div#header table
{
    width: 100%;
}
div#header div#nav
{
    background-color: #0859A3;
    height: 31px;
    margin-top: 15px;
}
div#header div#nav ul#navroot
{
    margin: 0;
    padding: 0;
}
div#header div#nav ul#navroot li
{
    color: #fff;
    cursor: hand;
    display: inline;
    float: left;
    height: 31px;
    list-style: none;
    margin-left: 40px;
    position: relative;
}
div#header div#nav ul#navroot li a
{
    color: #fff;
    display: block;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 110%;
    font-weight: bold;
    height: 17px;
    padding: 7px;
    text-decoration: none;
}
div#header div#nav ul#navroot li ul
{
    border-top: solid 3px #E5D900;
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    width: 200px;
}
div#header div#nav ul#navroot li.down ul li
{
    background-color: #0859A3;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
div#header div#nav ul#navroot li.down ul li a
{
    color: #fff !important;
}
div#header div#nav ul#navroot li a:hover, div#header div#nav ul#navroot li.down a, div#header div#nav ul#navroot li.down a:hover, .on a
{
    color: #FFF100 !important;
}
div#header div#nav ul#navroot li ul li a:hover
{
    background-color: #003361;
}
div#header div#nav ul#navroot li ul li.top a:hover
{
    background: #003361 url(triangle-nav-on.gif) no-repeat 25% 0;
}
div#header div#nav ul#navroot li.down ul
{
    background-color: #00529C;
    display: block;
    margin: 0;
    padding: 0;
}
div#header div#nav ul#navroot li.down ul li.top
{
    background: #0859A3 url(triangle-nav.gif) no-repeat 25% 0;
}
div#header table tr td p.enquireonline
{
    font-family: Arial, Verdana;
    font-size: 150%;
    margin: 5px 0px 5px 10px;
}
div#header table tr td p.enquireonline a
{
    text-decoration: none;
}
div#header table tr td p.telephone
{
    color: #666;
    font-family: Arial, Verdana;
    font-size: 150%;
    margin: 5px 0px 10px 10px;
}
div#header table tr td p.telephone span
{
    color: #000;
    display: block;
    font-size: 150%;
    font-weight: bold;
    margin: 10px 0;
}
div#main
{
    border-bottom: none;
    margin-top: 140px;
    padding-top: 20px;
    width: 1000px;
}
/*/keeper*/

div.message 
{
    border: solid 1px #090;
    color: #090;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    padding: 10px;
}
div.panel 
{
    padding: 20px;
    max-width: 960px;
    width: 960px;
}
div.panelright 
{
    padding: 7px 10px 10px 10px;
}
/*keeper*/
div#product
{
    padding: 0px;
}
div#product dl
{
    background: #F5FAFF;
    float: left;
    margin: 0px;
    width: 450px;
}
div#product dl dd a
{
    float: left;
    margin-right: 5px;
}
div#product dl dt
{
    clear: left;
}
div#product dl dt a
{
    color: #fff;
}
div#product div#imagepanel
{
    float: left;
    margin: 0px 10px;
}
div#product div#thumbs
{
    width: 99px;
    padding: 0px;
    text-align: center;
    float: left;
}
div#product div#thumbs dl
{
    padding: 0px;
    width: 100%;
}
div#product div#thumbs dl dd
{
    padding: 0px;
}
div#product div#thumbs dl dd a
{
    float: none;
    margin: 0px;
}
div#product div#thumbs dl dd img
{
    margin: 0;
    margin-top: 10px;
}
/*/keeper*/
div.subnavigation
{
    margin-bottom: 30px;
}
/*loser??*/
div.subnavigation a
{
    border-bottom: solid 1px #ccc;
    color: #666;
    display: block;
    font-family: Arial, Verdana;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
div.subnavigation a:hover
{
    color: #ee4136;
}
div.subnavigation a.selected
{
    color: #ee4136;
}
div.subnavigation a.subselected
{
    color: #ee4136;
    padding: 5px 10px 5px 30px;
}
div.subnavigation a.suboff
{
    font-weight: normal;
    padding: 5px 10px 5px 30px;
}
/*/loser??*/
dl dt
{
    color: #fff;
    /*background: #0859A3;*/
    background: #00488B;
    font-weight: bold;
    font-size: 120%;
    padding: 5px;
    text-align: center;
    letter-spacing: 1px;
}
dl dd
{
    background: #F5FAFF url(triangle-product.gif) no-repeat 50% 0;
    margin: 0px;
    padding: 10px 5px;
}
h1 
{
    color: #0054A4;
    font-family: Arial;
    font-size: 180%;
    font-weight: bold;
    line-height: 120%;
}
h2 
{
    font-weight: normal;
    font-size: 120%;
    color: #0054A4;
    margin: 0px;
}
h2.bold
{
    font-size: 140%;
    font-weight: bold;
    margin: 10px 0px;
}
h2.white
{
    background-color: Transparent;
    background-image: none;
    font-size: 120%;
    padding: 0px;
    margin: 10px 0px;
}
h3 
{
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
img 
{
    border: none;
    vertical-align: top;
}
img.eventimg
{
    float: right;
    margin: 0px 0px 20px 10px;
}
img.floatright
{
    float: right;
    margin: 0px 0px 20px 20px;
}
img.home
{
    border: solid 10px #E9E9E9;
}
input 
{
    font-size: 100%;
}
p 
{
    margin: 10px 0px 10px 0px;
}
select 
{
    font-size: 100%;
}
span.no
{
    color: #900;
    font-weight: bold;
}
span.yes 
{
    color: #090;
    font-weight: bold;
}
table tr td 
{
    vertical-align: top;
}
table tr.alternateitem td 
{
    background-color: #eaeaea;
    padding: 5px;
}
table tr.header td 
{
    font-weight: bold;
    padding: 5px;
}
table tr.item td 
{
    padding: 5px;
}
table tr.pager td 
{
    font-weight: bold;
    padding: 5px;
}
table tr td.date
{
    width: 160px;
}
table tr td.field 
{
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
}
table tr td.field input
{
    width: 100px;
}
table tr td.field textarea
{
    width: 100px;
}
table tr td.label 
{
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
}
table tr td.required 
{
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
    width: 20px;
}
table#content, table#content tr td
{
    width: 100%;
}
table.editform tr td.field input
{
    width: 200px;
}
table.editform tr td.field select
{
    width: 200px;
}
table.editform tr td.field textarea
{
    width: 400px;
}
table.homepanel
{
    width: 240px;
}
table.homepanel tr td img
{
    margin: 3px 10px 15px 0px;
}
table.homepanel tr td p
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
table.homepanel tr td a
{
    font-weight: bold;
}
table.quote
{
    margin-top: 40px;
}
table#tasters
{
    margin: -20px 0 0 0;
    padding: 0;
    width: 100%;
}
table#tasters tr td
{
    background: #0859A3;
    padding: 0px !important;
    text-align: center;
    vertical-align: bottom;
}
table#tasters tr td p
{
    margin: 10px;
}
table#tasters tr td p a
{
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
}
table#tasters tr td p a:hover, #product dl dt a:hover
{
    color: #FFF100;
    text-decoration: underline;
}
table#tasters tr td img
{
    margin: 0;
}
table tr td.person 
{
    padding: 0px 20px 0px 20px;
}
table tr td.quote 
{
    color: #666;
    font-style: italic;
    font-size: 130%;
    line-height: 150%;
    padding: 0px 40px 0px 0px;
}
textarea 
{
    font-family: Arial, Verdana;
    font-size: 100%;
}
td#adminsubnavigation
{
    width: 150px;
    padding: 10px;
}
ul
{
    margin: 10px 0px 0px 20px;
    padding: 0px;
}
ul li
{
    list-style-type: square;
    margin: 0px 0px 5px 10px;
    padding: 0px;
}
ul.errorlist li 
{
    color: #c00;
    font-weight: bold;
}
ul.spacedlist li
{
    margin: 0px 0px 5px 0px;
}
span.blue 
{
    color: #0787b6;
}
.panel .logo 
{
    float: left;
    margin: 0px 15px 30px 0px;
}
.healthAndSafety h2
{
    font-weight: bold;
}
.healthAndSafety p, .healthAndSafety h2, .healthAndSafety h3, .healthAndSafety ul
{
    margin-left: 125px;
}

.pdf-link
{
    background: transparent url(pdf-small.gif) no-repeat left top;
    padding-left: 30px;
}

.pdf-link-no-text
{
    background: transparent url(pdf-small.gif) no-repeat 2px top;
    display: block;
    width: 21px;
    height: 20px;
}