/* -- MAIN -- */

body, html{
	margin: 0px;
	padding: 0px;
	text-align:center;
}

body{
	background: url(../img/bg_blueprint.png) center top no-repeat #383838;
	padding-bottom: 20px;
	text-align: center;
	min-width: 620px;
}

#preserve{
	height: 520px;
}

#homepage{
	background-image: url(../img/frontpage.jpg);
	min-height: 480px;
}


#homebox{
	position: absolute;
	left: 50%;
	top: 0px;
}

	#entolink{
		display: block;
		position: absolute;
		width: 140px;
		height: 160px;
		margin-left: -380px;
		top: 135px;
	}

	
	#homelink{
		display: block;
		position: absolute;
		width: 300px;
		height: 50px;
		margin-left: -150px;
		top: 25px;
	}
	
	#ringlink{
		display: block;
		width: 90px;
		height: 160px;
		position: absolute;
		margin-left: -235px;
		top: 135px;
	}
	
	#bikelink{
		display: block;
		width: 175px;
		height: 160px;
		position: absolute;
		margin-left: -130px;
		top: 135px;
	}
	
	#shiplink{
		display: block;
		width: 160px;
		height: 160px;
		position: absolute;
		margin-left: 55px;
		top: 135px;
	}
	
	#crosslink{
		display: block;
		width: 160px;
		height: 160px;
		position: absolute;
		margin-left: 220px;
		top: 125px;
	}
	
	#hometext{
		text-align: left;
		padding: 10px 10px 0px 10px;
		background-color: #222222;
		width: 440px;
		color :#FFF;
		position: absolute;
		top: 300px;
		margin-left: -220px;
		border: #333 solid 1px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: 1.2em;
	}
	
	
	#hometext a{
		font-size: 1.0em;
		color: #FF6600 !important;
		text-decoration: underline;
	}
	
	#hometext h1{
		float: none;
		font-weight: bold;
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}
	
	#hometext p{
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}
	
#thanks{
		text-align: justify;
		padding: 10px 10px 0px 10px;
		background-color: #222222;
		width: 440px;
		color :#FFF;
		position: absolute;
		top: 480px;
		margin-left: -220px;
		border: #333 solid 1px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	#thanks h3{
		padding: 0px;
		margin: 0px;
	}
		

form{
	padding: 5px 10px;
	margin: 0px;
	display: block;
}

.claro{
	clear: both;
}

/* -- FONTS -- */

body,
td,
form,
a{
	font-family: Arial, Helvetica;
	font-size: x-small;
	color: #F0F0F0;
	font-weight: normal;
}

a{
	text-decoration: none;
}

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, #header a{
	color: #FFF;
}

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

	#header a:hover{
		color: #FF6600;
	}
	
	#header a:hover strong{
		color: #FFF;
	}

#settings{
	font-size: 0.9em;
}
	#settings .setdesc{
		text-transform: uppercase;
	}

#footer,
#footer a{
	color: #5560A8;
}

	#footer a{
		color: #FF6600;
	}

	#footer a:hover{
		color: #FFF;
	}
	
#message,
#message a{
	font-size: medium;
	font-weight: bold;
}

.error,
#message a{
	color: #FF6600 !important;
}

#wrldownload{
	color: #5560A8;
	float: left;
	padding-left: 3px;
}

#wrldownload:hover{
	color: #FFF;
}

/* -- ELEMENTS -- */

#header{
	background: url(../img/bg_header.gif) center center repeat-x #2D2D2D;
	text-align: left;
}

	#colorpicker{
		display: none;
		float: right;
		width: 60px;
	}

		#colorpicker ul,
		#colorpicker li{
			display: block;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
		#colorpicker li{
			display: none;
		}
		
		#colorpicker .active{
			display: block;
		}
		
		#colorpicker ul:hover li{
			display: block;
		}
		
		#colorpicker ul{
			position: absolute;
			background-color: #2D2D2D;
		}
		
		#colorpicker .active a{
			background-color: #000;
		}
		
		#colorpicker a{
			display: block;
			width: 60px;
			padding: 7px 0px 6px 0px;
			text-align: left;
			font-size: 1.2em;
			
			text-align: center;
		}

#alerts{
	height: 40px;
	overflow: hidden;
	text-align: center;
}
	
	#message{
		line-height: 40px;
	}
	
	.loading{
		background: url(../img/loading.gif) left center no-repeat;
		padding-left: 26px;
	}
	
#footer{
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#container{
	display: none;
	width: 800px;
	height: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 0px 100px 0px 0px;
}

	#upload a{
		display: block;
		/* background-color: #FFF; */
		background: url(../img/bg_header.gif) center center repeat-x #2D2D2D;
		text-align: center;
		color: #FFF;
		padding: 6px;
		border: #333 solid 1px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-decoration: none;
		font-size: medium;
		font-weight: bold;
	}
	
	#upload a span{
		color: #FF6600;
	}

	#upload a:hover{
		color: #FF6600;
		background-position: center bottom;
		border-color: #000;
	}
	
	#upload a:hover span{
		color: #FFF;
	}
	
	#canvas{
		width: 500px;
		height: 500px;
	}

	#ctrl{
		width: 200px;
		height: 500px;
		padding-right: 60px;
	}

	#settings{
		padding: 0px 10px 13px 10px;
		text-align: left;
	}

	.setting{
		padding: 16px 0px;
	}

	.setdesc{
		padding-left: 4px;
	}

	.valdesc,
	.val{
		float: right;
	}

	.valdesc{
		padding-right: 4px;
	}

	.fac{
		display: none;
	}
	
	
#mask{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#thanks{
	clear: both;
	
}

#donations{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
}

	#donations #donate{
		width: 240px;
		height: 120px;
		position: absolute;
		margin-left: -140px;
		margin-top: -120px;
		background-color: #03106D;
		padding: 20px;
		border: #333 solid 1px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: 1.4em;
	}
	
	#donations a{
		text-align: center;
		display: block;
		padding-bottom: 20px;
	}
	
	#donations p{
		margin: 0px;
		padding: 0px 0px 20px 0px;
		font-weight: bold;
	}
	
	#clickhere{
		position: absolute;
		margin-top: 75px;
		color :#FF6600;
	}
	
	#paybox{
		text-align: center;
		padding-bottom: 10px;
	}
	
	#paybox h5{
		font-size: 12px;
	}
