/* ----- HTML Styling ------ */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
}
p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #225400;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
	margin: 0 0 0 0; /* removes unpridictable 'browser default' settings */
	padding: 0 0 0 0; /* " " */
}

img {
	border: 0 none;
	padding: 0 0 0 0; 
}
p {
	margin: 0 0 1em 0;
}
form {
	margin: 0 0 0 0;
}
table {
	border: 0;
}

td img {
	display: block; /* Images that are in tables will always be block level */
}
 /* Link Elements must be in this order*/
a:link, a:visited, a:active, a:active{
	color: #225400;
	text-decoration: none;
}

br.clear {
	clear: both;
} /* <br clear="all" /> may be unrelyable in gecko based browsers <br style="clear: both;" /> 
clears more reliably but lets get it in the Stylesheet with <br class="clear" /> */
/* ----- Leaves ------ */
#main-cent {
	min-height: 100%; /* Compliant browser height, This will fill entire browser window height */
	clear:both;	
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
	position:relative;
}
/* Height \*/  
* html #main-cent {
 height: 100%; /* Height for IE */
 }
 
/* ----- page head ------ */
img.printimg {
	display: block;
	width: 645px;
	height: 85px;
}
#nav {
	width: 1px;
	height: 1px;
	float: left;
	display: none;
}
/* ----- Nav Bar ------ (removed from Print CSS) */  

/* ----- Content ------ */
#cont-box {
	margin: 0 0 0 0;
}
#cont-box .bodytxt {
	width: 700px;
	margin-top: 0;
}
#cont-box img.headimg {
	width: 648px;
	height: 43px;
	margin: 0 0 10px 0;
}
br.clear {
	clear: both;
	line-height: 2px;
	overflow: hidden;
}
#homeimgblock {
	width: 644px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
}
#homeimgblock img { 
	margin: 5px 3px 10px 3px;
	border: 2px solid #A6BD75;
	float: right;
}
img.floatright {
	float: right;
	margin: 0 0 10px 15px;
	display: inline;
	border: 4px solid #A6BD75;
}

img.floatleft {
	float: left;
	margin: 0 15px 10px 0;
	border: 4px solid #A6BD75;
}
.bodytxt {
	width: 400px;
	display: inline;
}
.bodytxt ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.bodytxt li {
	list-style: none;
	padding: 3px 0 6px 2px;
	margin: 0 0 0 0;
}
/* additional type styles */
#cont-box .bodytxt p {
	font: 12px/16px Arial, Lucida Grande, Helvetica, sans-serif;
	color: #225400;
}
#cont-box p.header { 
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
}
.bodytxt h2.header {
	text-align: center;
	font: small-caps bold 15px Arial, Helvetica, sans-serif;
	color: #225400;
	clear: both;
	padding: 0 0 5px 0;
}
.bodytxt h2 {
	font: small-caps bold 15px Arial, Helvetica, sans-serif;
	color: #225400;
}
h1.noshow { 
	display: none;
	overflow: hidden;
	line-height: 0;
}

/*Forms Formating-------------*/
form {
	padding: 0;
	margin:15px 0 0 0;
}
#formcontainer {
	width: 100%;
	margin-top: 15px;
	}
#formleft {
float: left;
}
#formright {
float: right;
}
#formcontainer label {
	float: left;
	width: 80px;
	text-align: left;
	padding: 0 10px 0 0 ;
}
#formcontainer label p {
	padding: 0;
	margin: 0;
}
.single-field {
	width: 190px;
}
.multiline-field {
	width: 190px;
	height: 107px;
}
.largemultiline-field {
	width: 250px;
	height: 268px;
}
 .option {
	width: 246px;
}

#formcontainer .formbutton {
	width: 1px;
	height: 1px;
	float: left;
	display: none;
}
#formcontainer .formtext-hilight {
	color: Red;
}
/* ----- footer ------ */
#clearfooter {height:40px;width:100%;clear:both;}

#footer {
	margin: 5px 0 5px 0;
	border-top: 1px solid #225400;
	padding: 10px 0 0 0;
	bottom: 0;
	position: absolute;
}
#footer p {
	text-align: center;
	font: 9px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #225400;
	width: 660px;
}

#footer p a:link, #footer p a:visited, #footer p a:active, #footer p a:hover {
	color: #225400;
	text-decoration: none;
}

#footer p.web {
	height: 1px;
	display: none;
	overflow: hidden;
}
#footer p.print {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #B22222;
}

.bodytxt .coloum ul.map {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.bodytxt .coloum ul.map li {
	list-style: none;
	padding: 6px 0 6px 2px;
	margin: 0 0 0 0;
}

.bodytxt .coloum ul.map li a:link, .bodytxt .coloum ul.map li a:visited, .bodytxt .coloum ul.map li a:active, .bodytxt .coloum ul.map li a:hover  {
	color: #225400;
	text-decoration: none;
}

.bodytxt .coloum {
	width: 200px;
	float: left;
	text-align: justify;
}


/* Shop & cart */
.shoppreitem h3 {
	font: normal bold 14px/15px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #225400;
	padding: 0 0 10px 0;
	height: 30px;
}

#formcontainer h3 {
	clear: both;
}

.shoppallitem {
	width: 632px;
	min-height: 300px;
	padding: 5px 5px 10px 5px;
	border: 1px solid #A6BD75;
	margin: 5px 2px 0 2px;
	float: left;
	position: relative;
}
.shoppallitem img {
	border: 1px solid #225400;
	float: left;
	padding: 0 10px 0 0 0;
	position: relative;
}

.shoppreitem {
	width: 200px;
	min-height: 300px;
	padding: 5px 2px 10px 2px;
	border: 1px solid #A6BD75;
	margin: 5px 2px 0 2px;
	float: left;
	position: relative;
}
.shoppreitem img.thumb {
	width: 198px;
	height: 230px;
	display: inline;
	border: 1px solid #225400;
}
img.buttons {
	width: 99px;
	height: 35px;
	border: 0 none ;
}


/* All code (C) Antony Ellam, Designed4hits 2004 */