html { height: 100%; width: 100%; }
body {
  min-height:100%;
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  background-color: #3d1703;
  position: relative;
}

#flashcontent {
  display: block;
  position: relative;
  height: 100%; width: 100%;
}

#swf {
  height: 100%; width: 100%;
}

#htmlcontent {
  position: relative;
  height: 0%; width: 100%;
  bottom: 0;
  background-color: #3e1c0a;
}

#browserContainer {
  height: 100%; width: 100%;
  position: absolute;
  top:0; left:0;
  z-index: 1;
  overflow: auto;
}

#navigation {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 850px;
  padding: 0 16px 0 0;
  height: 66px;
  z-index: 15;
  overflow: hidden;
}

#browser {
  margin-top: 66px;
}

ul#pagination {
  display: block;
  width: 850px;
  text-align: center;
  padding: 26px 0 6px 0;
  margin: 0 auto 0 auto;
  font-size: 0.8em;
  line-height: 28px;
  background-color: #3e1c0a;
}

#pagination li {
  display: inline;
  margin: 0 0.6em;
}

#pagination li a.pageButtons {
  color: #7f3915;
  text-decoration: none;
  cursor: pointer;
  font: bold 1.1em "Trebuchet MS", Verdana, Arial, sans-serif;
}

#pagination li a.pageButtons:hover { color: #d65b1f; }
#pagination li a.here { color: #d65b1f; }

#pagination li a#prevBtn, #pagination li a#nextBtn {
  cursor: pointer;
  font: bold 0.9em "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #a5471a;
}

#pagination li a#prevBtn { margin-right: 1em; }
#pagination li a#nextBtn { margin-left: 1em; }

ul#performances {
  margin: 0 auto;
  padding: 0;
  width: 850px;
  font-size: 0.8em;
  position: relative;
  overflow: hidden;
}

#performances li {
  width: 738px;
  border-top: 2px solid #552312;
  margin: 0;
  padding: 6px 56px 0px 56px;
  clear: both;
  position: relative;
  clear: both;
  float: left;
}

#performances li ul {
  padding-top: 6px;
}

#performances .variations {
  display: inline;
  text-transform: uppercase;
  font: bold 1.8em Verdana, Arial, sans-serif;
  padding: 0.2em;
  color: #3e1c0a;
  cursor: pointer;
  background-color: #7f3915;
  position: absolute;
  top: 6px;
  left: 56px;
  margin-right: 20px;
  z-index: 20;
}

#performances .variations .plus {
  font-size: 0.8em;
}

#performances .performance {
  cursor: pointer;
  position: relative;
  margin-left: 80px;
  padding-left: 39px;
  width: 630px;
  padding-bottom: 6px;
}

#performances .arrow {
  position: absolute;
  width: 22px; height: 22px;
  background: url('/images/play.gif') 0px 0px no-repeat;
  top: 7px; left: 6px;
}

#performances .title {
  font: normal 1.4em "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #b4885a;
}

#performances .performer {
  display: block;
  font: 600 1em Verdana, Arial, sans-serif;
  color: #a6481a;
}


#performances li:hover, #performances li.active, #performances li.openedVariations {
  background-color: #5d2a13;
}

#performances li.openedVariations .arrow {
  background-position: 0px -44px;
}

#performances li:hover .variations, #performances li.active .variations, #performances li.openedVariations .variations {
  background-color: #d65b1f;
}


#performances li.active .performance .arrow,
#performances li.active:hover .performance .arrow  {
  background-position: 0px -22px;
}

#performances li.active li .performance .arrow,
#performances li.active:hover li .performance .arrow  {
  background-position: 0px -44px;
}


#performances li:hover .arrow {
  background-position: 0px -44px;
}

#loadingIndicator {
  position: absolute;
  top: 0; right: 0;
  height: 28px;

  font: bold 0.8em Verdana, Arial, sans-serif;
  line-height: 28px;
  padding: 0 1em;
  text-transform: uppercase;

  background: #DB5F0F;
  color: #fff;
  z-index: 100;
}

#homepage {
  width: 990px;
  margin: 0 auto;
  position: relative;
  background-color: #3d1703;
}

#banner {
  display: block;
  position: relative;
  width: 990px;
  background: url('/images/header.jpg') 0px 0px no-repeat;
  margin-bottom: 6px;
  overflow: hidden;
  padding-top: 309px;
  height: 0px !important;
  height /**/:309px;
  clip: rect(0px 990px 309px 0px);
}

#description{
  font: normal 0.9em "Trebuchet MS", Verdana, Arial, sans-serif;
  line-height: 2em;
  color: #f2bf89;
  width: 360px;
  float: left;
  padding: 40px 60px 80px 74px;
}

#description strong { font-weight: bold; }
#description a { color: #f2bf89; text-decoration: underline; }

#requirements {
  padding: 40px 74px 80px 60px;
  width: 360px;
  float: left;
  border-left: 1px solid #482611;

  font: normal 0.8em "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #f2bf89;
  line-height: 2em;
}

#requirements a { color: #f2bf89; text-decoration: underline; }

#requirements ol {
  padding-left: 3em;
  margin-bottom: 2em;
}

#requirements ol li {
  list-style: decimal;
}

#requirements h2 {
  color: #dc6010;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.4em;
}

.clear {
  clear: both;
}

