/*******************************************************/
/*                  SHOWCASE ROLLOVERS ON HOME PAGE
********************************************************/

div#interactive ul {
 list-style: none;
 margin: 0;
}

div#interactive li {
 margin: 0;
 padding: 0;
}

div#interactive ul a {
 background-image: url(/media/image/clear.gif);
 display: block;
 font-size: 80%;
 color: #fff;
 position: absolute;
 text-align: center;
 z-index: 300;
 top: 275px;
 text-decoration: none;
 height: 45px;
 padding-top: 6px;
 text-transform: uppercase;
 line-height: 1.1;
}

/* Override styles for other links within showcase */
div#wrap div#interactive ul div a {
 font-size: 100%;
 position: relative;
 text-align: left;
 top: 0;
 left: 0;
 height: auto;
 width: auto;
 text-transform: none;
}

div#interactive ul li.audience1 a {
 left: 0px;
 width: 160px;
}

div#interactive ul li.audience2 a {
 left: 160px;
 width: 160px;
}

div#interactive ul li.audience3 a {
 left: 320px;
 width: 160px;
}

div#interactive ul li.audience4 a {
 left: 480px;
 width: 160px;
}

div#interactive ul li.audience5 a {
 left: 640px;
 width: 160px;
}

div#interactive ul li.interior-audience1 a {
 left: 0px;
 width: 85px;
}

div#interactive ul li.interior-audience2 a {
 left: 85px;
 width: 105px;
}

div#interactive ul li.interior-audience3 a {
 left: 190px;
 width: 118px;
}

div#interactive ul li.interior-audience4 a {
 left: 300px;
 width: 160px;
}

div#interactive ul li.interior-audience5 a {
 left: 450px;
 width: 128px;
}

div#interactive ul li a em {
 display: block;
 font-style: normal;
 text-transform: none;
 font-size: 180%;
}

div#interactive ul li div {
 position: absolute;
 display: none;
 top: 0;
 width: 800px;
 height: 326px;
 color: #fff;
 padding-left: 64px;
}

div#interactive ul li div p {
 width: 315px;
 margin-bottom: 1em;
}

/* this image is the default  */
div#interactive ul li.default div,
div#wrap div.productInteractive ul li.interior-audience1 div {
 display: block;
}

div#interactive ul li:hover div {
 display: block;
}

/* text in main audience image */
div#interactive ul li div h2 {
  padding-top: 1.8em;
  padding-bottom: .8em;
  font-size: 200%;
  color: #fff;
  font-weight: normal;
}

div#interactive ul li div p {
  color: #d1edff;
}

div#interactive ul li div h2 em {
  font-weight: bold;
  font-style: normal;
}

div#wrap div#interactive ul div a.more {
  margin-top: 1em;
  font-weight: normal;
  font-size: 120%;
  color: #074269;
  width: 315px;
}

/* Product Showcase link positioning */
div#wrap div.productInteractive ul a {
 display: block;
 font-size: 85%;
 color: #fff;
 position: absolute;
 text-align: center;
 z-index: 300;
 top: 200px;
 text-decoration: none;
 height: 26px;
 padding-top: 8px;
 text-transform: none;
 line-height: 1.1;
}

/* Product showcase overrides */
div#wrap div.productInteractive ul li div {
 width: 579px;
 height: 232px;
 color: #fff;
 padding: 0;
}