/* -- MAIN -- */

body, html{
	margin: 0px;
	padding: 0px;
	background-color: #0B0300;
	text-align:center;
}

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 800px;
}

h1, h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h1{
	padding: 6px;
}

#header{
	background: url(../img/bg_header.gif) center center repeat-x #2D2D2D;
	text-align: center;
	height: 28px;
	min-width: 640px;
	font-size: 11px;
	border-bottom: #FF9900 solid 1px;
}
	
#header, #header a{
	color: #FFF;
}

	#header a strong,
	#header .active a{
		color :#FF6600;
	}

	#header a:hover{
		color: #FF6600;
	}
	
	#header a:hover strong{
		color: #FFF;
	}
	
.busy{
	position: absolute;
	width: 100px;
	height: 100px;
	display: none;
	background: url(../img/loading.gif) center center no-repeat;
}

	#controls .busy{
		margin-left: 34px;
		margin-top: 59px;
	}
	
	.loading .busy{
		display: block;
	}
	
	.loading .ready{
		display: none !important;
	}

.nojava #container,
.nogl #container{
	display: none;
}
	
#javawarning,
#glwarning{
	display: none;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 50px;
}

#javawarning a,
#glwarning a{
	color: #FF6600;
}

.nojava #javawarning{
	display: block;
}

.nogl #glwarning{
	display: block;
}

#about{
	position: absolute;
	margin-left: 420px;
	width: 300px;
	top: 600px;
	line-height: 16px;
	padding-bottom: 20px;
}

	
#footer,
#contact{
	position: absolute;
	margin-left: 320px;
	width: 900px;
	top: 980px;
	line-height: 16px;
	padding-bottom: 20px;
}

#about,
#footer,
#contact,
#footer a,
#contact a{
	color: #AAA;
}

	#footer a,
	#contact a{
		color: #FF6600;
	}

	#footer a:hover,
	#contact a:hover{
		color: #FFF;
	}

#container{
	text-align: left;
	background: url(../img/pagedesign.jpg) 80px 51px no-repeat;
	width: 900px;
	height: 900px;
	margin: 0px auto;
	margin-top: 20px;
}

#message{
	position: absolute;
	padding: 5px;
	width: 480px;
	display: block;
	text-align: center;
	color: #FFCC00;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}


#canvas{
	position: absolute;
	margin-left: 102px;
	margin-top: 216px;
	width: 280px;
	height: 280px;
	/* border: #F00 dotted 1px; */
}

#select-cross{
	position: absolute;
	margin-left: 564px;
	margin-top: 80px;
	height: 150px;
	width: 130px;
}

	#select-cross a{
		display: block;
		position: absolute;
		background: url(../img/cross.gif) left top no-repeat;
		width: 20px;
		height: 20px;
	}
	
	#select-top{
		margin-left: 55px;
		margin-top: 4px;
		width: 20px !important;
		height: 46px !important;
		background-position: -55px -4px !important;
	}
	
	#select-top:hover{
		background-position: -185px -4px !important;
	}
	
	#select-top.active{
		background-position: -315px -4px !important;
	}
	
	#select-left{
		margin-top: 55px;
		margin-left: 2px;
		height: 20px !important;
		width: 46px !important;
		background-position: -2px -55px !important;
	}
	
	#select-left:hover{
		background-position: -132px -55px !important;
	}
	
	#select-left.active{
		background-position: -262px -55px !important;
	}
	
	#select-center{
		margin-top: 52px;
		margin-left: 52px;
		height: 26px !important;
		width: 26px !important;
		background-position: -52px -52px !important;
	}
	
	#select-center:hover{
		background-position: -182px -52px !important;
	}
	
	#select-center.active{
		background-position: -312px -52px !important;
	}
	
	#select-right{
		margin-top: 55px;
		margin-left: 82px;
		height: 20px !important;
		width: 46px !important;
		background-position: -82px -55px !important;
	}
	
	#select-right:hover{
		background-position: -212px -55px !important;
	}
	
	#select-right.active{
		background-position: -342px -55px !important;
	}
	
	#select-bottom{
		margin-top: 80px;
		margin-left: 55px;
		height: 66px !important;
		width: 20px !important;
		background-position: -55px -80px !important;
	}
	
	#select-bottom:hover{
		background-position: -185px -80px !important;
	}
	
	#select-bottom.active{
		background-position: -315px -80px !important;
	}
	
	
#controls{
	width: 170px;
	position: absolute;
	margin-left: 605px;
	margin-top: 276px;
}


	.setting-title{
		text-align: left;
		padding: 5px 0px 5px 0px;
		font-weight: bold;
		font-size: 16px;
		color: #FFF;
		display: none;
	}
	
	.setting-slitle{
		text-align: left;
		padding: 20px 0px 5px 0px;
		font-weight: bold;
		color: #FFF;
	}
	
	.selector{
		width: 170px;
	}
	
	.to{
		float: right;
	}
	
	.setting-value{
	}
	
	#modifiers .modifier{
		display: none;
	}
	
	#modifiers .active{
		display: block;
	}
	
#buy{
	
}

	#buydesc{
		display: none;
		width: 300px;
		color: #AAA;
		position: absolute;
		margin-left: 600px;
		margin-top: 540px;
	}
	
	#buydesc.hover{
		display: block;
	}

	#buybutton{
		display: block;
		width: 140px;
		height: 60px;
		background: none; /* url(../img/buy.gif) 0px 0px no-repeat; */
		position: absolute;
		margin-left: 390px;
		margin-top: 528px;
	}
	
	#buybutton:hover{
		background-position: -140px 0px;
	}
	
	#buybutton:active{
		background-position: -280px 0px;
	}
	