/* Import External Styles */
/*
@import url(/assets/ppc/blog.css);
@import url(/assets/ppc/calendar.css);
@import url(/assets/ppc/library.css);
@import url(/assets/ppc/newsletter.css);
@import url(/assets/ppc/store.css);
*/

body {
  font-family: Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #569d56;
}

h1 {
  font-size: 3em;
}

h1.news {
  margin-bottom:0;
}

h2.model, h2.price {
  display: inline;
}

h2.model {
  margin-right: 3em;
}
h4.news {
  margin-bottom:4px;
}
  

/* Header */
#header {
  background: #367438 ;
  background: #367438 url('/assets/ppc/images/design/header.png') top repeat-x;
  border-top: 2px solid #539564;
  border-right: 2px solid #539564;
  border-left: 2px solid #539564;
  color: #ffffff;
  margin-bottom: 1em;
}

#header .logo, #header .tagLine {
  height: 72px;
}

#header .logo img {
  margin: 5px 0px 0px 37px;
}

#header img.printheader {display:none;}

#header .tagLine p {
  background: transparent url('/assets/ppc/images/design/recycle.png') no-repeat center right;
  font: italic 1.5em "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;
  text-align: right;
  margin-right: 50px;
  padding: 18px 50px;
}

#header ul.menu {
  list-style: none;
  text-align: center;
}

#header ul.menu li a {
  background: #afa45e url('/assets/ppc/images/design/menu.gif') top repeat-x;
  border: 2px solid #bbaf65;
  color: #ffffff;
  display: block;
  padding: 9px 0px;
  text-decoration: none;
}

#header ul.menu li a.active {
  background: #ffffff url('/assets/ppc/images/design/menu.active.gif') top repeat-x;
  border: 2px solid #bbaf65;
  border-top: 2px solid #c8d7da;
  border-right: 2px solid #c8d7da;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #c8d7da;
  color: #367438;
}

/* Side bar */
#sideBar a.freeQuote img {
  text-align: center;
  width: 220px;
  height: 80px;
  margin: 18px 62px 0px 62px;
}

/* Newsletter signup */
#sideBar .newsletter {
  margin: 18px;
  padding: 9px;
}

#sideBar .newsletter h1 {
  font-size: 1.5em;
}

#sideBar .newsletter fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

#sideBar .newsletter div {
  display: inline;
}

#sideBar .newsletter label {
  display: none;
}

#markupfactory-getnewslettersignup-email {
  color: #888888;
}

/* Contact Info */
#sideBar .contact {
  background: #ffffff url('/assets/ppc/images/design/contact.gif') top no-repeat;
  border-top: 3px solid #c9c4a8;
  margin: 18px;
  padding: 9px;
}

#sideBar .contact h1 {
  font-size: 1.5em;
}

#sideBar .contact h2 {
  color: #88ae90;
  font-size: 1em;
  font-weight: bold;
  margin-left: 9px;
}

#sideBar .contact p {
  color: #5e583b;
  font-weight: bold;
  margin-left: 18px;
}

#sideBar .contact p a {
  color: #5e583b;
}

#sideBar .contact .fn { display: none; }

/* Home page products box */
#homeBox {
  background: #ebe8d7;
  border: 3px solid #c9c4a8;
  clear: both;
  color: #5c563a;
  padding: 18px;
}

#homeBox h1 {
  font-size: 1.5em;
}

#homeBox h1 a {
  color: #569d56;
  text-decoration: none;
}

#homeBox .price {
  font-weight: bold;
  text-align: center;
  font-size: 1em;
}

#homeBox .reset {
  background: transparent url('/assets/ppc/images/design/homeBox.divider.gif') center no-repeat;
  clear: both;
  margin-bottom: 1em;
}

#homeBox .reset.last {
  background: transparent;
  margin-bottom: 0px;
  height: 1px;
}

#homeBox .product {
  margin: 0px 18px;
  width: 263px;
}

#homeBox .links {
  width: 100px;
}

#homeBox img, #homeBox .product, #homeBox .links {
  float: left;
}

#homeBox .product {

}
#homeBox img {
  border: 1px solid #c9c4a8;
  padding: 3px;
}

#homeBox a.order, #homeBox a.learn {
  color: #5e583b;
  display: block;
  font-weight: bold;
}

#homeBox a.order {
  height: 31px;
  margin-bottom: 0.5em;
  width: 90px;
}
#homeBox a.order img {
  border: none;
  float: none;
  padding: 0px;
}

/* Who We Are box */
#whoWeAre {
  background: #bbc4b9 url('/assets/ppc/images/design/whoWeAre.gif') top repeat-x;
  clear: both;
  color: #3b5b6b;
  padding: 25px 0px 1em 0px;
  border-left: 2px solid #dae1db; 
  border-right: 2px solid #dae1db;
}  

#whoWeAre h1 {
  font-size: 1.25em;
  font-weight: bold;
  color: #3b5b6b;
}

#whoWeAre .content, #whoWeAre img {
  float: left;
  height: 136px;
  margin-left: 18px;
  width: 181px;
}

#whoWeAre .content {
  width: 506px;
  margin-right: 18px;
}

#whoWeAre img {
  border: 1px solid #aebcae;
  height: 118px;
  padding: 3px;
  width: 178px;
}

/* Footer */
#footer {
  background: #436f47 url('/assets/ppc/images/design/footer.gif') top repeat-x;
  border-right: 2px solid #6b8d6e;
  border-bottom: 2px solid #6b8d6e;
  border-left: 2px solid #6b8d6e;
  color: #ffffff;
  font-size: 0.9em;
  padding: 18px 0px;
  text-align: center;
}

#footer p {
  margin: 0px auto;
}

#footer img {
  margin: 0px;
  display: inline;
  float: none;
}

/* Request Form */
.formErrors {
  background: #ebe8d7;
  border: 3px solid #c9c4a8;
  color: #5e583b;
  margin-bottom: 1em;
  padding: 1em 1em 0em 1em;
}

.formItem {
  margin-bottom: 1em;
}

.formItem label {
  color: #5e583b;
  float: left;
  width: 130px;
}

.formItem select {
  width: 240px;
}

.submit {
  margin-left: 300px;
}


