

/* wrap */
#wrap {
  padding: 0;
  margin: 0 auto;
  width: 677px;
  position: relative;
  padding-top: 175px;   
	overflow: hidden; 
}

/* header */
#header {
  position: fixed;
  bottom: 0px;
  top: 0px;
  width: 677px;
  height: 175px;
  z-index: 10000;
  overflow: hidden;
  background: url(../img/dotted_line.gif) repeat-x bottom left;
}

#wrap.closed-header { padding-top: 40px; }
#wrap.closed-header #header { height: 40px; }

#header h1 a {
  text-indent: -10000px;
  display: block;
  height: 130px;
	margin-top: 50px;
}

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


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

#nav li {
  list-style: none;
  display: block;
	float: left;
  margin: 0 13px 0 0;
  text-align: center;
  text-transform: uppercase;
}

#nav li.last { position: absolute; right: 0; margin: 0;}

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

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


/* content */
#main {
	position: fixed;
	overflow: hidden;
	width: 680px;
}    

#main #content-to-scroll {
	position: absolute;
	top: 0;
	left: 0px; 
	width: 750px;  
}                   
    
#main .splash-logo { margin: 80px 0 0 70px; float: left; }

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

#main .content-block.first { background: none; margin-top: 0px; }

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

#main .content-block p {
  font-size: 12px;
  position: relative;
}

#main .content-block p small {
  font-size: 12px;
}

#main ul.listing {
  margin: 0;
}

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

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

#main .trailer {
  margin-bottom: 15px;
}

#main .trailer a { display: none; }

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

#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; }  

     


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

