	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #004b34;
	margin-top:0px;
	}
	
	h1 {
		font-size:16px;
		font-weight: normal;
	}
	
	a:link, a:hover, a:visited, a:active {
	color:#004b34;
	font-weight: normal;
	text-decoration: underline;
	}

/*Contact Form Stuff*/
	form{
	font-size:12px;
	font-weight: normal;
	color: #004b34;
	}
	
	a {
		font-weight: normal;
		color: #004b34;
		text-decoration: underline;
	}

	input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #FFFFFF;
		border: 1px solid #004B34;
		color: #004B34;
}
	textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #FFFFFF;
		border: 1px solid #004B34;
		color: #004B34;
}
/*Main frame to hold it all*/

	#frame {
	background-image:url(../images/b_main.gif);
	width:820px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	}
		

		
/*Centre Column*/
	
	#contentcenter {
	width:760px;
	float:left;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
		}
		
	#contentcenter h1 {
	color:#004b34;
	font-size:18px;
	}
	
	#contentcenter h2 {
	color:#004b34;
	font-size:14px;	
	}
	
	#contentcenter h3 {
	color:#004b34;
	font-size:12px;	
	}
	
	#contentcenter p {
	font-size:12px;
	line-height: 18px;
	}
	
/*Header*/

	#contentheader {
	height:90px;
	}
		
/*Menu*/

	#menu{
	float:none;
	height:33px;
	background-image: url(../images/menu.gif);
	text-align: center;
	}
	
	#menu h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
	}	
	
/*Image Bar*/

	#imbar{
	
	float:none;
	height:82px;
	text-align:center;
	}
	
	#imbar img {
		padding:10px;
	}

/*Footer*/
		
	#contentfooter {
	background-image:url(../images/footer.jpg);
	height: 28px;
	}
	
	#contentfooter h1 {
	font-size:11px;
	padding:2px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	}	
	
	#contentfooter a:link, #contentfooter a:visited {
	font-size:11px;
	color: #fff;
	text-decoration: none;
	}
	
	#contentfooter a:hover {
	font-size:11px;
	text-decoration: underline;
	}
	
/*Products*/
#product {
	width:758px;
	margin-bottom: 10px;
	border: 1px solid #7E9A61;
		}
#producthead {
	width:752px;
	padding:3px;
	font-weight: bold;
	font-size:16px;
	background-color: #7E9A61;
	color: #fff;
	}
#producthead2 {
	width:752px;
	padding:3px;
	font-weight: normal;
	font-size:12px;
	background-color: #7E9A61;
	color: #fff;
		}
#product h2 {
	font-weight: bold;
	font-size:14px;
	}
#productimg {
	float:left;
	width:100px;
	padding:4px;
	margin-top: 15px;
	margin-left: 2px;
	}
#producttxt {
	float:right;
	width:642px;
	margin-top: 15px;
	margin-left: 2px;
	font-size:11px;
	font-weight: normal;
	padding-top: 4px;
}
#productfoot {
	text-align:right;
	font-size:11px;
	width:752px;
	padding:2px;
	border: 1px solid #7E9A61;
	background-color: #7E9A61;
	color:#fff;
		}
#productfoot a {
	font-size:11px;
	font-weight: normal;
	color:#fff;
		}
		
		
