/*
COLOURS
Light Yellow = #ffff8f
Yellow = #F9E800
Dark yellow = #AEA200
Light grey = #e5e5e5
Mid grey = #dedede
Dark grey = #cecece
Really dark grey = #545454
*/
*{
    margin:0;
    padding:0;
}
body
{
	background-color:#e5e5e5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
}

h1, h2, h3, h4, h5
{
	font-weight:normal;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	color:#545454;
	margin-bottom:0.5em;
}
h1{font-size:2.6em;}
html > body h1{font-size:2.5em;}
h2{font-size:2.3em;}
html > body h2{font-size:2.2em;font-weight:bold;}
h3{font-size:1.8em;}
html > body h3{font-size:1.7em;}
h4{font-size:1.6em;}
html > body h4{font-size:1.5em;}
h5{font-size:1.2em;font-weight:bold;}

hr
{
	border:none;
	border-bottom:2px dotted #e5e5e5;
	margin:5px 0;
}
html > body hr {margin:10px 0;}

p
{
	line-height:1.6em;
	margin:0.5em 0;
	text-align:justify;
}

#wrap
{
	width:775px;
	margin:0 auto;
	border:4px solid #dedede;
	border-top:none;
	margin-bottom:20px;
}
#wrap_inner
{
	background-color:#fff;
	border:1px solid #cecece;
	border-top:none;
}

#banner
{
	background-color:#000;
	position:relative;
}

#nav
{
	background-color:#F9E800;
	padding:6px 20px;
	position: relative;
	border-bottom:2px solid #cecece;
}

#nav span
{
	border-right:1px solid #ffff8f;
}
#nav span.last
{
	border-right:none;
}
#nav a
{
	color:#000;
	text-decoration:none;
	padding:3px 10px;
	
}
#nav a:hover
{
	background-color:#ffff8f;
}
#nav .selected
{
	background-color:#ffff8f;
}

#contentarea
{
	margin:30px;
}
#contentarea .content_home
{

}

#footer
{
	background-color:#F9E800;
	font-size:0.8em;
	padding:6px 30px;
	text-align:right;
	border-bottom:2px solid #cecece;
}

#footer a
{
	text-decoration:none;
	color:#545454;
	padding:0px 2px;
}

#footer a:hover
{
	background-color:#ffff8f;
}

#footer span
{
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #ffff8f;
}
#footer span.last
{
	border-right:none;
}

#footer img
{
	vertical-align:bottom;
}


.content
{
	float:left;
	width:560px;
}
#contentarea
{
	display: inline-block;
}
#contentarea a, td a
{
	color:#545454;
	text-decoration:none;
	border-bottom:1px dotted #cecece;
}
#contentarea a:hover, td a:hover
{
	background-color:#ffff8f;
}
#contentarea a.imglink
{
	border:none;
	background-color:#fff;
}
#contentarea .news_head_image
{
	margin-bottom:10px;
}
#contentarea img.news_thumb
{
	float:left;
	margin:0 10px 10px 0;
}
#contentarea .news_right
{
	float:right;
	margin:0 0 10px 10px;
}
#contentarea .caption
{
	font-size:7pt;
	font-style:italic;
}
#contentarea .articledate
{
	float:right;
	width:100px;
	text-align:right;
}
#contentarea .articlehead
{
	font-weight:normal;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size:1.4em;
}

.suppliers
{
	text-align:center;
}
.suppliers img
{
	margin:4px 24px;
	border:none;
	
	vertical-align:middle;
}
.suppliers h3, .products h3
{
	margin-bottom:6px;
}

.product_list
{
	float:right;
	width:150px;
	position: relative;
	left:15px;
	border-left:1px solid #ccc;
}

.product_list table, .product_list h3
{
	margin-left:10px;
}
.adverts
{
    position: relative;
    margin-bottom:10px;
    top:-10px;
}
#contentarea .adverts a
{
    border-bottom:0;
}

/*** PRODUCTS ***/
.product_content p, .product_content h5
{
    margin:0;
    line-height:1.2em;
}

.product_image
{
     width:48px;
     text-align:center;
     vertical-align:top;
     padding:10px;
}

.product_content
{
     width:270px;
     vertical-align:top;
     padding:10px 0;
}

.product_content .pdflink
{
	padding:2px 6px 2px 26px;
	background-image:url(../images/pdf_small.gif);
	background-repeat:no-repeat;
	font-style:italic;
	margin-left:10px;
}

.product_page .relatedarticles
{
	list-style:none;
}
.product_page .relatedarticles li
{
	margin-bottom:6px;
}

/*** CONTACT ***/
.contact_page h2
{
	line-height:0.8em;
}
.contact_page h4
{
	margin-top:20px;
	line-height:0.8em;
}
.contact_page p
{

}

#contentarea .splash
{
    border:0px solid #fff;
}
.splash:hover
{
    /*background-color:none;*/
}
.splash img
{
    border:none;
}

/*** TABS ***/
.tabs
{
    clear:both;
    margin-top:20px;
}
.tabs li
{
    list-style:none;
    display:inline;
    margin-right:2px;
}
.tabs li a, #contentarea .tabs li a
{
    padding:4px 10px;
    border:1px solid #cecece;
    background-color:#dedede;
}
.tabs .tab_selected a, #contentarea .tabs .tab_selected a, .tabs .custom_selected a, #contentarea .tabs .custom_selected a
{
    background-color:#fff;
    border-bottom:1px solid #fff;
    font-weight:bold;
}
.tabpanel, .custompanel
{
    border:1px solid #cecece;
    margin-top:4px;
    padding:10px;
}
.custompanel
{
    font-size:1.3em;
    padding:30px;
}
.custompanel table
{
    width:100%;
}
.custompanel ul
{
    padding-left:1em;
    margin-bottom:10px;
}
