﻿body{
	margin: 0;
	padding: 0;
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	color:white;
}

#presentation a:visited,
#presentation a {
	text-decoration:none;
	outline: none;
	color:white;
}

#presentation{
	width: 920px;
	height: 600px;
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

#header{
	text-align:left;
	padding-left:20px;
	height: 20%;
	position: relative;
	z-index: 90;
}

#headline{
	float: left;
}

#logo{
	text-align:right;
	float: right;
	border:none;
}

#logo img{
	margin-top: 15px;
	margin-right: 15px;
	width: 300px;
	height: auto;
}

#presentation_main{
	width: 100%;
	height: 100%;
}

#txt-box {
	text-align: left;
	width: 30%;
	float: left;
	padding-left: 20px;
	font-size:13px;
	position: relative;
	z-index: 10;
}

#headline,
#logo,
#btn_start{
	cursor: pointer;
}

#btn_start{
	opacity: 0.7;
	margin-top: 20px;
}

#intro {
	height: 75%;
}

.scale-intro {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.camera_item {
	width: 100%;
	height: 100%;
}

.scale-cam {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#thumbs{
	width: 25%;
	height: 75%;
	margin-left: 25px;
	position: relative;
	z-index: 100;
}

.thumb_item {
	display: inline-block;
	margin: 10px 40px;
	border: 1px solid #444;
	height: 20%;
}

.scale-thumb {
	width: auto;
	height: 100%;
}

#popup{
	position: absolute;
	left: 500px;
	top: 475px;
	height: 75px;
}

#player,
#special_intro,
#video_intro{
	position: absolute;
	left: 250px;
	top: 131px;
	z-index: 1;
	width: 570px;
	text-align: left;
}

#menu_btn img {
	position: absolute;
	left: 770px;
	top: 500px;
}

#special_start,
#video_start{
	margin-top: 50px;
}

#video_playlist{
	position: absolute;
	left: 835px;
	top: 131px;	
}

.special_headlines{
	position: absolute;
	width: 150px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

#special_headlines1{
	left: 250px;
}

#special_headlines2{
	left: 615px;
}

#menu_playlist{
	position: absolute;
	left: 835px;
	top: 125px;	
}

.menu_thumb,
.video_thumb{
	width: 60px;
	height: 60px;
	margin: 0 0 6px 0;
	border: 1px solid #444;
}

.menu_thumb img,
.video_thumb img{
	width: 100%;
	height: 100%;
}

#menu{
	position: absolute;
	left: 375px;
	top: 200px;
}

.menu_image{
	position: absolute;
	width:400px;
	z-index: 5;
}

#menu_highlight{
	position: absolute;
	z-index: 4;
	width:400px;
}

#special_desc{
	position: absolute;
	left: 300px;
	top: 475px;
	width: 560px;
	text-align: left;
	font-size: 12px;
}

#video_desc{
	position: absolute;
	left: 250px;
	top: 530px;
	width: 625px;
	text-align: left;
	font-size: 12px;
}

#threesixty{
	top: -50px;
	left: -75px;
}

#slider{
	position: absolute;
	left: 325px;
	top: 450px;
	width: 500px;
}

#popup_one,
#popup_two,
.infoBox {
	color: white;
	position: absolute;
	background: rgba(148,148,148,0.80);
	width: 350px;
	height: auto;
	text-align: left;
	border: 3px solid #cccccc;
	border-radius: 10px;
	z-index:100;
}

#popup_one,
#popup_two{
	left:350px;
	top:370px;
	width:450px;
}

.popup_highlight{
	position: absolute;
	left: 0;
	bottom: 0;
}

.infoTitle {
	text-align: center;
	font-family:Verdana;
	font-size:150%;
	background: rgba(80,80,80,0.40);
	border-radius: 10px 10px 0 0;
}

.infoDesc {
	padding: 2px 10px;
	font-family:Verdana;
	font-size:0.8em;
	color:white;
	margin-top: 10px 0;
	text-align: justify;
}

.infoClose {
	float: right;
	margin-top:5px;
	margin-right:5px;
}

img.infoImg {
	width: 350px;
	height: auto;
}

img.infoCloseImg {
	width: 20px;
	height: auto;
	cursor: pointer;
}

#copy {
	text-align:right;
	padding-top: 3px;
	padding-right: 10px;
	font-size:9pt;
}

.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.center {text-align: center;}