body {
  font-size: 62.5%;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
  color: #333;
  background: #ddd;
}

#wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url(/images/wrapper-background.png);
  background-repeat: repeat-y;
}

#header {
  height: 110px;
  /*background-image: url(/images/header-background.png);*/
  background: #ff9d00;
  position: relative;
  border-bottom: 1px solid #d07300;
}

#logo {
  position: absolute;
}

#call_now {
  background-image:url(/images/call-now.png);
  position: absolute;
  top: 0;
  left: 687px;
  height: 55px;
  width: 273px;
}

#call_now span {
  display: none;
}

#primary_nav {
  position: absolute;
  margin: 0;
  padding: 0 0 0 10px;
  top: 59px;
  left: 190px;
  border: 1px solid #d07300;
  border-right: none;
  background-image: url(/images/button-background.png);
  width: 759px;
}

#primary_nav li {
  list-style: none;
  float: left;
}

#primary_nav a {
  display: block;
  height: 50px;
  float: left;
  padding: 0 15px;
  line-height: 50px;
  color: #000;
  font-size: 1.4em;
  text-decoration: none;
}
#primary_nav a:hover {
  padding: 0 14px;
  border-right: 1px solid #d07300;
  border-left: 1px solid #d07300;
  color: #fff;
  background: #ff991a;
}

.plantsafe {
  font-weight: bold;
}

a img {
  border: none;
}

#primary_nav li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  visibility: hidden;
  border: 1px solid #d07300;
  width: 200px;
}

#primary_nav li ul li {
  float: none;
  display: inline;
  width: 200px;
  height: 25px;
  margin: 0;
  padding: 0;
}

#primary_nav li ul li a {
  display: block;
  width: 170px;
  background: #ffd094;
  height: 25px;
  line-height: 25px;
  margin: 0;
}

#primary_nav li ul li a:hover {
  border: none;
  padding: 0 15px;
}

#banner {
  background-image: url(/images/banner.jpg);
  height: 171px;
  border-top: 1px solid #ffd094;
  border-bottom: 1px solid #d07300;
}
#banner span {
  margin-left: -1000px;
}

#side_bar {
  border-top: 1px solid #ffd094;
  background: #ffd094;
  background: #ffa019;
  width: 180px;
  float: left;
}

#side_bar h2 {
  background: #333;
  color: #fff;
  padding: 0 10px;
  margin-top: 0;
  font-family: 'Times New Roman', times, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.8em;
}

#side_bar p {
  text-align: center;
}

#side_bar p a img {
  border: 1px solid #fff;
}
#side_bar p a:hover img {
  border: 1px solid #000;
}

#products_nav {
  margin: 0;
  padding: 0;
}
#products_nav li {
  list-style: none;
  margin: 0;
}
#products_nav a {
  color: #000;
  font-size: 1.2em;
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
#products_nav a:hover {
  color: #fff;
  background: #ff991a;
  border-top: 1px solid #d07300;
  border-bottom: 1px solid #d07300;
  height: 23px;
  line-height: 23px;
}

#addthis, #video_nav {
  text-align: center;
  margin: 10px 0;
}

#content {
  border-top: 1px solid #ffd094;
  width: 490px;
  font-size: 1.2em;
  float: left;
  padding: 0 30px;
}
.wide #content {
  width: 700px;
}

h1 {
  margin-top: 16px;
}

#latest_news {
  float: left;
  width: 215px;
  padding: 0 5px;
  border-top: 1px solid #ffd094;
  border-left: 1px solid #ccc;
}

#latest_news h3 {
  border-bottom: 1px solid #ddd;
  padding: 3px 5px;
}

#latest_news p {
  padding: 3px 5px;
}

.weblogthumb {
  text-align: center;
}

#footer {
  clear: both;
  height: 50px;
  background-image: url(/images/button-background.png);
  border-top: 1px solid #d07300;
  text-align: center;
  line-height: 50px;
}

#footer, #footer a {
  color: #000;
  text-decoration: none;
}

#content p {
  line-height: 1.4em;
}

.side_image {
  float: right;
  margin-left: 1em;
}

/**
 * Webpanel catalogue
 */

#thumbnails {
    margin-left: 8px;
}

div.thumbnail {
    width: 184px;
    height: 138px;
    float: left;
    margin: 0 0 10px 10px !important;
    border: 2px solid #000;
    background: #fff;
    text-align: center;
}
.thumbnail td { vertical-align: center; padding: 0; height: 138px; }
.thumbnail table { border: none; border-collapse: collapse; margin: 0; }
.thumbnail a {
    display: block;
    width: 184px;
    text-align: center;
}

/* Contact page */
.contact_method {
  width: 200px;
  float: left;
  margin-right: 10px;
  height: 90px;
  background: #cfc;
  padding: 10px;;
  border: 1px solid #beb;
}

.contact_method h2 {
  font-size: 1.2em;
  margin: 0;
}

p#map {
  float: right;
  margin: 14px;
}

h2#request_callback {
  clear: left;
  padding-top: 10px;
}

/* Forms */

form div label {
  font-weight: bold;
}

form div {
  margin: 10px 0;
}

.warning {
  color: red;
  font-weight: bold;
}

legend {
  font-weight: bold;
}

fieldset {
  margin: 10px 0;
}

/* Home page */

#player {
  width: 340px;
  float: left;
}

.ticks {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}

.ticks span {
  color: green;
}

.ticks li {
  list-style: none;
  padding: 0;
  margin: 13px 0;
}

/* AddThis div that distorts layout */
#atffc { display: none; }

/* Forms */
.wpform h1 {
  display: none;
}
.wpfrequired {
  color: red;
}
.wpform dt {
  font-weight: bold;
  margin: 5px 0 3px 0;
}
.wpform dd {
  margin: 3px 0 5px 0;
}