html, body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 62.5%;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #FFC579;
  background-color: #ff9d00;
  background-image: url(/images/pagebg.png);
  background-repeat: repeat-x;
}

#wrapper {
  width: 980px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  background-image: url(/images/inner-bg.png);
  background-repeat: repeat-x;
}

#header {
  height: 60px;
/*  background-image: url(/images/header-background.png);*/
  position: relative;
}

#logo {
  position: absolute;
  left: 10px;
}

#call_now {
  display: none;
  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: 0;
  left: 324px;
  border: 1px solid #d07300;
  border-right: none;
  border-left: none;
  background-image: url(/images/button-background.png);
  width: 636px;
}

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

#primary_nav a {
  display: block;
  height: 51px;
  float: left;
  padding: 0 10px;
  line-height: 50px;
  color: #4d1a34;
  font-size: 1.3em;
  text-decoration: none;
}
#primary_nav a:hover {
  padding: 0 9px;
  border-right: 1px solid #d07300;
  border-left: 1px solid #d07300;
  color: #fff;
  background: #ff991a;
}

.plantsafe {
  font-weight: bold;
}

a img {
  border: none;
}

h2 {
  margin: 15px 0;
}

#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 {
/*  background: #ffa019;*/
  width: 314px;
  float: left;
  padding-top: 70px;
  margin-left: 10px;
  display: inline;
}
/*
#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;
}

#for_hire {
  background-image: url(/images/for-hire-bg.png);
  background-repeat: no-repeat;
  background-color: #fb9d23;
  margin-left: 1px;
  margin-right: 1px;
}

#for_hire h2 {
  padding: 4px 0 0 15px;
  margin: 10px 0;
  font-weight: normal;
  font-size: 1.2em;
}

#for_hire ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#for_hire li {
  background-image: url(/images/for-hire-bullet.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  list-style: none;
  margin: 0;
  padding: 8px 10px 10px 15px;
  width: 110px;
  float: left;
}
#for_hire a {
  color: #000;
  text-decoration: none;
}
#for_hire a:hover {
  text-decoration: underline;
}
#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 {
  text-align: center;
  margin: 10px 0;
}

#content {
  margin-left: 10px;
  width: 626px;
  font-size: 1.2em;
  float: left;
  padding: 330px 0px 0 10px;
  background-image: url(/images/home-img.jpg);
  background-repeat: no-repeat;
}
.wide #content {
  padding: 0 30px;
  width: 576px;
  background: #fff;
}

h1 {
  margin-top: 16px;
  font-size: 1.4em;
}

.outer_panel {
  float: left;
  width: 304px;
  margin-right: 8px;
}

#latest_news, .inner_panel {
  width: 292px;
  padding: 0 5px;
  border: 1px solid #ffcd88;
}

.outer_panel h2 {
  font-weight: normal;
  font-size: 1.2em;
  margin: 0;
  padding: 0 10px;
  line-height: 25px;
  background-image: url(/images/bevel-bg.png);
}

#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: 170px;
  float: left;
  margin-right: 5px;
  height: 90px;
  background: #fff;
  padding: 5px;
  border: 1px solid #ffcd88;
}

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

.contact_method p {
  font-size: 0.9em;
}

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;
}

.itemimage {
  border:medium none;
  float:left;
  height:200px;
  margin:1px;
  padding:0 30px 10px 10px;
  width:250px;
}

#innovative {
  background: #fff;
  margin-bottom: 10px;
}

#innovative span {
  display: block;
  background-image: url(/images/innovative.jpg);
  width: 190px;
  padding-left: 110px;
  padding-right: 10px;
  height: 183px;
  padding-top: 30px;
  border: 1px solid #FFCD88;
}

.clear {
  margin: 0;
  padding: 0;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.itemimagebig {
  border:1px solid #000000;
  width:564px;
  padding:10px;
  height:auto;
}

/* 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;
}