﻿html, body {
	padding: 0px;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.world-holder {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.world-holder .description {
	text-align: center;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 260px;
	font-style: italic;
	color: #dc4e14;
	margin-left: -470px;
	width: 940px;
	z-index: 1010;
}
.world-holder .links {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 400px;
	margin-top: -150px;
	width: 200px;
	z-index: 190;
}
.world-holder .links .world-menu-item {
	font-family: 'b_ruston47_1.5light';
	font-size: 15px;
	display: block;
	cursor: pointer;
	color: #dc4e14;
	padding: 2px 8px;
	min-width: 190px;
}
.world-holder .links .world-menu-item.active {
	background-color: #dc4e14;
	border-radius: 3px;
	color: #fff;
}

.imgcontainer {
	display: none;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -590px;
	margin-top: -300px;
}

.imgcontainer img {
	display: none;
	position: absolute;
	width: 1180px;
	height: 600px;
	top: 0px;
	left: 0px;
	outline: none;
}
.imgcontainer img.active {
	display: block;
}

.imgcontainer .click-layers {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 150;
}
.imgcontainer .click-layers .item {
	position: absolute;
	display: block;
	cursor: pointer;
}

.imgcontainer .click-layers .item img {
	position: relative;
	display: inline;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}
.introcontainer {
	display: block;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -350px;
}
.introcontainer img {
	display: none;
	position: absolute;
}
.introcontainer img.active {
	display: block;
}

#overlaycontrol {
	/*background-color:Red;*/
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}

#knap {
	/*background-color:Red;*/
	z-index: 1005;
	position: absolute;
	top: 0px;
	left: 0px;
}

#goto {
	position: absolute;
	top: 200px;
	left: 850px;
	z-index: 1100;
}
#loading {
	/*display:none;*/
	position: absolute;
	z-index: 1200;
	font-size: 15px;
	background-color: white;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -50px;
	color: #dc4e14;
	text-align: center;
	width: 460px;
	height: 100px;
}
#loading p {
	color: #333333;
	font-style: italic;
	margin-top: 15px;
}
#loading .progressbar {
	margin: 50px 0px 0px 20px;
}
#loading .progressbar .bar {
	width: 420px;
	height: 2px;
	position: relative;
	background-color: #e5e5e5;
}
#loading .progressbar .bar .status {
	width: 0%;
	background-color: #dc4e14;
	height: 2px;
}

#loading .progressbar .bar .fader {
	position: absolute;
	width: 420px;
	height: 2px;
	top: 0px;
}

.step1-hotspots {
	position: relative;
	z-index: 100;
	left: 93px;
	top: 290px;
	width: 548px;
	height: 255px;
}
.step2-hotspots {
	position: relative;
	z-index: 100;
	left: 93px;
	top: 290px;
	width: 548px;
	height: 255px;
}

.step3-hotspots {
	position: relative;
	z-index: 100;
	left: 93px;
	top: 290px;
	width: 548px;
	height: 255px;
}

.hotspot-item {
	position: absolute;
	z-index: 105;
	left: 10px;
	top: 10px;
	cursor: pointer;
}
.hotspot-item img {
	display: block;
	width: 54px;
	height: 55px;
}

.hotspot-overlay {
	display: none;
	position: absolute;
	background: rgba(220, 78, 20, .7);
}
.hotspot-image-overlay {
	display: none;
}
.hot1 {
	position: absolute;
	width: 643px;
	height: 62px;
	top: 17px;
	left: -274px;
	background-image: url(images/h1-overlay.png);
	background-repeat: no-repeat;
}
.hot2 {
	width: 384px;
	height: 97px;
	left: -82px;
	top: -18px;
}
.hot3 {
	width: 418px;
	height: 96px;
	left: -287px;
	top: -22px;
}
.hot4 {
	width: 454px;
	height: 105px;
	left: -290px;
	top: -30px;
}
.hot5 {
	width: 303px;
	height: 96px;
	left: -246px;
	top: -18px;
}
.hot6 {
	width: 249px;
	height: 98px;
	left: -104px;
	top: -25px;
}
.hot7 {
	position: absolute;
	width: 427px;
	height: 202px;
	top: -118px;
	left: -260px;
	background-image: url(images/h7-overlay.png);
	background-repeat: no-repeat;
}
.icon-animation {
	position: relative;
	overflow: hidden;
	width: 54px;
	height: 54px;
}
#hotspot-ani-image {
	left: 0px;
	top: 0px;
	width: 270px;
}

.arrows {
	display: none;
	width: 100%;
	position: absolute;
	top:590px;
	left:100px;
	z-index: 1500;
}
.arrows p {
	padding-left: 20px;
	padding-right: 20px;
	color:#dc4e14;
	display: block;
	float: left;
	font-family: Helvetica;
	font-size: 15px;
	padding-top: 7px;
	letter-spacing:2px
}

.arrows img {
	display: block;
	float: left;
}

.prev-arrow{
	cursor: pointer;
	display: block;
	width:30px;
	height:30px;
	float:left;
	background-image: url(images/left-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.next-arrow{
	cursor: pointer;
	display: block;
	width:30px;
	height:30px;
	float:left;
	background-image: url(images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.info-text{
	position:absolute;
	color:#dc4e14;
	display: block;
	float: left;
	font-family: Helvetica;
	font-size:12px;
	width:100%;
	display: block;
	text-align: center;
	line-height: 18px;
}
.hotspot-item span
{
	color:#fff;
	font-size:12px;
	text-align: center;
	text-transform:uppercase;
}
.hotspot-item span.h1-text
{
	position:absolute;
	left:270px;
	top:42px;
}
.hotspot-item span.h2-text
{
	position:absolute;
	left:80px;
	top:77px;
}
.hotspot-item span.h3-text
{
	position:absolute;
	left:292px;
	top:80px;
}
.hotspot-item span.h4-text
{
	position:absolute;
	left:290px;
	top:88px;
}
.hotspot-item span.h5-text
{
	position:absolute;
	left:250px;
	top:78px;
}
.hotspot-item span.h6-text
{
	position:absolute;
	left:60px;
	top:82px;
}
.hotspot-item span.h7-text
{
	position:absolute;
	left:230px;
	top:178px;
}


.link-items {
    display:block;
    position: absolute;
	left:0px;
	top:0px;
	width:100%;
    height: 150px;
    z-index:1500;
    float: left;
}
.link-items .menu-item {
    font-size:12px;
    display:block;
    cursor:pointer;
    color:#dc4e14;
    padding:2px 8px;
    float: left;
}
.link-items .menu-item.active {
    background-color:#dc4e14;
    border-radius:3px;
    color:#fff;
}