/*
COLOURS
Light Yellow = #ffff8f
Yellow = #F9E800
Dark yellow = #AEA200
Light grey = #e5e5e5
Mid grey = #dedede
Dark grey = #cecece
Really dark grey = #545454
*/

body
{
	/*background-color:#e5e5e5;
	margin:0;*/
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

h1, h2, h3, h4, h5
{
	font-weight:normal;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	color:#545454;
	margin-top:0;
}
h1{font-size:2.6em;margin-bottom:0.5em;}
html > body h1{font-size:2.5em;}
h2{font-size:2.3em;margin-bottom:0.5em;}
html > body h2{font-size:2.2em;}
h3{font-size:1.8em;margin-bottom:0.5em;}
html > body h3{font-size:1.7em;}
h4{font-size:1.6em;margin-bottom:0.5em;}
html > body h4{font-size:1.5em;}
h5{font-size:1.2em;margin-bottom:0.1em;font-weight:bold;}

hr
{
	border:none;
	border-bottom:2px dotted #e5e5e5;
	
}

p
{
	line-height:1.6em;
}

#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;
}

#nav
{
	background-color:#F9E800;
	padding:6px 20px;
	position: relative;
	border-bottom:2px solid #cecece;
}

#nav span
{
	border-right:1px solid #ffff8f;
}
#nav span.last
{
	padding-right:0;
	margin-right:0;
	border-right:none;
}
#nav a
{
	color:#000;
	text-decoration:none;
	padding:3px 10px;
	
}
#nav a:hover
{
	background-color:#ffff8f;
}
#nav .selected
{
	background-color:#ffff8f;
}

#imageloader
{
	display:none;
}
#contentarea
{
	margin:30px;
}

#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
{
	padding-right:0;
	margin-right:0;
	border-right:none;
}

#footer img
{
	vertical-align:bottom;
}


.content
{
	float:left;
	width:560px;
}
#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;
}

.suppliers
{
	text-align:center;
}
.suppliers img
{
	margin:4px 4px;
	border:none;
	
	vertical-align:middle;
}
.suppliers h3, .products h3
{
	margin-bottom:6px;
}

.product_list
{
	/*float:right;
	width:130px;*/
}
.products table
{
	margin:0;
}

.product_page td p
{
	margin-top:0;
}

.product_page td h4
{
	margin:0;
}

.product_page td .pdflink
{
	padding:2px 6px 2px 26px;
	background-image:url(../images/pdf_small.gif);
	background-repeat:no-repeat;
	font-style:italic;
	margin-left:10px;
}

.contact_page h2
{
	line-height:0.8em;
}
.contact_page h4
{
	margin-top:20px;
	line-height:0.8em;
}
.contact_page p
{
	margin:0;
}