/**** 
	Copyright 2010 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:.7em;
	/** 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 {
	list-style:none;
}
p {
	padding: 3px 0;
}
h1 {
	font-size: 132%;
	color:#339;
}
h2 {
	font-size: 110%;
	padding: 6px 0;
}
td, th {
	font-size: 100%;
	padding: 2px;
	vertical-align: top;
}
input, select {
	font-size: 100%;
}
/******************************
	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;
	position: relative;
}
#safety-container {
	width: 970px;
}

#searchTop {
	position: absolute;
	left: 200px;
	top: 38px;
}

/*** top logo ***/

#safety-header {
	position:		relative;
	width: 			980px;
	margin: 		0 auto;
}
#safety-header .logo {
	padding: 11px;
	float:left;
}
/*** basket ***/

#basket {
	position:	absolute;
	right:		10px;
	top:		12px;
	width: 		192px;
	height: 	60px;
	background:url(/images/bg-basket.jpg) no-repeat left top;
}
#basket .innerSection {
	position:	relative;
	width:		100%;
	height:		60px;
}
#basket .basketPicture {
	position: absolute;
	top: 5px;
	left: 5px;
}
#basket .basketContents {
	position: absolute;
	top: 5px;
	left: 35px;
}
#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;
	color: #CC6600;
}
.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;
	clear:		both;
}
.centralFeature {
	width: 484px;
	margin-left:auto;
	margin-right:auto;
	padding: 8px;
	border:#bbb solid 1px;
	background-color:#e8e8e8;
}
.categoryPanel {
	float:			left;
	width:			248px;
	height:			22px;
}
.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;
	margin:				0 0 12px 20px;
	height: 			126px;
	background-color:	none;
	border:				1px solid #039;
}
.productCategory p {
	padding: 6px 8px;
	text-align:center;
}
/*** lists ***/

.listForm li {
	padding: 4px 0;
}
.formField {
	width: 250px;
}
/* text */

.textOrange {
	color: #CC6600;
}

.redNormal {
	color:#CC0000;
}
.style1 {
	color: #0000CC;
}
.style2 {
	color: #CC6600;
}
.style3 {
	color: #006600;
}
.style4 {
	color: #666699;
}
.style5 {
	color: #CC0000;
}
.bgRowHeader {
	background-color:#F1EA3F;
}
.imgFloatLeft { 
	float: left;
	margin: 0 12px 8px 0;
}
.textLogin {
	color:#900;
}
/************
form checkout
************/

.formCSS .formRow {
	clear: both;
	margin: 9px;
}
.formCSS label {
	width: 180px;
	float: left;
	font-weight: bold;
	height: 20px;
}
.formCSS .formField {
	width: 280px;
	float: left;
}
.formCSS .formField input {
	width: 240px;
}
/************
login
************/

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

/*** carousel ***/

#mycarousel  {
	width: 100%;
	
}

#mycarousel li {
	width: 110px;
	text-align: center;
}

#mycarousel .carouselPicture {
	height: 90px;
}
	
	
	
