/* Overall site styling */
body {
  background-color: #ffffff;
}

li {
  list-style-type: none;
}

h1 {
  font-family: arial;
  font-weight: bold;
  font-size: 20px;
  color: #1a1a1a;
  display: inline;
}

h2 {
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
  color: #1a1a1a;
  display: inline;
}

h3 {
  display: inline;
}

h3 a {
  font-family: arial;
  font-weight: bold;
  font-size: 17px;
  color: #7faa3a;
  text-decoration: none;
}

img {
  border: none;
}

#header {
  margin-bottom: -5px;
}

#content {
  margin-left: auto;
  margin-right: auto;
  width: 954px;

}

#main {
  float: left;  /* Without this, the height of #main doesn't get defined, and repeat-y below doesn't kick in. */
  width: 954px;
  background-image: url('../images/container-bg.jpg');
  background-repeat: repeat-y;
}

/* Top navigation */

#top-nav {
  background-image: url('../images/top-menu-bg.jpg');
  background-repeat: repeat-x;
  height: 39px;
  width: 849px;
  margin-left: 36px;
  margin-top: 0px;
}

#top-nav li {
  display: inline;
  height: 39px;
}

#top-nav li a {
  font-family: arial;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  top: 10px;
  height: 40px;
  width: 100px;
  padding: 10px 20px 11px 20px;
}

#top-nav li a:hover {
  background-image: url('../images/top-menu-bg-hover.jpg');
  background-repeat: repeat-x;
  background-color:#333333;
  color:#EEEEEE;
}

/* left navigation */

#left-sidebar {
  float: left;
}

#left-nav {
  font-family: georgia;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  width: 170px;
  margin-top: -4px;
  margin-left: 3px;
}

#left-nav a {
  color: #ffffff;
  text-decoration: none;
}

#about-us {
  background-image: url('../images/header-bg-about-us.jpg');
  background-repeat: no-repeat;
  background-position: 2px 0px;
  height: 27px;
  padding-top: 11px;
  padding-left: 35px;
}

#products {
  background-image: url('../images/header-bg-products.jpg');
  background-repeat: no-repeat;
  background-position: 2px 0px;
  padding-top: 9px;
  padding-left: 35px;
}

#products ul {
  margin-top: 15px;
  margin-left: -28px;
  margin-bottom: 20px;
  padding-top: 3px;
  padding-left: 0px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
  width: 155px;
}

#products ul li {
  padding-left: 18px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#products ul li a {
  font-size: 13px;
  color: #3e3e3e;
  font-weight: normal;
  text-decoration: none;
}

#product-help {
  background-image: url('../images/header-bg-product-help.jpg');
  background-repeat: no-repeat;
  padding-top: 11px;
  padding-left: 35px;
}

#product-help ul {
  margin-top: 15px;
  margin-left: -28px;
  margin-bottom: 20px;
  padding-top: 3px;
  padding-left: 0px;
  padding-bottom: 20px;
  width: 155px;
}

#product-help ul li {
  padding-left: 18px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#product-help ul li a {
  font-size: 13px;
  color: #754c24;
  font-weight: normal;
  text-decoration: none;
}

/* Main content */

#main-content {
  width: 650px;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}

#main-splash {
  margin-top: 15px;
  margin-bottom: 15px;
}

.plant-jpg {
  float: left;
  margin-right: 10px;
}

#new-product-list {
  width: 650px;
  padding-left: 0px;
}

#new-product-list img {
  margin-top: 10px;
}

#new-product-list li {
  display: inline;
  float: left;
  background-image: url('../images/product-thumb-bg.gif');
  width: 154px;
  height: 176px;
  text-align: center;

}

#new-product-list li a {
  line-height: 25px;
  font-family: georgia;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

/* Product-specific content */

#breadcrumbs {
  font-weight: normal;
  margin: 10px 0px 10px 0px;
  height: 40px;
}

#product-left {
float:left;
width:335px;
}

#product-main {
margin-top:20px;
  width: 335px;
  height: 261px;
  background-image: url('../images/product-main-bg.jpg');
}

#product-main img {
padding:10px;
}


#product-right table.product {
width:250px;
padding-left:50px;
}

#product-right table.product tr td{
padding:10px;
border-bottom:solid 1px #000000;
margin:0;
}

/* Blog content */

p {
  font-family: arial;
  font-size: 12px;
  margin: 20px 0px 20px 0px;
}

hr {
  height: 1px;
  color: #666666;
  margin: 20px 0px 20px 0px;
}

#blog-footer {
  display: block;
  width: 100%;
  height: 20px;
}

#prev-link {
  float: left;
}

#next-link {
  float: right;
}

#prev-next-link {
  vertical-align: text-bottom;
}

/* Footer content */

#footer {
  text-align: center;
  margin: 0px 5px 20px 0px;
  float: left;
  display: block;
  width: 954px;
  height: 154px;
  background-image: url('../images/footer-bg.jpg');
}

.foot-text {
  font-family: arial;
  font-size: 12px;
}

.foot-text a {
  text-decoration: none;
  color: #7faa3a;
}

#opmc-link {
  position: relative;
  top: -50px;
  left: 320px;
}
