﻿body {
	margin: 0px;
	padding: 0px;
	background: #000 url('images/background.jpg') top center no-repeat;
}
.hideMore{
	display:none !important;
}

.container {
	position: absolute;
	left: 0px; 
	right: 0px; 
	margin: 0px auto; 
	padding: 0px;
	top: 0px;
	width: 1024px;
	height: 554px;
	color: black;
	background-color: #383A38;
	overflow: hidden;
}
#parallax {
	position: absolute;
	color: black;
	height: 554px;
	background-color: transparent;
	cursor: move;
	z-index: 4;
}
#layer1 {
	position: absolute;
	color: black;
	height: 554px;
	background: transparent url('images/bg-3.png') 0 0 no-repeat;
	cursor: move;
	z-index: 3;
}
#layer2 {
	position: absolute;
	color: black;
	height: 554px;
	background: transparent url('images/bg-2.png') 0 0 no-repeat;
	cursor: move;
	z-index: 2;
}
#layer3 {
	position: absolute;
	color: black;
	height: 554px;
	background: transparent url('images/bg.png') 0 0 no-repeat;
	cursor: move;
	z-index: 1;
}
.panel {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 2548px;
	background-color: transparent;
}

.option {
	position: absolute;
	z-index: 10000000;
	top: 55px;
	left: 100px;
	width: 537px;
	height: 420px;
	background-color:transparent;
	padding:30px 30px 0 270px;
	color: #555;
	font: 14px/22px Helvetica, Arial, sans-serif;
/*
	-webkit-border-radius: 29px 29px 0 0;
	-moz-border-radius: 29px 29px 0 0;
	border-radius: 29px 29px 0 0;
	-webkit-box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
*/
	}

div#option1,div#option1b {
	background:transparent url('images/aboutus-popup-bg.png') no-repeat -10px -11px;
}
div#option2 {
	background:transparent url('images/video-popup-bg.png') no-repeat -10px -11px;
}
div#option3 {
	background:transparent url('images/program-popup-bg.png') no-repeat -10px -11px;
}
div#option4 {
	background:transparent url('images/creative-popup-bg.png') no-repeat -10px -11px;
}
div#option5 {
	background:transparent url('images/graphic-popup-bg.png') no-repeat -10px -11px;
}
div#option6 {
	background:transparent url('images/fulfillment-popup-bg.png') no-repeat -10px -11px;
}
div#option7 {
	background:transparent url('images/contactus-popup-bg.png') no-repeat -10px -11px;
}
div#option8 {
	background:transparent url('images/trinkets-popup-bg.png') no-repeat -10px -11px;
}

/*
#option1 { left: 20px }
#option2 { left: 80px }
#option3 { left: 140px }
#option4 { left: 200px }
#option5 { left: 260px }
#option6 { left: 320px }
#option7 { left: 380px }
#option8 { left: 440px }
#option9 { left: 500px }
*/

.option h2 {
	font-weight: bold;
	color: #222;
	font-size: 22px;
	margin:0;
	padding:10px 0 20px 0;
	}
.option p { margin-top: 0 }
.option a { color: #009530 }
.option a:hover { color: #4FA600 }
.option .icons {
	background-color: #eaeaea;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: absolute;
	bottom: 30px;
	left: 20px;
	width: 460px;
	height: 82px;
	}

	.icons img {
		width: 76px;
		height: 82px;
		}
	.icons a {
		display: inline-block;
		width: 76px;
		height: 82px;
		}
	.computer {
		float: left;
		background: transparent url('images/button-computer.jpg') top left no-repeat;
		margin-left: 12px;
		}
	.computer:hover { background: transparent url('images/button-computer_o.jpg') top left no-repeat }
	.brochure {
		float: left;
		background: transparent url('images/button-book.jpg') top left no-repeat;
		}
	.brochure:hover { background: transparent url('images/button-book_o.jpg') top left no-repeat }
	.movie {
		float: left;
		background: transparent url('images/button-movie.jpg') top left no-repeat;
		}
	.movie:hover { background: transparent url('images/button-movie_o.jpg') top left no-repeat }
	.question {
		float: right;
		background: transparent url('images/button-question.jpg') top left no-repeat;
		margin-right: 12px;
		}
	.question:hover { background: transparent url('images/button-question_o.jpg') top left no-repeat }
	

.option_off { display: none }
.option_on  { display: block }

.option_inside { padding: 20px }
.option_inside img.prodpic {
	display: inline-block;
	float: right;
	margin: 0 0 8px 8px;
	}

.footer {
	position: absolute;
	left: 0px; 
	right: 0px; 
	margin: 0px auto; 
	padding: 0px;
	width: 1024px;
	top: 552px;
	height: 184px;
	color: #fff;
	background: transparent url('images/footer.jpg') top center;
	z-index: 10000000;
	text-align: center;
	}


.footerText {
	text-align: center;
	font-size: 14px;
	color: #777;
	padding-top: 130px;
	position: relative;
}
.footerText a {
	color: #ddd;
	text-decoration: none;
}
.footerText a:hover {
	color: #fff;
	text-decoration: underline;
}

.footerText .nav {
	position: absolute;
	top: 90px;
}
.footerText .nav.left {
	right: 568px;
	text-align: right;
}
.footerText .nav.right {
	left: 555px;
	text-align: left;
}
.footerText .nav > a {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 10px;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: transparent url(images/ball-red.png) no-repeat 0 0;
	padding-left: 14px;
	padding-right: 6px;
}
.footerText .nav > a:hover {
	text-decoration: none;
	color: #aaa;
}

.footerText .nav > a.blue { background-image: url(images/ball-blue.png); }
.footerText .nav > a.green { background-image: url(images/ball-green.png); }
.footerText .nav > a.pink { background-image: url(images/ball-pink.png); }
.footerText .nav > a.yellow { background-image: url(images/ball-yellow.png); }
.footerText .nav > a.brown { background-image: url(images/ball-brown.png); }
.footerText .nav > a.teal { background-image: url(images/ball-teal.png); }

/*
.footer a {
	display: inline-block;
	width: 76px;
	height: 46px;
	margin: 6px 10px;
	border: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	border:2px solid #555;
	overflow:hidden;
	}
	
.footer a.button-close {
	border:2px solid #303030;
}
.footer a:hover, .footer a:active {
	border:2px solid #9bcc59;
}
.footer a img {
	border: none;
	width: 80px;
	height: 50px;
	}
*/
.button-1 { background: transparent url('images/1930.jpg') center center no-repeat; }
.button-2 { background: transparent url('images/1940.jpg') center center no-repeat; }
.button-3 { background: transparent url('images/1950.jpg') center center no-repeat; }
.button-4 { background: transparent url('images/1960.jpg') center center no-repeat; }
.button-5 { background: transparent url('images/1970.jpg') center center no-repeat; }
.button-6 { background: transparent url('images/1980.jpg') center center no-repeat; }
.button-7 { background: transparent url('images/1990.jpg') center center no-repeat; }
.button-8 { background: transparent url('images/2000.jpg') center center no-repeat; }
.button-9 { background: transparent url('images/2010.jpg') center center no-repeat; }
.button-open {  }
.button-close { background: transparent url('images/close.jpg') center center no-repeat; }
	
	
	div.toggleDown { 
		margin-top:520px;
		display:block;
	}
	
	a.closeOption {
		background-color:#ccc;
		color:#f0f0f0;
		font-size:13px;
		line-height:13px;
		font-weight:bold;
		display:block;
		float:right;
		padding:10px;
		margin:0;
		width:15px;
		-moz-border-radius:6px; border-radius:6px;  -webkit-border-radius:6px; -khtml-border-radius:6px;		
		text-decoration:none;
		text-align:center;
		position:relative;
		top:-10px;
	}
	
	a.closeOption:hover, a.closeOption:active {
		background-color:#444;
		color:#fff;
	}
	
    div#opening1 {
		font-family: 'Forum', sans-serif;
		background:transparent url('images/white.png');
		text-align:center;
		font-size:24px;
		width:1024px;
		height:554px;
		position:absolute;
		z-index:100000;
		display:none;
	}
    
    div#opening2 {
		font-family: 'Forum', sans-serif;
		background:transparent url('images/white.png');
		text-align:center;
		font-size:24px;
		width:1024px;
		height:554px;
		position:absolute;
		z-index:100000;
		display:none;
	}
    
	div#opening {
		background:transparent url('images/white60.png');
		width:1024px;
		height:554px;
		position:absolute;
		z-index:100000;
		display:none;
	}

	div#opening img {
		display:block; 
		margin:0 auto;
		position:relative;
		top:150px;
	}
		
		