@charset "utf-8";

html,body {
	height:100%;
	margin:0px;
	background-color:#dddddd;
	font-family:Tahoma;
	font-size:11px;
}

#lightwindow_contents * {
	color:#333;
}

img {
	border:0px;
}

a.white {
	font-family:Tahoma;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
a.white:hover {
	color:#FFFF00;
}
a.gray {
	font-family:Tahoma;
	color:#393939;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
a.gray:hover {
	color:#000000;
}
a.gray2 {
	font-family:Tahoma;
	color:#4a4a4a;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
a.gray2:hover {
	color:#000000;
}
a.gray3 {
	font-family:Tahoma;
	color:#777777;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
a.gray3:hover {
	color:#4a4a4a;
}
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.capitalize {
	text-transform:capitalize;
}
.hidden {
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

div.clear {
	clear:both;
}

#loader {
	position:absolute;
	display:block;
	z-index:1001;
	width:66px;
	height:66px;
}

#fader {
	position:absolute;
	/*display:none;*/
	z-index:1000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	background-color:#000000;
}


#container {
	margin:0 auto;
	position:relative;
	width:1000px;
	height:700px;
}
#container div {
}

#mod_menu {
	position:absolute;
	left:15px;
	top:65px;
	font-size:0px;
}
#mod_menu span {
	font-size:10px;
	margin-right:15px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#mod_menu a {
	font-size:10px;
	margin-right:15px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#mod_menu a:hover {
	color:#ff0;
}

#mod_langchooser {
	position:absolute;
	left:852px;
	top:65px;
	font-size:0px;
}
#mod_langchooser a {
	font-size:10px;
	margin-right:15px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#mod_langchooser a:hover {
	color:#ff0;
}

#content {
	position:absolute;
	top:100px;
	left:25px;
}

#span_copyright {
	position:absolute;
	left:37px;
	top:610px;
	font-weight:bold;
}
#a_cubeart {
	position:absolute;
	left:785px;
	top:610px;
}
#img_fc {
	position:absolute;
	right:116px;
	top:332px;
}



