/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*---------------------------------------------------
Variables for reuse
-----------------------------------------------------*/
/*---------------------------------------------------
Debug highlights
-----------------------------------------------------*/
/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php



/* CONTAINER
   ================================================== */
div.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}
div.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
}
div.orbit.with-bullets {
  margin-bottom: 0px;
}
div.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}
div.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
}
/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* TIMER
   ================================================== */
div.orbit-wrapper div.timer {
  display: none !important;
}
/* Hides timer for our implementation */
div.orbit-wrapper div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}
div.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url(/images/orbit/rotator-black.png) no-repeat;
  z-index: 3;
}
div.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
div.orbit-wrapper span.rotator.move {
  left: 0;
}
div.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url(/images/orbit/timer-black.png) repeat 0 0;
}
div.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/orbit/pause-black.png) no-repeat;
  z-index: 4;
  opacity: 0;
}
div.orbit-wrapper span.pause.active {
  background: url(/images/orbit/pause-black.png) no-repeat 0 -40px;
}
div.orbit-wrapper div.timer:hover span.pause,
div.orbit-wrapper span.pause.active {
  opacity: 1;
}
/* CAPTIONS
   ================================================== */
.orbit-caption {
  display: none;
  font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.orbit-wrapper .orbit-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
/* DIRECTIONAL NAV
   ================================================== */
div.orbit-wrapper div.slider-nav {
  display: block;
}
div.orbit-wrapper div.slider-nav span {
  width: 78px;
  height: 100px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
}
div.orbit-wrapper div.slider-nav span.right {
  background: url(/images/orbit/right-arrow.png);
  right: 0;
}
div.orbit-wrapper div.slider-nav span.left {
  background: url(/images/orbit/left-arrow.png);
  left: 0;
}
/* BULLET NAV
   ================================================== */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  top: 442px;
  left: 50%;
  padding: 0;
  height: 34px;
  margin: 0px auto;
  text-align: center;
}
ul.orbit-bullets li {
  float: left;
  margin: 10px 10px 0px 0px;
  cursor: pointer;
  color: #999;
  text-indent: -9999px;
  background: url('/images/buttons/galleryNav.png') -8px -60px no-repeat;
  width: 15px;
  height: 20px;
  overflow: hidden;
}
ul.orbit-bullets li.active {
  background-position: -35px -60px;
}
ul.orbit-bullets li:hover {
  background-position: -35px -60px;
}
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid #000;
}
/* FLUID LAYOUT
   ================================================== */
div.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}
div.orbit,
div.orbit-wrapper {
  width: 100% !important;
}
/************** Fonts ***************/
@font-face {
  font-family: 'Segoe';
  src: url('/fonts/segoeui.eot');
  src: url('/fonts/segoeui.eot?#iefix') format('embedded-opentype'), url('/fonts/segoeui.ttf') format('opentype');
}
@font-face {
  font-family: 'Segoe Bold';
  src: url('/fonts/segoeuib.eot');
  src: url('/fonts/segoeuib.eot?#iefix') format('embedded-opentype'), url('/fonts/segoeuib.ttf') format('opentype');
}
@font-face {
  font-family: 'Segoe Italic';
  src: url('/fonts/segoeuii.eot');
  src: url('/fonts/segoeuii.eot?#iefix') format('embedded-opentype'), url('/fonts/segoeuii.ttf') format('opentype');
}
@font-face {
  font-family: 'Segoe Bold Italic';
  src: url('/fonts/segoeuiz.eot');
  src: url('/fonts/segoeuiz.eot?#iefix') format('embedded-opentype'), url('/fonts/segoeuiz.ttf') format('opentype');
}
/************** Global ***************/
body {
  font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
  background: #16120F;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
a {
  color: #856e08;
}
/* Last minute fixes
img.tabArea_top{display:block;}
img.prodItemDesc_top{display:block;}
*/
div#_dvR_xT {
  display: none;
  height: 0;
}
div.jGrowl.center {
  top: 40%;
  height: 100px;
  margin: 0 auto;
}
div.jGrowl.center .jGrowl-notification {
  margin: 0 auto;
}
.horiz_dots {
  display: block;
  margin: 5px 0px;
}
/************** Buttons/CTAs ***************/
.withBars {
  text-align: center;
  position: relative;
}
.withBars a {
  text-decoration: none;
}
.withBars span {
  position: absolute;
  bottom: 35px;
  left: 0px;
  display: block;
  font: 13px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 27px;
  width: 100%;
  height: 31px;
  color: #CABD97;
  text-decoration: none;
  cursor: pointer;
}
.withBars:hover span {
  color: #b8a14d;
  text-shadow: 2px 2px 3px #000000;
}
.withBars.small span {
  background: url(/images/penningtonseed/backgrounds/cta_small_off.png) top center no-repeat;
}
.withBars.small:hover span {
  background: url(/images/penningtonseed/backgrounds/cta_small_on.png) top center no-repeat;
}
.withBars.large span {
  background: url(/images/penningtonseed/backgrounds/cta_large_off.png) top center no-repeat;
}
.withBars.large:hover span {
  background: url(/images/penningtonseed/backgrounds/cta_large_on.png) top center no-repeat;
}
.readMore {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 25px;
  width: 128px;
  height: 25px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  background: url(/images/penningtonseed/buttons/read_more_cta.jpg);
}
.readMore:hover {
  background: url(/images/penningtonseed/buttons/read_more_cta_over.jpg);
}
.submitbtn {
  display: block;
  float: left;
  width: 70px;
  height: 25px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  background: url(/images/penningtonseed/buttons/submit.jpg);
}
.submitbtn:hover {
  background: url(/images/penningtonseed/buttons/submit_over.jpg);
}
.submit {
  display: block;
  float: left;
  width: 70px;
  height: 25px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  background: url(/images/penningtonseed/buttons/submit.jpg);
}
.submit:hover {
  background: url(/images/penningtonseed/buttons/submit_over.jpg);
}
.reset {
  display: block;
  float: left;
  width: 70px;
  height: 25px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  background: url(/images/penningtonseed/buttons/reset.jpg);
}
.reset:hover {
  background: url(/images/penningtonseed/buttons/reset_over.jpg);
}
.learnMore {
  width: 107px;
  height: 38px;
  display: block;
  margin: 0px auto;
  background: url(/images/penningtonseed/buttons/learn_more.png) top center no-repeat;
}
.learnMore:hover {
  background: url(/images/penningtonseed/buttons/learn_more_over.png) top center no-repeat;
}
.getMoreInfo {
  width: 111px;
  height: 27px;
  background: url(/images/penningtonseed/buttons/getmoreinfo.png);
}
.getMoreInfo:hover {
  background: url(/images/penningtonseed/buttons/getmoreinfo_over.png);
}
.facebook_cta {
  vertical-align: middle;
  width: 43px;
  height: 43px;
  background: url(/images/penningtonseed/graphics/icon_facebook.png);
}
.facebook_cta:hover {
  -webkit-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -moz-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -ms-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -o-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
}
.twitter_cta {
  vertical-align: middle;
  margin: 0px 3px;
  width: 43px;
  height: 43px;
  background: url(/images/penningtonseed/graphics/icon_twitter.png);
}
.twitter_cta:hover {
  -webkit-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -moz-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -ms-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -o-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
}
.youtube_cta {
  vertical-align: middle;
  width: 43px;
  height: 43px;
  background: url(/images/penningtonseed/graphics/icon_youtube.png);
}
.youtube_cta:hover {
  -webkit-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -moz-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -ms-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  -o-transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
  transform: rotate(5deg) scale(1.1) translate(0, 0) skew(0, 0);
}
/************** Header ***************/
#header {
  position: relative;
  width: 1152px;
  height: 108px;
  margin: 0px auto;
  z-index: 1;
  zoom: 1;
}
#header:before {
  content: "";
  display: table;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header #top_nav {
  float: left;
  width: 1152px;
  height: 80px;
}
#header #top_nav .header_logo {
  position: absolute;
  top: 12px;
  left: 76px;
}
#header #top_nav #header_actions {
  float: right;
  height: 23px;
  margin: 15px 115px 0px 0px;
}
#header #top_nav #header_actions input {
  display: inline;
  float: left;
  height: 11px;
  padding: 6px;
  margin: 0px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #D2C5B0;
  background: url(/images/penningtonseed/backgrounds/modal.png) repeat;
  border: none;
  outline: none;
}
#header #top_nav #header_actions #header_search {
  float: left;
  margin: 0px 10px 0px 0px;
}
#header #top_nav #header_actions #header_search #search {
  width: 130px;
}
#header #top_nav #header_actions #header_storefinder {
  display: inline;
  float: left;
}
#header #top_nav #header_actions #header_storefinder #zipcode {
  width: 130px;
}
#header #top_nav #header_links {
  float: right;
  margin: 18px 100px 0px 0px;
  clear: right;
  text-transform: uppercase;
}
#header #top_nav #header_links li {
  display: inline;
  float: left;
  margin: 0px 19px;
  height: 25px;
}
#header #top_nav #header_links li a {
  display: inline;
  float: left;
  height: 25px;
  text-decoration: none;
  font: 13px Segoe Bold, Arial, Helvetica, sans-serif;
  color: #B6A790;
  text-shadow: 2px 2px 3px #000000;
}
#header #top_nav #header_links li a.hilite,
#header #top_nav #header_links li a:hover {
  color: #bcaa5b;
  background: url(/images/penningtonseed/graphics/top_nav_marker.png) bottom center no-repeat;
}
#header .breadcrumbs_container {
  width: 1152px;
  height: 28px;
  float: left;
  background: url(/images/penningtonseed/backgrounds/breadcrumbs.jpg) no-repeat;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(9, 5, 3, 0.64);
  -moz-box-shadow: 0px 0px 3px 1px rgba(9, 5, 3, 0.64);
  box-shadow: 0px 0px 3px 1px rgba(9, 5, 3, 0.64);
  zoom: 1;
}
#header .breadcrumbs_container:before {
  content: "";
  display: table;
}
#header .breadcrumbs_container:after {
  content: "";
  display: table;
  clear: both;
}
#header .breadcrumbs_container #breadcrumb_links {
  float: left;
  margin: 0px 0px 0px 76px;
}
#header .breadcrumbs_container #breadcrumb_links li {
  display: inline;
  float: left;
  margin: 0px;
  height: 28px;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  line-height: 28px;
  color: #E8DBC6;
}
#header .breadcrumbs_container #breadcrumb_links li a {
  display: inline;
  float: left;
  height: 28px;
  text-decoration: none;
  color: #E8DBC6;
  text-shadow: 2px 2px 3px #000000;
}
#header .breadcrumbs_container #breadcrumb_links li a:hover {
  color: #856e08;
}
#header .breadcrumbs_container #breadcrumb_links li sup {
  line-height: 18px;
}
#header .breadcrumbs_container #breadcrumb_links li span.breadcrumb_caret {
  margin: 0px 10px;
}
#header_block {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  height: 215px;
  margin: 0px auto;
  background: #000000;
  z-index: 0;
}
/************** Content Area ***************/
#wrap {
  position: relative;
  margin: 0px auto;
  background: #16120f url(/images/penningtonseed/backgrounds/burlap.jpg) bottom center repeat-y;
  width: 100%;
  min-width: 1152px;
}
#wrap #content {
  text-align: left;
  width: 1152px;
  margin: 0px auto;
  zoom: 1;
}
#wrap #content:before {
  content: "";
  display: table;
}
#wrap #content:after {
  content: "";
  display: table;
  clear: both;
}
#wrap #content #TopSectionWrapper {
  min-height: 380px;
  position: relative;
}
#wrap #content #TopSectionWrapper #heroWrapper {
  height: 189px;
  background: url(/images/penningtonseed/backgrounds/product_line_hero_bkg.png) 0 0 no-repeat;
  z-index: 0;
}
#wrap #content #TopSectionWrapper #prodImage {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  text-align: center;
}
#wrap #content #TopSectionWrapper #prodImage.overlay {
  position: absolute;
  top: 179px;
  left: 0px;
  z-index: 10;
}
#wrap #content #TopSectionWrapper #prodImage #downloadlinkHolder {
  display: block;
  margin: 10px auto 0px auto;
}
#wrap #content #TopSectionWrapper #prodImage #downloadlinkHolder .downloadlink {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #dac5a6;
  padding: 0px 0px 2px 20px;
}
#wrap #content #TopSectionWrapper #prodImage #downloadlinkHolder .downloadlink:hover {
  color: #856e08;
}
#wrap #content #TopSectionWrapper #pageDesc {
  margin-left: 416px;
  margin-top: 20px;
  color: #dac5a6;
}
#wrap #content #TopSectionWrapper #pageDesc h1 {
  font: 31px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 31px;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  text-transform: uppercase;
}
#wrap #content #TopSectionWrapper #pageDesc #descContent {
  width: 615px;
  padding: 15px 0px 10px 0px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#wrap #content #TopSectionWrapper #pageDesc #descContent p {
  padding-bottom: 8px;
}
#wrap #content #TopSectionWrapper #pageDesc #descContent ul {
  list-style: none;
  margin: 10px;
  padding: 0;
}
#wrap #content #TopSectionWrapper #pageDesc #descContent ul li {
  background: url(/images/penningtonseed/graphics/li_dash.png) no-repeat transparent 0px 4px;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}
#wrap #content #TopSectionWrapper.indivProd {
  height: 455px;
}
#wrap #content #TopSectionWrapper.indivProd #pageDesc {
  height: 233px;
}
#wrap #content #TopSectionWrapper.indivProd #pageDesc #descContent {
  padding: 10px 0 5px 0;
}
#wrap #content #TopSectionWrapper.LG_subpage {
  height: 390px;
}
#wrap #content #TopSectionWrapper.LG_subpage #pageDesc #descContent a {
  color: #dac5a6;
}
#wrap #content #BtmSectionWrapper {
  width: 1152px;
  min-height: 784px;
  margin-bottom: 264px;
}
#wrap #content #BtmSectionWrapper #leftColumn {
  float: left;
  width: 333px;
  margin-left: 65px;
  min-height: 784px;
}
#wrap #content #BtmSectionWrapper #gutter {
  float: left;
  width: 10px;
  min-height: 588px;
  margin-top: 114px;
  background: url(/images/penningtonseed/backgrounds/gutter_dot_bkg.png) 0 0 repeat-y;
}
#wrap #content #BtmSectionWrapper #rightColumn {
  float: left;
  width: 635px;
  min-height: 784px;
}
#wrap #content .smallTwoNotchContainer {
  width: 635px;
  height: 180px;
  background: url(/images/penningtonseed/backgrounds/product_line_pod_bkg.png) 0 0 no-repeat;
}
#wrap #content .smallTwoNotchContainer .itemThumb {
  display: block;
  float: left;
  width: 115px;
  height: 145px;
  overflow: hidden;
  margin: 20px 12px 0 10px;
  text-align: center;
  border: none;
}
#wrap #content .smallTwoNotchContainer .itemThumb.withShadow {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
}
#wrap #content .smallTwoNotchContainer .itemThumb a img {
  padding: 0 0 0 8px;
}
#wrap #content .smallTwoNotchContainer .itemDesc {
  position: relative;
  float: left;
  width: 450px;
  height: 150px;
  overflow: hidden;
  padding: 15px 0 0 30px;
  color: #1b1108;
}
#wrap #content .smallTwoNotchContainer .itemDesc h3 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
#wrap #content .smallTwoNotchContainer .itemDesc h3 a {
  color: #1b1108;
  text-decoration: none;
}
#wrap #content .smallTwoNotchContainer .itemDesc h4 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
#wrap #content .smallTwoNotchContainer .itemDesc h4 a {
  color: #1b1108;
  text-decoration: none;
}
#wrap #content .smallTwoNotchContainer .itemDesc a.itemHeader {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
  text-decoration: none;
}
#wrap #content .smallTwoNotchContainer .itemDesc p {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 8px 0px 6px 0px;
  margin: 0;
}
#wrap #content .smallTwoNotchContainer.wideThumb .itemThumb {
  width: 106px;
  margin: 20px 12px 0 19px;
}
#wrap #content .smallTwoNotchContainer.wideThumb .itemDesc {
  position: relative;
  width: 445px;
  height: 145px;
  padding: 20px 0 0 30px;
}
#wrap #modal {
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0px;
  left: 0px;
  background: url(/images/penningtonseed/backgrounds/modal.png) repeat;
}
#wrap #modal #videopod {
  position: relative;
  width: 650px;
  height: 426px;
  margin: 200px auto;
  /*		#videopod {position:relative;width:660px;height:426px;margin:200px auto;*/
  /*			#videoholder {width:640px;height:390px;padding:0px 10px;background:url(/images/penningtonseed/backgrounds/videopod_middle.jpg) repeat-y;}*/
  /*			#videopod_bottom {height:26px;background:url(/images/penningtonseed/backgrounds/videopod_bottom.png) repeat-y;*/
}
#wrap #modal #videopod #videoholder {
  width: 640px;
  height: 384px;
  padding: 5px 5px;
  background: #000000;
}
#wrap #modal #videopod #videopod_bottom {
  height: 26px;
  background: #000000;
}
#wrap #modal #videopod #videopod_bottom a {
  font: 13px Segoe Bold, Arial, Helvetica, sans-serif;
  color: #DFDBD8;
  display: inline;
  text-decoration: none;
  float: right;
  margin: 0px 15px 0px 0px;
}
/************** Hero ***************/
#hero {
  height: 476px;
  width: 1152px;
  background: url(/images/penningtonseed/backgrounds/home_hero_pages.png) bottom left no-repeat;
  overflow: hidden;
}
/************** Generic Text Area ***************/
.GenericText {
  width: 635px;
}
.GenericText .GenericText_top {
  width: 635px;
  height: 26px;
  text-align: right;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_top.png) bottom left no-repeat;
}
.GenericText .GenericTextCont {
  position: relative;
  float: left;
  width: 545px;
  padding: 10px 40px 0px 50px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
  z-index: 100;
}
.GenericText .GenericTextCont h1 {
  font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
  padding: 12px 20px 0px 0px;
}
.GenericText .GenericTextCont p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
  padding: 12px 20px 0px 0px;
}
.GenericText .GenericTextCont p strong {
  font-weight: bold;
}
.GenericText .GenericTextCont ul {
  list-style: none;
  margin: 0px 0 10px 0;
  padding: 0;
  float: left;
  display: block;
}
.GenericText .GenericTextCont ul li {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
  background: url(/images/penningtonseed/graphics/li_dash_dark.png) no-repeat transparent 0px 4px;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}
/************* HTMLBox **********************/
.additional_details_container {
  padding: 10px 40px 50px 50px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
}
.additional_details_container h1 {
  font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
  padding: 12px 20px 0px 0px;
}
.additional_details_container p {
  padding: 12px 20px 0px 0px;
}
.additional_details_container li {
  background: url(/images/penningtonseed/graphics/li_dash_dark.png) no-repeat transparent 0px 4px;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}
/************** Pods ***************/
.featuredProdPod {
  width: 333px;
  height: 420px;
  margin-bottom: 20px;
}
.featuredProdPod .podList {
  margin-top: 98px;
  margin-left: 11px;
}
.featuredProdPod .podList .prodBox {
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  left: -8px;
}
.featuredProdPod .podList .prodBox.emailPod #featuredProd_marquee div {
  margin-bottom: 30px;
}
.featuredProdPod .podList .prodBox.seedCalculator {
  margin-bottom: 60px;
}
.featuredProdPod .podList .prodBox.seedCalculator #featuredProd_marquee {
  top: -65px;
}
.featuredProdPod .podList .prodBox.seedCalculator #featuredProd_marquee div .fP_copy {
  font: 13px Segoe Bold, Arial, Helvetica, sans-serif;
  width: 270px;
  margin-top: -25px;
  margin-bottom: 18px;
}
.featuredProdPod .podList .prodBox.seedCalculator #featuredProd_marquee div .fP_image {
  top: -3px;
}
.featuredProdPod .podList .prodBox.seedCalculator #featuredProd_marquee div .fP_head {
  top: -21px;
}
.featuredProdPod .podList .prodBox .prodBox_background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.featuredProdPod .podList .prodBox .prodBox_burlap {
  left: 20px;
  position: absolute;
  top: 12px;
  z-index: 1;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee {
  width: 290px;
  margin: 0px auto;
  position: relative;
  top: -98px;
  left: 3px;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee div {
  width: 290px;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee div .fP_image {
  position: relative;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee div .fP_head {
  position: relative;
  font: 28px Segoe Bold, Arial, Helvetica, sans-serif;
  color: #CABD97;
  line-height: 28px;
  width: 288px;
  margin: 5px auto 10px auto;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee div .fP_copy {
  position: relative;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #CABD97;
  width: 270px;
  margin: 0px auto;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee div .button {
  width: 290px;
  height: 35px;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee div.withBars span {
  bottom: 3px;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee #orbit-wrapper-FP {
  height: 335px;
  width: 290px;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee #orbit-wrapper-FP div {
  height: 335px;
  width: 290px;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee #orbit-wrapper-FP div .fP_image {
  position: relative;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee #orbit-wrapper-FP div .fP_head {
  position: relative;
  font: 28px Segoe Bold, Arial, Helvetica, sans-serif;
  color: #CABD97;
  line-height: 28px;
  width: 288px;
  margin: 5px auto 10px auto;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee #orbit-wrapper-FP div .fP_copy {
  position: relative;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #CABD97;
  width: 270px;
  margin: 0px auto;
}
.featuredProdPod .podList .prodBox #featuredProd_marquee #orbit-wrapper-FP div.withBars span {
  bottom: 3px;
}
.featuredProdPod .podList .prodBox ul.orbit-bullets {
  top: 323px;
}
.featuredProdPod .podList .prodBox ul.orbit-bullets li {
  margin: 10px 5px 0px 0px;
}
.plantingSpecsPod {
  position: relative;
  width: 333px;
  height: 650px;
  margin-bottom: 20px;
  background: url(/images/penningtonseed/backgrounds/seedPlantingZone_bkg.png) no-repeat;
}
.plantingSpecsPod .plantingSpecs {
  width: 333px;
  height: 365px;
  overflow: hidden;
  margin: 210px 0 0 0;
  z-index: 2;
}
.plantingSpecsPod .plantingSpecs h4 {
  color: #dac5a6;
  font: 24px Segoe Bold, Arial, Helvetica, sans-serif;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  text-align: center;
}
.plantingSpecsPod .plantingSpecs p {
  font: 12px;
  line-height: 12px;
  padding: 6px 0;
  margin: 0;
  padding: 0 0 3px 0;
}
.plantingSpecsPod .plantingSpecs p.bold {
  font-weight: bold;
  margin: 0;
  padding: 0 0 3px 0;
}
.plantingSpecsPod .plantingSpecs .specsTables {
  color: #dac5a6;
  position: absolute;
  top: 290px;
  width: 263px;
  left: 0px;
  padding: 10px 35px;
  z-index: 3;
}
.plantingSpecsPod .plantingSpecs td.specProp {
  padding-right: 5px;
}
.plantingSpecsPod .plantingSpecs td.dots {
  background: url(/images/penningtonseed/backgrounds/spec_dots_bkg.png) 0 0 repeat-x;
  width: 100%;
}
.plantingSpecsPod .plantingSpecs td.specValue {
  text-align: right;
}
.plantingSpecsPod #planting_zone_map {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.plantingSpecsPod #plantingSpecs_burlap {
  position: absolute;
  top: 160px;
  left: 27px;
  z-index: 0;
}
.popular_brands {
  width: 635px;
  height: 230px;
  display: inline;
}
.popular_brands .pop_brd_top {
  background: url(/images/penningtonseed/backgrounds/popular_brands_top.png) no-repeat;
  height: 60px;
}
.popular_brands .pop_brd_btm {
  clear: both;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bottom.png) no-repeat;
  height: 25px;
}
.popular_brands .popular_brands_cont {
  position: relative;
  width: 635px;
  float: left;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
}
.popular_brands .popular_brands_cont .prodItemDesc_div {
  position: absolute;
  top: 14px;
  left: 325px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_div.png) no-repeat;
  width: 3px;
  height: 115px;
}
.popular_brands .popular_brands_cont .pop_brd_brand {
  position: relative;
  display: inline;
  float: left;
  width: 300px;
}
.popular_brands .popular_brands_cont .pop_brd_brand .prodLineThumb {
  float: left;
  width: 108px;
  height: 141px;
  margin: 0px 0px 0px 10px;
  text-align: center;
}
.popular_brands .popular_brands_cont .pop_brd_brand .prodLineDesc {
  position: relative;
  float: left;
  width: 175px;
  margin: 8px 0px 0px 0px;
  color: #1b1108;
}
.popular_brands .popular_brands_cont .pop_brd_brand .prodLineDesc h3 {
  color: #1b1108;
  font: 19px Segoe Bold, Arial, Helvetica, sans-serif;
}
.popular_brands .popular_brands_cont .pop_brd_brand .prodLineDesc h3 a {
  color: #1b1108;
  text-decoration: none;
}
.popular_brands .popular_brands_cont .pop_brd_brand .prodLineDesc p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 6px 0;
  margin: 0;
}
.popular_brands .popular_brands_cont .pop_brd_brand .prodLineDesc .readMore {
  position: relative;
  top: 5px;
  left: 0px;
}
.popular_brands .popular_brands_cont > div:first-child {
  margin-right: 15px;
}
.leftSidePod {
  width: 333px;
  margin-bottom: 20px;
}
/************** Header Titles ***************/
.sideHdrTitle {
  width: 333px;
  height: 45px;
  text-align: center;
  background: url(/images/penningtonseed/backgrounds/sidebar_title_bkg.png) 0 0 no-repeat;
}
.sideHdrTitle h2 {
  color: #dac5a6;
  font: 20px Segoe Bold, Arial, Helvetica, sans-serif;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  line-height: 2.0em;
  text-transform: uppercase;
}
.contentHdrTitle {
  width: 635px;
  height: 45px;
  text-align: center;
  background: url(/images/penningtonseed/backgrounds/content_title_bkg.png) 0 0 no-repeat;
  margin-bottom: 10px;
}
.contentHdrTitle h2 {
  color: #dac5a6;
  font: 20px Segoe Bold, Arial, Helvetica, sans-serif;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  line-height: 2.0em;
  text-transform: uppercase;
}
.contentHdrTitle.filter-nav h2 {
  text-align: left;
  float: left;
  padding-left: 20px;
}
.contentHdrTitle.filter-nav a {
  color: #dac5a6;
  font: 14px Segoe Bold, Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  float: left;
  margin: 12px 0 0 14px;
  text-transform: uppercase;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  text-shadow: 2px 2px 3px black;
}
.contentHdrTitle.filter-nav a.active {
  color: #BBA957;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/************** Tab Control ***************/
.tabArea {
  width: 635px;
}
.tabArea .tabArea_top {
  height: 17px;
  position: relative;
  background: url(/images/penningtonseed/backgrounds/tabArea_top.png) no-repeat;
}
.tabArea .tabArea_btm {
  clear: both;
  display: block;
  height: 25px;
  position: relative;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bottom.png) no-repeat;
}
.tabArea .tabs {
  position: relative;
  float: left;
}
.tabArea .tabs.withbottom {
  height: 76px;
  margin-bottom: -50px;
  background: url(/images/penningtonseed/backgrounds/tabNav_activeonly.png) no-repeat 0px 33px;
}
.tabArea .tabs.extratabs {
  height: 43px;
  margin-bottom: -17px;
  background: url(/images/penningtonseed/backgrounds/tabNav_activeonly.png) no-repeat 0px 33px;
}
.tabArea .tabs.activeonly {
  width: 100%;
}
.tabArea .tabs .tabnav {
  float: left;
  margin: 0px 0px 0px 9px;
  clear: right;
}
.tabArea .tabs .tabnav li {
  float: left;
  margin: 0px;
  height: 33px;
}
.tabArea .tabs .tabnav li a {
  float: left;
  text-decoration: none;
  color: #000000;
}
.tabArea .tabs .tabnav li a span {
  display: inline;
  float: left;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  height: 33px;
  line-height: 40px;
  background: url(/images/penningtonseed/backgrounds/tabNav_off.png) repeat-x;
}
.tabArea .tabs .tabnav li a .tabLeft {
  width: 18px;
  height: 33px;
  float: left;
  background: url(/images/penningtonseed/backgrounds/tabLeft_off.png) no-repeat;
}
.tabArea .tabs .tabnav li a .tabRight {
  width: 18px;
  height: 33px;
  float: left;
  background: url(/images/penningtonseed/backgrounds/tabRight_off.png) no-repeat;
}
.tabArea .tabs .tabnav li a.hilite span,
.tabArea .tabs .tabnav li a:hover span {
  background: url(/images/penningtonseed/backgrounds/tabNav_on.png) repeat-x;
}
.tabArea .tabs .tabnav li a.hilite .tabLeft,
.tabArea .tabs .tabnav li a:hover .tabLeft {
  background: url(/images/penningtonseed/backgrounds/tabLeft_on.png) no-repeat;
}
.tabArea .tabs .tabnav li a.hilite .tabRight,
.tabArea .tabs .tabnav li a:hover .tabRight {
  background: url(/images/penningtonseed/backgrounds/tabRight_on.png) no-repeat;
}
.tabArea .tabs .tabnav li a:hover .tabRight {
  width: 18px;
}
.tabArea .tabs .tabnav li a.hilite .tabRight {
  width: 21px;
}
.tabArea .tabItemContainer {
  position: relative;
  float: left;
  width: 635px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
  z-index: 100;
  /*.additional_details_container {padding:10px 0px 50px 0px;} /* Override when in a tab control */
}
.tabArea .tabItemContainer h4 {
  position: relative;
  margin: 20px 40px 0px 40px;
  font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
}
.tabArea .tabItemContainer .description {
  position: relative;
  margin: 20px 40px 0px 40px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
}
.tabArea .tabItemContainer .faqQuestion {
  position: relative;
  margin: 10px 40px 0px 40px;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
}
.tabArea .tabItemContainer .faqQuestion a {
  color: #1b1108;
}
.tabArea .tabItemContainer .faqAnswer {
  position: relative;
  margin: 10px 40px 20px 50px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
}
.tabArea .tabItemContainer .faqAnswer a.top {
  display: inline-block;
  color: #856e08;
  position: absolute;
  right: -30px;
  bottom: 0px;
  font-size: 0px;
}
.tabArea .tabItemContainer .faqDiv {
  height: 100px;
}
.tabArea .tabItemContainer .tabListItem {
  position: relative;
  display: block;
  float: left;
  margin: 20px 0px 0px 30px;
}
.tabArea .tabItemContainer .tabListItem .tabListItemThumb {
  float: left;
  margin: 0px;
  text-align: center;
}
.tabArea .tabItemContainer .tabListItem .tabListItemThumb.withShadow {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
}
.tabArea .tabItemContainer .tabListItem .tabListItemDesc_div {
  position: absolute;
  top: 13px;
  left: 125px;
}
.tabArea .tabItemContainer .tabListItem .tabListItemDesc {
  position: relative;
  float: left;
  width: 430px;
  margin: 0px 0px 0px 40px;
  color: #1b1108;
}
.tabArea .tabItemContainer .tabListItem .tabListItemDesc h3 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 16px;
}
.tabArea .tabItemContainer .tabListItem .tabListItemDesc h3 a {
  color: #1b1108;
  text-decoration: none;
}
.tabArea .tabItemContainer .tabListItem .tabListItemDesc h4 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 16px;
}
.tabArea .tabItemContainer .tabListItem .tabListItemDesc h4 a {
  color: #1b1108;
  text-decoration: none;
}
.tabArea .tabItemContainer .tabListItem .tabListItemDesc p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 5px 0;
  margin: 0;
}
.tabArea .tabItemContainer .tabListItem .tabListItemDesc .readMore {
  position: absolute;
  top: 100px;
  left: 0px;
}
.tabArea .tabItemContainer .tabListItem.noTopMargin {
  margin-top: 0px;
}
.tabArea .tabItemContainer .tabListItem h3 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
.tabArea .tabItemContainer .tabListItem h3 a {
  color: #1b1108;
  text-decoration: none;
}
.tabArea .tabItemContainer .tabListItem h4 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
.tabArea .tabItemContainer .tabListItem h4 a {
  color: #1b1108;
  text-decoration: none;
}
.tabArea .tabItemContainer .tabListItem p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 6px 0;
  margin: 0;
}
.tabArea .tabItemContainer .genTabLink {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin-left: 50px;
}
.tabArea .tabItemContainer .genTabLink a {
  color: #000000;
  text-decoration: underline;
}
.tabArea .tabItemContainer .tabVideoItem {
  position: relative;
  display: block;
  float: left;
  width: 146px;
  margin: 30px 0px 0px 50px;
}
.tabArea .tabItemContainer .tabVideoItem a {
  text-decoration: none;
}
.tabArea .tabItemContainer .tabVideoItem a .tabVideoItemThumb {
  margin: 0px;
  text-align: center;
  border: double 1px #666666;
  border-width: 3px;
}
.tabArea .tabItemContainer .tabVideoItem a h3 {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #3D5A06;
  margin: 3px 0px 6px 0px;
}
.tabArea .tabItemContainer .tabVideoItem a p {
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
}
/************** Lawn Care Tips ***************/
.LawnCareTipInfo {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 20px 40px 0px 40px;
}
.LawnCareTipInfo p {
  margin: 5px 0px;
  float: left;
}
.LawnCareTipInfo p strong {
  font-weight: bold;
}
.LawnCareTipInfo ul {
  list-style: none;
  margin: 0px 0 10px 0;
  padding: 0;
  float: left;
  display: block;
}
.LawnCareTipInfo ul li {
  background: url(/images/penningtonseed/graphics/li_dash_dark.png) no-repeat transparent 0px 4px;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}
.LawnCareTipInfo table {
  margin: 5px 0px;
  float: left;
}
.LawnCareTipInfo table tr td {
  padding: 0px 10px 0px 0px;
}
.LawnCareTipInfo table tr > td:first-child {
  font-weight: bold;
}
/************** Brand Selection Dropdown ***************/
#brandDDL {
  position: absolute;
  top: 140px;
  left: 415px;
  z-index: 1000;
}
#brandDDL #ctaHolder {
  position: relative;
  background: #191919;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  width: 215px;
  height: 23px;
  cursor: pointer;
}
#brandDDL #ctaHolder #cta {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #DAC5A6;
  height: 23px;
  line-height: 23px;
  margin-left: 15px;
  float: left;
}
#brandDDL #ctaHolder .open {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
}
#brandDDL #ctaHolder .close {
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
#brandDDL #listHolder {
  background: #191919;
  width: 0px;
  height: 0px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  max-height: 435px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(9, 5, 3, 0.64);
  -moz-box-shadow: 0px 0px 3px 1px rgba(9, 5, 3, 0.64);
  box-shadow: 0px 0px 3px 1px rgba(9, 5, 3, 0.64);
}
#brandDDL #listHolder #brandList {
  margin: 0px 20px 0px 30px;
}
#brandDDL #listHolder #brandList li {
  font: 11px Segoe Bold, Arial, Helvetica, sans-serif;
  height: 70px;
  width: 100%;
  vertical-align: middle;
  background: url(/images/penningtonseed/backgrounds/brand_picker_dropdown.png) bottom left repeat-x;
}
#brandDDL #listHolder #brandList li a {
  text-decoration: none;
  color: #DAC5A6;
}
#brandDDL #listHolder #brandList li img {
  height: 50px;
  width: 32px;
  margin: 10px 10px 0px 0px;
  vertical-align: middle;
}
/************** Search Results Component ***************/
#search_results_container {
  margin: 0px;
  color: #412914;
}
#search_results_container .search_results_container_top {
  display: block;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_top.png) no-repeat;
  height: 26px;
}
#search_results_container .search_results_container_bottom {
  clear: both;
  display: block;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bottom.png) no-repeat;
  height: 25px;
}
#search_results_container #search_results_box {
  padding: 0px 10px 15px 25px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
}
#search_results_container #search_results_box h1 {
  margin-bottom: 20px;
}
#search_results_container #search_results_box h4 {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
#search_results_container #search_results_box ul {
  margin-right: 20px;
}
#search_results_container #search_results_box ul li {
  margin-bottom: 20px;
}
#search_results_container #search_results_box ul li h3 {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#search_results_container #search_results_box ul li cite {
  display: block;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #412914;
}
#search_results_container #search_results_box ul li p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #412914;
}
#search_results_container #search_results_box ul li a {
  color: #412914;
}
#search_results_container #search_results_box #search_results_pager {
  zoom: 1;
  text-align: center;
}
#search_results_container #search_results_box #search_results_pager:before {
  content: "";
  display: table;
}
#search_results_container #search_results_box #search_results_pager:after {
  content: "";
  display: table;
  clear: both;
}
#search_results_container #search_results_box #search_results_pager li {
  display: inline;
  padding: 2px;
  font-weight: bold;
}
#search_results_container #search_results_box #search_results_pager li a {
  font: 14px Segoe Bold, Arial, Helvetica, sans-serif;
  color: #412914;
}
#search_results_container #search_results_box #search_results_pager li a.active {
  color: #856e08;
  text-decoration: none;
}
/************** Search Results Component ***************/
#store_finder_container #map_container {
  width: 620px;
  height: 400px;
  margin: 10px 10px 0px 9px;
  color: #000000;
  border-bottom: solid 1px #000000;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
}
#store_finder_container #location_results_holder {
  float: left;
  padding: 15px 10px 5px 55px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
}
#store_finder_container #location_results_holder #no_results {
  margin: 0px 40px 20px 0px;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #412914;
}
#store_finder_container #location_results_holder #sf_storefinder {
  display: inline;
  float: left;
  width: 100%;
  margin: 0px 0px 15px 0px;
}
#store_finder_container #location_results_holder #sf_storefinder #sf_zipcode {
  width: 132px;
  display: inline;
  float: left;
  height: 11px;
  padding: 6px;
  margin: 0px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #412914;
  background: url(/images/penningtonseed/backgrounds/sf_zipcode.png) repeat;
  border: none;
  outline: none;
}
#store_finder_container #location_results_holder #sf_storefinder .storeLocatorIcon {
  width: 23px;
  height: 23px;
  float: left;
  background: transparent url(/images/penningtonseed/graphics/icon_storefinder.png) no-repeat center center;
}
#store_finder_container #location_results_holder ul {
  width: 575px;
  float: left;
}
#store_finder_container #location_results_holder ul li {
  margin: 0px 15px 20px 0px;
  float: left;
  width: 270px;
}
#store_finder_container #location_results_holder ul li h4 {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #412914;
}
#store_finder_container #location_results_holder ul li h4 a {
  color: #412914;
}
#store_finder_container #location_results_holder ul li p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #412914;
}
#store_finder_container .roundedtopcorner {
  width: 635px;
  height: 26px;
  float: left;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_top.png) no-repeat;
}
#store_finder_container .roundedbottomcorner {
  width: 635px;
  height: 25px;
  float: left;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bottom.png) no-repeat;
}
/************** Search Results Component ***************/
#sitemap_holder {
  margin: 10px 0px 0px 0px;
}
#sitemap_holder .sitemap_holder_top {
  display: block;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_top.png) no-repeat;
  height: 26px;
}
#sitemap_holder .sitemap_holder_bottom {
  clear: both;
  display: block;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bottom.png) no-repeat;
  height: 25px;
}
#sitemap_holder .productsHdr {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  color: #412914;
}
#sitemap_holder #home_link {
  font-weight: bold;
}
#sitemap_holder #sitemap_links {
  padding: 0px 20px 0px 30px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
}
#sitemap_holder #sitemap_links h4 {
  font: bold 18px Verdana, Arial, Helvetica, sans-serif;
  color: #412914;
}
#sitemap_holder #sitemap_links a {
  color: #1b1108;
  text-decoration: none;
}
#sitemap_holder #sitemap_links ul {
  margin-top: 15px;
}
#sitemap_holder #sitemap_links ul li {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  width: 560px;
}
#sitemap_holder #sitemap_links ul li a {
  color: #412914;
}
#sitemap_holder #sitemap_links ul li div.sublevel_holder {
  border-top: solid 1px #AC917B;
  margin-top: 5px;
  padding: 10px 0px 0px 30px;
  /*.columns(auto, 2, 30px, transparent, none, 0px);*/
}
#sitemap_holder #sitemap_links ul li div.sublevel_holder ul {
  margin: 0px 0px 0px 5px;
  clear: both;
}
#sitemap_holder #sitemap_links ul li div.sublevel_holder ul li {
  font-size: 12px;
  width: 340px;
  padding: 5px 0 5px 0;
}
#sitemap_holder #sitemap_links ul li div.sublevel_holder ul li.category {
  margin-top: 13px;
}
#sitemap_holder #sitemap_links ul li div.sublevel_holder ul li.category a {
  font-weight: bold;
}
#sitemap_holder #sitemap_links ul li div.sublevel_holder ul li.item a {
  font-weight: normal;
}
#sitemap_holder #sitemap_links ul li div.sublevel_holder ul li ul {
  margin-top: 5px;
}
#sitemap_holder #sitemap_links ul li div.sublevel_holder ul > li.category:first-child {
  margin-top: 0px;
}
/************** Footer ***************/
#footer {
  position: relative;
  width: 1152px;
  height: 710px;
  margin: 0px auto;
  z-index: 1;
  zoom: 1;
}
#footer:before {
  content: "";
  display: table;
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}
#footer #footer_photo {
  position: absolute;
  top: 50px;
  left: 265px;
  width: 180px;
  height: 170px;
  background: url(/images/penningtonseed/graphics/footer_photos/f_p_1.png) no-repeat;
}
#footer #footer_photo #footer_photo_seeds {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#footer #footer_photo #footer_polaroid {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 149px;
  height: 162px;
}
#footer #footer_photo .footer_extra_image {
  position: absolute;
  right: 3px;
  bottom: 9px;
}
#footer #footer_photo #footer_polaroid_home {
  display: none;
}
#footer #pennington_story {
  position: relative;
  display: block;
  text-align: center;
  top: 70px;
  left: 475px;
  width: 380px;
  zoom: 1;
}
#footer #pennington_story:before {
  content: "";
  display: table;
}
#footer #pennington_story:after {
  content: "";
  display: table;
  clear: both;
}
#footer #pennington_story .pngtn_story_header {
  display: block;
  width: 362px;
  height: 34px;
}
#footer #pennington_story #pngtn_story_header_home {
  display: none;
}
#footer #pennington_story #pngtn_story_text {
  width: 365px;
  text-align: center;
  margin: 12px auto 18px auto;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.7em;
  color: #BAA27E;
}
#footer #social {
  width: 100%;
  margin-top: 165px;
  text-align: center;
}
#footer #social .social_header {
  display: block;
  margin: 0px auto;
}
#footer #social .social_seed_left {
  vertical-align: middle;
  margin-right: 12px;
}
#footer #social #social_facebook {
  vertical-align: middle;
}
#footer #social #social_twitter {
  vertical-align: middle;
  margin: 0px 3px;
}
#footer #social #social_youtube {
  vertical-align: middle;
}
#footer #social .social_seed_right {
  vertical-align: middle;
  margin-left: 12px;
}
#footer #grass_sprout {
  position: absolute;
  top: 200px;
  left: 825px;
}
#footer #footer_columns {
  display: block;
  margin: 70px 0px 25px 135px;
  text-align: left;
  zoom: 1;
}
#footer #footer_columns:before {
  content: "";
  display: table;
}
#footer #footer_columns:after {
  content: "";
  display: table;
  clear: both;
}
#footer #footer_columns .footer_links {
  float: left;
  display: inline;
  width: 190px;
}
#footer #footer_columns .footer_links li {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
}
#footer #footer_columns .footer_links li a {
  text-decoration: none;
  color: #dac5a6;
}
#footer #footer_columns .footer_links li a:hover {
  color: #bba957;
}
#footer #footer_columns .footer_links li span {
  color: #dac5a6;
}
#footer #footer_columns .footer_links li.f_l_header {
  font-size: 15px;
  margin-bottom: 8px;
}
#footer #legal_holder {
  text-align: center;
  padding-bottom: 5px;
}
#footer #legal_holder #footer_logo {
  margin: 0px auto;
  width: 110px;
  height: 31px;
}
#footer #legal_holder #othersite {
  margin: 10px 0px 5px 0px;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  color: #95887C;
}
#footer #legal_holder #otherbrandlinks {
  margin: 5px 0px 15px 0px;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  color: #95887C;
}
#footer #legal_holder #legal {
  margin: 10px 0px 15px 0px;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #95887C;
}
#footer #legal_holder a {
  color: #bba957;
}
#footer #legal_holder a:hover {
  color: #856e08;
}
#footer_block {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 450px;
  text-align: center;
  margin: 0px auto 0px auto;
  background: url(/images/penningtonseed/backgrounds/footer.jpg) bottom center no-repeat;
  z-index: 0;
}
#footer_block #soil_top {
  width: 100%;
  height: 90px;
  background: url(/images/penningtonseed/backgrounds/soil_top.png) top center no-repeat;
}
/************** Page Overides ***************/
.page-home #header {
  height: 86px;
}
.page-home #header .breadcrumbs_container {
  height: 6px;
}
.page-home #header .breadcrumbs_container #breadcrumb_links {
  display: none;
}
.page-home #header_block {
  height: 454px;
}
.page-home #footer {
  height: 755px;
}
.page-home #footer #footer_photo {
  right: 0px;
  top: 10px;
  left: 190px;
  width: 283px;
  height: 280px;
  background: url(/images/penningtonseed/graphics/footer_photo_home.png) no-repeat;
}
.page-home #footer #footer_photo #footer_photo_seeds {
  right: 0px;
  bottom: 10px;
}
.page-home #footer #footer_photo .footer_polaroid {
  /*display:none;*/
  display: block;
  width: 253px;
  height: 280px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-home #footer #footer_photo .footer_extra_image {
  right: 0px;
  bottom: 10px;
}
.page-home #footer #footer_photo #footer_polaroid_home {
  display: block;
  width: 253px;
  height: 280px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-home #footer #pennington_story {
  top: 50px;
  left: 485px;
  width: 460px;
}
.page-home #footer #pennington_story .pngtn_story_header {
  display: block;
  width: 457px;
  height: 46px;
}
.page-home #footer #pennington_story #pngtn_story_header {
  display: none;
}
.page-home #footer #pennington_story #pngtn_story_header_home {
  display: block;
}
.page-home #footer #pennington_story #pngtn_story_text {
  width: 365px;
  line-height: 2.7em;
  text-align: center;
}
.page-home #footer #grass_sprout {
  top: 260px;
}
.page-404 #header {
  height: 86px;
}
.page-404 #header .breadcrumbs_container {
  height: 6px;
}
.page-404 #header .breadcrumbs_container #breadcrumb_links {
  display: none;
}
.page-404 #wrap #content #TopSectionWrapper {
  min-height: 250px;
  position: relative;
}
.page-404 #wrap #content #TopSectionWrapper #heroWrapper {
  height: 189px;
  background: url(/images/penningtonseed/backgrounds/product_line_hero_bkg.png) 0 0 no-repeat;
  z-index: 0;
}
.page-404 #wrap #content #TopSectionWrapper #prodImage {
  display: none;
}
.page-404 #wrap #content #TopSectionWrapper #pageDesc {
  display: none;
}
.page-404 .container404 {
  text-align: center;
}
.page-404 .container404 img {
  margin: 0px auto;
}
.page-404 .container404 p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #DAC5A6;
  width: 325px;
  margin: 10px auto 20px auto;
}
.page-404 #footer {
  height: 560px;
}
.page-404 #footer #footer_photo {
  display: none;
}
.page-404 #footer #pennington_story {
  display: none;
}
.page-404 #footer #grass_sprout {
  top: 80px;
}
#productDetails {
  width: 635px;
  position: relative;
}
#productDetails #whereToBuy {
  position: absolute;
  top: 145px;
  left: 10px;
  background: url(/images/penningtonseed/backgrounds/h_divider.png) top center no-repeat;
  width: 115px;
  margin-top: 8px;
  padding-left: 10px;
  text-align: left;
}
#productDetails #whereToBuy h2 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
}
#productDetails #whereToBuy p {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#productDetails #whereToBuy #zip_input {
  width: 70px;
  padding-left: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
  background: url(/images/penningtonseed/backgrounds/form_field.png) repeat;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  outline: none;
}
#productDetails #whereToBuy .cta {
  float: right;
  margin-top: 12px;
  width: 34px;
  height: 30px;
  background: transparent url(/images/penningtonseed/buttons/arrow_cta.png) no-repeat center center;
}
#productDetails .prodItemDesc_top {
  display: block;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_top.png) no-repeat;
  height: 26px;
}
#productDetails .prodItemCont {
  overflow: hidden;
  min-height: 275px;
  position: relative;
  float: left;
  width: 635px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
  z-index: 100;
}
#productDetails .prodItemCont .prodLineThumb {
  float: left;
  width: 125px;
  min-height: 185px;
  overflow: hidden;
  margin: -6px 0px 0px 10px;
  text-align: center;
}
#productDetails .prodItemCont .prodLineThumb .prodItemSizes {
  min-height: 45px;
  overflow: hidden;
  margin: 0px 4px;
  text-align: center;
}
#productDetails .prodItemCont .prodLineThumb #whereToBuy {
  margin-top: 8px;
  padding-left: 10px;
  text-align: left;
}
#productDetails .prodItemCont .prodLineThumb #whereToBuy h2 {
  font-size: 14px;
  margin-bottom: 5px;
}
#productDetails .prodItemCont .prodLineThumb #whereToBuy p {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#productDetails .prodItemCont .prodLineThumb #whereToBuy #zip_input {
  width: 70px;
  padding-left: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
  background: url(/images/penningtonseed/backgrounds/form_field.png) repeat;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  outline: none;
}
#productDetails .prodItemCont .prodLineThumb #whereToBuy .cta {
  position: relative;
  top: 13px;
  width: 34px;
  height: 30px;
}
#productDetails .prodItemCont .prodItemDesc_div {
  position: absolute;
  top: 14px;
  left: 137px;
  width: 3px;
  height: 237px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_div.png);
}
#productDetails .prodItemCont .prodLineDesc {
  float: left;
  width: 445px;
  margin: 0px 0px 0px 30px;
  color: #1b1108;
}
#productDetails .prodItemCont .prodLineDesc h3 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
#productDetails .prodItemCont .prodLineDesc h4 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
#productDetails .prodItemCont .prodLineDesc p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 6px 0;
  margin: 0;
}
#productDetails .prodItemCont .prodLineDesc ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
#productDetails .prodItemCont .prodLineDesc ul li {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  background: url(/images/penningtonseed/graphics/li_dash_dark.png) no-repeat transparent 0px 4px;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}
#productDetails .prodItemDesc_bottom {
  clear: both;
  display: block;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bottom.png) no-repeat;
  height: 25px;
}
.prodItemDesc {
  width: 635px;
}
.prodItemDesc .prodItemCont {
  position: relative;
  float: left;
  width: 635px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
  z-index: 100;
}
.prodItemDesc .prodItemCont .prodLineThumb {
  float: left;
  width: 125px;
  min-height: 185px;
  overflow: hidden;
  margin: -6px 0px 0px 10px;
  text-align: center;
}
.prodItemDesc .prodItemCont .prodLineThumb .prodItemSizes {
  min-height: 45px;
  overflow: hidden;
  margin: 0px 4px;
  text-align: center;
}
.prodItemDesc .prodItemCont .prodLineThumb #whereToBuy {
  margin-top: 8px;
  padding-left: 10px;
  text-align: left;
}
.prodItemDesc .prodItemCont .prodLineThumb #whereToBuy h2 {
  font-size: 14px;
  margin-bottom: 5px;
}
.prodItemDesc .prodItemCont .prodLineThumb #whereToBuy p {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.prodItemDesc .prodItemCont .prodLineThumb #whereToBuy #zip_input {
  width: 70px;
  padding-left: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
  background: url(/images/penningtonseed/backgrounds/form_field.png) repeat;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  outline: none;
}
.prodItemDesc .prodItemCont .prodLineThumb #whereToBuy .cta {
  position: relative;
  top: 13px;
  width: 34px;
  height: 30px;
}
.prodItemDesc .prodItemCont .prodItemDesc_div {
  position: absolute;
  top: 14px;
  left: 137px;
  width: 3px;
  height: 237px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_div.png);
}
.prodItemDesc .prodItemCont .prodLineDesc {
  float: left;
  width: 445px;
  margin: 0px 0px 0px 30px;
  color: #1b1108;
}
.prodItemDesc .prodItemCont .prodLineDesc h3 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
.prodItemDesc .prodItemCont .prodLineDesc h4 {
  color: #1b1108;
  font: 18px Segoe Bold, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
.prodItemDesc .prodItemCont .prodLineDesc p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 6px 0;
  margin: 0;
}
.prodItemDesc .prodItemCont .prodLineDesc ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.prodItemDesc .prodItemCont .prodLineDesc ul li {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  background: url(/images/penningtonseed/graphics/li_dash_dark.png) no-repeat transparent 0px 4px;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}
.page-productDetails .sideHdrTitle:nth-child(1) {
  display: none;
}
.page-contact .contactBox {
  width: 635px;
}
.page-contact .contactBox span.reqd {
  color: #ff1300;
}
.page-contact .contactBox .contactBox_top {
  width: 635px;
  height: 26px;
  text-align: right;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_top.png) bottom left no-repeat;
}
.page-contact .contactBox .contactBox_top p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
  padding: 12px 20px 0px 0px;
}
.page-contact .contactBox .contactBoxCont {
  position: relative;
  float: left;
  width: 635px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
  z-index: 100;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm {
  float: left;
  width: 645px;
  margin: 0px 0px 0px 30px;
  color: #1b1108;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm .validator {
  font: bold 12px Arial;
  padding: 10px 0 0 10px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td p.reqd_callout {
  padding: 10px 0 15px 18px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.label {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
  width: 102px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.gap {
  width: 20px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.field {
  padding-bottom: 10px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.field input[type="text"],
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.field textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
  background: url(/images/penningtonseed/backgrounds/form_field.png) repeat;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  outline: none;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.field select {
  width: 225px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.field input[type="text"] {
  width: 225px;
  height: 15px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.field textarea {
  width: 325px;
  height: 135px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.formFooter div.formButtons {
  height: 30px;
  margin-bottom: 20px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.formFooter div.formButtons input[type="image"] {
  margin-right: 10px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.formFooter p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}
.page-contact .contactBox .contactBoxCont .contactBoxForm table tr td.formFooter p.title {
  font-weight: bold;
  margin-top: 10px;
}
.page-emailSignup .submitbtn {
  margin-left: 20px;
}
#aboutus_contentblock {
  margin: 15px 45px 15px 55px;
}
#aboutus_contentblock h1 {
  font: 19px Segoe Bold, Arial, Helvetica, sans-serif;
  color: #1b1108;
  margin: 15px 0px 5px 0px;
  clear: both;
}
#aboutus_contentblock p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #1b1108;
  margin-bottom: 10px;
  clear: both;
}
#aboutus_contentblock p b {
  font-weight: bold;
}
#aboutus_contentblock a {
  color: #1b1108;
}
#aboutus_contentblock .imgholder {
  text-align: center;
}
#aboutus_contentblock .left {
  float: left;
}
#aboutus_contentblock .right {
  float: right;
}
/**** \/\/ ****** Interstitial Email Popup ******* \/\/ ****/
#popup-takeover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/images/penningtonseed/backgrounds/blinder.png");
  z-index: 10000000;
  text-align: center;
}
#popup-takeover .close-btn {
  color: #000;
  text-decoration: none;
}
.interstitial-popup {
  position: relative;
  margin: 100px auto 0 auto;
  width: 500px;
  min-height: 300px;
  z-index: 10000000;
  color: #422915;
}
.interstitial-popup .popupBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interstitial-popup .popupContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 300px;
}
.interstitial-popup .popupContent h1 {
  padding-top: 70px;
  font-size: 32px;
}
.interstitial-popup .popupContent .popupBlurb {
  margin-top: 30px;
  font-size: 16px;
  line-height: 17px;
}
.interstitial-popup .close-btn {
  position: absolute;
  top: 0;
  right: 3px;
}
.interstitial-popup .cta {
  position: absolute;
  display: block;
  width: 138px;
  height: 35px;
  line-height: 23px;
}
.interstitial-popup a.cta {
  color: #e8dbc6;
  text-decoration: none;
}
.interstitial-popup a.cta:hover {
  color: #bba957;
}
.interstitial-popup .btnConfirm {
  bottom: 45px;
  left: 85px;
  background: url(/images/penningtonseed/buttons/CTA_OK.png);
}
.interstitial-popup .btnConfirm:hover {
  background: url(/images/penningtonseed/buttons/CTA_OK_Rollover.png);
}
.interstitial-popup .btnDeny {
  bottom: 45px;
  right: 85px;
  background: url(/images/penningtonseed/buttons/CTA_Cancel.png);
}
.interstitial-popup .btnDeny:hover {
  background: url(/images/penningtonseed/buttons/CTA_Cancel_Rollover.png);
}
/**** /\/\ ****** Interstitial Email Popup ******* /\/\ ****/
.emailThanks {
  color: #e8dbc6;
  padding-left: 15px;
}
.emailSignup .formHeader .subhead,
.emailOptout .formHeader .subhead {
  font-size: 30px;
  line-height: normal;
}
.emailSignup .contactForm,
.emailOptout .contactForm {
  width: 635px;
  padding-left: 20px;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bg.png) repeat-y;
}
.emailSignup .emailSignup_top,
.emailOptout .emailSignup_top {
  width: 635px;
  height: 26px;
  text-align: right;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_top.png) top left no-repeat;
}
.emailSignup .emailSignup_bot,
.emailOptout .emailSignup_bot {
  width: 635px;
  height: 25px;
  float: left;
  background: url(/images/penningtonseed/backgrounds/prodItemDesc_bottom.png) no-repeat;
}
.emailSignup .reqd_callout,
.emailOptout .reqd_callout {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.emailSignup span.reqd,
.emailOptout span.reqd {
  color: #ff1300;
}
.emailSignup input[type="text"],
.emailOptout input[type="text"],
.emailSignup textarea,
.emailOptout textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
  background: url(/images/penningtonseed/backgrounds/form_field.png) repeat;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  outline: none;
}
.emailSignup input[type="text"],
.emailOptout input[type="text"] {
  width: 250px;
  height: 15px;
}
.emailSignup textarea,
.emailOptout textarea {
  width: 300px;
  height: 135px;
}
.emailSignup table tr td.label,
.emailOptout table tr td.label {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
  width: 110px;
}
.emailSignup table tr td.gap,
.emailOptout table tr td.gap {
  width: 20px;
}
.emailSignup table tr td.formFooter div.formButtons,
.emailOptout table tr td.formFooter div.formButtons {
  height: 30px;
  margin-bottom: 20px;
}
.emailSignup table tr td.formFooter div.formButtons input[type="image"],
.emailOptout table tr td.formFooter div.formButtons input[type="image"] {
  margin-right: 10px;
}
.emailSignup table tr td.formFooter p,
.emailOptout table tr td.formFooter p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}
.emailSignup table tr td.formFooter p.title,
.emailOptout table tr td.formFooter p.title {
  font-weight: bold;
  margin-top: 10px;
}
.emailSignup table tr td.field,
.emailOptout table tr td.field {
  padding-bottom: 10px;
}
.emailSignup table tr td.agreeField,
.emailOptout table tr td.agreeField {
  padding: 10px 65px 10px 10px;
  font: normal 14px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
}
.emailSignup .submitbtn,
.emailOptout .submitbtn {
  margin-top: 15px;
}
.emailOptout table tr td.label {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #1b1108;
  text-align: left;
  vertical-align: top;
  padding-top: 3px;
  width: 300px;
}
