/* CSS Document */

/* redefined global HTML tags */

html * {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: url(images/sh_bodybg.jpg) #C3CBE2 repeat-x;	
}

p {
	font-size:86%;
	padding:0.5em 9px;
	line-height: 130%;
}

h1 {
	font-size:medium;
	font-weight:bold;
}

h2 {
	font-size:100%;
	font-weight:bold;
	padding:0.5em 9px;
}

h3 {
	font-size:100%;
	font-weight:bold;
	padding:0.5em 9px;
}

input {
	font-size: 86%;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input.radio {
	border:none;
}

td {
	font-size:86%;
}

td p {
	font-size:100%;
}

td li {
	font-size:100%;
}

li {
	font-size:86%;
}

img {
	border: 0;
}

a {
	text-decoration:none;
	color: #013C80;
}

a:hover {
	text-decoration: underline;
	color: #993333;	
}


/* holds all other content. centred with auto margins */

#maincontainer {
	margin: 12px 0;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/sh_1bg.jpg) repeat;
}

/* Main graphic at top of page */

#containertopgraphic {

}

#containermenu {
	display:block;
}

#containermenu ul {
	list-style:none;
}

#containermenu li {
	 float:left;
	 display:inline;
}

/* text, products and all else goes in here */

#containercontent {
	
}

/* left menu */

#contentleft {
	padding: 12px 0 0 20px;
	width: 150px;
	float:left;
}

#contentleft ul {
}

#contentleft ul li {
	display : block;
	list-style:none;
	padding: 2px 0 2px 4px;
	margin: 1px 0;
}

/* main content */

#contentright {
	width: 560px;
	float:right;
	padding: 12px 12px 12px 0;
}

/* Footer */

#containerfooter {
	clear:both;
	background:url(images/sh_footer.gif) left bottom;
	text-align:center;
	color:#FFFFFF;
	font-size: 0.9em;
	padding: 5px 0 12px;
}

/* blocks of content - news, products etc.. */

.centredBlock {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.centredBlock li {
	padding:3px 0;
}

.largeblock {
	float:right;
	width:562px;
	padding: 0px 0px 12px 0px;
	background:url(images/sh_1maintextlow.gif) bottom left no-repeat;
}

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

.fullBlock {
	margin: 10px auto;
	width:730px;
	padding: 0px 0px 12px 0px;
	background: url(images/380-panel-bg-lower.jpg) bottom left no-repeat;
}

.fullBlock h1 {
	font-size:1em;
	font-weight:bold;
	padding: 5px 0 5px 9px;
	background: url(images/380-panel-bg-top.jpg) top left no-repeat;
}

.contentDetailsLeft {
	padding: 0 0 0 12px;
	float:left;
	width:300px;
}

.contentDetailsLeft ul {
	padding: 0 0 0 12px;
}

.contentDetailsLeft ul li {
	list-style:none;
	padding: 4px 0;
}

.contentDetailsRight {
	padding: 0 12px 0 0;
	float:right;
	width:230px;
}

.contentDetailsRight ul {
	
}

.contentDetailsRight ul li {
	list-style:none;
	padding: 4px 0;
	text-align:center;
}

.newsblock {
	margin: 14px 0;
	float:right;
	width:174px;
	padding: 0px 0px 12px 0px;
	background:url(images/sh_1newslow.jpg) bottom left no-repeat;
}

.newsblock h1 {
	padding: 5px 0 5px 9px;
	background: url(images/sh_1newstop.jpg) top left no-repeat;
}

.featureblock {
	margin: 14px 0;
	width:376px;
	float:left;
	padding: 0 0 0 0;
	background:url(images/sh_1featurelow.jpg) bottom left no-repeat;
}
	
.featureblock h1 {
	padding: 5px 0 5px 9px;
	background: url(images/sh_1featuretop.jpg) top left no-repeat;
}	

#maincategories {
	width:540px;
	margin: 10px auto 10px auto;
}

#maincategories td {
	width:260px;
	padding:3px 2px 2px 4px;
}

#maincategories p {
	width:160px;
}

#categorytable {
	text-align:center;
	width: 450px;
	margin: 10px auto 10px auto;
}

#categorytable li {
	list-style:none;
}

#categorytable td {
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width: 225px;
}

.categoryblock {
	
}

.categoryheader {
	float:left;
	width: 240px;
	padding: 2px 0 0 2px;
	margin:10px 0px 10px 16px;
}

.categoryheaderright {
	float:right;
	width: 240px;
	padding: 2px 0 0 2px;
	margin:10px 16px 10px 0;
}

.categoryblock li {
	list-style:none;
	padding: 4px;
}

.categoryheadercontent {
	text-align:left;
	width: 160px;	
}

.specifications {
	background: url(../images/subbg7.gif) no-repeat; 
	height:18px; 
	margin:4px 0 0 0;
}

/* two column list of items used in product attributes */


.productsafety {
	float:left;
	width:300px;
}

.productsafety dl {
	clear:both;
	padding:6px 0px;
}

.productsafety dt {
	float:right;
	width: 180px;
	padding:0 0 4px 0;
	margin:0px;
	color: #013C80;
	font-weight: bold;
	font-size:1em;
}

.productsafety dd {
	margin:0 0 0 120px;
	padding:0px;
	font-size:0.85em;
}

.productsafety dl dd.img {
	margin:0;
}

.productsafety dd.img img {
	float:left;
	padding:0 2px 0 8px;
}

/* tables */

.aligncenter {
	margin-left:auto;
	margin-right:auto;
}

.tableChart {
	margin: 0;
	padding: 0;
	border: 0;
	
}

.tableChart td {
	padding: 0;
}

.tablecomparison {
	border-bottom:#666666 solid 1px;
	border-left:#666666 solid 1px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:12px;
}

.tablecomparison td {
	border:0;
	border-top:#666666 solid 1px;
	border-right:#666666 solid 1px;
	padding:2px;
	margin:0;
}

.tablecomparison td td {
	border: 0;
}

.toprow {
	border-top:0;
	border-right:0;
	text-align:center;
}

.tablecentral {
	margin: 10px auto 10px auto;
	width: 80%;
}

.tablecentral td {
	padding: 2px;
	vertical-align:top;
}

.jobsConainer {
	width: 460px;
	padding: 10px;
	margin: 9px auto;
	background-color:#DDEEEE;
	border: 1px dashed #999999;
}

/* float images left or right to sit alongside text */

.imgright {
	float:right;
	padding: 6px 10px;
}

/* clears floated elements above */

.clearfix {
	clear:both;
	vertical-align:top;
}

/*  forms  */


.buttongroup {
	width: 250px;
}

.buttonitem {
	clear:both;
}

.buttongroup input {
	margin-bottom: 5px;
	float:left;
	width: 20px;
}

.buttongroup input.radio {
	border:none;
}

input[type="radio"] {
	border:none;
}

.buttongroup label {
	margin-left: 5px;
	float:right;
	width: 210px;
	padding: 2px 0 0 0;
}


/* text settings */

.bluebold {
	color:#003399;
	font-weight:bold;
}

.blueboldlarge {
	color:#003399;
	font-weight:bold;
	font-size: 1em;
}

.liindent {
	padding: 0 0 0 8px;
}

.imgCenter {
	margin: 10px auto;
	display: block;
	clear: both;
}