body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg-new.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #000000;
	background-color: #242D18;
}

/****************************** Links */

a:link {
	color: #234D03;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #666;
}

a.noline {
	text-decoration: none;
}

h1 {
	color: #234D03;
	font-family:"Baskerville Old Face", Garamond, Arial;
	font-size: 30px;
}

/****************************** Header with logo */

#header {	
	width: 900px;
	margin: 0px auto;
	height: 137px;
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position: center 22px;
}

#logo {
}

#logo_text {
	float: left;
	font-size: 16px;
	color: #385426;
	font-family: "Lucida Handwriting", Verdana;
	position: relative;
	top: 6px;
}

#search {
	float: right;
	top: -3px;
	position: relative;
}

.search_button {	
	top: 5px;
	position: relative;
}

.search_field {
	font-size: 11px;
	color:#666666;
}

/****************************** Content container */

#pagewidth {
	width: 900px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	background:transparent;
	padding:0;
}

#content {
	width: 900px;
	margin: -5px auto;
	padding:0;
	background-image:url(../images/bg-page.gif);
	background-position:center top;
	background-repeat:repeat-y;
	min-height: 800px;
	text-align: left;
}

#content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#content li {
	color: #333;
	line-height: 20px;
	padding-bottom: 10px;
	background-image: url(../images/lidot.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 45px;
}

#content_main {
	padding: 6px 30px 6px 30px;
	background-image:url(../images/bg-maincol.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 100%;
}

.text_red {
	color: red;
}

.text_italic {
	font-style: italic;
}

.strikethrough {
	text-decoration: line-through;
	color: gray;
}

.larger {
	font-size: 120%;
}

/****************************** Top menu */

.contact_top{
	position: relative;
	font-size: 11px;
	margin: 2px 0 0 0;
	float:left;
	color: #586941;
	font-weight:bold;
	font-size:12px;
}

.topmenu{
	position: relative;
	font-size: 11px;
	margin: 1px 0 0 0;
	width: 365px;
	float:right;
}

.topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.topmenu ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left;
}

.topmenu ul li{
	display: inline;

}

.topmenu ul li a{
	color: #586941;
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 0px 0;
	text-decoration: none;
	border-right: 2px solid #586941;
	font-weight: bold;
}

.topmenu ul li a.lastlink {
	border-right: none;
}

.topmenu ul li a:hover{
	background-color: #FFF;
}

.basket {
	float: right;
	position:absolute;
	right: 2px;
	top: 2px;
}

/****************************** Home cols */

#main {
	padding: 15px;
}

#left {
	float:left;
	width:250px;
	margin: 0px 0 10px 0px;
}

#arboretum {
	background-image:url(../images/btn-arboretum-trees.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 166px;
	width: 240px;
}

#arboretum h1 {
	font-family: "Baskerville Old Face", Garamond, Arial;
	margin: 0px;
	padding: 12px 0 0 160px;
	line-height:normal;
	font-size: 20px;
}

#arboretum_text{
	text-align: right;
	width: 100px;
	padding: 25px 0 0 124px;
}

#specials {
	background-image:url(../images/btn-specials.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 166px;
	width: 240px;
}

#specials h1 {
	font-family: "Baskerville Old Face", Garamond, Arial;
	margin: 0px;
	padding: 16px 0 0 85px;
	line-height:normal;
	font-size: 26px;
}

#specials_text{
	text-align: right;
	width: 100px;
	padding: 25px 0 0 120px;
	font-size: 14px;
}

#specials_text_btn{
	padding: 0px 10px 00px 0px;
}

#middle {
	float:left;
	width:359px;
	margin: 0 0 10px 0;
	padding-right: 10px;
	padding-left: 0px;
	background-image:url(../images/tree-finder.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:497px;
}

#tree_finder {
	padding: 140px 40px 0 40px;
}

#tree_finder_form {
	margin: 30px 0px 0 0px;
}

#right{
	float:left;
	width:250px;
	margin: 0 0 10px 0;
}

#woodfuels {
	background-image:url(../images/btn-woodfuel.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 166px;
	width: 243px;
}

#woodfuels h1 {
	color:#FFFFFF;
	font-family: "Baskerville Old Face", Garamond, Arial;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 20px;
}

#woodfuels h1 a {
	color:#FFFFFF;
	font-family: "Baskerville Old Face", Garamond, Arial;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 20px;
}

#woodfuels_text {
	color:#FFFFFF;
	font-size: 20px;
	text-align:right;
	padding: 0 33px 0 0px;
	line-height: 90%;
}

#giftlist {
	background-image:url(../images/btn-gift-list.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 166px;
	width: 243px;
}

#giftlist h1 {
	color:#FFFFFF;
	font-family: "Baskerville Old Face", Garamond, Arial;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 40px;
}

#giftlist_text {
	color:#FFFFFF;
	font-size: 14px;
	padding: 10px 0 0 10px;
}

#giftlist_text_btn {
	padding: 10px 0 0 180px;
}

#save_planet {
	background-image:url(../images/btn-save-plant.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 166px;
	width: 243px;
}

#save_planet h1 {
	color:#FFFFFF;
	font-family: "Baskerville Old Face", Garamond, Arial;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 24px;
}

#save_planet_text{
	color:#FFFFFF;
	padding: 0 0 0 10px;
}

#save_planet_btn {
	padding: 10px 0 0 200px;
}

/****************************** Footer */

#footer_main {
	background-image:url(../images/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:69px;
	padding: 0;
	font-size:11px;
	color:#2B550E;
	text-align:center;
	font-weight:bold;
}

#footer {
	clear:both;
	width: 900px;
	margin: 0 0 0 20px;
	padding: 15px 0 15px 0;
	color:#2B550E;
	font-size:16px;
}

#footer_larger {
	font-size:22px;
	margin: 0;
	padding: 0;
}

#divfooter {width:33%; margin:0; padding:0; float:left;}

#footer_left {
	float:left;
	width:240px;
	margin: 0;
	padding: 0;
	}
	
#footer_middle {
	float:left;
	width:359px;
	font-family: "Lucida Handwriting", Verdana;
	font-size: 16px;
	margin: 0 0 0 17px;
}
	
#footer_right {
	float:right;
	padding: 0 0 0 0px;
	margin: 0 45px 0 0;
	font-size: 20px;
	width: 170px;
}

#footer_right img {
padding: 0 0 0 20px;
margin: 0;
}

#footer_cats {
	margin: 0px 0 0px 40px;
	padding: 10px 0 10px 0;
	clear:both;
	color:#818284;
}

#footercats_left {
	float:left;
	width:240px;
	}
	
#footercats_middle {
	float:left;
	width:359px;
}
	
#footercats_right {
	float:left;
	width:240px;
	padding-left: 20px;
}

#footer_cats ul {
	margin: 4px 0 0 0;
	padding: 0px;
}

#footer_cats li {
	background-image: none;
	color:#818284;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 3px;
	margin-left: 5px;
	line-height:80%;
}

#footer_cats li a:link{
	color:#818284;
	text-decoration:none;
}

/****************************** Category list table */

.results_table {
	border-collapse: collapse;
	margin: 0 10px 0 10px;
}

.results_table tr {
	border-bottom: 1px dotted #999999;
}

.results_table td {
	padding: 4px;
}

.results_table td img {
	border: 0;
}

.results_table h2 {
	font-size: 110%;
	padding: 0;
	margin: 0;
}

.results_table td.results_table_spacer {
	padding: 0px;
	font-size: 1px;
}

/****************************** Product details table */

.details_table {
	border-collapse: collapse;
	margin: 0 10px 0 10px;
}

.details_table tr {

}

.details_table th {
	padding: 4px;
	border: 1px dotted #999999;
	background-color: #FAFACF;
}

.details_table td {
	padding: 4px;
	border: 1px dotted #999999;
}

.details_table td img {
	border: 0;
}

.details_table h2 {
	font-size: 110%;
	padding: 0;
	margin: 0;
}

.details_table td.details_table_spacer {
	padding: 0px;
	font-size: 1px;
}

#delivery_details {
	border: 1px solid #999999;
	background-color: #EFEFEF;
	margin: 10px 0 10px 0;
	padding: 7px;
}

/****************************** Product options table */

.options_table {
	border-collapse: collapse;
	margin: 10px 0 0 0;
}

.options_table tr {

}

.options_table th {
	padding: 4px;
	border: 1px solid #234D03;
	background-color: #FAFAD3;
}

.options_table td {
	padding: 4px;
	border: 1px solid #234D03;
}

.options_table td img {
	border: 0;
}

.options_table td.options_table_spacer {
	padding: 0px;
	font-size: 1px;
}

/****************************** Customer add */

.customer_table {
	border-collapse: collapse;
	margin: 10px 0 0 0;
}

.customer_table tr {

}

.customer_table th {
	padding: 4px;
	border: 1px solid #234D03;
	background-color: #FAFAD3;
}

.customer_table td {
	padding: 4px;
	border: 1px solid #DBFDC1;
}

.customer_table td img {
	border: 0;
}

.customer_table td.customer_table_spacer {
	padding: 0px;
	font-size: 1px;
}

