@charset "utf-8";

body#home #content .page {
  padding: 0;
  height: 524px;
  background: #fff url("../images/backgrounds/flash.png") bottom left repeat-x;
  overflow: visible;
}
body#home #content object {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* if flash not displayed: "This content requires the Adobe Flash Player." */
body#home #content object p {
  margin: 6em auto;
  padding: 0;
  width: 14em;
  font-size: 100%;
}
body#home #content fieldset {
  position: absolute;
  top: 380px;
  border: 2px solid #6c6d70;
  height: 130px;
  background-color: #fff;
  z-index: 3;
}
body#home #content fieldset#ourBrands {
  width: 550px;
}
body#home #content fieldset#ourBlog {
  width: 400px;
}
body#home #content #ourBrands { left:  36px; }
body#home #content #ourBlog   { left: 620px; }
body#home #content fieldset legend {
  display: none;
  background-color: #6d6e71;
  color: #fff;
}
body#home #content fieldset div.legend {
  position: absolute;
  top: -27px;
 *top: -25px; /* for ie only */
  left: -2px;
  height: 40px;
}
body#home #content #ourBrands .legend {
  width: 103px;
  background: url("../images/headings/our_brands.png") left top no-repeat;
}
body#home #content #ourBrands p {
  float: left;
  margin: 2px 0 0 20px;
  width: 157px;
  height: 120px;
  font-size: 70%;
  overflow: hidden;
  text-align: center;
}
body#home #content #ourBrands .links {
  display: block;
  margin-top: 0.5em;
}
body#home #content #ourBrands .links a {
  font-size: 95%;
  text-decoration: underline;
  text-transform: uppercase;
}
body#home #content #ourBrands .links a.more {
  color: #333;
  margin-right: 0.5em;
}
body#home #content #ourBrands #pdo img {
  padding: 0px 14px;
}
body#home #content #ourBrands #tc img {
  padding: 19px 2px 2px;
}
body#home #content #ourBrands #elastic img {
  padding: 17px 26px 2px;
}
body#home #content #ourBlog .legend {
  width: 87px;
  background: url("../images/headings/our_blog.png") left top no-repeat;
}
body#home #content #ourBlog ol#postings {
  padding: 16px 1em;
  height: 90px;
  overflow: hidden;
}
body#home #content #ourBlog ol#postings li {
  margin: 0.5em 0;
  font-size: 95%;
}
body#home #content #ourBlog ol#postings li a {
  color: #6c3;
}

/* for ie6 only */
* html body#home #content #ourBrands p {
  margin: 2px 0 0 36px; /* decrease left margin to avoid oveflowing container */
}
