/* CSS Document */


* { padding: 0px; margin: 0px; }

html { height: 100%;
 }

#wrap { width:800px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */


body {
background-color: #9FCCD4;
font-size: 10pt;
color: #000000;
font-family: 'Arial Narrow', sans-serif;
margin: 0;
padding: 0;
text-align: center;
min-height: 100%; 
height: 100%;
top: 0;
left: 0;
}


a:link, a:visited{
text-decoration: none;
color: #349999;
font-family: Arial, sans-serif;
}

a:hover, a:active{
text-decoration: none;
color: #F57F20;
font-family: Arial, sans-serif;
}



.center {
text-align:center;
}


.titles {
font-size: 11pt;
font-weight: bold;
color: #000000;
font-family: 'Arial Narrow', sans-serif;
}

.style3 {font-size: 9pt;
font-style:italic;}

#leftParent {
position: relative;
top: 0;
left: 0;
}

#leftNav {
position: absolute;
top:auto;
left:auto;
padding: 210px 0 0 20px;
z-index: 2001;
}

#Left {
list-style: none;
width: 191px;
height: 234px;
overflow:hidden;
}

#Left li {
float: left;
}

#Left a {
display: block;
background-image: url(images/left-final-sm.jpg);
padding-top: 0;
text-decoration:none;
}

#Left span {
display: none;}

#Blog {
height: 106px;
width: 191px;
background-position: 0 0;
}

#Blog:hover {
background-position: -191px 0;
}

#Contribute {
height: 116px;
width: 191px;
background-position: 0 -106px;
}

#Contribute:hover {
height: 116px;
width: 191px;
background-position: -191px -106px;

}



#mainNav {
position: absolute;
top: auto;
left:auto;
padding: 110px 0 0 65px;
z-index:9999;

}

#menu {
list-style: none;
width: 744px;
height: 21px;
overflow: hidden;
}

#menu li {
 float: left;

   }
   
#menu a {
	display: block;
	background-image: url(images/nav-final-900.jpg);
	padding-top: 21px;
	text-decoration:none;
	}
	   

#Home {
  width: 70px;
  }
  
#Home:hover {
  background-position: 0px -21px;
  
 }
 
#Home.selected {
	background-position: 0px -42px;
	}


#Trailer {
  width: 70px;
  background-position: -70px 0;
  }
  
#Trailer:hover {
  background-position: -70px -21px;
  
 }
 
 #Trailer.selected {
  background-position: -70px -42px;
  
 }

#About {
  width: 125px;
  background-position: -140px 0;
 
  }
  
#About:hover {
  background-position: -140px -21px;
  
 }
 
#About.selected {
background-position: -140px -42px;
}
 
#Production {
  width: 125px;
  background-position: -265px 0;
 
  }
  
#Production:hover {
  background-position: -265px -21px;
  
 }
 
#Production.selected {
  background-position: -265px -42px;
  }
  
  
#Reviews {
  width: 75px;
  background-position: -390px 0;
 
  }
  
#Reviews:hover {
  background-position: -390px -21px;
  
 }
 
 #Reviews.selected {
  background-position: -390px -42px;
  
 }

 
 #Press {
  width: 75px;
	background-position: -465px 0;

  }
  
#Press:hover {
  background-position: -465px -21px;
  
 }
 
 #Press.selected {
  background-position: -465px -42px;
  
 }
 
 #Gallery {
  width: 125px;
  background-position: -540px 0;
  
 
  }
  
#Gallery:hover {
  background-position: -540px -21px;
  
 }
 
 #Gallery.selected {
  background-position: -540px -42px;
  
 }
 
#Contact {
  width: 70px;
  background-position: -665px 0;

 
  }
  
#Contact:hover {
  background-position: -665px -21px;
  
 }
 
#Contact.selected {
	background-position: -665px -42px;
	}

#header {
position:relative;
text-align: left;
width: 800px;
padding: 250px 0 0 0;
background-image: url(images/sm-slices_01c.jpg);
background-repeat: no-repeat;
background-position: center top;
z-index: 2000;
}


html>body #header {
padding: 150px 0 0 0;
}

#header-home {
position:relative;
text-align: left;
width: 800px;
padding: 155px 0 0 0;
background-image: url(images/sm-home-1c.jpg);
background-repeat: no-repeat;
background-position: center top;
z-index: 2000;
}


#body_home {
width: 800px;
height: 100%;
overflow: auto;
background-image: url(images/sm-home-2b.jpg);
background-repeat: repeat-y;
padding: 0;
margin-top: -20px;

}

#body_middle {
width: 800px;
height: 345px;
overflow: auto;
background-image: url(images/sm-slices_02b.jpg);
background-repeat: repeat-y;
padding: 0;
margin-top: 30px;
}



#body_trailer {
width: 800px;
height: 430px;
overflow: auto;
background-image: url(images/sm-slices_02b.jpg);
background-repeat: repeat-y;
padding: 0;
margin-top: 30px;

}

#content-trailer {
width: 480px;
float:right;
padding: 0 20px 0 0;
margin: 0;

}

#content {
width: 480px;
float:right;
padding: 0 20px 0 0;
margin: 0;

}

#content-home {
width: 800px;
padding: 0;

}


#footer-home {
clear: both;
width: 800px;
height: 5px;


}

#footer {
clear: both;
width: 800px;
height: 193px;
background-image: url(images/sm-slices_03c.jpg);
background-repeat: no-repeat;
background-position: center top;
padding: 0;

}

#copy {
text-align: center;
}


/* lightbox css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 10002; 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: 10000; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; 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: 10001; width: 100%; height: 500px; background-color: #000; }







/**
#photo {
float:left;
padding: 0 20 0 0;
}

#external a:link, #external a:visited {
color: #349999;
text-decoration: none;
font-family: Arial, sans-serif;

}

#external a:hover, #external a:active {
color: #F57F20;
text-decoration: none;
font-family: Arial, sans-serif;

)**/







