@charset "utf-8";
/* CSS Document */






/* SET DEFAULTS
**************************************************/
html, body, div, p, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}

a {
	color: #65CBCD;
	text-decoration: none;
}
a:hover { text-decoration: underline }

p { padding-bottom: 10px }
h1 {
	line-height: normal;
	padding-bottom: 8px;
	font-size:22px;
	font-weight: bold;
	color: #000000;
}
h2 {
	line-height: normal;
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #333333;
}
h3 {
	line-height: normal;
	padding-bottom: 8px;
}
h4 {
	line-height: normal;
	padding-bottom: 8px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
}
h5 {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
}

table { padding-bottom: 10px }
a img { border: 0px none }

.yellow { color: #FFFF99 }
.names { font-size: 14px }
.character { color: #999999 }

.starring {
	float: left;
	width: 275px;
	height: 100px;
	padding: 10px;
}
	.starring img {
		float: left;
		margin-right: 10px;
		border: 1px solid #999999;
	}

.x_input { display: none; }






/* HEADER
**************************************************/
#header-cont {
	width: 100%;
	background: url('/files/css/bg-body3.gif') repeat-x top center;
}
#header {
	width: 875px;
	margin: 0 auto;
	font-size: 11px;
}
/*#header.home { height: 280px }*/
	
	#logo {
		float: left;
		width: 200px;
		padding-top: 5px;
	}
	#navbar {
		float: right;
		width: 650px;
		height: 35px;
		padding-top: 15px;
	}
		#navbar a {
			float: right;
			padding-left: 5px;
		}
	
	#vidbar {
		float: right;
		width: 660px;
	}
		#video {
			float: right;
			width: 400px;
			height: 225px;
			margin-top: 10px;
			padding: 2px;
			background-color: #FFFFFF;
		}
		#quote {
			float: left;
			width: 240px;
			height: 100px;
			padding: 50px 0px;
		}
		#watch {
			float: left;
			width: 240px;
			height: 20px;
		}

	#review {
		float: right;
		width: 600px;
		margin-right: 20px;
		padding: 5px;
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		text-align: right;
		font-style: italic;
		color: #000000;
	}
		#review p { padding-bottom: 5px }
		#review h5 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: #000000;
		}




/* MIDDLE
**************************************************/
#middle-cont {
	width: 100%;
}
#middle {
	width: 875px;
	margin: 0 auto;
	padding: 10px 0px;
}
#leftside {
	float: left;
	width: 595px;
	padding-bottom: 30px;
}
#rghtside {
	float: right;
	width: 250px;
	padding-bottom: 140px;
}
#rghtside.home { padding-bottom: 0px }

	.block {
		width: 250px;
		padding-bottom: 20px;
	}




/* FOOTER
**************************************************/
#footer-home {
	width: 100%;
	height: 50px;
	border-top: 1px solid #2b2b2b;
}
	#footer-home #footer {
		width: 875px;
		margin: 0 auto;
		padding: 10px 0px;
		font-size: 11px;
	}

#footer-cont {
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
}
	#footer-cont #footer {
		width: 875px;
		margin: 0 auto;
		padding: 10px 0px;
		font-size: 11px;
		color: #000000;
	}
	#footer-cont a {
		color: #0033CC;
	}
	#logo-footer {
		position: relative;
		top: -155px;
		left: 650px;
		width: 0px;
		height:0px;
		/*overflow:visible;*/
	}






/* EOF*/




