

/* wrap */
#wrap {
  padding: 25px;
  margin: 0 auto;
  width: 900px;
  position: relative;
  padding-top: 160px;
}

/* header */
#header {
  position: fixed;
  background: #1a180e;
  bottom: 0px;
  top: 0px;
  width: 900px;
  height: 150px;
  z-index: 10000;
  overflow: visible;
}

#header h1 { margin: 20px 0 5px 0; }

#header h1 a {
  text-indent: -10000px;
  display: block;
  height: 90px;
}

body.en #header h1 a { background: url(../img/signature_en.png) no-repeat center center; }
body.fr #header h1 a { background: url(../img/signature_fr.png) no-repeat center center; }

#header #gradient {
  position: relative;
  height: 40px;
  background: url(../img/header_gradient.png) repeat-x top left;
}

/* nav */
#nav {
  text-align: center;
  margin: 0;
  font-size: .85em;
  margin: 25px 0 10px 0;
}

#nav li {
  list-style: none;
  display: inline;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
}

#nav li a {
  text-decoration: none;
  color: #c3baaf;
}

#nav li a:hover,
#nav li a.active {
  color: #6b6350;
}

/* home */
#home {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

body.en #home { background: url(../img/rhino_en.jpg) no-repeat top center; }
body.fr #home { background: url(../img/rhino_fr.jpg) no-repeat top center; }

#home h3,
#home p {
  display: none;
}

#home #home-content {
  width: 700px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}

#home #home-content a {
  position: absolute;
  top: 320px;
  font-size: 0.9em;
}

body.en #home #home-content a { left: 71px; }
body.fr #home #home-content a { left: 52px; }


/* content */
.content-block {
  width: 530px;
  padding-left: 180px;
  margin: 15px auto;
  padding-top: 15px;
  background: url(../img/dotted_line.gif) repeat-x top left;
  position: relative;
  opacity: 1;
}

.content-block h3 {
  position: absolute;
  float: left;
  top: 3px;
  left: 0;
  width: 140px;
  text-transform: uppercase;
  font-size: .9em;
  z-index: -1;
  color: #c3baaf;
}

.content-block p {
  font-size: 1.2em;
  color: #c3baaf;  
  position: relative;
}

.content-block p small {
  font-size: 11px;
}

ul.listing {
  margin: 0;
}

ul.listing li {
  list-style: none;
  line-height: 1.3;
  margin: 0;
}

ul.listing li p {
  margin: 7px 0;
  padding: 0;
  font-size: 1em;
}

.trailer {
  margin-bottom: 15px;
}

.trailer a { display: none; }


/* spinner */
.spinner {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 15px;
  left: 15px;
  background: url(../img/spinner.gif) no-repeat 0 0;
}
