/* GENERAL LAYOUT*/
#bgImage {
	position: absolute;
	height: 1054px;
	width: 1280px;
	top: 0px;
	right: 0px;
}
#mainContainer {
	margin: 0px auto;
	width: 900px;
	position: relative;
	padding: 0px 80px;
}
#bgPromos {
	height: 700px;
	width: 102%;
	position: absolute;
	top: 980px;
	left: 0px;
}
.clear {clear: both;}



/* stats box area */
#statsBox {
	height: 121px;
	width: 386px;
	position: absolute;
	top: 27px;
	right: 212px;
	font-family: Arial, Helvetica, sans-serif;
}
#statsBox ul {
	position: absolute;
	color: #fff;
	left: 160px;
	top: 27px;
}
#statsBox ul li {
	line-height: 22px;
	font-size: 17px;
}
#statsBox .butnJoin {
	position: absolute;
	height: 133px;
	width: 158px;
	right: -132px;
	top: -6px;
}
#episodeNumber {
	height: 63px;
	width: 85px;
	text-align: center;
	position: absolute;
	left: 30px;
	top: 28px;
	padding: 0px 20px 0px 0px;
}
#episodeNumber h1 {
	color: #fff;
	font-weight: normal;
	font-size: 50px;
	line-height: 45px;
}
#episodeNumber p {font-size: 15px;}



/* top navigation */
.nav {height: 41px;width: 882px;}
.nav .divider {
	margin: 0px 20px;
	height: 41px;
	width: 9px;

	overflow: hidden;
}
.nav li {float: left;}


/* hdr collage strip */
#collage {
	margin: 0px auto 10px;
	height: 131px;
	width: 882px;
}


/* trailer content */
#trailerContent {
	margin: 0px auto;
	width: 900px;
	position: relative;
	z-index: 3;
}
#trailerContent .box {
	float: left;
	width: 282px;
	height: 278px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 9px;
	display: inline;
	overflow: hidden;
}
#trailerContent .box .thumb {
	background: #000;
	height: 159px;
	height: 159;
	width: 282px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#trailerContent .box .thumb .playButn {
	position: absolute;
	top: 45px;
	left: 115px;
}
#trailerContent .box h1 {
	color: #fff;
	font-size: 15px;
	margin-left: 12px;
	margin-top: 10px;
}
#trailerContent .box p {
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 12px;
}
#trailerContent .box p a {text-decoration: none;}
#trailerContent .box .butns {
	margin: 8px auto;
	height: 26px;
	width: 268px;
}


/* Join Today - Members Login - View More */
#pagination {
	margin: 0px auto 50px;
	height: 75px;
	width: 896px;
	position: relative;
	z-index: 4;
	background: url(../images/pagination.png) no-repeat;
	text-align: center;
}
#pagination img {
	margin: 18px 70px 0px;
}



/* bottom promo area for dvds and mobile */
#promos {
	height: 200px;
	width: 880px;
	margin: 0px auto;
	z-index: 3;
	position: relative;
}
#promos .divider {
	float: left;
	margin: 0px 38px;
	zoom: 1;
}
#promos #dvds, #promos #mobile {
	height: 200px;
	width: 400px;
	float: left;
}
#promos #dvds p, #promos #mobile p {
	width: 200px;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#promos #dvds img, #promos #mobile img {
	float: left;
}
#promos #dvds .hdr, #promos #mobile .hdr {
	margin-left: 20px;
}


/* footer */
.footer {
	color: #ccc;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 30px 0px;
	background: #070707 url(../images/bg-footer.gif) repeat-x;
	position: relative;
	z-index: 3;
	width: 102%;
}
.footer #footerInfo table {
	margin: 10px auto;
}
.footer #footerInfo div a {
	color: #ccc;
	text-decoration: none;
	margin: 0px 5px;
}
.footer #footerInfo table tbody tr td a {
	color: #ccc;
	text-decoration: none;
}
.footer #footerInfo h1 a {
	color: #ccc;
	text-decoration: none;
}
.footer #footerInfo {
	width: 900px;
	margin: 0px auto;
	text-align: center;
}

/* episode template */
#episode {
	width: 770px;
	margin: 40px auto 60px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 1;
}
#episode #flashTrailer {
	margin: 5px;
	float: left;
	height: 282px;
	width: 500px;
	background: #000;
	display: inline;
}
#episode #details {
	margin: 5px;
	float: left;
	height: 282px;
	width: 246px;
	background: url(../images/blank.png) repeat;
}
#episode img {float: left;margin: 5px;}
#episode #flashTrailer img {margin: 0px;}
#episode #viewMore {
	float: left;
	width: 716px;
	padding: 15px 20px 20px;
	background: url(../images/blank.png) repeat;
	display: inline;
	margin: 5px;
}
#episode #viewMore h1 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 3px;
}
#episode #viewMore p {font-size: 12px;}
#episode a {text-decoration: none;}

#viewMore p span {margin-right: 5px;margin-left: 5px;}
#episode #details #hdr {
	background: #000;
	height: 24px;
	width: 205px;
	padding: 15px 20px 20px;
}
#episode #details #hdr h1 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 2px;
}
#episode #details #hdr p {
	font-size: 12px;
	margin-bottom: 5px;
}
#episode #details p {
	color: #fff;
	font-size: 11px;
}
#details #summary {
	font-size: 12px;
	color: #fff;
	padding: 15px 20px 20px;
	height: 177px;
	width: 206px;
	overflow: hidden;
	line-height: 16px;
}


/* about template */
#about {
	width: 822px;
	margin: 15px auto 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	z-index: 3;
	background: url(../images/blank.png) repeat;
	padding: 30px;
}
#about h1 {
	font-size: 30px;
	color: #E4AC01;
	margin-bottom: 20px;
}
#about p {
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 18px;
}


.joinlink {
	cursor: pointer;
}
