@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(images/background/background.gif) fixed repeat #666666;
	padding: 0;
	border-top-style: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	-webkit-box-shadow: 2px 2px 2px #333; 	/* safari - drop shadow */
	-moz-box-shadow: #333 2px 2px 2px; 		/* firefox 3.1 - drop shadow  */
}
.oneColFixCtrHdr #header {
	background-color: #390;		/* site - green */
	color: #FFF;				/* white text */
	height: 49px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/header-leaves.gif);	/* leafy image */
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;									/* for the client's name */
}

.oneColFixCtrHdr #menubar {
	background-color: #390;
	height: 22px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 12px; /* was 11pt */
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
}

.oneColFixCtrHdr #mainContent a {
	text-decoration: none;
	color: #00F;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #390;
	color: #FFF;
	text-align: center;
	font-size: 10px;
}

.oneColFixCtrHdr #footer a {
	color: #FFF;
	text-decoration: none;			/* no underlining */
}

.oneColFixCtrHdr #footer a:hover {
	color: #00F;					/* when the cursor hovers over, turn blue */
	text-decoration: none;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.oneColFixCtrHdr #mainContent #from_to {
	width: 100%;
	height: 30px;
	background-color: #CCC;
}

.oneColFixCtrHdr #mainContent #from_to #from {
	text-align: left;
	width: 350px;
	float: left;
	margin-top: 9px;
	margin-left: 10px;
}

.oneColFixCtrHdr #mainContent #from_to #to{
	text-align: right;
	float: right;
	width: 350px;
	margin-right: 10px;
	margin-top: 9px;
}

.oneColFixCtrHdr #container #mainContent p img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tableheader {
	color: #FFF;
	font-weight: bold;
}

#contactus_frame {
	width: 100%;
	background-color: #e7f7ff;
}

#shop_frame {
	background-color: #e7f7ff;
	width: 400px;
	float: left;
	height: 300px;
	padding: 10px;
}

#forest_frame {
	background-color: #e7f7ff;
	float: right;
	width: 400px;
	height: 300px;
	padding: 10px;
}

.redtext {
	color: #F00;
}

.pagetitle {
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sectionheading {
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

/* quotation text, in a slightly grey colour */
.quote {
	color: #666;
	font-style: normal;
}

/* gives pictures placed on the right-hand side of the page, a small whitespace on thier left-hand side */
.leftpxborder {
	padding-left: 15px;
	padding-bottom: 10px;
	float: right;
}

/* removes the blue border around pictures */
.oneColFixCtrHdr #container #mainContent a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #container #mainContent #linktable
{
	float: left;
	width: 50%;
	background-color: #FFF;
}

.firstparagraph
{
	margin-top: 3px;
}

