/*--------MAIN STYLES--------*/
* { padding: 0em; margin: 0em; }
body {
     color:#C0C0C0;
     background-color:#FFFFFF;
     background-image:url('../images/bg_tile.png');
     background-repeat:repeat;
     font-family:sans-serif;
     font-size: 13px;
     outline: none;
}
    
a  { color:#F0F0F0; }

a:visited { color:#C0C0C0; }

a:hover { color:#FFFFFF; }

a:active { color:#C0C0C0; }
    
    /* Don't underline links */
a:link {text-decoration: none; }

a:visited {text-decoration: none; }

.bold {
      font-weight:bold;
}

/*--------Layout--------*/


.navigation{
   float: left;
   width: 100%;
   height: 134px;
}


.main{
   background:transparent;
   background-image:url('../images/bg_main.png');
   float: left;
   width: 100%;
   margin-top: -103px;
   height: 350px;
}

.mainvid{
   background-image:url('../images/bgNoFlash.png');
   float: left;
   width: 100%;
   margin-top: -103px;
   height: 350px;
}
#crewlist {
  margin-left:13px;
}
.nooutline {
	outline: none;
    border: 0px
}

.vidcontainer{
   position:absolute;           
   background:transparent;
   top: 50%;
   left:50%;
   margin-left: -300px;
   margin-top: -286px;

}
.maintext{
   background:transparent;
   float: left;
   width: 90%;
   height: 200px;
   margin:30px;
   font-size: 13px;
}

#damonbio {
   background: transparent;
   position:absolute;
   margin-left: -308px;
   margin-top: -130px;
   top: 50%;
   left:50%;
   height: 175px;
   width: 150px;
   font-size: 10px;
}

#bronwynbio {
   background: transparent;
   position:absolute;
   margin-left: 158px;
   margin-top: -130px;
   top: 50%;
   left:50%;
   height: 175px;
   width: 150px;
   font-size: 10px;
}

#paulbio {
   background: transparent;
   position:absolute;
   margin-left: -154px;
   margin-top: -130px;
   top: 50%;
   left:50%;
   height: 175px;
   width: 150px;
   font-size: 10px;
}

#oanabio {
   background: transparent;
   position:absolute;
   margin-left: 4px;
   margin-top: -130px;
   top: 50%;
   left:50%;
   height: 175px;
   width: 150px;
   font-size: 10px;
}


.footer{
   float: left;
   width: 100%;
   background-color: transparent;
   color:#222222;
   text-align:center;
   font-size:9px;
   position: absolute;
   margin-left: -328px;
   margin-top: 193px;
   left: 50%;
   top: 50%;
   z-index: 1;
}

.footer a {
	text-decoration:none;
	color:#444444;
}

.footer a:hover {
	text-decoration:none;
	color:#666666;
}

/*--------MENU--------*/
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	height: 210px;
	background: transparent;
	position: relative;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}

#menu .home {
	width: 177px;
	height: 134px;
	background: url(../images/nav_home.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .films {
	width: 162px;
	height: 134px;
	background: url(../images/nav_films.png) no-repeat;
	left: 177px;
	top: 0px;
}

#menu .join {
	width: 178px;
	height: 134px;
	background: url(../images/nav_join.png) no-repeat;
	left: 339px;
	top: 0px;
}

#menu .about {
	width: 139px;
	height: 134px;
	background: url(../images/nav_about.png) no-repeat;
	left: 517px;
	top: 0px;
}

.wrapper{
   margin: 0px auto;
   padding:0px;
   position: absolute;
   margin-left: -328px;
   margin-top: 143px;
   left: 50%;
   top: 0%;
   width: 656px;
}
