html,body {
	background: #404040 url('images/bgcolor.jpg');
	margin: 0px;
	padding: 0px;
	height: 100%;
}

span.dl_me_title {
	color: #fd4;
	font: normal 13pt verdana;
}

a.media:link, a.media:active, a.media:visited, a.media:hover {
	color: #fa0;
	text-decoration: none;
}

a.media:hover {
	color: #fd4;
}

div.news {
   line-height: 1.4;
   padding: 0px 10px 0px 10px;
}

div.home {
	text-align: justify;
}

div.countdown {
   position: absolute;
   top: 116px;
   left: 400px;
	font: normal 11pt verdana;
	color: #fff;
}

div.launch {
	position: relative;
	margin: auto;
	height: 500px;
	width: 900px;
	background: url('launch.jpg');
}

span.lineheight {
	line-height: 1.5;
}

span.gray {
	color: #bbb;
}

span.ddd {
	color: #ddd;
}

select, input, textarea {
	margin: 5px;
	border: 1px solid #ccc;
	background: #555;
	width: 200px;
	font: normal 10pt verdana;
	color: #ddd;
	padding: 0px 2px 0px 2px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #ddd;
	background: #666;
}

textarea {
	width: 300px;
	height: 125px;
}

span.red {
	color: #f00;
	font-weight: bold;
}

div.faq {
	position: relative;
	width: 98%;
	height: auto;
	top: 0px;
	left: 0px;
	padding: 5px 0px 0px 15px;
}

a:link, a:active, a:visited, a:hover {
   font: normal 10pt verdana;
   color: #fa0;
   text-decoration: none;
}

a:hover {
   color: #ff5;
}

a.smalllink {
   font-size: 9px;
}

img.fade {
   filter:alpha(opacity=0);
   opacity: 0;
}

* {
   font-family: Verdana, Helvetica;
   font-size: 10pt;
}
.highslide img {
	border: 0px solid gray;
}

.highslide-image {
   border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
   display: none;
   border-bottom: 1px solid white;
   font-family: Verdana, Helvetica;
   font-size: 10pt;
   padding: 5px;
   background-color: silver;
}
.highslide-loading {
   display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
   text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
   background-color: black;
}

a.highslide-credits, a.highslide-credits i {
   padding: 2px;
   color: silver;
   text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
   color: white;
   background-color: gray;
}
.highslide-display-block {
   display: block;
}
.highslide-display-none {
   display: none;
}

img.no_border {
	border: none;
}

div.border {
	position: relative;
	left: 0px;
	top: 0px;
	margin: auto;
	padding: 0px;
	width: 1002px;
	height: 100%;
	background: url('images/bg.jpg');
}

div.banner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 736px;
	height: 170px;
	background: url('images/banner.jpg');
}

div.random {
	position: absolute;
	top: 0px;
	left: 736px;
	width: 237px;
	height: 202px;
}

div.border_banner_right {
	position: absolute;
	top: 0px;
	left: 973px;
	width: 29px;
	height: 202px;
	background: url('images/border_banner_right.jpg');
}

div.lang {
   position: absolute;
   width: 22px;
   height: 16px;
   top: 221px;
   left: 941px;
}

div.navi {
	position: relative;
	top: 0px;
	left: 0px;
	width: 736px;
	height: 32px;
	background: url('images/navi_bg.jpg');
	text-align: right;
}

div.community_bar {
	position: absolute;
	top: 135px;
	left: 306px;
	width: 349px;
	height: 15px;
}

div.title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1002px;
	height: 77px;
	background: url('images/title.jpg');
}

div.title_text {
	position: absolute;
	top: 235px;
	left: 270px;
	width: 500px;
	height: auto;
	text-align: center;
	color: #fff;
	font: normal 10pt verdana;
	filter: alpha(opacity=100);
}

div.content {
	position: absolute;
	left: 0px;
	top: 280px;
	width: 862px;
	height: auto;
	padding: 0px 60px 0px 80px;
	margin: 0px;
	font: normal 10pt verdana;
	color: #DDD;
	background: url('images/bg.jpg');
}

div.seperator {
   width: 862px;
   height: 22px;
   padding: 0px;
   margin: 0px;
   background: url('images/seperator.jpg');
   text-align: left;
}

div.seperator_left {
   position: relative;
   float: left;
   left: 7px;
   top: 3px;
   width: 350px;
   height: 18px;
   text-align: left;
   color: #ff9;
}

div.seperator_right {
   position: relative;
   float: left;
   left: 152px;
   top: 3px;
   width: 350px;
   height: 18px;
   text-align: right;
   color: #ff9;
}

table.border {
	width: 100%;
	border: none;
	border-collapse: collapse;
	background: #393939;
	margin: auto;
}

tr.border_smallitem {
   background: #393939 url('images/border_smallitem.jpg') no-repeat;
	height: 26px;
}

td.border_top {
	background: #393939 url('images/border_top.jpg') top no-repeat;
	padding: 6px 0px 10px 10px;
	color:#fd4;
	height: 10px;
}

td.border_bottom {
   background: #393939 url('images/border_bottom.jpg') bottom no-repeat;
	padding: 10px 15px 6px 10px;
	text-align: right;
	height: 10px;
}

td.border_content {
	padding: 0px 20px 0px 20px;
}

table.gallery {
   width: 750px;
   height: auto;
   padding: 0px;
   margin: 0px;
}

td.gallery {
   width: 25%;
   height: 150px;
   background: url('images/gallery.jpg');
   padding: 0px;
   margin: 0px;
   text-align: left;
   vertical-align: top;
   background-repeat: no-repeat;
}

div.gallery {
   position: relative;
   top: 11px;
   left: 11px;
   width: 145px;
   height: 105px;
}

table.download {
	width: 812px;
	margin: auto;
	border: none;
	padding: 0;
	border-collapse: collapse;
}

td.download_space {
	width: 26px;
	padding: 0;
	border: none;
}

td.download_desc_top {
	width: 504px;
	background: #313131 url('images/download/desc_top.jpg') top no-repeat;
	border: none;
	padding: 5px 10px 0px 10px;
	height: 10px;
	color: #fd4;
    font: normal 10pt verdana;
    vertical-align: top;
}

td.download_details_top {
	width: 241px;
	background: #313131 url('images/download/details_top.jpg') top no-repeat;
	border: none;
	padding: 5px 10px 0px 10px;
	height: 10px;
	color: #fd4;
    font: normal 10pt verdana;
    vertical-align: top;
}

td.download_desc_content {
	width: 484px;
	background: #313131;
	border: none;
	padding: 5px 20px 0px 20px;
	vertical-align: top;
}

td.download_details_content {
	width: 221px;
	background: #313131;
	border: none;
	padding: 5px 20px 0px 20px;
	vertical-align: top;
}

td.download_desc_bottom {
	width: 524px;
	background: #313131 url('images/download/desc_bottom.jpg') bottom no-repeat;
	border: none;
	height: 10px;
}

td.download_details_bottom {
	width: 261px;
	background: #313131 url('images/download/details_bottom.jpg') bottom no-repeat;
	border: none;
	height: 10px;
}

td.download_mirror_top {
    width: 792px;
	background: #313131 url('images/download/mirrors_top.jpg') top no-repeat;
	border: none;
	height: 10px;
	padding: 5px 10px 0px 10px;
	color: #fa0;
    font: normal 10pt verdana;
    vertical-align: top;
}

td.download_mirror_content {
    width: 772px;
	background: #313131;
	padding: 5px 20px 0px 20px;
	border: none;
	vertical-align: top;
}

td.download_mirror_bottom {
    width: 812px;
	background: #313131 url('images/download/mirrors_bottom.jpg') bottom no-repeat;
	border: none;
	height: 10px;
}

div.cat_order {
	position: relative;
	height: auto;
	float: left;
	width: 260px;
	border: none;
	margin-left: 10px;
	margin-bottom: 20px;
}

div.popup {
	position: absolute;
	left: 107px;
	top: 100px;
	width: 626px;
	height: 470px;
	background-color:#474747;
	visibility: hidden;
}

div.musicplayer {
   position: absolute;
   width: 228px;
   height: 20px;
   top: 219px;
   left: 700px;
   text-align: right;
}
