/* DEFAULT Splash  */

#default_splash{
	width: 774px;

	background: #000000;
}

.splash_main{
	float: left;
	width: 346px;
	height:340px;
}

.splash_game{
	float: right;
	width: 420px;
	height: 332px;
	border: 3px solid #FF0000;
}

.splash_how{
	float: left;

}


/* DEFAULT Service Announcement */

#default_serv{
	float: left;
	width: 545px;
	height: 114px;
	border: 1px solid #FFFFFF;
	background-image: url("../images/default/serviceannouce-0908.jpg");
}

.title{
	float:left;
	background: #FF0000;
	width: 200px;
	height: 24px;
	padding: 2px 2px 2px 15px;
	font-weight: bold;
	font-family: Arial Narrow;
	font-size: 15px;
	color: #ffffff;
}

.msg{
	float: left;
	width: 320px;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	color: #000000;

}

.border{
	float:left;
	width: 22px;
}


/* DEFAULT Featured Games */

#default_games{
	width: 548px;
	padding: 0px 0px 0px 0px;
}

#default_fgames{
	float: left;
	width: 300px;
	height: 240px;	
	background: #910000;
	padding: 10px 10px 10px 10px;
}

#default_cgames{
	float: right;
	width: 208px;
	height: 240px;
	background: #800000;
	text-align:center;
	padding: 10px 10px 10px 10px;
}

.default_title{
	float:left;
	width: 310px;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffffff;
	padding-bottom: 10px;
}

.default_signup{
	float:right;
	width: 200px;
	text-align: right;
}

#default_gameslist{
	float:left;
	width: 500px;
	font-family: Arial;
}


#default_gameslist  ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
}

#default_gameslist li {
	padding: 0px 0px 0px 0px;
}

#default_gameslist a {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
}



#default_gameslist a:visited {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}

#default_gameslist a:hover{
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFF00;
}


/* DEFAULT Hot Item */

#default_bar{
	float: left;
	width: 548px;
	height: 12px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/default/hotitem_45.gif");
	background-repeat: no-repeat;
}

#default_hot{
	float: left;
	width: 488px;
	background:  #660000;
	padding: 10px 10px 0px 50px;
	background-image: url("../images/default/hotitem.png");
	background-repeat: no-repeat;
	font-size: 15px;
}

#default_hot_spacer{
	float: left;
	width: 488px;
}

#default_hot a {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
}


#default_hot a:visited {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}

#default_hot a:hover{
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFF00;
}


/* CHANGE HOT ITEM (D-SKINS) TO GH STORE LISTING
.hot_img{
	float:left;
	border: 3px solid #000000;	
	margin-right: 3px;
}


.hot_title{
	float:right;
	width: 310px;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 5px;
}

.hot_desc{
	float:right;
	width: 310px;
	margin-top: 7px;
	text-align: justify;
}

.tradeport{
	float:left;
	margin-top: 10px;
	margin-right: 20px;
}
*/