@charset "utf-8";

/* Base
--------------------------------------------------*/

body{
	line-height: 1.2;
	background-color: #000
}

a{
	color: #888;
	text-decoration: none;
}
a:hover{
	color: #eee;
}
img{
	border: 0;
}

/* Common
--------------------------------------------------*/
.sub-body{
	overflow: hidden;
	background-color: transparent;
	color: #fff;
}

.wrapper{
	width: 1024px;	
	margin: 0 auto;
}

.sub-wrapper{
	width: 100%;	
	margin: 0 auto;
}

.sub-wrapper a{
	color: #fffcce;
}

.sub-wrapper ul{
	margin: 0;
}

.top{
	position: relative;
	width: 100%;	
}

.docs-breadcrumbs{
	position: absolute;
	bottom: 5px;
	right: 60px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.docs-nav{
	position: relative;
	z-index: 20;
	width: 100%;
	height: 50px;
	background-image:url(../images/nav.gif);
	background-repeat: no-repeat;
}

.menu{
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	/*font-family: 'Questrial', Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

.docs-nav .menu a{
	text-decoration: none;
}

.docs-nav .menu > ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.docs-nav .menu > ul > li > a{
	color: #228aa7;
	position: relative;
	display: block;

}
.docs-nav .menu > ul > li > a:hover{
	color: #56d9ff;
}


.docs-nav .menu > ul > li > ul > li > a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	background: url(../images/shadow2.png);
}

.docs-nav .menu > ul > li > ul > li > a:hover{
	background-position: center;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

.docs-nav .menu > ul > li{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 90px;
	max-width: 120px;
	/*
	padding-right: 20px;
	padding-left: 20px;
	*/
}

.sub-body a{
	color: #228aa7
}
.sub-body a:hover{
	color: #56d9ff
}
body input[type=reset], body input[type=submit], button{
		color: #fff;
	border: 1px solid #3CBEDA;
background: #228aa7
}


body input[type=reset]:hover, body input[type=submit]:hover, button:hover,
body input[type=reset]:focus, body input[type=submit]:focus, button:focus{
	color: #fff;
	border: 1px solid #3CBEDA;
	background: #56d9ff
}
/*
.docs-nav .menu > ul > li:last-child{
	padding-right: 0px;
}
*/
.docs-nav .menu > ul > li:hover{
	background-position: center;
	background-image: url(../images/shadow_2.png);
	background-repeat: repeat-y;
	background-repeat: no-repeat;
	margin-top: -1px;
	height: 30px;
}

.marquee{
	position: relative;
	width: 100%;
	margin-top: 50px;
	height: 171px;
	background-image:url(../images/marquee.gif);
}

.footer{
	position: relative;
	width: 100%;
	height: 49px;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	color: #888;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px 0;
}

.text{
	position:absolute;
	right: 80px;
	text-align: right;
	top: 15px;	
}

.docs-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.docs-list img{
	vertical-align: middle;
}
.docs-list li{
	font-weight: bold;
	display: inline-block;
	/*
	border-left: 1px #fff solid;
	padding-left: 5px;
	padding-right: 5px;
	*/
}
.docs-list li:before{
	color: #888;
	content: ' | ';	
}

.docs-list li:first-child:before{
	border-left: 0;
	content: '';	
}

/* Index
--------------------------------------------------*/

.banner{
	position: relative;
	width: 100%;
	height: 450px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top: 100px
}

.stage{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 450px;
	background-image: url(../images/stage.png);
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.slogan{
	width: 100%;
	position: absolute;
	z-index: 10;
	top: -100px;
	left: 0;
	height: 136px;
	color: #fff;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	background-repeat: none;
}

.seat {
	position: absolute;
	left: 0px;
	top: -100px;
	width: 100%;
	display: none;
	color: #888;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.seat b{
	font-size: 125%;
}

.m-tooltip {
	display:none;
	position:absolute;
	z-index: 99999;
	background-color:#555;
	padding:10px;
	color:#fff;
	font-size:16px Arial;
	color: white;
	border-radius: 10px;
	font: bold 16px "Helvetica Neue", Sans-Serif;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
	width: 78px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.m-tooltip:after{
   content: ""; 
        width: 0;
        height: 0;
        position: absolute;  
        left: 10px;
        bottom: -15px;
        border: transparent 5px solid;
        border-top: #555 10px solid;
}
