@charset "UTF-8";
body {
	background:#143D87 url(images/bg_body.png) no-repeat center center;
	font-family: 'Dosis', sans-serif;
	margin: 0px;
	padding:10px 0px 0px 0px;
}
a {
	text-decoration: none;
}
.banner {
	height: 105px;
	width: 105px;
	position: absolute;
	z-index: 999;
}
#altdx {
	left: 0px;
	top: 0px;
}
#altsx {
	top: 0px;
	right: 0px;
}
#basdx {
	bottom: 0px;
	right: 0px;
}
#bassx {
	left: 0px;
	bottom: 0px;
}
#content {
	margin: 10px auto;
	padding: 10px;
	width: 940px;
}
#board {
	height: 700px;
	background: url(images/game_board.png) no-repeat center center;
}
.title {
	background: url(images/title_bg.png) no-repeat center top;
	height: 105px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	position: relative;
	top: 370px;
}

.title h1 {
	font-weight: 700;
	text-align: center;
	margin: 0px;
	font-size: 28px;
}
.title p {
	font-weight: 300;
	font-size: 10px;
	text-align: center;
	margin: -5px 0px 0px 0px;
}
.item {
	position: relative;
	z-index:999;
	width: 200px;
	left: 289px;
	height: 80px;
	display: block;
}
.item h4 {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 50px;
	float: left;
	display: block;
}
.item h2 {
	font-size: 16px;
	float: left;
	background: url(images/h2_bg.png) no-repeat left center;
	padding: 5px 5px 5px 15px;
	margin: 10px 0px 0px;
}
.project {
	top:-20px;
	left:410px;
}
.project h4 {
	background: url(images/checker.png) no-repeat 0px 20px;
}
.project:hover h4 {
	background: url(images/checker.png) no-repeat 0px bottom;
}
.download {
	top:170px;
	left:190px;
}
.download h4 {
	background: url(images/checker.png) no-repeat center 20px;
}
.download:hover h4 {
	background: url(images/checker.png) no-repeat center bottom;
}
.partner {
	top:285px;
	left:570px;
}
.partner h4 {
	background: url(images/checker.png) no-repeat right 20px;
}
.partner:hover h4 {
	background: url(images/checker.png) no-repeat right bottom;
}
.item p {
	display: none;
}
#overlay{background:#000;position:absolute;top:0;left:0;z-index:10000;width:100%}.prettyPopin{
	display:none;
	overflow:hidden;
	position:absolute;
	z-index:11000;
	top:50%;
	left:50%;
	height: 620px;
	width: 620px!important;
	padding:0px;
	margin-top: -50px;
}
.prettyPopin a#b_close{
	display:none;
	position:absolute;
	z-index:2;
	top:50px;
	right:100px;
	width:41px;
	height:42px;
	text-indent:-10000px;
	background:url(images/b_close.png) bottom left no-repeat
}.prettyPopin .prettyContent{
	position:relative;
	width:620px;
	height:620px;
	font-size:1.2em;
	background:url(images/popup.png) no-repeat center center;
	display: block;
}.prettyPopin .prettyContent .prettyContent-container{
	display:none;
	padding:20px 15px 15px;
	height: 100%;
	width: 100%;
}.prettyPopin .prettyContent .loader{position:absolute;top:50%;left:50%;margin:-14px 0 0 -14px}
.prettyPopin .prettyContent #text {
	width:320px;
	height:320px;
	padding: 100px 0px;
	margin:0px 120px;
}
.prettyPopin .prettyContent h3{
	text-align: center;
	margin: 0px auto;
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
}
.prettyPopin .prettyContent p {
	font-size: 12px;
	margin: 0px;
	font-weight: 300;
}
