@charset "UTF-8";
/* CSS Document */


/*****************
basic layout 
*****************/
/*body {
	background-image: url(http://www.tiars.com.au/boilerplates/images/18px.gif);
	background-position: left top;
}*/

/* center wrapper */
div#pagewrapper {

}

/* development grid
.container_16 {
	background:#FFFFFF url(../img/16_col.gif) repeat-y scroll 0 0;
}
 */

div#header {
   height: 252px;  
   text-align: center;      
}

/* position for the search box */
div#search {
	margin-top: 38px;
	margin-bottom: 36px;
   /*text-align: right;*/
   float: right;
   color: #000066;

}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
	margin: 18px 0;
}


div#main {

}

div#sidebar {

}

div#footer {
   clear: both;       /* keep footer below content and menu */
   
}

div#footer p {
   font-size: 11px;
   padding: 1.5em 0 0 0;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   clear: both;
   color: #000066;
}

div#footer p a {
	color: #000066;
	text-decoration: none;
}
div#footer p a:hover {
	color: #000066;
	text-decoration: underline;
}

div#footer p+p {
	padding-bottom: 1.5em;
}

/******************
Footer Logos
/******************/

div.hr.footerrule {
	margin: 1em 10px;
}

div#footer ul {
padding: 0;
margin: 0 auto;
list-style-type: none;
width: 720px;
text-align: center;
}

div#footer  li { 
	
	float: left; 
	
	}

div#footer li, div#footer li a
{
padding: 0  ;
width: 180px;
height: 72px;
display: block;
}

div#footer  li a span
{
display: none;
}
div#footer  li#poa {
	background-image: url(../images/logo-poa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
div#footer  li#ibwa {
	background-image: url(../images/logo-ibwa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
div#footer  li#abwi {
	background-image: url(../images/logo-abwi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

div#footer  li#qms {
	background-image: url(../images/logo-qms.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
div#footer  li#poa a:hover {
	background-image: url(../images/logo-poa.jpg);
	background-repeat: no-repeat;
	background-position: center -72px;
	}

div#footer  li#ibwa a:hover {
	background-image: url(../images/logo-ibwa.jpg);
	background-repeat: no-repeat;
	background-position: center -72px;
	}
	
div#footer  li#abwi a:hover {
	background-image: url(../images/logo-abwi.jpg);
	background-repeat: no-repeat;
	background-position: center -72px;
	}

div#footer  li#qms a:hover {
	background-image: url(../images/logo-qms.jpg);
	background-repeat: no-repeat;
	background-position: center -72px;
	}
	
	
/**************/

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   border-bottom: 1px solid #ccc;
   margin: 1em 0;
   clear: both;
}

/* relational links under content */
div.left49 {
  width: 40%; /* 50% for both left and right might lead to rounding error on some browser */
  padding-left: 10px;
}

div.right49 {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 10px;
}

.left {
	float: left;
	}

.right {
	float: right;
	}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin:0 20px 18px 0;
}

p img.left  { float: left; margin: 0 3em 1.5em 0; padding: 0; clear: left; }
p img.right { float: right; margin: 0 0 1.5em 3em; padding: 0; clear: right;}

p img.leftmargintop  { float: left; margin: 1.5em 3em 1.5em 0; padding: 0; clear: left;}
p img.rightmargintop { float: right; margin: 1.5em 0 1.5em 3em; padding: 0; clear: right;}

.flashright {
	float: right;
	margin: 0 0 1.5em 3em;
}

.flashleft {
	float: left;
	margin: 0 3em 1.5em 0;
}

.flashplayer {
	margin-top: 8px;	
}

/********************
CONTENT STYLING
*********************/
/* body { font-size: 12px; font-family: Arial, sans-serif; } */

div#content {
	color: #000066;
	background-image: url(../images/leaf-220px-w.jpg);
	background-position: right 90px;
	background-repeat: no-repeat;
	
	/* IE6 Fixes */
	_zoom: 1;
}

div#content #main a {
	color: #00b3e6;
	text-decoration: none;
}

div#content #main a:hover {
	text-decoration: underline;
}

/* global type increase */
#main p, #main li {
	font-size: 13px;
	}

span.boxy {
	border: 1px solid green;
	padding: 5px;
	font-size: 15px;
}

div.contentbuffer {
	padding-left: 160px;
}

/* HOME page specifics */

#home #main h1 {
	font-size: 20px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-weight: bold;
	}
#poem {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 1.5em;
	}
.poemheading {
	font-size: 20px;
	font-weight: bold;
}
.poemauthor {
	font-weight: bold;
}
/* END HOME page specifics */	

/* ENVIRO SPECIFICS */
/* adds left padding to line up content under : */
#environment div.contentbuffer {
	padding-left: 130px;
}
/* END ENVIRO SPECIFICS */

/* QUALITY-CONTROL page specifics */

#quality-control #main h2 {
	margin-bottom: 0.25em;
	}

	
/* END QUALITY-CONTROL specifics */

/* ACCREDITATION PAGE */
#accreditation ul.indentthis {
	padding-left: 60px;
}
/* END ACCREDITATION */

/* PRODUCTS PAGE */
#productstbl td {
	font-weight: bold;
	text-align: center;
}
/* END PRODUCTS */

/* CONTACT page */
#contact div#content {
	color: #000066;
	background-image: url(../images/leaf-320px-w.jpg);
	background-position: right 90px;
	background-repeat: no-repeat;
	
	/* IE6 Fixes */
	_zoom: 1;
}
#contact .grid_5.suffix_1.alpha {
	background-image: url(../images/vertical-sep.gif);
	background-repeat: repeat-y;
	background-position: 315px top;	
}
#contact #main textarea, #contact #main input {
		width:99%;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		}
#contact #main input.fbsubmit {
	width: 7em;
}
.contactform div {
	padding-bottom: 18px;
	}
#contact th, #contact td, #contact caption { 
	background-color:white;
	padding:2px;
	vertical-align: top;
}
#contact table {
	background-color: white;
	}
#contact input, #contact select {
	margin-bottom: 10px;
	}
.error_message {
	color: red;
	}
.success {
	border: 2px solid green;
	padding: 16px 16px 0 16px ;
}
input[text]:focus, textarea:focus  {
	background-color: azure;
}
#contact p, #contact td {
	font-size:12px;
	}
/* END CONTACT page */

/* ENQUIRIES page */
#enquiries div#content {
	color: #000066;
	background-image: url(../images/leaf-320px-w.jpg);
	background-position: right 90px;
	background-repeat: no-repeat;
	
	/* IE6 Fixes */
	_zoom: 1;
}

#enquiries .grid_5.suffix_1.alpha {
	background-image: url(../images/vertical-sep.gif);
	background-repeat: repeat-y;
	background-position: 315px top;	
}
#enquiries #main textarea, #enquiries #main input {
		width:99%;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		}
#enquiries #main input.fbsubmit {
	width: 7em;
}
.contactform div {
	padding-bottom: 18px;
	}
#enquiries th, #enquiries td, #enquiries caption { 
	background-color:white;
	padding:2px;
	vertical-align: top;
}
#enquiries table {
	background-color: white;
	width: 66%;
	}
#enquiries input, #enquiries select {
	margin-bottom: 10px;
	}
.error_message {
	color: red;
	}
.success {
	border: 2px solid green;
	padding: 16px 16px 0 16px ;
}
input[type="text"]:focus, textarea:focus  {
	background-color: azure;
}
#enquiries p, #enquiries td {
	font-size:12px;
	}
/* END ENQUIRY page */

/* FAQS */
#faqs div#main ol {
	margin-bottom:0;
}
#faqs div#main ol li {
margin:1em 0 0.5em 2em;
}
/* END FAQS */
	
/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
	color: #000066;
}

/*h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }*/
h1 { font-size: 2em; line-height: 1.5; margin-bottom: 0.75em; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h3 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h4 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h5, h6 { font-size: 1em; font-weight: bold; }

/* COMPANY page */

#company h2 {
	margin-bottom: 0;
	}

/* end COMPANY page */
	
/* END HEADINGS */

h1 span {
font-size:12px;
vertical-align:text-top;
}

p span {
font-size:9px;
vertical-align:text-top;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}



/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.5em;
   margin: 0 0 1.5em 0;
   overflow: hidden;
}

div#main ul li,
div#main ol li {
   line-height:1.5;
	margin:0 0 0.75em 2em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

table {
	background-color: #999;
	}
	
th, td, caption { 
background-color:white;
padding:4px 10px 4px 5px;
}

th {
	text-align: center;
	}

/********************
Product page List
*********************/

div#main ul#productlist {
padding: 0;
margin: 0 0 1.5em 0;;
list-style-type: none;
width: 100%;
text-align: center;
}

div#main #productlist li { 
	display: inline; 
	margin: 0 .75em;
	}

div#main #productlist li a
{
text-decoration: none;
padding: 0 ;
font-weight: bold;
}

div#main #productlist li a:hover
{

}


/********************
CSS HORIZ MENU
*********************/
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin: 36px 0;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: white;
   border-bottom: 1px solid white;
   width: 100%;
   /*padding-left:30px;*/
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
   border: 1px solid #C0C0C0;
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
   
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   /*margin-top: -1px;*/
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #000066;
   font-size: 13px;
   text-transform: uppercase;
}
#primary-nav li a { 
   border-right: 1px solid white;
   border-left: 1px solid white;
}
#primary-nav li li a { 
   /*border: 1px solid #C0C0C0;*/
   text-transform: capitalize;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: white; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li a.menuactive { 
   /*background-color: #C7C7C7; */
    color: #00b3e6 ; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: white; 
 
}

#primary-nav li a:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
    color: #00b3e6 ; 
 
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

/****************************
END CSS HORIZ MENU
*****************************/
