* {
  padding: 0;
  margin: 0;
}

body {
  background: #548700 url(../images/bg_page.jpg) repeat-x;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

br.clear {
  clear: both;
  font-size: 1px;
}

div#container {
  width: 950px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 40px;
}

div#header {
  background: #fff url(../images/bg_header.jpg) no-repeat;
  height: 117px;
}

h1 {
  float: left;
  margin-left: 27px;
  display: inline;
}

ul#nav {
  font-size: 0.75em;
  float: right;
  margin-right: 90px;
  margin-top: 42px;
  display: inline;
  padding-bottom: 5px;
}

ul#nav li {
  display: inline;
  list-style: none;
  padding-left: 30px;
}

ul#nav a {
  color: #99997f;
  text-decoration: none;
}

ul#nav a:hover {
  color: #333300;
  border-bottom: 3px solid #548700;
}

body#page-home li#nav-home a,
body#page-plants li#nav-plants a,
body#page-containers li#nav-containers a,
body#page-services li#nav-services a,
body#page-gallery li#nav-gallery a,
body#page-contact li#nav-contact a {
  color: #333300;
  border-bottom: 3px solid #548700;
}




body#page-home div#image {
  padding: 0 0 40px 40px;
}

div#gallery {
  margin-left: 40px;
  height: 126px;
  width: 870px;
  overflow: hidden;
  position: relative;
}

div#gallery ul {
  width: 3000px;
}

div.gallery-containers ul {
  width: 912px !important;
}

div.gallery-plants ul {
  width: 2888px !important;
}

div#gallery li {
  list-style: none;
  width: 152px;
  float: left;
}

div#gallery p {
  border: 1px solid #558700;
  border-left: none;
  background: #ece3be;
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
}


div#gallery li.first p {
  border-left: 1px solid #558700;
}

div#gallery p.thumb {
  border-bottom: none;
}

div#gallery p.title {
  padding: 5px 0;
}

div#gallery li p.title a {
  color: #558700;
  text-decoration: none;
  padding: 5px 0;
}

div#gallerynav {
  font-size: 0.7em;
  color: #666;
  text-align: right;
  margin-right: 40px;
}

div#gallerynav img {
  cursor: pointer;
}

/* -------------------------------------------------------------------------------------- Home */

body#page-home div.content {
  background: #8db420;
  margin: 0 40px;
  font-size: 0.7em;
  color: #fff;
  border-top: 40px solid #fff;
  overflow: hidden;
  width: 870px;
}

body#page-home div.content p {
  margin-bottom: 1em;
}

body#page-home div.content div.col-left {
  float: left;
  width: 410px;
  margin: 10px;
  display: inline;
}

body#page-home div.content div.col-right {
  float: right;
  width: 410px;
  margin: 10px;
  display: inline;
}

body#page-home div.content img {
  padding-left: 35px;
  padding-bottom: 5px;
}

/* -------------------------------------------------------------------------------------- gallery */

body#page-gallery div.content {
  background: #8db420;
  margin: 0 40px;
  font-size: 0.7em;
  color: #fff;
  overflow: hidden;
  width: 870px;
}

body#page-gallery div.content div.col-left {
  float: left;
  width: 410px;
  margin: 10px;
  display: inline;
}

body#page-gallery div.content div.col-right {
  float: right;
  width: 410px;
  margin: 10px;
  display: inline;
}

body#page-gallery div.content img {
  padding-left: 35px;
  padding-bottom: 5px;
}

/* -------------------------------------------------------------------------------------- contact */

body#page-contact div.content {
  background: #8db420;
  margin: 0 40px;
  font-size: 0.7em;
  color: #fff;
  overflow: hidden;
  width: 870px;
}

body#page-contact div.content div.col-left {
  float: left;
  width: 410px;
  margin: 10px;
  display: inline;
}

body#page-contact div.content div.col-right {
  float: right;
  width: 410px;
  margin: 10px;
  display: inline;
}

body#page-contact div.content img {
  padding-left: 35px;
  padding-bottom: 5px;
}


body#page-contact form {
  margin: 0 17px;
}

body#page-contact label {
  display: block;
  font-size: 0.65em;
}

body#page-contact input.textfield {
  display: block;
  width: 373px;
  margin-bottom: 3px;
  margin-top: 2px;
}


body#page-contact select {
  width: 122px;
  margin-bottom: 3px;
  margin-top: 2px;
  font-size: 0.65em;
}


body#page-contact textarea {
  display: block;
  width: 375px;
  height: 50px;
  margin-bottom: 5px;
  margin-top: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body#page-contact input.button {
  font-size: 0.65em;
  font-weight: bold;
  border: 0;
  background: #8eb421;
  color: #fff;
  padding: 3px 3px 3px 20px;
  margin-left: 292px;
}




/* -------------------------------------------------------------------------------------- Footer */

div#footer {
  color: #ccff99;
  font-size: 0.7em;
  text-align: left;
  width: 950px;
  margin: 0 auto;
  padding: 10px 0;
  margin-bottom: 30px;
}

div#footer div.col-left {
  float: left;
  width: 397px;
}

div#footer div.col-mid {
  float: left;
  width: 374px;
}

div#footer div.col-right {
  float: left;
  width: 179px;
}

div#footer a {
  color: #ccff99;
  text-decoration: none;
}

.producttext {
  margin: 0 40px;
  border: 1px solid #558700;
  padding: 10px 20px;
  background: url(../images/bg_producttext.jpg) repeat-x bottom;
  column-count: 2;
  column-gap: 20px;
}

div.producttext p {
  font-size: 0.7em;
  color: #5d614a;
  margin-bottom: 10px;
}


table#table-plants {
  border-collapse: collapse;
  margin-left: 40px;
}

table#table-plants a.anchor {
  display: none;
}

table#table-plants td {
  border: 1px solid #578602;
		width: 435px;
		vertical-align: top;
}

table#table-plants td.desc {
  background: #eee;
}

table#table-plants h3 {
  font-size: 0.8em;
  color: #959674;
  margin: 5px 10px 3px 10px;
}

table#table-plants p {
  font-size: 0.7em;
  color: #666;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 1.4em;
}



/* -------------------------------------------------------------------------------------- Product */

div.product {
  width: 870px;
  overflow: hidden;
  margin-left: 40px;
  border: 1px solid #578602;
  margin-top: 20px;
  margin-bottom: 40px;
}

div.product div.left {
  float: left;
  width: 452px;
  height: 300px;
  border-right: 1px solid #578602;
}

div.product div.right {
  height: 300px;
  float: left;
  width: 417px;
  background: url(../images/bg_plant.jpg) repeat-x bottom;
}

div.product h3 {
  font-size: 0.8em;
  color: #1f1f1f;
  margin: 10px 17px 6px 17px;
  padding-bottom: 6px;
  border-bottom: 1px solid #b6b7bc;
}

div.product h4 {
  font-size: 0.7em;
  color: #1f1f1f;
  margin: 10px 17px 0 17px;
}

div.product p {
  font-size: 0.7em;
  color: #5c5e50;
  padding: 0 17px;
  margin-bottom: 10px;
  line-height: 1.4em;
}






div.product table {
  border-collapse: collapse;
  margin: 0 17px 10px 17px;
}

div.product th,
div.product td {
  font-size: 0.65em;
  color: #242424;
  border: 1px solid #fff;
  padding: 3px 10px;
  font-weight: normal;
}

div.product th {
  background: #acacac;
}

div.product td {
  background: #dedede;
}

ul.morephotos {
  margin-left: 17px;
}

ul.morephotos li {
  list-style: none;
  display: inline;
}

ul.colours {
  margin-left: 17px;
}

ul.colours li {
  list-style: none;
  display: inline;
}


body#page-containers div.product p {
  margin-bottom: 2px;
}


body#page-containers div.product h3 {
  border-bottom: none;
  padding-bottom: 0;
}




body#page-services div.product div.left {
  height: 500px;
}

body#page-services div.product div.right {
  height: 500px;
}

body#page-services div.product div.right ul {
  font-size: 0.7em;
  padding-left: 15px;
  margin-left: 2em;
  color: #5c5e50;
  line-height: 1.5em;
}


