* {
  margin: 0;
  padding: 0;
}

body {
  background: #011B25;
  font: 14px/16px Trebuchet MS;
  color: #83a1ad;  
}

.conWrap {
  width: 100%;
  height: 490px;
  background: #011B25 url(/images/bg_popup.jpg) top center no-repeat;  
}

.con {
  overflow: hidden;
  width: 850px;
  height: 490px;
  margin: 0 auto 0;
  padding: 19px 0 0;
}

.con h1 {
  margin: 0 0 35px;
  font: 20px Trebuchet MS;
  color: #fff;
}

.photo {
  float: left;
  position: relative;
  width: 555px;
}

.photo ul#imgCtrl {
  position: absolute;
  top: 0;
  left: 510px;
  list-style: none;
}

.photo #imgCtrl li a {
  display: block;
  width: 15px;
  margin: 0 0 5px;
  padding: 4px;
  background: #010B0F;
  border: 1px solid #3f4952; 
  color: #83a1ad;
  text-align: center;
  text-decoration: none;
}

.photo #imgCtrl li a:hover {
  background: #2F383F;
  color: #fff;
}

.info {
  float: right;
  width: 290px;
}

.info h2 {
  margin: 0 0 10px;
  font: bold 16px Trebuchet MS;
  color: #fff;
}

.info h2 {
  color: #96B82E;
  color: #fff;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #1B323A;
  margin-bottom: 9px;
}

.info p {
  margin: 0 0 13px;
  font: normal 13px/17px Trebuchet MS;
}

.info ul {
  position: absolute;
  margin: -10px 0 0 0;
  padding: 0;
  border: 0;
  width: 310px;
  list-style:none;
}

.info ul li {
  margin: 0 18px 0 0;
  padding: 6px 0 4px 0;
  float: left;
  width: 136px;
  font: normal 12px/16px Trebuchet MS !important;
  color: #ffa800;
  text-align: left;
  border-bottom: 1px solid #1B323A;
}

.info ul li.noUnderline {
  border-bottom: 0;
}


#imgWrap {
  position: relative;
  width: 500px;
  height: 400px;
  border: 1px solid #3f4952;  
  overflow: hidden;
}

#imgs {
  position: absolute;
  width: 500px;
  height: 400px;
  list-style: none;
}

#imgs li {
  float: left;
}

/*******************************************************************************
 * =HEADER
 -----------------------------------------------------------------------------*/
#hdr {
  width: 100%;
  height: 38px;
  background: url(/images/alt_bg_hdr.gif) top center repeat-x;
  z-index: 10;
    opacity:0.9;
  filter:alpha(opacity=90);
}

#hdr h1 a {
  position: absolute;
  display: block;  
  top: 0;
  left: -32px;
  width: 69px;
  height: 35px;
  background: url(/images/alt_logo.gif) top right no-repeat;
  text-indent: -9000px;
}

#hdr .hdrInner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

/*******************************************************************************
 * =NAVIGATION
 -----------------------------------------------------------------------------*/
#hdr ul {
  position: absolute;
  top: 0;
  right: -35px;  
  list-style: none;
}

#hdr li {
  float: left;
}

#hdr li a {
  display: block;
  float: left;
  height: 38px;
  padding: 0 10px;
  font: 12px/33px Trebuchet MS;
  color: #83a1ad;
  text-decoration: none;
}

#hdr li a:hover {
  color: #ffa800;
}