/**** 
	Copyright 2008 Lightjuice Web Design. www.lightjuice.co.uk
****/


/*** HTML tags ***/

html * {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

body {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	/** background-image:url(images/safety-pagebg.gif);
	background-repeat:repeat-y; **/
	background-color:#E8E8F0;
}

a {
	text-decoration:none;
	color:#000066;
}

a:hover {
	color:#990000;
}

img {
	border: 0;
}

img.centred {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

li {
	font-size: 86%;
	list-style:none;
}

p {
	padding: 3px 0;
	font-size: 86%;
}

h2 {
	font-size: 92%;
	padding: 6px 0;
}

td, th {
	font-size: 86%;
	padding: 2px;
	vertical-align: top;
}

input, select {
	font-size: 86%;
}

/******************************
	main containers
*****************************/



/*** main container with bg ***/

#pageContainer {
	/* background-image:url(images/safety-bg1.jpg); */
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 980px;
	margin: 8px auto 0;
}

#safety-container {
	width: 970px;
}

/*** top logo ***/

#safety-header {
	width: 980px;
	margin: 0 auto;
}

#safety-header .logo {
	padding: 11px;
	float:left;
}

/*** basket ***/

#basket {
	float:right;
	width: 142px;
	height: 48px;
	background:url(images/safety-basket.gif) no-repeat left top;
	margin: 9px 0 0 0;
}

#basket p {
	padding: 5px 0 0 34px;
}

/*** postage rates ***/

#postageRates {
	float:right;
	width: 136px;
	height: 48px;
	background:url(images/safety-basket.gif) no-repeat right top;
	margin: 9px 0 0 0;
}

#postageRates p {
	padding: 5px 0 0 34px;
}

/*** menu ***/

#safety-menu {
	clear:both;
	display:block;
	/** background:url(images/safety-menu-bg.gif) repeat-x; **/
	height: 24px;
	background-color: E8e8f0;
}

#safety-menu ul {
	margin: 0 0 0 200px;
	
}

#safety-menu li {
	display:inline;
	padding: 5px 16px 0 0;
	list-style:none;
	float:left;
	font-weight:bold;
}

/*** left Menu ***/

#safety-leftcolumn {
	float: left;
	padding: 0 0 0 9px;
	width: 172px;
}

.safety-navigation ul {
	width: 166px;
	padding:4px 0;
}

.safety-navigation .heading {
	background:url(images/safety-sideheader.gif) left top no-repeat;
	height:20px;
	padding: 5px 0 0 6px;
	font-weight:bold;
	list-style:none;
}

.safety-navigation .linkitem a {
	padding:2px 0 2px 8px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width: 1px;
	display:block;
}

.safety-navigation .linkitem a:hover {
	background:#D9D9D9;
}

.safety-navigation .heading a {
	border-bottom-width: 0;
	list-style:none;
}

.safety-navigation .heading a:hover {
	border-bottom-width: 0;
}

/*** main content ***/

#contentRight {
	float: right;
	width: 770px;
	padding: 6px 0 0 0;
}

#contentLeft {
	width: 563px;
	float: left;
}

#contentRightColumn {
	float: right;
	width: 194px;
}

#contentRightColumn img {
	margin-bottom: 9px;
}

.table-display {
	width:562px:
	margin-left:auto;
	margin-right:auto;
}

/*** feature image ***/

.featureblock {
	width: 175px;
	font-weight:bold;
	float:right;
}

.featureblock .feature {
	margin-bottom: 6px;
	height: 175px;
}

.featureblock .feature p {
	padding:35px 65px 0 8px;
}

/*** text area ***/

.homeblock {
	float:left;
	width:380px;
	padding: 0px 0px 12px 0px;
	margin-bottom: 6px;
	background:url(images/safety-block-bottom.gif) bottom left no-repeat;
}

.homeblock h1 {
	font-size:1em;
	font-weight:bold;
	padding: 5px 0 5px 9px;
	background: url(images/safety-block-top.gif) top left no-repeat;
}

.homeblock p {
	padding: 3px 9px 3px 9px;
}

.productblock {
	float:left;
	width:563px;
	padding: 0px 0px 12px 0px;
	margin-bottom: 6px;
	background:url(images/safety-block-507-bottom.gif) bottom left no-repeat;
}

.productblock h1 {
	font-size:1em;
	font-weight:bold;
	padding: 5px 0 9px 9px;
	background: url(images/safety-block-507-top.gif) top left no-repeat;
}

.insideProductBlock {
	width:563px;
	background: url(images/safety-block-507-middle.gif) top left repeat-y;
}

.productListing {
	width: 270px;
	float:left;
}
	
.productListing ul {
	width: 260px;
	margin-top: 6px;
	margin-bottom: 6px;
	list-style:none;
}

.productListing ul li {
	padding: 2px 0 2px 4px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 12px solid #F1EA3F;
	
}

.pageList p {
	padding:4px 0px;
}

.pageList ul {
	margin-top: 6px;
	margin-bottom: 12px;
	list-style:none;
}

.pageList ul li {
	display:inline;
}

.pageList ul li.activePage {
	border:1px solid #333333;
	background-color:#F1EA3F;
	padding:3px;
}

.pageList ul li a {
	padding:3px;
	background-color:#CCCCCC;
	margin:1px;
	border:1px solid #FFFFFF;
}

.pageList ul li a:hover {
	border:1px solid #333333;
	background-color:#F1EA3F;
}

#footer {
	padding: 2px 0 4px 200px;
	clear:both;
	background-color: e8e8f0;
	margin-top:8px;
}

.centralColumn {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

.centralFeature {
	width: 484px;
	margin-left:auto;
	margin-right:auto;
	padding: 8px;
	border:#333333 dotted 1px;
	background-color:#FFFFCC;
}

.centredTable {
	width: 300px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;
}

.centredTable td, th {
	padding: 4px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

.divVolumeDiscountTable {
	width: 230px;
	float:right;
}
	
.VolumeDiscountTable {
	width: 100%;
	
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;
}


.VolumeDiscountTable td, th {
	padding: 4px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#ccTable {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;
}

#ccTable td, th {
	padding: 4px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#customerTable {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;
}

#customerTable td, th {
	padding: 4px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#producttable {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;
}

#producttable td, th {
	padding: 4px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	vertical-align:top;
}

.paddedContainer {
	padding: 6px 0;
}

.colourtable {
	border: 0;
}

.colourtable td {
	border-right:0;
	border-bottom:solid 4px #333333;  
}

.clearBoth {
	clear:both;
	padding: 12px 0;
}

.productCategory {
	float: left;
	width: 220px;
	padding: 9px;
	height: 106px;
}

.productCategory td {
	vertical-align:middle;
	height: 80px;
}

.productCategory .imagecell {
	text-align:center;
	width: 90px;
}

/* text */

.redNormal {
	color:#CC0000;
}

.style1 {color: #0000CC;}
.style2 {color: #CC6600;}
.style3 {color: #006600;}
.style4 {color: #666699;}
.style5 {color: #CC0000;}

.imgFloatLeft {
	float: left;
	margin: 0 12px 8px 0;
}

/************
login
************/

#loginPanel {
	width: 400px;
	border: solid 1px #999999;
	padding: 10px;
	margin-left: 200px;
	margin-top: 200px;
}

#loginPanel li {
	padding: 4px;

