﻿html {
  height: 101%;
}




/**************
Typography  ***
**************/

body {
  font-size: 62.5%;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  color: #4D4D4D;
}

h1 {
  color: #DE0000;
  font-size: 1.76em;
  font-weight: bold;
  border-bottom: 1px solid #888;
  font-family: Tahoma;
  padding: 0 0 2px;
  margin: 0 0 20px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.feedBackerrorMessages {
  float: left;
}


/*************
Layout     ***
*************/

.wrapper {
  width: 975px;
  margin: 1px auto 0;
  padding: 20px 0 50px;
  position: relative;
  background: url('../Img/headerlink-bg.gif') no-repeat top left;
}

.wheretobuybody .wrapper{background: url('../Img/gradient.gif') repeat-x top left;}

.logo {
  position: absolute;
  top: 1px;
  left: 6px;
  z-index: 10000;
}

.header {
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5000;
}

.wheretobuybody .header{background: url('../Img/header-right.gif') no-repeat top right;}

.header a {
  display: block;
  float: left;
  padding: 5px 15px 0 0;
  z-index:5000;
  position:relative;
  color: #999;
  font-style: italic;
  font-family: Tahoma;
  font-size: 1.1em;
}

.wheretobuybody .header a{padding-right:10px;}

.header a span {
  display: block;
  padding: 0 1px 4px 100px;
  z-index:5000;position:relative;
}

.wheretobuybody .header a span{border-bottom:4px solid #fff;}

.main {
  width: 800px;
  float: left;
  padding: 42px 0 0;
}

.left-menu {
  background: transparent url(../Img/menu-bg.gif) no-repeat scroll 0 0;
  float: left;
  height: 420px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-top: 102px;
  padding: 38px 0 0 10px;
  position: relative;
  width: 150px;
  z-index: 100;
}

.left-menu a {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.1em;
  text-decoration: none;
  margin: 0 0 0;
  display: block;
  float:left;
  clear:left;
}

.home-link {
  padding-left: 15px;
}
.products-link {
  padding-left: 10px;
}
.wheretobuy-link {
  padding-left: 5px;
}

.footer {
  border-top: 1px solid #eee;
}


/*******************
Product Search   ***
*******************/


.product-search-tool-container {
  margin-bottom: 4px;
}

.productSearch {
  width: 975px;
  background-image: url('../Img/product-search-bg.gif');
  background-position: 0px 4px;
  background-repeat: repeat-x;
}

.productSearch .menu {
  height: 20px;
  display:block;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  z-index: 300;
}

.productSearch .menu .link-block {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 975px;
  height: 20px;
  z-index: 320;
  padding-left: 123px;
  padding-top: 9px;
  color: White;
}

.productSearch .menu .link-block label {
  float: left;
  font-size: 1.2em;
  margin-top: 2px;
  padding-right: 20px;
}

.productSearch .body {
  width: 975px;
  height: 333px;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}

.productSearch .body .productMenuAjaxHolder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 975px;
  height: 320px;
}

.productSearch .menu .link-block div {
  float: left;
  display:inline;
  font-size: 1.2em;
  padding-right: 20px;
  text-transform: uppercase;
  margin-top:2px !important;
}

.productSearch .body .closeBtn {
  position: absolute;
  width: 100%;
  bottom: 24px;
  left: 0;
  height: 11px;
  background-color: #E6E6E6;
  background-image: url('../Img/close-arrow.gif');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.productSearch .body .loadingBlock {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 200px;
  height: 100px;
  margin-left: -100px;
  background-image: url('../Img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}

.sliderGallery {
  width: 975px;
  height: 320px;
  position: relative;
  overflow: hidden;
  visibility: hidden;
  margin-top: -26px;
}

.sliderGallery .leftArrow {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('../Img/left-arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 24px;
}

.sliderGallery .rightArrow {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url('../Img/right-arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 24px;
}

.sliderGallery .expanded {
  position: absolute;
  top: 231px;
  left: 410px;
  width: 200px;
}

.sliderGallery .expanded .extWrap {
  position: relative;
  top: 24px;
  left: 0px;
  border-left: solid 1px #C30080;
  margin-bottom: 4px;
  overflow: visible;
  padding-left: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  padding-top: 4px;
}

.sliderGallery .expanded .extWrap {
  font-family:Tahoma;
}

.sliderGallery .expanded h6 {
  color: #B9272D;
  font-size: 1.2em;
  line-height:14px;
  font-weight: normal;
}

.sliderGallery .expanded .shortDesc {
  color: Black;
  font-size: 1.2em;
}

.sliderGallery .expanded a {
  font-size: 1.1em;
  text-decoration: underline;
}

.sliderGallery .item .retracted .image {
  cursor: pointer;
}

.sliderGallery .item .retracted {
  width: 110px;
  text-align: center;
  font-size: 1.1em;
  cursor: pointer;
}


.sliderGallery .extendedData{
  position:relative;
  top:-51px;
  line-height:12px; 
}

.sliderGallery .loadingBlock {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 150px;
  left: 448px;
}

.sliderGallery .item .image img{
    position: relative;
    width:99% !important;
    height:auto !important;
    top:auto !important;
    _width: 100% !important; /* for ie6 */
    _height:68.5% !important;
}







/************************
Product search menu   ***
************************/

.productSearch .menu .link-block .malepaddingt { height: 5px !important;}
.productSearch .menu .link-block .malepaddingb { height: 2px !important;}

.productSearch .menu .link-block ul#nav {
  float: left;
  padding: 0;
  z-index: 350;
  margin-top:2px;
  font-size: 1.1em;
}

.productSearch .menu .link-block #nav li {
  float: left;
  font-size: 1em;
  list-style-type: none;
  position: relative;
  z-index: 380;
  overflow: hidden;
  padding: 5px;
  padding-bottom: 5px;
  padding-top: 0;
  margin-right: 20px;
  cursor: default;
}

.productSearch .menu .link-block #nav li.over {
  overflow: visible;
  background-color: #999999;
  opacity: 0.75; /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);*/
}

.productSearch .menu .link-block #nav li.over ul { background-color: #999999;}

.productSearch .menu .link-block #nav li a {
  color: White;
  display: block;
  font-size: 1em;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  z-index: 400;
}

.productSearch .menu .link-block #nav li a:hover{text-decoration:underline;}

.productSearch .menu .link-block #nav li ul {
  left: 0;
  position: absolute;
  top: 14px;
  width: auto;
  margin: 0;
  padding: 0 6px 0 0;
  z-index: 400;
  padding-top: 2px;
 
}

.productSearch .menu .link-block ul#xsul {
  left: 0;
  position: absolute;
  top: 17px;
  width: 145px !important;
  margin: 0;
  padding: 0;
  z-index: 400;
}

.productSearch .menu .link-block ul#xsul2 { width: 145px !important;}

.productSearch .menu .link-block #nav li ul{width:auto;}

.productSearch .menu .link-block #nav li ul li {
  width: 100%;
  z-index: 450;
  margin: 0 0 0 0;
  clear:left;
  padding: 0 0 0 5px;
  white-space: nowrap;
  line-height: 18px;
  width:120px;
}

*:first-child+html .productSearch .menu .link-block #nav li ul li{width:140px; /* IE7 */} 
* html .productSearch .menu .link-block #nav li ul li{width:140px; /* IE6 */}

.productSearch .menu .link-block #nav li ul#xsul2 li {  width: 140px;}

.productSearch .menu .link-block #nav li ul li.over {
  background-color: Transparent;
  opacity: 1.0;
}

.productSearch .menu .link-block #nav li ul li ul {
  left: 122px;
  top: 4px;
  padding-left: 8px;
  visibility:hidden;
}

.productSearch .menu .link-block #nav li ul li.over ul {visibility:visible;}
.productSearch .menu .link-block #nav li ul li {width:125px !important;}


/*******************
Home page        ***
*******************/

.flash-player {
  margin: -28px 0 0;
  z-index: 1000;
  position: relative;
}


#flashContentSplash a {
  display: block;
  margin-left: 260px;
  padding-top: 65px;
  border: none;
}

#flashContentSplash a img /* removes the border around the image */ {
  border: none;
}



/*******************
Where to buy     ***
*******************/

.where-to-buy-info {
  font-family: Tahoma;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  width: 270px;
  float: left;
}

.stores {
  width: 520px;
  float: left;
  padding: 0 0 0 10px;
  font-family: Tahoma,Arial,Helvetica;
}

.stores div {
  width: 260px;
  float: left;
  display: inline;
  margin: 0 0 14px 0;
  color: #eee;
}

.stores h4 {
  font-size: 1.3em;
  padding: 1px 0 2px;
  color: #DE0000;
  font-weight: bold;
}

.stores a {
  color: #4d4d4d;
  font-size: 1.1em;
}




/**************
Utilities   ***
**************/

.clear {
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clear: both;
}




/***********************************
IE6 png transparency fix    ******/

img, div, ul, p, span, h1, a, input {
  behavior: url('Img/iepngfix.htc');
}





