@charset "UTF-8";

#cladColors {
  text-align:center;
  margin: 10px auto;
}

#standardTitle {
  width: 100%;
  height: 1.5em;
  margin-bottom: 10px;
}

/* needed for IE to make :active state work first time */
a, a:visited {color:#000;} 
 
/* main styling for gallery */
a.gallery, a.gallery:visited {
  display:block;
  display:inline-block;
  color:#000;
  text-decoration:none;
  border:1px solid #000;
  width:25px;
  height:25px;
  float:left;
  margin:1px;
  z-index:50;
}

a.slidea {background:url(../cladimages/swatches/brentwood_green_th.jpg);}
a.slideb {background:url(../cladimages/swatches/bright_white_th.jpg);}
a.slidec {background:url(../cladimages/swatches/butterscotch_th.jpg);}
a.slided {background:url(../cladimages/swatches/canyon_trail_th.jpg);}
a.slidee {background:url(../cladimages/swatches/charcoal_th.jpg);}
a.slidef {background:url(../cladimages/swatches/claret_red_th.jpg);}
a.slideg {background:url(../cladimages/swatches/dove_gray_th.jpg);}
a.slideh {background:url(../cladimages/swatches/hartford_green_th.jpg);}
a.slidei {background:url(../cladimages/swatches/huntley_green_th.jpg);}
a.slidej {background:url(../cladimages/swatches/ivory_th.jpg);}
a.slidek {background:url(../cladimages/swatches/medium_blue_th.jpg);}
a.slidel {background:url(../cladimages/swatches/medium_bronze_th.jpg);}
a.slidem {background:url(../cladimages/swatches/midnight_black_th.jpg);}
a.sliden {background:url(../cladimages/swatches/military_blue_th.jpg);}
a.slideo {background:url(../cladimages/swatches/milk_white_th.jpg);}
a.slidep {background:url(../cladimages/swatches/mountain_sage_th.jpg);}
a.slideq {background:url(../cladimages/swatches/night_hawk_gray_th.jpg);}
a.slider {background:url(../cladimages/swatches/quaker_bronze_th.jpg);}
a.slides {background:url(../cladimages/swatches/redwood_th.jpg);}
a.slidet {background:url(../cladimages/swatches/sandstone_th.jpg);}
a.slideu {background:url(../cladimages/swatches/sea_wolf_gray_th.jpg);}
a.slidev {background:url(../cladimages/swatches/sepia_brown_th.jpg);}
a.slidew {background:url(../cladimages/swatches/slate_ivy_th.jpg);}
a.slidex {background:url(../cladimages/swatches/taupe_th.jpg);}
a.slidey {background:url(../cladimages/swatches/terra_clay_th.jpg);}
a.slidez {background:url(../cladimages/swatches/victorian_plum_th.jpg);}
a.slideaa {background:url(../cladimages/swatches/premier_champagne_anodized_th.jpg);}
a.slidebb {background:url(../cladimages/swatches/premier_clear_anodized_th.jpg);}
a.slidecc {background:url(../cladimages/swatches/premier_light_bronze_anodized_th.jpg);}
a.slidedd {background:url(../cladimages/swatches/premier_medium_bronze_anodized_th.jpg);}
a.slideee {background:url(../cladimages/swatches/premier_anodic_ice_metallic_th.jpg);}
a.slideff {background:url(../cladimages/swatches/premier_azurite_copper_metallic_th.jpg);}
a.slidegg {background:url(../cladimages/swatches/premier_saturn_metallic_th.jpg);}
a.slidehh {background:url(../cladimages/swatches/premier_platinum_ice_metallic_th.jpg);}
a.slideii {background:url(../cladimages/swatches/premier_patina_metallic_th.jpg);}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}


/* more styling for gallery */
#container_top {
  position:relative;
  width:415px; /* was 425px */
  height:650px;
  background:#fff/*d1c8c3*/;
  border:3px solid #000/*a49188*/;
  margin:1em auto;
}

#container_top img {border:0;}

#container_top .thumbs {
  position:absolute;
  left:0;
  top:0;
}

#container_top a.gallery:hover span {
  display:block;
  position:absolute;
  width:402px;
  height:50px;
  top:110px;
  left:5px;
  padding:5px;
  font-style:italic;
  color:#000;
  z-index:100;
}

#container_top a.gallery:hover span:first-line {
  font-style:normal;
  font-weight:bold;
  font-size:1.1em;
  color:#000;
}

#container_top a.gallery:active, #container_top a.gallery:focus {border:1px solid #000;}

#container_top a.gallery:active em, #container_top a.gallery:focus em {
  display:block;
  position:absolute;
  width:402px;
  height:250px;
  top:160px;
  left:5px;
  padding:5px;
  color:#000;
  /* border:1px solid #3d330f; */
  z-index:50;
}

#container_top h1 {
  clear:both;
  margin:0 auto;
  padding-top:250px;
  width: 200px;
  text-align:center;
  font-size:1em;
  font-weight:normal;
  color:#000;
}

#container_top h1 em {
  font-size:0.6em;
  color:#000;
}

#colorWarranty {
  width: 550px;
  margin: 25px 0px;
  padding: 20px 100px 20px 0px;
  border: 1px solid #000;
  background-color: #e9d9c9;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/clad_warranty.png);
  background-repeat: no-repeat;
  background-position: 545px 5px;
}

#colorWarranty p {
  font-style: italic;
  color: #8a1d03;
}

