/*********************************************************************************************\
*       COPYRIGHT � 2011 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

/* Homepage slideshow styles */

.ppSlideContainer {
  width: 518px;
  height: 191px;
  overflow: hidden;
  position: relative;
}

.ppSlide {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
}

.ppSlideActive {
  visibility: inherit;
}

.ppSlideButton {
  position: absolute;
  width: 91px;
  height: 22px;
  top: 169px;
  background: transparent url('/images/homepage/slide_button.png') no-repeat;
}

#mainContent .ppSlideButton A {
  color: white;
  display: block;
  padding-top: 3px;
  width: 91px;
  height: 22px;
  text-align: center;
  font: 14px Ubunutu, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.ppSlideButtonActive {
  background: transparent url('/images/homepage/slide_button_active.png') no-repeat;
}

.ppSlideButtonLeft {
  background: transparent url('/images/homepage/slide_button_left.png') no-repeat;
  height: 22px;
  width: 2px;
  top: 169px;
  position: absolute;
}

.ppSlideButtonRight {
  background: transparent url('/images/homepage/slide_button_right.png') no-repeat;
  height: 22px;
  width: 2px;
  top: 169px;
  position: absolute;
}

.ppSlideButtonLeftActive {
  background: transparent url('/images/homepage/slide_button_active_left.png') no-repeat;
}

.ppSlideButtonRightActive {
  background: transparent url('/images/homepage/slide_button_active_right.png') no-repeat;
}

#companySampling TD A, #productSampling TD A {
  font-size: 12px;
  height: 100px;
  width: 100px;
  display: inline-block;
  text-align: center;
  line-height: 98px;
  border: 1px solid #aaaaaa;
}

#companySampling TD, #productSampling TD {
  width: 102px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  padding: 5px 0 5px 2px;
}

#companySampling TD:first-child, #productSampling TD:first-child {
  padding-left: 0px;
}

#companySampling IMG, #productSampling IMG {
  vertical-align: middle;
}

H1.bgBar {
  background: url('/images/layout/header_bg.gif') no-repeat 0 0px;
  margin-top: 20px;
  padding-top: 10px;
}