#utility,
#breadcrumbs,
#mainmenu 
{
	display:none;
	}


html {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000; /*#58646a;*/
}
body { 
	font-size: 85%;
    line-height: 1.3em;
    text-align:center;
 	background-color:#fff;
 	margin:0 auto;
   }
   
h1 {
	font-size:1.4em;
	line-height:1.6em;
	font-weight:bold;
	}
h2 {
	font-size:1.4em;
	line-height:1.2em;
	}
h3 {
	font-size:1.2em;
	line-height:1em;
	font-weight:bold;
	}
h4 {
	font-size:1.1em;
	line-height:1em;
	font-weight:bold;
	}
h5 {
	font-size:1em;
	line-height:0.8em;
	font-style:italic;
	}
p {
	margin-bottom:0.6em;
	}
h2,h3,h4,h5 {
	margin-top:1em;
	margin-bottom:0.2em;
	}
ul {
	margin-left:1em;
	margin-bottom:1em;
	}
li {
	list-style:circle;
	}

a {
	color:#000;
	/*text-decoration:none;*/
	}
a:hover {
	/*text-decoration:underline;*/
	}


#topbar {
 	background-color:#fff;
	}
#topbar_content {
	position:relative;
	width:900px;
	height:30px;
	text-align:left;
	line-height:26px;
	margin:0 auto 10px auto;
	padding:0; /*10px 0 10px 10px;*/
	/*border:1px solid #ccc;*/
	}
		
#header {
	position:relative;
	height:130px;
	/*background:url(images/frame_top.png) no-repeat 0 0;*/
	}
#header #logo {
	position:absolute;
	width:117px;
	height:92px;
	bottom:20px;
	left:20px;
	background:url(images/logo_print.png) no-repeat 0 0;
	}
#header h1 {
	font-size:30px;
	font-weight:normal;
	margin:0 0 20px 0;
	}
#header #strapline {
	position:absolute;
	bottom:20px;
	right:20px;
	width:295px;
	height:22px;
	background:url(images/strapline_print.png) no-repeat 0 0;
	}
	
#container {
	position:relative;
	width:1000px;
	height:100%;
	margin:0 auto;
	padding:0; /*10px 0 10px 10px;*/
	}
#content {
	width:790px;
	text-align:left;
	}
		
#page_area {
	width:750px;
	padding:10px 20px;
	background-color:#fff;
	}
#page_area.home {
	position:relative;
	height:580px;
	}

#sectionTitle {
	float:left;
	width:170px;
	height:170px;
	padding:5px;
	background:#000;
	}
#sectionTitle h1 {
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	line-height: 1em;
	text-transform:uppercase;
	color:#fff;
	}
#pageImage {
	float:right;
	width:560px;
	height:180px;
	margin-bottom:16px;
	overflow:hidden;
	}
	
#tab_content #left {
	float:left;
	width:180px;
	}
#tab_content #right {
	margin-left:190px;
	padding-left:10px;
	}
	
#tab_bottom {
	height:17px;
	}	
	
#address {
	width:168px;
	margin-top:10px;
	padding:6px;
	font-weight:bold;
	font-size:0.7em;
	line-height:1.2em;
	border:1px solid #000;
	color:#000;
	}
	.home #address {
		position:absolute;
		left:20px;
		top:390px;
		height:168px;
		overflow:hidden;
		}
	
#certified {
	float:left;
	width:168px;
	height:168px;
	margin-top:10px;
	padding:6px;
	/*background:#e29472 url(images/iso_print.png) repeat-x 0 0;*/
	font-weight:bold;
	font-size:0.7em;
	line-height:1.2em;
	border:1px solid #000;
	color:#000;
	}
	.home #certified {
		position:absolute;
		left:590px;
		top:390px;
		}
		
.intro {
	color:#000;
	font-size:1.0em;
	line-height:1.1em;
	margin-bottom:1em;
	}

.highlight {
	color:#000;
	}
/* HOMEPAGE ---------------------------------------------- */
#home_image1,#home_image2,#home_image3,#home_image4,#home_article,.home_img {
	position:absolute;
	width:370px;
	height:180px;
	overflow:hidden;
	margin-bottom:10px;
	/*border:1px solid #c00;*/
	}
#home_image1 {
	left:20px;
	top:20px;
	}
#home_image2 {
	left:400px;
	top:20px;
	}
#home_image3 {
	left:20px;
	top:210px;
	}
#home_image4 {
	left:210px;
	top:400px;
	}
	
#home_article {
	left:400px;
	top:210px;
	width:358px;
	height:168px;
	overflow:hidden;
	padding:6px;
	/*background:#e6e6e6 url(images/bg_welcome.png) repeat-x 0 0;*/
	border:1px solid #000;
	font-size:0.8em;
	line-height:1.3em;
	color:#000;
	}
	#home_article h1 {
		color:#000;
		text-transform:uppercase;
		font-size:1.8em;
		margin:0 0 0.5em 0;
		}

/* SUBMENU ------------------------------------------------ */
#submenu {
	/*background:#eee;*/
	/*border-right:1px solid #ccc;*/
	padding:0 5px 5px 5px;
	}
#submenu ul {
	margin-left:0;
	}
#submenu li {
	list-style:none;
	background:url(images/bullet.png) no-repeat 0 0.3em;
	padding-left:1em;
	}
#submenu li,
#submenu li ul { /* space between items */
	margin-top:0.5em;
	}
#submenu li ul li {
	margin-left:10px;
	}
#submenu a,
#breadcrumbs a,
#topbar_content a {
	text-decoration:underline;
	color:#000;
	}
#submenu a.here,
#topbar_content a.here {
	font-weight:bold;
	}
