* {
	padding: 0;
	margin: 0;
}

body {
	background: #000 url(../images/skin/spartacus_skin2.jpg) top center no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment:fixed
}

div {
	width: 100%;
	height: auto;
}

img {
	border: none;
}

/* --- DIV ---------------------------------------------------------------------------------------- */

#topTA {
	position: absolute;
	top: 0;
	left:25px;
}

#topNav {
	height: 75px;
	position: fixed;
	top:0px;
	z-index: 100;
	background: #000;
}

.nav-content{
	width:1024px;
	margin: auto;
	position:absolute;
	left:50%;
	margin-left:-512px;
}

.navlinks{
	position: absolute;
	right:25px;
	width:850px;
	text-align: right;
}

#bgImages {
	width: 1024px;
	height: 690px;
	position: fixed;
	left:50%;
	top:75px;
	background: black;
	margin-left: -512px;
}

#bgImages div {
	position: absolute;
	top:0;
	left:0;
	width:1024px;
	height:690px;
	display: none;
}

.navBtns{
	position:absolute;
	z-index: 1000;
	width:1026px;
	left:50%;
	margin-left: -513px;
}

.nextBtn {
	position: absolute;
	right:15px;
	top:325px;
	background: url(../images/skin/nextBtn.png) no-repeat;
	width:35px;
	height:59px;
}

.prevBtn {
	position: absolute;
	left:15px;
	top:325px;
	background: url(../images/skin/prevBtn.png) no-repeat;;
	width:35px;
	height:59px;
}

#content {
	position:absolute;
	width: 910px;
	background: url(../images/bg_content_910x600.png) top left repeat;
	z-index: 50;
	top:140px;
	left:50%;
	margin-left: -455px;
	display: none;
	padding-bottom: 100px;
}

.contentContainer{
	display: none;

}

#footer {
	position: fixed;
	z-index: 2000;
	bottom: 0;
	left: 0;
	height: 60px;
	padding: 10px;
	background: url(../images/footer.png) no-repeat center;
}

.credits-content{
	width:800px;
	height:600px;
	margin-left: 110px;
}

.credits-column {
	width:220px;
	float: left;
	margin-right: 35px;
}

.credits-column h3 {
	margin: 10px 0 12px 0;
	padding:0;
	font-size: 14px;
}

.credits-column p {
	margin: 0;
	padding:0;
	font-size: 12px;
}

.credits-image{
	text-align: center;
	margin-top: 75px;
	margin-bottom: 50px;
}

/* --- Nav ---------------------------------------------------------------------------------------- */

.topNavButton {
	padding-right: 10px;
}

.topNavButton:last-child {
	padding-right: 0;
}

/* --- Floats ---------------------------------------------------------------------------------------- */

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/* --- Text ---------------------------------------------------------------------------------------- */

h3 {
	color: #cea96c;
	font-size: 14px;
	margin: 0px 25px 0px 25px;
}

p {
	font-size: 11px;
	line-height: 1.7em;
	margin: 5px 25px 10px 25px;
	color: #FFF;
}

.orange {
	color: #CC6600;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #E50000;
}

/* --- Misc ---------------------------------------------------------------------------------------- */

#scrollTip {
	width: 399px;
	height: 30px;
	z-index: 1000;
	top: -705px;
	margin: 0 auto 0 auto;
}

#closeButton {
	width: 25px;
	height: 25px;
	margin-top: 5px;
	margin-left: 880px;
}

/*******************************************************************************************************/
/************************************ Section-specific classes *****************************************/
/*******************************************************************************************************/

/* --- Story ---------------------------------------------------------------------------------------- */

#content #story img {
	margin: 25px;
}

/* --- Video ---------------------------------------------------------------------------------------- */

#content #video img {
	margin: 25px;
}

#videoPlayer {
	 width: 623px; 
	 height: 450px; 
	 margin: 0 auto 0 auto;
}

.videoThumbnail {
	float: left;
	padding-right: 20px;
}

.videoLink {
	color: #FFF;
}

.videoDownload {
	color: #FFF;
}

.starzVideoPlayerOverlayPlayButton {
	position: static;
	z-index: 600;
}

/* --- Cast Bios ---------------------------------------------------------------------------------------- */

.bioThumbnail {
	width: 33%;
	float: left;
}
#content #cast .bioThumbnail img {
	margin: 25px;
}

.bio{
	width:870px;
	min-height: 600px;
	margin:20px auto;
}

.bio-content{
	width:440px;
}

.bio h3 {
	padding-bottom:5px;
}

#content .bio img {
	margin: 25px 25px 0 25px;
}

#content #cast #bioSmallThumbs img {
	cursor: pointer;
	padding-right: 5px;
	margin-top: 25px;
}

#content .bioThumbnail img {
	cursor: pointer;
	margin-bottom: 10px;
}

.bioThumbnail p {
	margin: 0;
}

/* --- Production Bios ---------------------------------------------------------------------------------------- */

#production p img {
	margin: 25px;
}

.prodPic {
	float:left;
	width:160px;
	margin-left: 25px;
}

/* --- Credits ---------------------------------------------------------------------------------------- */

.creditLeft {
	display: block;
	margin: 0 auto 0 auto;
	width: 400px;
}

.creditRight {
	float: right;	
}

.contact {
	width: 33%;
	float: left;
}

/* --- Credits ---------------------------------------------------------------------------------------- */

#pressmaterials a {
	color: #CCC;
	text-decoration: none;
}

#pressmaterials a.orange {
	color: #CC6600;
}

#pressmaterials .downloadButton {
	width: 180px;
	height: 20px;
	padding: 5px;
	margin: 0 10px 5px 0;
	display: block;
	border: 1px solid gray;
	text-align: center;
	float: left;
}