@charset "utf-8";
/* CSS Document */

body{background-color:#069}
h1{margin:0 0 0 0; font-size:medium; text-align:center}
.all{background: white url(images/bkgrnd.png) no-repeat; 
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:800px;
	height:645px;}
#moviepackages{height:3100px}
.left{position:absolute;
	width:445px;
	height:auto;}
.navigation{
	position:absolute;
	width:100%;
	height:auto;
	top:12px;
	left:12px
}
.nav{font-size:12px}
ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;}
	ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;}
	ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;}
	ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;}
	.content{
	position:absolute;
	height:310px;
	width:100%;
	top:346px;
}

.right{
	position:absolute;
	height:600px;
	width:355px;
	height:569px;
	top: 28px;
	right: 1px;
}
	.adorspecial{
	position:absolute;
	width:100%;
	height:168px;
	left: 0px;
	top: 0px;}
	.packages{
	position:absolute;
	width:349px;
	height:400px;
	top:148px;
	left: 6px;
}
.footer{
	position:absolute;
	width:100%;
	height:25px;
	left: 0px;
	bottom:-5px;
	background-color:#F90;
	text-align:center
}