/* CSS Document */

/* Main body text styles */

body  {
    margin: 0;
	padding: 0;
	}
	
h1 {
    font: bold x-large "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 0px;
	}
	
h2 {
    font: bold large "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 0px;
	}	
	
h4  {
    font: bold 1.1em "Times New Roman", Times, serif;
	color: #000;
	margin-top: 0px;
	}

h5  {
     font: bold 0.9em "Times New Roman", Times, serif;
	 color: #000;
	 margin-top: 0px;
	 }	
	
p   {font: 0.8em "Times New Roman", Times, serif;
    color: #000;
	}
	
p.larger {font-size: 1em; font-weight: bold;}	
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}	

/* Defines the Centre block */

#centre {
    margin: 0px 20% 0px 21%;
	padding: 1% 0px;
    color: #000;
	}
		
#centre p {
	/* float: left; */
	clear: left;
	}

/* Form in the Centre for email response - aligns labels left and boxes right */

#centre form p {
    /*margin: 15px auto;*/
	width: 450px;
	/*clear: both;*/
	}
	
#centre form p label {
	float: left;
	}
	
#centre form p input {
	float: right;
	clear: right;
	}
#centre form p textarea {
    float: right;
	}	
	
#centre ol {
    font: 0.8em "Times New Roman", Times, serif;
	}
	
/* Defines the Top of the page or Header */	
	
#top {
    padding: 0px;
	background: url(graphics/headerbg.gif) repeat-x;
	}
	
/* Defines the Left hand block where we have the navigation */	
	
#left {
	position: absolute;
	top: 79px;
	padding: 0px;
	width: 19%;
	background: #DBDBCA url(graphics/left_bot_bg.gif) left bottom repeat-x;
	color: #000;
	left: 0px;
	}
	
	
/* Email newsletter sign-up box in Left column */	
	
#emailsignup {
    width: 90%;
	padding: 10px 10% 40px 6%;
	}	
	
#emailsignup form p input, form p textarea, form p select {
	float: left;
	}		
	
#mainimg {
    margin: 2px 15% 0px 21%;
	border-top: 1px #DBDBCA;
	}	
	
/* Product image in Centre - floats right and creates frame around */	
	
.floatright {
     float: right;
     margin: 0 0 10px 10px;
     background-color: #fff;
     padding: 10px;
	 clear: right;
}

div.floatright img {
     border-top: 2px solid #B7B794;
     border-right: 2px solid #3F653F;
     border-bottom: 2px solid #3F653F;
     border-left: 2px solid #B7B794;
}

div.floatright p {
     font: 0.7em "Times New Roman", Times, serif;
	 text-align: center;
	 }
	
div#centre table {
     clear: both;
	 }	
	
p.breadcrumb {
    margin: 10px 23% 0px;
	font-size: x-small;
	}	
	
/* Style definition for top level navigation styles*/	
	
ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #B7B794;
	}

ul#mainnav li {
	display: block;
	border-top: 1px solid #3F653F;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #1F4C1F;
	font: bold 0.9em /1.5 times new roman, times, serif;
	color: #FFFFFF;
	text-decoration: none;
	width: 88%;
	}

ul#mainnav li a:hover {
	background-color: #3F653F;
	color: #eee;
	}
/* Style definition for sub navigation */

ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px gray;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 times new roman, times, serif;
	color: #000000;
	background-color: transparent;
	border: 0px solid gray;
	}

ul#mainnav ul.subnav li a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	}
	
/* Style definition for sub-sub navigation */	
	
ul#mainnav ul.subsubnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px gray;
	}

ul#mainnav ul.subsubnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 2.0em;
	}

ul#mainnav ul.subsubnav li a {
	padding: 1%;
	margin: 0px;
	font: normal 0.7em /1.5 times new roman, times, serif;
	color: #000000;
	background-color: transparent;
	border: 0px solid gray;
	}

ul#mainnav ul.subsubnav li a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	}
  
/* Postioning for the top menu (contact, site map, etc. */  
  
div#topcontent {
     position: absolute;
	 top: 35px;
	 right: 0px;
	 width: 50%;
	 }  
  
div#topcontent ul {
	list-style: none;
	margin: 0px 0px 40px 0px;
	}

div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #FFF;	
	}

div#topcontent ul li.first {
	border-left: 0px none;
	}

div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none
	}    

div#topcontent ul li a:hover {
    color: #FF6600;
	text-decoration: underline;
	}
	
div#centre ul {
    font: 0.8em "Times New Roman", Times, serif;
	}