body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #000000;
  height: 100%;
}

div, td {
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  padding: 2px 0px;
  vertical-align: top;
  text-align: justify;
}

a, a.visited {
  text-decoration: none;
  color: #FFFFFF;
}

img {
  border: 0px;
}

input[type=text], input[type=submit], input[type=button], textarea, select {
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  color: #FFFFFF;
  background-color: transparent;
  background-image: url("../files/black.png");
  padding: 3px;
  border: 0px;
  width: 95%;
}

input[type=submit], input[type=button] {
  width: auto;
  padding: 4px 7px;
}

option {
  background-color: #000000;
}

#content img {
  margin-right: 5px;
}

div#background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1200px;
  background-repeat: no-repeat;
  z-index: 1;
}

div#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 200px;
  z-index: 3;
}

div#menu {
  position: absolute;
  top: 131px;
  left: 25px;
  width: 950px;
  z-index: 4;
  font-family: Arial;
  font-weight: normal;
}

div#menu a, div#menu a:visited, div#menu a:hover {
  font-size: 17px;
  margin-right: 15px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

div#menu a:hover {
  color: #eb690a;
}

div.submenu, div.sub2menu {
  position: absolute;
  top: 166px;
  left: 25px;
  width: 950px;
  z-index: 4;
}

div.submenu a, div.submenu a:visited, div#submenu a:hover {
  font-size: 14px;
  margin-right: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

div#submenu a:hover {
  color: #eb690a;
}

div#container {
  position: absolute;
  z-index: 4;
  width: 1000px;
  background-image: url("../files/black.png");
  height: 1200px;
}

div#window {
  position: absolute;
  width: 1000px;
  z-index: 5;
}

div#main {
  position: absolute;
  top: 200px;
  left: 20px;
  width: 960px;
  z-index: 20;
}

div.bg {
  background-image: url("../files/black.png");
}

div.head, td.head {
  color: #FFFFFF;
  padding: 4px 7px;
  font-size: 16px;
  text-transform: uppercase;
}

td.head {
  padding: 0px;
}

div.text {
  padding: 4px 7px;
}

div.text h1 {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #EB690A;
  margin-bottom: 10px;
  text-align: left;
}

div.text h2 {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
}

div#track {
  display: none;
  visibility: none;
}



#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#imageContainer {
  padding: 10px;
}

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer>#hoverNav {
  left: 0;
}

#hoverNav a {
  outline: none;
}

#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA);
  display: block;
}

#prevLink {
  left: 0;
  float: left;
}

#nextLink {
  right: 0;
  float: right;
}

#prevLink:hover, #prevLink:visited:hover {
  background: url(../files/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
  background: url(../files/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
  font: 10px Arial, Helvetica, Verdana;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}

#imageData {
  padding:0 10px;
  color: #666;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}	

#imageData #caption {
  font-weight: bold;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}			

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}	 	

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}