/* ----------  page defaults ---------- */

html {
		font-size: 100%;
		background-color: #333;
		}

body {
		margin:0px;
		width: 780px;
		height: 590px;
		font-size: 80%;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		
		color: #000;
		}
		
/* ----------  primary layout ---------- */


p {
		font-size: 1.4em;
		}
h2{
	color: #FF6600;
	font-size: 1.6em;
}

a:active{
	color: #FF6600;
}		

a:link,		
a:visited {
		color: #a2b52d;
		text-decoration: none;
		}

a:hover, 
a:focus {
		color: #ff6600;
		}
		
img {
	border: 0px;
}

		
.header{
	position: absolute;
	top: 20px;
	left: 20px;
}
		
.header .instrument_name{
	position: relative;
	color: #FF6600;
	font-size: 3em;
}

.header .choose{
	position: relative;
	margin-top: 0px;
}

.header .choice{
	position: relative;
	margin-top: 10px;
	cursor: pointer;
}
.header_text{
	margin-top:0;
	margin-left:0;
	display: block;
	color:#faf3e1;
	font-size:26px;

}
.bgimage{

}


/****** Main ******/

.button{
	position: absolute;
	top: 500px;
}

.button .detail{
	position: absolute;
	left: 18px;
}

.button .play{
	position: absolute;
	left: 440px;
}

.button .big{
	position: absolute;
	left: 590px;
}


.bgimage .instrument{
	position: absolute;
	top: 150px;
	left: 268px;
	width: 512px;
	height: 435px;
	
}

.bgimage .detail{
	position: absolute;
	top: 350px;
	left: 0px;
	width: 319px;
	height: 241px;
	
}

/****** End Main ******/

/****** Detail ******/

.content{
	/*font-size: 1.4em;*/
	position: absolute;
	top: 80px;
	left: 250px;
	width:470px;
	height:475px; 
	overflow-y:scroll;
	overflow-x:none;

}

.head2detail {
	position:relative;
	top:100px;
	margin:0 0 0 230px;
	padding:0 10px;
}

/*
.content:hover{ 
	overflow-y:scroll;
}
*/
.button .back{
	position: absolute;
	left: 18px;
}

/****** End Detail ******/

/****** Play ******/

.button .playsound{
	display: block;
	position: absolute;
	left: 18px;
}

.bgimage .play{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 780px;
	height: 430px;
}
/****** End Play ******/

/****** Big ******/

.bgimage .big{
	position: absolute;
	width:780px;
	height:480px;
	top: 0px;
	left: 0px;
	overflow:hidden;
	white-space: nowrap;
}

.bgimage .big:hover{
	overflow:scroll;

}
.map-viewport{
	position:relative;
	width:780px;
	height:480px;
	overflow:hidden;
}
.level{ position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.current-level{
	z-index:1;
}
#map{
	width:1400px;
	height:480px;
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}
/****** End Big ******/
.align_button_center {
	width:100%;
	margin-left: auto;
    margin-right: auto;
}
.align_img_center {
	width:100%;
	margin-left: auto;
    margin-right: auto;
}
/* ---------- */
.title_guide {
	padding:10px;
	text-align:center;
	display: block;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background-color: #333;
}