@charset "utf-8";
/* CSS Document */
body
{
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	border:0; /* for old IE */
	margin:0.5em 0 0 0; /* for old IE and for IE/Firefox cross browser margin conflict. */
	text-align:center; /* for old IE */
	background-color: #999;
}
/* centering of page in browser window and grey border around all content except the footer bottom */
#wrapper
{
	width:68em;
	margin-left:auto;
	margin-right:auto;
	border-top: #767676 solid 0.2em;
	border-left: #767676 solid 0.2em;
	border-right:#767676 solid 0.2em;
}
/* end centering of page in browser window and grey border around all content except the footer bottom */
/* header section formatting and selection of images */
#headerimage
{
	height: 18em;
	background-color: #034573;
	background-repeat:no-repeat;
	background-position:center bottom;
	margin:0;	
}
.indeximg
{
	background-image:url(images/index.jpg);
}
.contactimg
{
	background-image:url(images/contact.jpg);
}
.servicesimg
{
	background-image:url(images/services.jpg);
}
.newsimg
{
	background-image:url(images/news.jpg);
}
#headertext p
{
	width:35em;
	float:left;	
	margin:0;
	border:0;
	color:#FFFFFF;
	text-align:left;
	padding:1em 0 0.2em 2em;
}
#headerphone p
{
	width:24em;
	float:right;
	margin:0;
	border:0;
	color:#FFFFFF;
	text-align:right;
	padding:1em 2em 0.2em 0;
}
/* end header section formatting and selection of images */
/* formatting menu section */
#menuholder
{
	background-image: url(images/menuline.gif);
	background-position: top right;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	background-color:#6C8CD5;
}
.navtitle
{
	font-size:2em;
}
#menu
{
	height:3.3em;
}
#menu ul
{
	margin:0.5em 0 0 0;
	padding:0;
	list-style-type:none;
}
#menu li
{
	display:inline;
	color: #ffffff;
	margin:0;
	padding-left:0;
}
#menu li a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#FFFF00;
	margin: 0 0.5em;
	padding: 0 0.5em;
}
#menuleft
{
	width:20em;
	float:left;
}
#menuright
{
	width:36em;
	float:right;
}
/* end formatting menu section */
/* formatting menu links */
#menu ul li a:link
{
	color: white;
	text-decoration: none;
}
#menu ul li a:visited
{
	color: purple;
	text-decoration: none;
}
#menu ul li a:hover
{
	color: red;
	text-decoration: none;
}
#menu ul li a:active
{
	color: yellow;
	text-decoration: none;
}
#menu ul li a:focus
{
	color: yellow;
	text-decoration: none;
}
/* end formatting menu links */
/* formatting grey and blue horizontal bars */
.menubar1
{
	background-color:#92ADC2;
	height: 0.5em;
	font-size:0.5em; /* useful for IE6 as well; to control line height */
	margin:0;
	padding:0;
	clear:both;
}
.menubar2
{
	background-color: #ACB0AE;
	height: 0.5em;
	font-size:0.5em; /* useful for IE6 as well; to control line height */
	margin:0;
	padding:0;
	clear:both;
}
/* end formatting grey and blue horizontal bars */
/* sundry formatting */
.normal
{
	font-size:small;
}
.violet
{
	background-color:#CC00FF;
}
.image
{
	border:0.2em solid #666;
}
.clearfloat /* to allow various maincontent background colour to extend to and include the longest column */
{
	clear:both;
	font-size:0.1em; /* required for IE6 */
	height:0.2em; /* to minimise effect on bottom margin of maincontent*/
}
/* end sundry formatting */
/* maincontent division formatting */
#maincontentindex,
#maincontentcontact,
#maincontentservices,
#maincontentnews
{
	clear:both;
	text-align:left;
	background-color: #92ADC2;
	margin: 1em;
}
/* end maincontent division formatting */
/* outer column divisions */
#outerleftindex,
#outerleftcontact,
#outerleftnews
{
	width: 50%;
	float: left;
}
#outerrightindex,
#outerrightcontact,
#outerrightnews
{
	width: 48%;
	float: left;
}
/* end outer column divisions */
/* inner left and right column heights, borders and margins */

#left,
#leftcontact,
#leftnews
{
	margin: 0.8em 0 0.8em 0.8em;
	border-right: solid 0.2em #FFFFFF;
}
#left
{
	height:40em;
}
#righttop,
#rightbottom,
#rightcontact,
#rightnews
{
	margin-top:0.8em;
}
#righttop
{
	height: 20em;
	border-bottom: solid 0.2em #FFFFFF;
}
/* end inner left and right column and components */
/* left and right column images and paragraph position formatting */
#left,
#leftnews
{
	padding-right:1em;
}
#righttop img,
#rightbottom img
{
	float:left;
	margin: 1.7em 0 0 0.8em;
}
#leftcontact img
{
	margin:0 0 0 0.8em;
}
#righttop p,
#rightbottom p
{
	width: 70%;
	float:left;
	margin: 1.4em 0 0 0.8em;
}
#rightcontact,
#rightnews
{
	padding: 0 0 0 0.8em;
}
/* end left and right column images and paragraph position formatting */
/* services page */
#services
{
	margin:0.8em;
}
#clientServices,
#regaffairs,
#msds,
#labelling,
#chemistry
{
	border-bottom: solid 0.1em #FFFFFF;
}
#msdsrightcol
{
	float:left;
	width:32%;
	margin:0;
	padding-left:0.8em;
}
#msdsrightcol p
{
	margin:0; /* so that margins and padding are controlled by the div #msdsrightcol */
}
#msdsbottomcol
{
	clear:both;
}
#moragimage
{
	width:100%; /* provided div and width to see whether this prevents image breakout in IE6 */
	clear:both;
}

#regaffairs img,
#chemistry img
{
	float:left;
	margin-right: 0.4em;
	margin-bottom: 1em;
}
#msds img
{
	margin-bottom:1em;
	float:left;
}
#labelling img
{
	float:right;
	margin-left: 0.8em;
}
#eslimages
{
	float:right;
	width:18em;
}
#eslimages img
{
	margin-bottom:1.5em; /* to separate images */
}
/* end services page */
/* footer section */
#footer
{
	clear:both;
	height: 2.5em;
	text-align: center;
	padding:0.3em 0;
	background-color: #034573;
	margin:0;
	background-image: url(images/w3c_icons_small.gif);
	background-position: 98.8% 50%;
	background-repeat: no-repeat;
}
 #footer p
 {
 	color:#c0c0c0;
	font-size:small;
	margin: 0;
 }
/* end footer section */ 