@charset "utf-8";
/* CSS Document */
/*Index Page Styles*/
/*Content Box*/
#indexBox  {
	width: 				950px;
	text-align: 		center;
	height: 			auto;
	background: 		url('../images/episode_01_middle.png');
}
.index_box_top { 
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_top.png');
}
.index_box_bottom {  
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_bottom.png');
}
.index_box_middle { 
	width: 				900px;
	height:				auto;
	margin:				0 auto;
}
#indexHolder  {
	width: 900px;
	height: auto;
	margin: auto;
	text-align: center;
}
#content h2 {
	text-align: center;
	margin: 5px auto;
	padding: 2px;
	font-size: 20px;
	color: #000;
}
#indexHolder h1 {
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
}
#indexHolder h2 {
	text-align: center;
	margin: 5px auto;
	padding: 2px;
	font-size: 20px;
	color: #000;
}
#indexHolder #indexPic  {
	width: 450px;
	height: 300px;
	float: left;
}
#indexHolder #indexPic img {
	border: 1px solid #000;	
	width: 450px;
	height: 300px;
}
#indexHolder #indexLogo  {
	width: 450px;
	height: 300px;
	float: right;
}
#indexDisclaimer {
	width: 880px;
	margin: auto;
	height: auto;
	padding: 10px;
}
#indexDisclaimer #warning {
	width: 800px;
	height: 40px;
	padding: 5px;
	margin: 2px auto;
	/*float: left;*/
}
#indexDisclaimer h3  {
	padding-left: 26px;
	text-align: center;
	text-transform: uppercase;
	/*background: url('/projects/naughtyworks/images/warning.gif') no-repeat left center;*/
	line-height: 24px;
	font-size: 20px;
}
#indexDisclaimer p  {
	padding-left: 26px;
	font-weight: bold;
	text-align: center;
}
#indexDisclaimer .warningText {
	color: #f00;
}
#indexDisclaimer #terms {
	width: 800px;
	height: auto;
	padding: 5px;
	margin: 2px auto;
	/*overflow: auto;*/
	/*border: 1px solid #000;*/
	/*float: right;*/
}
#indexDisclaimer #terms ul {
	list-style-type: disc;
	list-style-position: inside;
	text-align: center;
}
#indexDisclaimer #terms ul li {
	text-align: left;
	font-size: 16px;
	margin-bottom: 3px;
}
#indexButtons  {
	width: 800px;
	height: 100px;
	margin: auto;
}
#indexButtons ul {
	list-style-type: none;
	margin: auto;
	width: 420px;
	padding-left: 80px;
	text-align: center;
}
#indexButtons ul li  {
	display: inline;
	width: 130px;
	height: 40px;
	float: left;
	padding-right: 0px;
	padding-left: 40px;
	text-transform: uppercase;
	font-size: 36px;
	margin: 0px;
	text-align: center;
}
#indexButtons ul li a  {
	color: #000;
}
#enterLink  {
	background: url('../images/enter_button.gif') no-repeat left center;	
}
#exitLink  {
	background: url('../images/leave_button.gif') no-repeat left center;
}
#enterLink a:hover {
	color: #090;
}
#exitLink a:hover {
	color: #de411a;
}
#safeLinks  {
	width: 600px;
	margin: auto;
	height: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}
#safeLinks a {
	color: #990000;
	text-decoration: none;
}
#safeLinks a:hover {
	text-decoration: underline;
}
#safeLinks ul {
	width: 600px;
	margin: auto;
	height: auto;
	list-style-type: none;
}
#safeLinks ul li{
	width: 600px;
	padding-right: 2px;
	padding-left: 2px;
	display: inline;
	font-size: 12px;
}
#reviewsArea  {
	width: 				950px;
	text-align: 		center;
	height: 			auto;
	background: 		url('../images/episode_01_middle.png');
}
.reviews_area_top { 
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_top.png');
}
.reviews_area_bottom {  
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_bottom.png');
}
.reviews_area_middle { 
	width: 				900px;
	height:				auto;
	margin:				0 auto;
}
/*Styles For Reviews Box On Index Page*/
#reviewsHolder  {
	width: 900px;
	/*background-color: #eee;*/
	/*border: 1px solid #333;*/
	margin: 10px auto 0px auto;
	padding: 5px 0px 5px 0px;
}
#reviewsBox  {
	width: 900px;
	height: auto;
/*	text-align: left;*/
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	/*background-color: #fff;
	border: 1px solid #202020;*/
	text-align: center;
}
#reviewsBox h2  {
	font-size: 16px;
	font-weight: bold;
/*	text-decoration: underline;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}
#reviewsBox .reviewBlock {
	width: 900px;
	height: auto;
	text-align: left;
	margin: 5px auto;
	padding: 0px;
}
#reviewsBox .reviewBlock .reviewBox {
	width: 150px;
	height: 255px;
	float: left;
}
#reviewsBox .reviewBlock dl  {
	width: 150px;
	height: 255px;
	margin: 0px;
	display: inline;
	float: left;
	text-align: center;
}
#reviewsBox .reviewBlock dl dt  {
	width: 150px;
	height: 62px;
	margin: auto;
}
#reviewsBox .reviewBlock dl dt img {
/*	width: 120px;
	height: 60px;*/
	border: 1px solid #333;
}
#reviewsBox .reviewBlock dl dd {
	width: 130px;
	padding-left: 10px;
	height: /*100px*/auto;
	font-size: 11px;
	text-align: left;
	margin: 0px;
}
#reviewsBox .reviewBlock dl dd .boldRate {
	font-weight: bold;
}
#reviewsBox .reviewBlock dl dd.link {
	width: 130px;
	padding-left: 10px;
	height: 12px;
	font-size: 11px;
	text-align: left;
	margin: 0px;
}
#reviewsBox .reviewBlock dl dd.link a {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
#reviewsBox .reviewsBoxLink {
	text-align: right;
	padding: 2px;
	width: 200px;
}
#reviewsBox .reviewsBoxLink a  {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#reviewsBox .reviewsBoxLink a:hover  {
	text-decoration: underline;
}

