﻿/* Rotator (Home Page)
--------------------------------------------- */

#cyclerWrap {
  padding-left: 8px;
}

#cycler {
  background: url(../Images/rotatorBackground.jpg) no-repeat;
  padding: 7px 9px;
  position: relative;
}

#slideshow {
  position: relative;
  z-index: 5;
}

.slide {
  width: 643px;
  height: 259px;
  display: none;
  font-size: 12px;
}

.slide .copy a {
  font-weight: bold;
}

#slideshow div.first {
  display: block;
}

#slideNav {
  position: relative;
  z-index: 6;
  float: left;
  padding: 0;
}

#slideNav div {
  float: left;
  position: relative;
  top: -10px;
}

#slideNav a {
  float: left;
  background: none;
  padding-right: 0;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

#slideNav div, #slideNav a, #slideNav a span {
  height: 41px;
}

#slideNav a span, #slideNav a em {
  position: absolute;
  left: 0;
  top: 10px;
}

#slideNav a span span {
  top: 0;
}

#slideNav .selected em {
  width: 18px;
  height: 11px;
  background: url(../Images/rotSelected.gif) no-repeat;
  left: 50%;
  top: 1px;
}

#slideNav div:hover a span span, #slideNav .selected span span {
  display: none;
}

#slideNav-design, #slideNav-design a, #slideNav-design a span {
  width: 210px;
}

#slideNav-design a span {
  background: url(../Images/rotBtnDesign-on.jpg) no-repeat;
}

#slideNav-design a span span {
  background: url(../Images/rotBtnDesign-off.jpg) no-repeat;
}

#slideNav-package, #slideNav-package a, #slideNav-package a span {
  width: 209px;
}

#slideNav-package a span {
  background: url(../Images/rotBtnPackage-on.jpg) no-repeat;
}

#slideNav-package a span span {
  background: url(../Images/rotBtnPackage-off.jpg) no-repeat;
}

#slideNav-renee, #slideNav-renee a, #slideNav-renee a span {
  width: 208px;
}

#slideNav-renee a span {
  background: url(../Images/rotBtnRenee-on.jpg) no-repeat;
}

#slideNav-renee a span span {
  background: url(../Images/rotBtnRenee-off.jpg) no-repeat;
}

/* Custom rotator content */

/* DO-GOODER DESIGN */
#slide-design {
  background: url(../Images/rotatorBackground-Design.jpg) no-repeat;
}

#slide-design .copy {
  float: left;
  width: 275px;
  padding-top: 15px;
  padding-left: 20px;
}

#slide-design p {
  padding-bottom: .2em;
}

#slide-design .side {
  float: right;
  width: 275px;
  padding-top: 190px;
  padding-right: 30px;
  color: #8fb840;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* SUSTAINABLE PACKAGE */
#slide-package {
  background: url(../Images/rotatorBackground-Package.jpg) no-repeat;
}

#slide-package .copy {
  float: left;
  width: 270px;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 1.7em;
}

#slide-package h2 {
  padding-bottom: 15px;
}

#slide-package .copy ul {
  margin-left: 0;
  font-weight: bold;
}

#slide-package .copy li {
  list-style: none;
  background: url(../Images/bulBrown.gif) no-repeat 0 .5em;
  padding-left: 12px;
  color: #8b5f2d;
  float: left;
  width: 118px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: normal;
}

#slide-package .copy li.first {
  width: 105px;
}

#slide-package .side {
  float: right;
  width: 140px;
  padding-top: 35px;
  padding-right: 180px;
  color: #1d6300;
  font-size: 18px;
  line-height: normal;
}

/* RENEE LOUX */
#slide-renee {
  background: url(../Images/rotatorBackground-Renee.jpg) no-repeat;
}

#slide-renee .copy {
  float: left;
  width: 263px;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 1.7em;
}

#slide-renee .side {
  float: right;
  width: 310px;
  padding-right: 16px;
}
