@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - ANIMAL KINGDOM MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		ak_main.css
	Date:			May 05, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	* {
		margin:0; padding:0; border:0;
	}
	body {
		background:url(../images/bg_body.jpg) top center no-repeat;
	}
	.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear:both;
		visibility:hidden;
		line-height:0;
		height:0;
	}
	.clearfix {
		display:inline-block;
	}	
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
		width:960px; height:700px;
		margin:0 auto;
	}
		a.digital {
			width:145px; height:17px;
			margin:225px 0 0 650px;
			display:block;
		}
		.dvdLinks {
			margin:10px 0 0 531px;
		}
			.dvdLinks a {
				display:block;
				float:left;
			}
			.dvdLinks a.blu {
				margin:0 21px 0 0;
				width:169px; height:80px;
			}
			.dvdLinks a.dvd {
				width:126px; height:80px;
			}
		.links {
			margin:20px 0 0 529px;
		}
			a.btn {
				border:solid 1px #000;
				width:103px; height:33px;
				margin:0 4px;
				background:url(../images/btn_viewTrailer.png) 0 0 no-repeat;
				display:block;
				float:left;
			}
				a.btn:hover {
					background-position:0 -33px;
				}
			a.btn_find {
				border:solid 1px #000;
				width:117px; height:33px;
				background:url(../images/btn_find.png) 0 0 no-repeat;
				display:block;
				float:left;
			}
				a.btn_find:hover {
					background-position:0 -33px;
				}
			a.btn_pressKit {
				border:solid 1px #000;
				width:90px; height:33px;
				background:url(../images/btn_pressKit.png) 0 0 no-repeat;
				display:block;
				float:left;
			}
				a.btn_pressKit:hover {
					background-position:0 -33px;
				}
			a.btn_fb {
				width:106px; height:36px;
				background:url(../images/btn_fb.png) 0 0 no-repeat;
				display:block;
				float:left;
			}
				a.btn_fb:hover {
					background-position:0 -36px;
				}
			
		#mediaPlayer {
			width:365px; height:90px;
			margin:13px 0 0 614px;
		}
		
		a.btn_enter {
			width:156px; height:48px;
			margin:14px 4px 0 702px;
			background:url(../images/btn_enter.png) 0 0 no-repeat;
			display:block;
		}
			a.btn_enter:hover {
				background-position:0 -48px;
			}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	fancybox Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#fancy_title {
		display:none !important;
	}
	#trailerVid {
		overflow:hidden;
	}
