body {
  background-image: url('bodybackground.jpg');
  background-color: #504e45;
  background-repeat: repeat-x;
}
p {
  padding: 15px 0;
  font: normal 12px arial;
  line-height: 18px;
  color: #fff;
}
.container {
	width: 933px;
}
.showcase {
	height: 400px;
}
.main_content {

	position:relative;
}
/* Nav */
.logoWrapper {
	padding: 0;
	margin: 0;
	height: 40px;
}
.top_nav {
  text-align:center;
  
  width:100%;
  margin: 0;
  padding: 0;
  overflow:visible;
  position:relative;
  background: #000;
  z-index: 9999;
  float: none;
}
.top_nav ul {
  clear: both;
  float:left;
  background:#45433b;
  width: 100%;
  -webkit-box-shadow: 0px 0px 8px #000);
  -moz-box-shadow:    0px 0px 8px #000;
  box-shadow:         0px 0px 8px #000;
}
.top_nav li {
  float: left;
  -webkit-box-shadow: 0px 0px 5px #000);
  -moz-box-shadow:    0px 0px 5px #000;
  box-shadow:         0px 0px 5px #000;
  margin: 0 2px;
}
.top_nav li a {
  border: none;
  padding-top: 5px;
  height: 36px;
  background:#46443c;
  
  color: #e4e1d9;
}
.top_nav li a:hover {
  background: #61605c;
}
.top_nav li.active a {
  border: none;
  background:#4c9024;
  color: #fff;
}
.top_nav li.active a:hover {
  background:#4c9024;
}
/*  backgrounds */
.background{
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
/* header */
.logoWrapper {
  background-image: none;
}
.logo {
  display:none;
}

/* content */
h1 {
  font: normal 27px/35px 'Tauri', sans-serif;
  color: #71bf44;
}
.main_content{
  background-image: url(backgroundGreen.png);
  background-repeat: repeat;
  margin-bottom: 0;
}
h2, h3, body, .footer_copy {
  color: #fff;
}
a {
  color: #85c95d;
}
.border {
  border: solid 4px #7c7a71;
}
.columnFull {
	width: 100%;
}
.column1 {
  width: 520px;
}
.column2 {
  width: 332px;
}
.column2 img {
	-webkit-box-shadow: 0px 0px 5px #333);
  -moz-box-shadow:    0px 0px 5px #333;
  box-shadow:         0px 0px 5px #333;
  border: solid 5px #898476;
}
/* Footer */
.footer {
  background: #4c9024;
  padding: 20px 0;
  margin: 0;
}
.footer a {
  color: #fff;
}

/* Availability List */
#plantlist .headerRow { background: #4c9024; }
#plantlist .tableRow td { color: #fff; }
.textButton, a.textButton, button.textButton { background: #4c9024; border: solid 1px #2e660c; }
.textButton:hover , a.textButton:hover , button.textButton:hover, #filterForm a  { background: #63a73b; text-decoration: none;   }
.poweredByTd { padding: 5px; color: #fff; }
#plantlist div { background: none !important; color: #fff !important}
#plantlist .tableRow td { border-bottom: 1px solid #666 }

/* MAP */
#mapwrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
#from {
  width: 200px;
}
#mapwrapper #left.locationmap {
    width: 415px;
}

/* Image Gallery */
.name_wrapper {
  border-left: 7px solid #63a73b;
}
.name_wrapper, #gallery .imageDesc {
  background: #4c9024;
}