body { background: url(../images/bg_tile.jpg); background-repeat: repeat; }

#content { width: 100%; }

#pineapple {
	background: url(../images/main.jpg) no-repeat top center;
	height: 720px;
	text-align: center;
}

#movie {
	width: 903px;
	height: 720px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}

#section {
	position: absolute;
	width: 900px;
	height: 355px;
	top: 262px;
	left: 3px;
}

#bottom-section {
	position: absolute;
	width: 900px;
	height: 80px;
	top: 635px;
	left: 3px;	
}

#bottom-section #theatrical-site {
	display: block;
	position: absolute;
	height: 20px;
	width: 210px;
	left: 350px;
	text-indent: -3000px;
}

#bottom-section p {
	position: absolute;
	text-align: right;
	top: 42px;
	left: 440px;
	font-size: 9px;
	color: #889096;
	width: 450px;
}

#bottom-section p a {
	color: #889096;
}

#bottom-section p a:hover {
	color: #fff;
}

/* Home */
#home-mobile {
	position: absolute;
	top: 599px;
	left: 652px;
	z-index: 3000;
	}
	
	#home-mobile a {
		display: block;
		height: 73px;
		width: 233px;
		z-index: 3000;
	}



/* About */

#about {
	position: absolute;
	left: 476px;
	top: 271px;
	background: #fff;
	border: 1px #FF0E00 solid;
	height: 190px;
	width: 400px;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	}
	
	#about p {
		margin: 15px 20px;
		}

#about-dvds {
	position: absolute;
	left: 6px;
	top: 406px;
	width: 548px;
	height: 208px;
	background: url(../images/about_dvdcovers.png);
	}
	
	#about-dvds p { display: none; }
	
	a#dvd-buy-link {
		position: absolute;
		left: 6px;
		top: 456px;
		width: 548px;
		height: 148px;
		display: block;
		text-indent: -3000px;
		z-index: 5000;
		}

#about-quote {
	position: absolute;
	left: 572px;
	top: 492px;
	width: 313px;
	height: 95px;
	background: url(../images/about_quote.png);
	}
	
	#about-quote p { display: none; }


/* End About */


/* Buy */

#cover-menu-1disc-theatrical,
#cover-menu-1disc-unrated,
#cover-menu-2disc-unrated,
#cover-menu-bluray,
#cover-menu-psp {
	display: block;
	text-indent: -3000px;
	position: absolute;
	z-index: 40000;
	}
	
	#cover-menu-1disc-theatrical {
		height: 230px;
		width: 140px;
		left: 320px;
		top: 20px;
		}
	
	#cover-menu-1disc-unrated {
		height: 230px;
		width: 120px;
		left: 465px;
		top: 20px;
		}
	
	#cover-menu-bluray {
		height: 230px;
		width: 150px;
		left: 590px;
		top: 20px;
		}
	
	#cover-menu-2disc-unrated {
		height: 230px;
		width: 120px;
		left: 745px;
		top: 20px;
		}

#buy-menu {
	position: absolute;
	list-style: none;
	padding: 0;
	top: 20px;
	left: 0;
	width: 277px;
	height: 335px;
	background: url(../images/buy-menu-off.jpg) no-repeat;
	}

	#buy-menu a {
		position: absolute;
		height: 0;
		background: url(../images/blank.gif);
		text-indent: -3000px;
		}

		/* 1 Disc Theatrical */
		#buy-menu a#buy-menu-1disc-theatrical {
			width: 203px;
			height: 71px;
			top: 0;
			left: 30px;
			}

			#buy-menu a#buy-menu-1disc-theatrical:hover {
				background: url(../images/buy-menu-on.jpg) no-repeat -31px 0;
				}
		
		/* 1 Disc Unrated */
		#buy-menu a#buy-menu-1disc-unrated {
			width: 199px;
			height: 68px;
			top: 71px;
			left: 11px;
			}
			
			#buy-menu a#buy-menu-1disc-unrated:hover {
				background: url(../images/buy-menu-on.jpg) no-repeat -11px -71px;
				}
		
		/* 2 Disc Unrated */
		#buy-menu a#buy-menu-2disc-unrated{
			width: 199px;
			height: 67px;
			top: 139px;
			left: 51px;
			}

			#buy-menu a#buy-menu-2disc-unrated:hover {
				background: url(../images/buy-menu-on.jpg) no-repeat -51px -139px;
				}

		/* Blu-ray */
		#buy-menu a#buy-menu-bluray{
			width: 242px;
			height: 66px;
			top: 206px;
			left: 32px;
			}

			#buy-menu a#buy-menu-bluray:hover {
				background: url(../images/buy-menu-on.jpg) no-repeat -33px -207px;
				}
		
		/* PSP */
		#buy-menu a#buy-menu-psp {
			width: 185px;
			height: 44px;
			top: 275px;
			left: 64px;
			}
			
			#buy-menu a#buy-menu-psp:hover {
				background: url(../images/buy-menu-on.jpg) no-repeat -64px -274px;
				}




#buy-content {
	position: absolute;
	top: 0;
	left: 280px;
	width: 629px;
	height: 355px;
	background: url(../images/buy-first.png) no-repeat top center;
	}

	#buy-content ul {
		display: none;
		color: white;
		text-align: left;
		font-size: 13px;
		line-height: 13pt;
		}



#content-1disc-theatrical {
	font-size: 14px;
	margin-top: 118px;
	margin-left: 240px;
	}

#content-1disc-unrated {
	margin-top: 108px;
	margin-left: 240px;
	}

#content-2disc-unrated {
	margin-top: 40px;
	margin-left: 233px;
	}

#content-bluray {
	margin-top: 5px;
	margin-left: 235px;
	}

	#content-bluray-extra {
		list-style: none;
		font-size: 10px;
		line-height: 10pt;
		width: 375px;
		}

		#content-bluray-extra p {
			margin-top: 10px;
			margin-left: 130px;
			}

/* End Buy */



/* Gallery */

#full {
	position: absolute;
	left: 14px;
	top: 272px;
	}

#thumbs {
	position: absolute;
	right: 8px;
	top: 275px;
	width: 373px;
	}
	
	#thumbs img {
		margin: 0 5px 3px 0;
		cursor: pointer;
		}

/* End Gallery */




/* Navigation Bar */
#home-link {
	display: block;
	height: 180px;
	width: 400px;
	position: absolute;
	right: 40px;
	top: 40px;
}

#navbar {
	float: right;
	list-style: none;
	padding: 0;
	margin-top: 231px;
	width: 484px;
}
#navbar li {
	display: inline;
}
#navbar li a {
	float: left;
	overflow: hidden;
	background: url('../images/navbar.jpg') no-repeat;
	margin-right: 5px;
	padding-top: 24px;
	height: 0px;
}
#navbar li a#buy-link {
	width: 248px;
	background-position: 0px 0px;
}
#navbar li a#buy-link:hover,
#navbar li a#buy-link.current-nav { background-position: 0px -24px; }

#navbar li a#clips-link {
	width: 60px;
	background-position: -251px 0px;
}
#navbar li a#clips-link:hover,
#navbar li a#clips-link.current-nav { background-position: -251px -24px; }

#navbar li a#about-link {
	width: 73px;
	background-position: -316px 0px;
}
#navbar li a#about-link:hover,
#navbar li a#about-link.current-nav { background-position: -316px -24px; }

#navbar li a#gallery-link {
	width: 88px;
	background-position: -392px 0px;
	margin-right: 0;
}
#navbar li a#gallery-link:hover,
#navbar li a#gallery-link.current-nav { background-position: -392px -24px; }



/*
*	Internet Explorer 6
*/

*html #movie { width: 904px; }

*html #bottom-section p {  }

*html #home-mobile img { behavior: url(../js/pngbehavior.htc); }

*html #buy-content {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		enabled='true',
		sizingMethod='crop',
		src='../images/buy-first.png'
	);
}


*html #about-dvds { 
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		enabled='true',
		sizingMethod='crop',
		src='../images/about_dvdcovers.png'
	);
}

*html #about-quote {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		enabled='true',
		sizingMethod='crop',
		src='../images/about_quote.png'
	);
}


/*
*	Safari
*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#movie { width: 905px; }
	#section { margin-left: 2px; }
	#bottom-section a {  }
	}

