﻿#content
{
	background: #dfdfdf;
}

h1
{
  text-indent: -9999px;
  background: url("images/anySpecies.gif") 0 0 no-repeat;
  width: 500px;
  height: 150px;
}

#woodSpecies
{
  position: relative;
  width: 789px;
  height: 572px;
  margin: 0 0 30px 70px;
}

#chooseByColorWrapper
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#chooseByColor
{
  position: relative;
  width: 259px;
  height: 572px;
  background: url("images/chooseByColorBkgd.jpg") 0 0 no-repeat;
}

#chooseByColor p
{
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
}

#chooseByColor img
{
  z-index: 4;
  position: absolute;
}

#chooseByColor em
{
  display: none;
  padding: 5px 12px 4px 12px;
  color: #ffffff;
  background-color: #000000;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 28px;
  z-index: 20;
}

#color0 { top: 53px; left: 53px; }
#color1 { top: 82px; left: 80px; }
#color2 { top: 82px; left: 193px; }
#color3 { top: 137px; left: 136px; }
#color4 { top: 165px; left: 79px; }
#color5 { top: 193px; left: 53px; }
#color6 { top: 193px; left: 164px; }
#color7 { top: 221px; left: 81px; }
#color8 { top: 249px; left: 108px; }
#color9 { top: 278px; left: 53px; }
#color10 { top: 305px; left: 192px; }
#color11 { top: 334px; left: 108px; }
#color12 { top: 361px; left: 164px; }
#color13 { top: 361px; left: 24px; }
#color14 { top: 389px; left: 192px; }
#color15 { top: 418px; left: 81px; }
#color16 { top: 445px; left: 192px; }
#color17 { top: 445px; left: 52px; }
#color18 { top: 502px; left: 137px; }
#color19 { top: 529px; left: 80px; }
#color20 { top: 109px; left: 24px; }

#detailWrapper
{
  position: absolute;
  top: 0;
  left: 259px;
  z-index: 1;
}

#detail
{
  position: relative;
  width: 530px;
  height: 572px;
  background: url("images/detailBkgd.jpg") 0 0 no-repeat;
}

#detailImage
{
  width: 224px;
  height: 500px;
  position: absolute;
  top: 36px;
  left: 22px;
}

#detailTitle
{
  position: absolute;
  top: 36px;
  left: 250px;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: Garamond, Georgia, Serif;
  color: #ffffff;
  line-height: 32px;
}

#detailDesc
{
  position: absolute;
  top: 100px;
  left: 250px;
  margin: 0 6px 0 0;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
}

#loadingOverlay
{
  display: none;
  position: absolute;
  top: 240px;
  left: 120px;
  z-index: 10;
}

#chooseBySpecies
{
  position: absolute;
  top: 460px;
  left: 300px;
}

#chooseSpecies
{
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  font-size: 13px;
}
