html, body { margin:0; padding:0; width:100%; height:100%; position: relative; }

body { overflow:hidden; }

._ct {

}

._ct_entity {
	/*outline: 1px solid rgba(255,0,0,0.2);*/
}

._ct_entity.bounding {
	outline: 1px solid rgba(255,0,0,0.2);
}

.main_canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

section#pane {
	 display:block;
}

.map-homepage header {
	/*
	position:absolute;
	left: 50px;
	top: 40px;
	z-index:100;
	width: 363px;
	height: 170px;
	display:block;
	background: url(../images/intro.png) no-repeat;
	*/
}

header h1 {
	margin: 0;
	padding: 0;
	margin-top: 50px;
	font-weight: 400;
	font-family: Tahoma, sans-serif;
	font-size: 40px;
	color: #77C8E3;
	color: #006789;
	text-align: right;
}

header h2 {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	font-weight: 400;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #77C8E3;
	color: #006789;
	text-align: right;
}

div.hr {
	height: 2px; width: 100%;
	background: url(../images/dotted.png) repeat-x left top;
}

div.hr hr {
	display:none;
}

#menu {
	float: left;
}

	#menu ul, #menu li {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
	}

	#menu a {
		padding: 5px 8px;
		color: #888;
		float: left;
		font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
		font-size: 14px;
		line-height: 1.6;
		margin-right: 25px;
		text-decoration: none;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	}

		#menu a span {
			display: block;
			float: left;
			margin-left: 5px;
		}
	
		#menu a img {
			padding-top: 3px;
			padding-left: 4px;
			display: block;
			float: left;
			opacity: 0.5;
		}

	#menu a:hover {
		color: #000;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

		#menu a:hover img {
			opacity: 1;
		}

header {
	position: absolute;
	left: 40px;
	top: 30px;
}

#inventory {
	float: left;
	overflow: hidden;
	display: none;
	/*
	padding: 5px 8px;
	color: #888;
	float: left;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin-right: 25px;
	text-decoration: none;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	*/
}

	#inventory ul, #inventory li {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#inventory li {
		width: 62px;
		height: 62px;
		border: 3px solid #c6e8f2;
		border-radius: 8px;
		background: #fff;
		margin-left: 10px;
	}
	
	#inventory li:first-child {
		margin-left: 0;
	}
