@charset "utf-8";
/* CSS Document */

#trace {
	position:absolute;
	top:0;
	right:0;
	z-index:999;
	background:#000;
	color:#FFF;
	padding:5px;
	font-size:11px;
	display:none;
}

body.home {
	background:#2E2E2E url(../images/home-background.jpg) center center no-repeat;
}

#home-container {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	min-width:960px;
	min-height:660px;
}

#home-logo a {
	cursor:default;
}

#home-logo.active a {
	cursor:pointer;
	cursor:hand;
}

.home-panel {
	position:absolute;
	height:100%;
	overflow:hidden;
}

.home-panel .background {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

#home-panel1 {
	width:50%; /*50%; */
	z-index:2;
}

#home-panel2 {
	width:100%; /*100%; */
	z-index:1;
	right:0;
}

#home-cover {
	position:absolute;
	z-index:8;
	background:#2E2E2E url(../images/home-background.jpg) center center no-repeat;
	width:100%;
	height:100%;
	left:0;
	top:0;
}


.home-text {
	position:absolute;
	display:table;
	width:50%;
	height:100%;
	text-align:center;
	color:#FFF;
	opacity:0;
	filter:alpha(opacity=0);
}

.home-text span { 
	display:block; 
	font-size:44px;
	font-family:'PT Sans Bold', Arial, Helvetica, sans-serif;
}

.home-text span.bm { padding-bottom:30px; }

.home-text small {
	font-size:15px;
	padding:10px 0 14px 0;
	display:block;
}

.home-text a:link, .home-text a:visited {
	text-decoration:none;
	color:#FFF;
}

.home-text .inner {
	display:table-cell;
	vertical-align:middle;
	padding-top:40px;
}

body.small .home-text .inner {
	/*padding-top:40 */
}

#home-text1 { left:0; z-index:3; }
#home-text2 { left:50%; z-index:3; }

.home-text .menu {
	display:none;
	width:210px;
	margin:0 auto;
}

.small .home-text .menu {
	width:420px;
}

.home-text .menu .icon {
	display:block;
	float:left;
	width:37px;
}

.home-text .menu a {
	float:left;
	display:block;
	font-weight:bold;
}

.home-text .menu img {
	margin:0 auto;
}

.home-text .menu a {
	padding:2px 0 0 5px;
}

.home-text .menu li {
	height:25px;
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
	width:200px;
	margin-right:8px;
	float:left;
}

.home-text.open .open-menu {
	cursor:default;
}


.open-menu-full { display:inline; }
.open-menu-small { display:none; }

/*
body.small .open-menu-full { display:none; }
body.small .open-menu-small { display:inline; }
*/

.vertical-text {
	position:absolute;
	width:30px;
	height:520px;
	z-index:4;
	top:50%;
	margin-top:-260px;
	display:none;
}

#vertical-left {
	left:10px;
	background:url(../images/home-verticaltext-left.png) left top no-repeat;
}

#vertical-right {
	right:10px;
	background:url(../images/home-verticaltext-right.png) left top no-repeat;
}

#home-logo {
	position:absolute;
	margin-left:-80px;
	margin-top:-90px;
	left:50%;
	top:50%;
	z-index:10;
	display:none;
}

#home-loading {
	position:absolute;
	z-index:11;
	left:50%;
	top:50%;
	margin:-12px 0 0 -12px;
	width:24px;
	height:0;
	background:url(../images/home-loading.gif) left top no-repeat;
	overflow:hidden;
	padding-top:24px;
}

#home-info {
	position:absolute;
	z-index:9;
	display:none;
	width:900px;
	height:30px;
	overflow:hidden;
	bottom:2%;
	left:50%;
	margin-left:-450px;
	text-align:center;
	color:#000;
}

#home-info a:link, #home-info a:visited {
	color:#000;
	text-decoration:underline;
}

#home-info .button:link, #home-info .button:visited {
	display:inline-block;
	margin:0 auto 5px auto;
	text-decoration:none;
	padding:5px 15px;
	background:#FFF;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	color:#333;
}

#home-info .button:hover, #home-info .button:active {
	background:#DEDEDE;
}

#home-iso {
	display:none;
	position:absolute;
	width:200px;
	z-index:11;
	left:50%;
	bottom:50%;
	margin-bottom:-150px;
	margin-left:-100px;
	text-align:center;
}

#home-iso .button:link, #home-iso .button:visited {
	display:inline-block;
	margin:0 auto;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:2px solid #FFF;
	padding:5px 15px;
	color:#FFF;
	font-weight:bold;
}
	
