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

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	font: 62.5% Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	color: #FFF;
	background: #000;
}

a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: underline;
}
a.button226 {
	display: block;
	width: 226px;
	height: 178px;
}
a.button125 {
	display: block;
	width: 125px;
	height: 86px;
}

#container {
	margin: 0 auto 0;
	padding-bottom: 20px;
	width: 960px;
}
	
#header{
	margin-left: 20px;
}

#banner {
	width: 920px;
	margin-left: 20px;
}

.movietitle {
	text-indent: -10000px;
	height: 203px;
	margin-top: 5px;
	background: url(../img/movie_title.jpg) no-repeat;
}

.movietitle2 {
	text-indent: -10000px;
	height: 150px;
	margin-top: 5px;
	background: url(../img/springbreak_header.png) no-repeat;
}

#nav {
	margin-top: 5px;
	float: left;
}
li#news a{
	background: url(../img/menu.png) no-repeat;
}
li#castcrew a{
	background: url(../img/menu.png) no-repeat;
	background-position: -135px 0px;
}
li#synopsis a{
	background: url(../img/menu.png) no-repeat;
	background-position: -270px 0px;
}
li#photos a{
	background: url(../img/menu.png) no-repeat;
	background-position: -405px 0px;
}
li#reviews a{
	background: url(../img/menu.png) no-repeat;
	background-position: -540px 0px;
}
li#trailers a{
	background: url(../img/menu.png) no-repeat;
	background-position: -675px 0px;
}
li#contact a{
	background: url(../img/menu.png) no-repeat;
	background-position: -810px 0px;
}
li#news a:hover{
	background: url(../img/menu.png) no-repeat;
	background-position: 0 -25px;
}
li#castcrew a:hover{
	background: url(../img/menu.png) no-repeat;
	background-position: -135px -25px;
}
li#synopsis a:hover{
	background: url(../img/menu.png) no-repeat;
	background-position: -270px -25px;
}
li#photos a:hover{
	background: url(../img/menu.png) no-repeat;
	background-position: -405px -25px;
}
li#reviews a:hover{
	background: url(../img/menu.png) no-repeat;
	background-position: -540px -25px;
}
li#trailers a:hover{
	background: url(../img/menu.png) no-repeat;
	background-position: -675px -25px;
}
li#contact a:hover{
	background: url(../img/menu.png) no-repeat;
	background-position: -810px -25px;
}
ul.nav {	
	margin-left: -10px;
	padding: 0;
	list-style-type: none;
}
ul.nav li {
	float: left;
	width: 135px;
	font: 8pt Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
}
ul.nav a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	text-indent: -1000em;
}

#content {
	overflow: hidden;
	padding-top: 24px;
	float: left;
}

#background {
	background-image: url(../img/background_girls.jpg);
	background-repeat: no-repeat;
	height: 1000px;
}

#mainContent {
	float: left;
	width: 960px;
	font-size: 1.2em;
	color: #FFF;
}

#mainContent2 {
	width: 660px;
	margin-left: 30px;
	font-size: 1.2em;
	color: #FFF;
}

#mainContent2 h5{
	font-size: 1.8em;
	font-weight: bold;
	color: #900;
	background-color: #000;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 5px;
	margin-bottom: 15px;
}

#mainContent2 p{
	font-size: 1.2em;
	line-height: 1.9em;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

#mainContent2 p.castdesc{
	line-height: 1.3em;
	font-size: 0.9em;
}

#mainContent2 p.quote {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #09F;
	text-align: center;
}

#mainContent2 p.author{
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #900;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	margin-bottom: 15px;
}

#mainContent2 p.cc{
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #900;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	margin-bottom: 15px;
}

#sideBar{
	float: right;
	width: 200px;
	margin-top: 25px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	border-radius: 0.7em;
	margin-right: 30px;
}

#sideBar h4{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 20px;
}

#sideBar p{
	font-size: 1em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#buyitnow {
	text-indent: -10000px;
	background: url(../img/buyitnow_off.png) no-repeat;
	height: 178px;
	margin-left: 20px;
	float: left;
}


#girls {
	text-indent: -10000px;
	background: url(../img/girls.jpg) no-repeat;
	height: 563px;
	width: 417px;
	display: block;
	margin-left: 41px;
	float: left;
}

#entersite {
	text-indent: -10000px;
	background: url(../img/enter_off.png) no-repeat;
	height: 178px;
	width: 226px;
	display: block;
	float: right;
}

#retailers {
	text-indent: -10000px;
	background: url(../img/retailers.png) no-repeat;
	height: 195px;
	width: 920px;
	margin-left: 20px;
	margin-top: 600px;
}

.headliners {
	text-indent: -10000px;
	background: url(../img/movie_talent.png) no-repeat;
	height: 36px;
}

#amazon {
	text-indent: -10000px;
	background: url(../img/amazon_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#bestbuy {
	text-indent: -10000px;
	background: url(../img/bestbuy_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 73px;
	float: left;
}

#blockbuster {
	text-indent: -10000px;
	background: url(../img/blockbuster_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 73px;
	float: left;
}

#netflix {
	text-indent: -10000px;
	background: url(../img/netflix_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 73px;
	float: left;
}

#target {
	text-indent: -10000px;
	background: url(../img/target_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 73px;
	float: left;
}

#amazon2 {
	text-indent: -10000px;
	background: url(../img/amazon_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 37px;
	float: left;
}

#bestbuy2 {
	text-indent: -10000px;
	background: url(../img/bestbuy_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 37px;
	float: left;
}

#blockbuster2 {
	text-indent: -10000px;
	background: url(../img/blockbuster_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 37px;
	float: left;
}

#netflix2 {
	text-indent: -10000px;
	background: url(../img/netflix_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 37px;
	float: left;
}

#target2 {
	text-indent: -10000px;
	background: url(../img/target_logo.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
	margin-left: 37px;
	margin-bottom: 20px;
	float: left;
}

.ccblock {
	height: 175px;
	width: 660px;
	float: left;
	padding-bottom: 40px;
}

.reggie {
	text-indent: -10000px;
	background: url(../img/castcrew/reggie_bannister.jpg) no-repeat;
	width: 100px;
	height: 133px;
	float: left;
}

.linnea {
	text-indent: -10000px;
	background: url(../img/castcrew/linnea_quigley.jpg) no-repeat;
	width: 100px;
	height: 133px;
	float: left;
}

.renee {
	text-indent: -10000px;
	background: url(../img/castcrew/renee_darmiento.jpg) no-repeat;
	width: 100px;
	height: 133px;
	float: left;
}

.jay {
	text-indent: -10000px;
	background: url(../img/castcrew/jay_hayden.jpg)  no-repeat;
	width: 100px;
	height: 133px;
	float: left;
}

.leann {
	text-indent: -10000px;
	background: url(../img/castcrew/leann.jpg) no-repeat;
	width: 100px;
	height: 133px;
	float: left;
}

.jeff {
	text-indent: -10000px;
	background: url(../img/castcrew/jeff_pride.jpg) no-repeat;
	width: 100px;
	height: 133px;
	float: left;
}

.aly {
	text-indent: -10000px;
	background: url(../img/castcrew/aly_hartman.jpg) no-repeat;
	width: 100px;
	height: 133px;
	float: left;
}

.mike {
	text-indent: -10000px;
	background: url(../img/castcrew/mike_hoffman.jpg) no-repeat;
	width: 100px;
	height: 133px;
	float: left;
}







