/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Master Elements
//////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #195281; /* Old browsers */
	background: -moz-linear-gradient(top, #195281 0%, #0c2840 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#195281), color-stop(100%,#0c2840)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #195281 0%,#0c2840 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #195281 0%,#0c2840 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #195281 0%,#0c2840 100%); /* IE10+ */
	background: linear-gradient(top, #195281 0%,#0c2840 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195281', endColorstr='#0c2840',GradientType=0 ); /* IE6-9 */
	font-family: sans-serif;
}

.siteContainer {
	width: 996px;
	height: 1763px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

#bodyTop {
	width: 100%;
	height: 48px;
	background-color: #000;
	position: absolute;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.centeredContainer {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Master Container
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#masterContainer {
	width: 996px;
	height: 10px;
	top: 48px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Disney Chrome
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#disneyChrome {
	/*width: 996px;*/
	/*height: 48px;*/
	/*background-color: #000;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*position: relative;*/
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Disney Footer Chrome
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.footerContainer {
	width: 1280px;
	height: 98px;
	top: 1582px;
	background-color: #000;
	position: absolute;
}

#disneyFooter {
	width: 996px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	position: relative;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Banners
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.banner {
	background-color: #555;
}

.banner728 {
	width: 728px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#bannerSpacer {
	width: 996px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	position: relative;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Bottom Coral
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.coralContainer {
	width: 1280px;
	height: 1180px;
	position: absolute;
}

.coralDiv {
	width: 1280px;
	height: 590px;
	position: relative;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Water
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.waterContainer {
	width: 1280px;
	height: 1321px;
	top: 48px;
	position: absolute;
	background-color: #2BA1C5;
}

.water {
	width: 1280px;
	height: 1321px;
	margin-top: -779px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Water Motion - Javascript
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#waterMotion {
	width: 1280px;
	height: 1975px;
	top: 48px;
	left: 0px;
	overflow: hidden;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Movie Connect Widget
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#movieConnectWidgetContainer {
	width: 843px;
	height: 500px;
	position: absolute;
	display: none;
	z-index: 1000000001;
}

#movieConnectWidget {
	width: 800px;
	height: 500px;
	position: absolute;
}

#movieConnectWidgetCloseButton {
	width: 33px;
	height: 30px;
	left: 810px;
	top: 0px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	ORDER WIDGET SCRIM - Ticket
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#ticketWidgetHolder {
	width: 989px;
	height: 40px;
	position: absolute;
	font-family: arial, helvetica, san-serif;
	font-weight: bold;
	font-size: .6em;
	border: solid 1px #FF00FF;
	z-index: 1000000001;
}

#ticketWidgetHolder form#ticketForm {
	width: 700px;
	float: right;
	margin-top: 10px;
	margin-right: -5px;
}

#ticketWidgetHolder form#ticketForm > *{
	float: left;
	margin-right: 5px;
}

#ticketWidgetHolder form#ticketForm select#ticketMonthDropdown {
	width: 75px;
	margin-right: 3px;
}

#ticketWidgetHolder form#ticketForm select#ticketDayDropdown {
	width: 50px;
	margin-right: 30px;
}

#ticketWidgetHolder form#ticketForm > input {
	color: #333333;
	margin-right: 30px;
	width: 90px;
}

#ticketWidgetHolder form#ticketForm div#ticketSubmit {
	border: 0;
	width: 170px;
	margin-top: 1px;
	float: right;
	color: #FFFFFF;
	font-size: 1.2em;
	cursor: pointer;
	*cursor: hand;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	ORDER WIDGET - Ticket & DVDs
//////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
#orderWidget {
	width: 1002px;
	height: 53px;
	top: -5px;
	left: -3px;
	position: absolute;
	font-family: arial, helvetica, san-serif;
	font-weight: bold;
	font-size: .6em;
	z-index: 1000000002;
}
*/

#orderWidget {
	width: 1002px;
	height: 53px;
	top: 36px;
	position: absolute;
	font-family: arial, helvetica, san-serif;
	font-weight: bold;
	font-size: .6em;
}

.widgetLabel{
	margin-top: 7px;
	color: #FFF;
}

.ticketsCloseButton {
	width: 33px;
	height: 30px;
	left: 1005px;
	top: 5px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

#orderWidget form#ticketForm {
	width: 700px;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}

#orderWidget form#ticketForm > *{
	float: left;
	margin-right: 5px;
}

#orderWidget form#ticketForm select#ticketMonthDropdown {
	width: 75px;
	margin-right: 3px;
}

#orderWidget form#ticketForm select#ticketDayDropdown {
	width: 50px;
	margin-right: 30px;
}

#orderWidget form#ticketForm > input {
	color: #333333;
	margin-right: 30px;
	width: 90px;
}

#orderWidget form#ticketForm div#ticketSubmit {
	border: 0;
	width: 170px;
	/* margin-top: 1px; */
	float: right;
	color: #FFFFFF;
	font-size: 1.2em;
	cursor: pointer;
	*cursor: hand;
}

.dvdWidget {
	width: 996px;
	height: 50px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	ORDER WIDGET SCRIM - DVD
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.dvdWidgetBank {
	width: 992px;
	height: 45px;
	left: 5px;
	position: absolute;
}

.ownItToday {
	width: 200px;
	height: 30px;
	left: 30px;
	top: 12px;
	font-family: "Arial Black", arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 11pt;
	position: absolute;
}

.dvdDropdownBank {
	width: 747px;
	height: 20px;
	left: 230px;
	top: 16px;
	position: absolute;
}

.dvdWidgetLabel {
	height: 20px;
	color: #FFF;
	font-family: arial, helvetica, san-serif;
	font-weight: bold;
	font-size: 7pt;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.dvdDropdown {
	height: 20px;
	margin-right: 30px;
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#dvdDropdownEdition {
	width: 240px;
}

#dvdDropdownRetailer {
	width: 140px;
}

#dvdPurchaseButton {
	width: 140px;
	float: right;
	color: #FFF;
	cursor: pointer;
	*cursor: hand;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Nav
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#mainNav {
	width: 313px;
	height: 576px;
	/*//543px;*/
	top: 60px;
	position: absolute;
}

#nemoLogo {
	width: 313px;
	height: 224px;
	left: -20px;
	top: 0px;
	position: absolute;
	cursor: pointer;
	*cursor: hand;
}

#navExplore {
	width: 275px;
	height: 14px;
	left: 2px;
	top: 249px;
	position: absolute;
}

#navShare {
	width: 275px;
	height: 14px;
	left: 2px;
	/*top: 550px;*/
	top: 564px;
	position: absolute;
}

.navItem {
	width: 158px;
	height: 24px;
	left: 10px;
	position: absolute;
	cursor: pointer;
	*cursor: hand;
}

#navHome {
	top: 270px;
}

#navVideos {
	top: 295px;
}

#navCharacters {
	top: 320px;
}

#navSocial {
	top: 345px;
}

#navGames {
	top: 370px;
}

#navGallery {
	top: 395px;
}

#navActivities {
	top: 420px;
}

#navAbout {
	top: 445px;
}  

#navProducts {
	top: 470px;
}

#navParks {
	top: 495px;
}

#navEducation {
	top: 520px;
}


.shareIcon {
	width: 41px;
	height: 41px;
	top: 562px;
	position: absolute;
	cursor: pointer;
	*cursor: hand;
}

#shareFacebook {
	left: 25px;
}

#shareTwitter {
	left: 64px;
}

#shareYouTube {
	left: 103px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Shadowbox
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#shadow {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 100000010;
	display: none;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Sharing - Facebook Like
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.facebookLikeButton {
	width: 49px;
	height: 24px;
	left: 947px;
	top: 54px;
	position: absolute;
	cursor: pointer;
	*cursor: hand;
}

.facebookLikeBank {
	width: 455px;
	height: 322px;
	position: absolute;
	z-index: 1000000001;
	display: none;
}

.facebookLikeBackgroundImage {
	width: 455px;
	height: 322px;
	position: absolute;
}

.facebookLikeCloseButton {
	width: 50px;
	height: 50px;
	left: 405px;
	position: absolute;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0.0;
	cursor: pointer;
	*cursor: hand;
}

.facebookLikeButtonContainer {
	width: 10px;
	height: 10px;
	left: 27px;
	top: 55px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Sharing - Age Gate
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.shareBank {
	width: 790px;
	height: 506px;
	position: absolute;
	z-index: 1000000010;
	display: none;
}

.shareBankGlow {
	width: 962px;
	height: 512px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.shareImage {
	width: 790px;
	height: 506px;
	position: absolute;
}

.shareCloseButton {
	width: 33px;
	height: 30px;
	left: 800px;
	top: 0px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

.shareText {
	width: 200px;
	height: 306px;
	left: 512px;
	top: 82px;
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 13pt;
	line-height: 17pt;
	position: absolute;
}

.myBirthdayText {
	width: 200px;
	height: 40px;
	left: 512px;
	top: 314px;
	color: #FFF;
	font-family: "Arial Black", arial, sans-serif;
	font-size: 13pt;
	line-height: 17pt;
	position: absolute;
}

#ageGateMonth {
	width: 100px;
	height: 22px;
	left: 512px;
	top: 355px;
	position: absolute;
}

#ageGateDay {
	width: 80px;
	height: 22px;
	left: 622px;
	top: 355px;
	position: absolute;
}

#ageGateYear {
	width: 100px;
	height: 22px;
	left: 512px;
	top: 385px;
	position: absolute;
}

.shareButton {
	width: 80px;
	height: 20px;
	left: 622px;
	top: 385px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

.shareContainer {
	width: 790px;
	height: 506px;
	background-color: gray;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Back to Section Button
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.backToSectionButton {
	height: 30px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	MPAA Movie Rating
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.mpaaRating {
	width: 1280px;
	height: 150px;
	top: -150px;
	position: absolute;
}

.mpaaText {
	width: 1280px;
	height: 40px;
	top: 110px;
	color: #CCC;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	line-height: 12pt;
	position: absolute;
	
}

.mpaaText a {
	color: #CCC;
	text-decoration: none;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - About
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#promosHome {
	top: 670px;
}

#coralHome {
	top: 285px;
}

#siteContainerHome {
	height: 1563px;
}

#footerContainerHome {
	top: 1465px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - About
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#promosAbout {
	top: 732px;
}

#coralAbout {
	top: 347px;
}

#siteContainerAbout {
	height: 1625px;
}

#footerContainerAbout {
	top: 1527px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Characters
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#siteContainerCharacters {
	height: 3551px;
}

#footerContainerCharacters {
	top: 3453px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Gallery
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#promosGallery {
	top: 670px;
}

#coralGallery {
	top: 285px;
}

#siteContainerGallery {
	height: 1563px;
}

#footerContainerGallery {
	top: 1465px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Social
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#promosSocial {
	top: 670px;
}

#coralSocial {
	top: 285px;
}

#siteContainerSocial {
	height: 1563px;
}

#footerContainerSocial {
	top: 1465px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Games
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#promosGames {
	top: 670px;
}

#coralGames {
	top: 285px;
}

#siteContainerGames {
	height: 1563px;
}

#footerContainerGames {
	top: 1465px;
}

#backToGames {
	width: 200px;
	left: 336px;
	top: 122px;
}

#gamesSplashFPO {
	width: 673px;
	height: 509px;
	left: 323px;
	top: 100px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Videos
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#promosVideos {
	top: 690px;
}

#coralVideos {
	top: 305px;
}

#siteContainerVideos {
	height: 1583px;
}

#footerContainerVideos {
	top: 1485px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Activities
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#carouselActivities {
	top: 494px;
}

#promosActivities {
	top: 780px;
}

#coralActivities {
	top: 395px;
}

#siteContainerActivities {
	height: 1673px;
}

#footerContainerActivities {
	top: 1575px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Activities
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#carouselProducts {
	top: 494px;
}

#promosProducts {
	top: 780px;
}

#coralProducts {
	top: 395px;
}

#siteContainerProducts {
	height: 1673px;
}

#footerContainerProducts {
	top: 1575px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Products Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#carouselDetail {
	top: 546px;
}

#promosDetail {
	top: 832px;
}

#coralDetail {
	top: 447px;
}

#siteContainerDetail {
	height: 1725px;
}

#footerContainerDetail {
	top: 1627px;
}

#backToProducts {
	width: 200px;
	left: 336px;
	top: 122px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Section Specific - Parks
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#promosParks {
	top: 1124px;
}

#coralParks {
	top: 739px;
}

#siteContainerParks {
	height: 2017px;
}

#footerContainerParks {
	top: 1919px;
}

