body {
	text-align: center;
	font-family: tahoma, sans-serif;
}
body#body_surround {
	background: url("images/background.jpg");
/*	background-repeat: repeat-y;*/
}

body#body_products {
	background: #DC9B78;
}

div#mainbody {
	background: #DC9B78;
	width: 990px;
	text-align: left;
	}

#mainlogo {
	margin-left: 120px;
	width: 750px;
}

#navbar {
	width: 990px;
	background-color: green;
	white-space: nowrap;
}
h1 {
   font-size: 18px;
   }

#bottom_banner {
	text-align: center;
	width: 100%;
	}
ul.shroom {
	list-style-image: url("images/mushroom_icon.gif");
	}
/*#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	

	background-color: darkgreen;
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	white-space: nowrap;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
*/

ul.nav {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: darkgreen;
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	}
	
	li.nav {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	}
	
li.nav ul.nav {
  display: none;
  background-color: darkgreen;
  position: absolute; 
  top: 1em;
  left: 0;
  width: 100%;
  }
  

li.nav > ul.nav {
	top: auto;
	left: auto;
	}

#nav li:hover ul, #nav li.sfhover ul { display: block;}


a:visited, a:link, a:focus {
font-weight: bold;
color:black;
font-size:10pt;
}
a.nav:visited, a.nav:link, a.nav:focus {
font-size:12pt;
color:white;
text-decoration:none;
}
.sizes {
color:#1F5D36;
}