﻿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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
table tr td
{
    vertical-align: top;
}
input
{    
    font-family: Arial;
    font-size: 100%;
}
select
{    
    font-family: Arial;
    font-size: 100%;
}




.bordered
{
    border: solid 1px #ccc;
}
.floatright
{
    float: right;
}
.marginright
{
    margin-right: 10px;
}
body
{
    color: #000;
    font-family: Arial;
    font-size: 75%;
}
body.site
{
    background-color: #d6d7d9;
    padding-bottom: 20px;
}
div#banner
{
    float: right;
    width: 730px;
}
div#banner p
{
    margin: 0px !important;
}
div#container
{
    background-image: url(container.gif);
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0px auto;
    text-align: left;
    width: 1020px;
}
div#content
{
    float: right;
    margin-left: 40px;
    margin-top: 30px;
    overflow: auto;
    width: 690px;
}
div#content ul li {
    margin: 0px 0px 10px 0px;
}
div#content ul li a {
    color: #000;
    font-weight: bold;
}
div#contentgutter
{
    float: left;
    width: 460px;
}
div#footer
{
    clear: both;
    overflow: auto;
    padding: 80px 0px 20px 0px;
    width: 100%;
}
div#footer p
{
    background-color: #000;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
}
div#footer p a
{
    color: #fff;
}
div#header
{
    margin-bottom: 30px;
    overflow: auto;
}
div#header a
{
    color: #fff;
}
div#header div.clientlogin
{
    background-color: #000;
    color: #fff;
    float: right;
    padding: 10px;
    width: 155px;
}
div#header div.clientlogin p
{
    font-size: 120%;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 0px;
}
div#innercontainer
{
    background-image: url(inner-container.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0px 50px 15px 50px;
}
div#navigation
{
    float: right;
    margin-bottom: 10px;
    width: 730px;
}
div#navigation ul li
{
    display: inline;    
}
div#navigation ul li a
{
    color: #fff;
    display: block;
    float: left;
    font-size: 140%;
    font-weight: bold;
    line-height: 46px;
    margin-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    width: 165px;
}
div#navigation ul li a.item1
{
    background-color: #ab1e46;
}
div#navigation ul li a.item2
{
    background-color: #006f97;
}
div#navigation ul li a.item3
{
    background-color: #c94921;
}
div#navigation ul li a.item4
{
    background-color: #7f9b30;
    margin-right: 0px;
}
div#navigation ul li a:hover
{
    background-color: #000;
}
div.productgutter a.stockists
{
    background-color: #006f97;
    color: #fff;
    display: block;
    float: right;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 7px 10px;
    text-decoration: none;
    width: 155px;
}
div.productgutter a.stockists:hover
{
    background-color: #000;
}
div.productoptions div.option
{
    border-bottom: solid 1px #ccc;
    margin: 0px 10px 20px 0px;
    padding-bottom: 3px;
}
div.productoptions div.option td
{
    vertical-align: top;
}
div.productoptions div.option td.action p
{
    font-weight: bold;
    margin: 5px 5px 0px 0px;
    text-transform: uppercase;
}
div.productoptions div.option td.action span.buy input.addtobasket
{
    background-color: Transparent;
    background-image: url(smallarrowwhite.gif);
    background-position: right center;
    background-repeat: no-repeat;
    border: none;
    cursor: hand;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    height: 22px;
    margin: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 120px;
}
div.productoptions div.option td.action span.buy input.quantity
{
    height: 16px;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    vertical-align: middle;
    width: 25px;
}
div.productoptions div.option p.description
{
    margin: 7px 0px;
}
div.productoptions div.option table
{
    margin-top: 10px;
    width: 100%;
}
div.productoptions div.option td.code
{
    font-weight: bold;
    width: 60px;
}
div.productoptions div.option td.colour
{
    font-weight: bold;
    text-align: right;
    width: 80px;
}
div.productoptions div.option td.buy
{
    text-align: right;
}
div.productoptions div.option td.action img
{
    margin: 10px 7px 10px 0px;
}
div.productoptions div.option td.name
{
    font-weight: bold;
    text-transform: uppercase;
    width: 180px;
}
div.productoptions div.option td.spacer
{
    width: 30px;
}
div.productoptions div.option tr.top td
{
    height: 25px;
}
div.projectidea
{
    background-color: #000;
    color: #fff;
    float: right;
    padding: 9px;
    width: 157px;
}
h2.projectideah2
{
    background-color: #000;
    border-bottom: solid 1px #fff;
    color: #fff;
    float: right;
    font-size: 150%;
    font-weight: normal;
    padding: 10px;
    text-transform: uppercase;
    width: 155px;
}
h3.projectideah3
{
    color: #fff;
    font-size: 125%;
    font-weight: normal;
    margin-bottom: 10px;
}
img.projectideaimg
{
    border: solid 1px #fff;
    margin-bottom: 10px;
}
div.search
{
    height: 36px;
    margin-bottom: 10px;
    padding-top: 10px;
}
div.search input.searchbox
{
    border: solid 1px #333;
    color: #777;
    font-size: 130%;
    height: 18px;
    padding: 1px 3px;
    width: 135px;
    vertical-align: middle;
}
div.search input.searchbutton
{
    background-color: Transparent;
    background-image: url(search-button.gif);
    border: none;
    cursor: hand;
    cursor: pointer;
    float: right;
    height: 22px;
    width: 19px;
}
div#subnavigation
{
    float: left;
    width: 170px;
}
div#subnavigation ul
{
    font-size: 100%;
    margin-left: 10px;
}
div#subnavigation ul li
{
}
div#subnavigation ul li a
{
    border-top: solid 1px #ccc;
    color: #000;
    display: block;
    font-size: 120%;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
}
div#subnavigation ul li a.item1
{
    color: #ab1e46;
}
div#subnavigation ul li a.item1:hover
{
    background-color: #ab1e46;
    color: #fff;
}
div#subnavigation ul li a.item2
{
    color: #006f97;
}
div#subnavigation ul li a.item2:hover
{
    background-color: #006f97;
    color: #fff;
}
div#subnavigation ul li a.item3
{
    color: #c94921;
}
div#subnavigation ul li a.item3:hover
{
    background-color: #c94921;
    color: #fff;
}
div#subnavigation ul li a.item4
{
    color: #7f9b30;
}
div#subnavigation ul li a.item4:hover
{
    background-color: #7f9b30;
    color: #fff;
}
div#subnavigation ul li a.product
{
    border-top: solid 1px #fff;
    font-size: 100%;
    font-weight: normal;
    padding-left: 10px;
}
div#subnavigation ul li a:hover
{
    background-color: #000;
    color: #fff;
}
div#subnavigation ul li a.product:hover
{
    background-color: #ccc;
    color: #000;
}
div#subnavigation ul li a.on
{
    background-color: #ccc;
    color: #000;
}
div#subnavigation ul li ul li ul li
{
    font-size: 95%;
}

h1
{
    font-size: 240%;
    font-weight: normal;
    margin-bottom: 20px;
}
img.japaneselettering
{
    margin-bottom: 15px;
}
p
{
    line-height: 140%;
    margin-bottom: 15px;
}
p.datasheetblack
{
    background-image: url(datasheetblack.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 0px;
    padding: 10px 0px 10px 30px;
    text-transform: uppercase;
}
p.datasheetblack a
{
    color: #fff !important;
}
p.largearrowblack
{
    background-image: url(largearrowblack.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 0px;
    padding: 10px 0px 10px 30px;
    text-transform: uppercase;
}
p.largearrowblack a
{
    color: #fff !important;
}
table.basket
{
    margin-bottom: 20px;
    width: 100%;
}
table.basket tr td input, table.basket tr td p
{
    margin: 0px;
    padding: 0px;
}
table.basket tr.header td
{
    border-bottom: solid 2px #000;
    font-weight: bold;
    padding: 0px 0px 3px 5px;
}
table.basket tr.item td
{
    border-bottom: solid 1px #ccc;
    padding: 5px 0px 5px 5px;
    vertical-align: middle;
}
table.basket tr.alternateitem td
{
    background-color: #f0f0f0;
    border-bottom: solid 1px #ccc;
    padding: 5px 0px 5px 5px;
    vertical-align: middle;
}
table.datagrid
{
    border: none;
    border-collapse: collapse;
    width: 100%;
}
table.datagrid tr td 
{
    border: none;
    border-bottom: dotted 1px #ccc;
    padding: 5px;
}
table.datagrid tr td td
{
    border: none;
    padding: 5px;
}
table.datagrid tr td a
{
    font-weight: bold;
}
table.datagrid tr.alternateitem td
{
    background-color: #fcfcfc;
}
table.datagrid tr.footer td 
{
    border-top: solid 3px #ccc;
}
table.datagrid tr.header td 
{
    background-color: #e0e0e0;
    border-bottom: none;
    font-weight: bold;
    vertical-align: bottom;
}
table.datagrid tr.header td a
{
    color: #000066;
}
table.datagrid tr.header td a:hover
{
    color: #666;
}
table.productlist h3
{
    margin-top: 0;
}
table.productlist .imageholder
{
    width: 100px;
}
table.productlist td
{
    vertical-align: top;
}
table.webform tr td {
    padding: 5px;
    vertical-align: middle;
}