/* General */
body {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-image: url(template/images/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 130px;
}
a, a:link, a:visited, a:active {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
img {
	border: 0px;
}
.clear {
	content: "";
	display: block;
	height: 0;
	clear: both;
}


/* Header */
#header {
	width: 800px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header img.logo {
	float: left;
	border: 0px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
#header p.login {
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
}
/* Navigation */
#navigation {
	background-image: url(template/images/nav.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
}
#navigation ul {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 0px 0px;
	text-align: center;
}
#navigation ul li {
	list-style: none;
	font-size: 18px;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 7px;
	font-weight: normal;
}
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	color: #990000;
	text-decoration:none;
}

/* Countdown */
#countdown {
	background-image: url(template/images/countdown.png);
	background-repeat: no-repeat;
	width: 485px;
	height: 45px;
	margin: 0px auto 30px auto;
	padding: 0px;
}

/* Frame */
#frame {
	width: 800px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* Player */
#player {
	width: 381px;
	height: 330px;
	background-image: url(template/images/player.png);
	background-repeat: no-repeat;
	float: left;
}
.play {
	width: 340px;
	height: 290px;
	float: left;
	margin: 26px 0px 0px 19px;
}
#playerSIDE {
	width: 419px;
	height: 302px;
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background-image: url(template/images/player_side.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#playerSIDE ul.nav {
	width: 95px;
	height: 230px;
	margin: 7px 0px 0px 1px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
}
#playerSIDE ul.nav li {
	list-style: none;
	color: #ffffff;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#playerSIDE ul.nav li.request {
	border-top: 1px solid #000000;
	width: 90px;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#playerSIDE ul.nav li.headline {
	border-bottom: 1px solid #000000;
	width: 90px;
	padding: 8px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}
#playerSIDE ul.nav a, #playerSIDE ul.nav a:link, #playerSIDE ul.nav a:visited, #playerSIDE ul.nav a:active {
	color: #ffffff;
	text-decoration: none;
}
#playerSIDE ul.nav a:hover {
	color: #ff0000;
	text-decoration: none;
}
#playerNav {
	float: left;
	width: 95px;
	height: 250px;
	margin: 30px 0px 0px 5px;
	padding: 0px;
}
.sponsor {
	width: 85px;
	height: 35px;
	background-color: #737373;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.sponsorAD {
	float: right;
	width: 300px;
	height: 265px;
	margin: 16px 14px 0px 0px;
	padding: 0px;
}
.sponsorAD p {
	color: #000000;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

/* FNC News */
#news {
	width: 450px;
	height: 100%;
	float: left;
	margin: 15px 0px 15px 0px;
	background-image: url(template/images/fnc_news.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#news ul {
	margin: 35px 0px 0px 50px;
	padding: 0px;
	background-image: url(template/images/head_fan_div.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#news ul li {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#news ul li.site {
	list-style-image: url(template/images/site_btn.png);
	list-style-position: inherit;
}
#news ul li.video {
	list-style-image: url(template/images/video_btn.png);
	list-style-position: inherit;
}
#news ul li.network {
	list-style-image: url(template/images/network_btn.png);
	list-style-position: inherit;
}
#news ul li h2 {
	color: #990000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#news ul li h2 a, #news ul li h2 a:visited, #news ul li h2 a:link, #news ul li h2 a:active {
	color: #990000;
	text-decoration: none;
}
#news ul li h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#news ul li p {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	font-weight: 500;
}

/* Our Fans */
#fans {
	float: right;
	width: 340px;
	height: 100%;
	margin: 15px 0px 0px 10px;
	background-image: url(template/images/our_fans.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.fotw {
	width: 340px;
	height: 190px;
	margin: 40px 0px 5px 0px;
	padding: 0px;
}
.fotw img {
	float: left;
}
.fotw h1 {
	color: #ffffff;
	text-align: center;
	margin: 20px 0px 0px 0px;
	font-size: 18px;
	padding: 0px;
}
.fotw p {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
.fotw p.date {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}
.fotw p.view {
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
}
.fotw p.view a, .fotw p.view a:link, .fotw p.view a:visited, .fotw p.view a:active {
	color: #990000;
	text-decoration: none;
}
.fotw p.view a:hover {
	color: #ffffff;
	text-decoration: none;
}
.pics {
	width: 340px;
	height: 75px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.pics ul {
	margin: 0px;
	padding: 0px;
}
.pics ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding: 0px 0px 0px 0px;
}
.pics ul li img {
	float: left;
	border: 0px;
	padding: 0px 8px 10px 8px;
}
.pics a img, .pics a:link img, .pics a:visited img, .pics a:active img {
	opacity:0.6;
	filter:alpha(opacity=60);
	zoom: 1;	
}
.pics a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	zoom: 1;
}
.pics p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	width: 340px;
}
.pics p a, .pics p a:link, .pics p a:visited, .pics p a:active {
	color: #990000;
	text-decoration: none;
}
.pics p a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Pages CSS */
#content {
	width: 590px;
	height: 100%;
	float: left;
	background-image: url(template/images/page_con.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#side {
	width: 200px;
	height: 100%;
	float: right;
	background-image: url(template/images/page_side.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

/* Latest News */
#latest {
	float: left;
	width: 190px;
	height: 100%;
	margin: 10px 0px 0px 8px;
	padding: 0px;
	background-image: url(template/images/latest_news.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#latest ul {
	width: 100%;
	height: 100%;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
#latest li {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 4px 0px;
	list-style: circle;
	color: #ff0000;
	font-size: 12px;
}
#latest a, #latest a:link, #latest a:active, #latest a:visited {
	color: #ffffff;
	text-decoration: none;
}
#latest a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* Category */
#category {
	float: left;
	width: 190px;
	height: 100%;
	margin: 10px 0px 0px 8px;
	padding: 0px;
	background-image: url(template/images/category.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#category ul {
	width: 100%;
	height: 100%;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
#category li {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 4px 0px;
	list-style: none;
	color: #ff0000;
	font-size: 12px;
}
#category a, #category a:link, #category a:active, #category a:visited {
	color: #ff0000;
	text-decoration: none;
}
#category a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Side Banner */
.sideBanner {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 0px;
}

/* Our Videos */
#videos {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/our_videos.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#videos p.text {
	margin: 30px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.videoPlaylist {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 590px;
	height: 100%;
}
.playVid {
	float: left;
	width: 114px;
	height: 130px;
	margin: 0px 15px 15px 15px;
	padding: 0px;
	text-align: center;
}
.playVid p {
	font-size: 10px;
	color: #ff0000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
	

/* Our Music */
#music {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/our_music.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#music p {
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

/* Request Pranks */
#request {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/request_a_prank.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
#request p {
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

/* About Us */
#about {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/about_fnc.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
#about p {
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

/* Contact FNC */
#contact {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/contact_fnc.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
#contact p {
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

/* Link to FNC */
#linkFNC {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/link_to_us.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
#linkFNC p {
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#linkFNC img {
	border: 0px;
	text-align: center;
}
#linkFNC textarea {
	text-align: center;
}
.adsize {
	font-size: 10px;
	text-align: center;
}
.adtype {
	color: #00ff00;
}

/* Add FNC */
#addFNC {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/add_us_to.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
#addFNC p {
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#addFNC img {
	border: 0px;
	text-align: center;
	padding: 8px;
}

/* Terms */
#terms {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/terms.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
#terms p {
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

/* Fan of the Week */
#fotw {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/fotw.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
#fotw p {
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#fotw img {
	margin: 0px;
	padding: 0px 8px 10px 8px;
}
#fotw a img, #fotw a:link img, #fotw a:visited img, #fotw a:active img {
	border: 0px;
	opacity:0.6;
	filter: alpha(opacity=60);
	zoom: 1;
}
#fotw a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	zoom: 1;
}

/* Leaderboard Advertisement */
#leaderboard {
	width: 800px;
	margin: 7px auto 7px auto;
	padding: 0px;
	text-align: center;
}

/* Our Fans */
#latestMedia {
	float: right;
	width: 340px;
	height: 100%;
	margin: 15px 0px 0px 10px;
	background-image: url(template/images/latest_media.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#latestMedia ul {
	margin: 35px 0px 0px 25px;
	padding: 0px;
}
#latestMedia ul li {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#latestMedia ul li.video {
	list-style: none;
	background-image: url(template/images/video_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 50px;
}
#latestMedia ul li.song {
	list-style: none;
	background-image: url(template/images/song_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 50px;
}
#latestMedia ul li.pic {
	list-style: none;
	background-image: url(template/images/pic_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 50px;
}
#latestMedia ul li.mobile {
	list-style: none;
	background-image: url(template/images/mobile_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 50px;
}#latestMedia ul li.clothes {
	list-style: none;
	background-image: url(template/images/clothes_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 50px;
}
#latestMedia ul li h2 {
	color: #990000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#latestMedia ul li h2 a, #latestMedia ul li h2 a:visited, #latestMedia ul li h2 a:link, #latestMedia ul li h2 a:active {
	color: #990000;
	text-decoration: none;
}
#latestMedia ul li h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#latestMedia ul li p {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	font-weight: 500;
}
#latestMedia p.options {
	font-size: 10px;
}

/* Homepage - Half-banner */
#halfBanner {
	width: 340px;
	margin: 5px 0px 5px 0px;
	float: right;
	padding: 0px;
	text-align: center;
}

/* Footer */
#footer {
	width: 800px;
	height: 100%;
	border-top: 2px solid #454545;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}
#footer p {
	font-size: 12px;
	color: #6f6f6f;
	padding: 10px;
	margin: 0px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #6f0000;
	text-decoration: none;
}
#footer a:hover {
	color: #9f0000;
	text-decoration: none;
}
#footer h1 {
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	color: #6f6f6f;
}

/* Banner Home */
img.bannerHome {
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

/* Points Management System */
ul.points {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}
ul.points li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/* Arcade */
#arcade {
	float: left;
	width: 590px;
	height: 100%;
	background-image: url(template/images/arcade.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
#gFeature {
	width: 498px;
	height: 100%;
	background-color: #050505;
	border: 1px solid #660000;
	margin: 90px auto 0px auto;
	padding: 0px;
}
.gSecond {
	width: 258px;
	height: 100%;
	float: left;
	background-color: #050505;
	border: 1px solid #660000;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}
.gSecond2 {
	width: 258px;
	height: 100%;
	float: right;
	background-color: #050505;
	border: 1px solid #660000;
	margin: 20px 20px 0px 0px;
	padding: 0px;
}
.gHead {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 39px;
	background-image: url(template/images/game_header.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #660000;
}
.gHead h1 {
	font-size: 18px;
	color: #fcc505;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 9px 0px 4px 45px;
	float: left;
}
#gFeature .gHead p {
	font-size: 12px;
	color: #fca205;
	margin: 0px;
	padding: 13px 10px 0px 0px;
	float: right;
	font-weight: bold;
}
.gSecond .gHead p {
	font-size: 12px;
	color: #fca205;
	margin: 0px;
	padding: 13px 10px 0px 0px;
	float: right;
	font-weight: bold;
}
.gSecond2 .gHead p {
	font-size: 12px;
	color: #fca205;
	margin: 0px;
	padding: 13px 10px 0px 0px;
	float: right;
	font-weight: bold;
}
.gHead a, .gHead a:link, .gHead a:visited, .gHead a:active {
	color: #f90;
	text-decoration: none;
}
.gHead a:hover {
	color: #ffee6f;
	text-decoration: none;
}
.game {
	width: 47.8%;
	float: left;
	height: 46px;
	margin: 0px;
	padding: 6px 3px 6px 7px;
	display: block;
}
.game:hover {
	background-color: #333333;
}
.game img {
	width: 46px;
	height: 46px;
	float: left;
	border: 0px;
}
.game h2 {
	font-size: 11px;
	color: #f90;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	overflow: hidden;
	display: block;
	width: 75%;
	line-height: 11px;
}
.game p {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 75%;
	height: 30px;
	overflow: hidden;
}

/* Second Fileds */
.game2 {
	width: 250px;;
	float: left;
	height: 46px;
	margin: 0px;
	padding: 6px 0px 6px 7px;
	display: block;
}
.game2:hover {
	background-color: #333333;
}
.game2 img {
	width: 46px;
	height: 46px;
	float: left;
	border: 0px;
}
.game2 h2 {
	font-size: 11px;
	color: #f90;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	overflow: hidden;
	display: block;
	width: 75%;
	line-height: 11px;
}
.game2 p {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 75%;
	height: 30px;
	overflow: hidden;
}

/* --- GAME ICONS --- */
h1.newest {
	background-image: url(template/images/game_newest.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.action{
	background-image: url(template/images/game_action.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.adventure {
	background-image: url(template/images/game_adventure.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.board {
	background-image: url(template/images/game_board.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.casino {
	background-image: url(template/images/game_casino.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.customize {
	background-image: url(template/images/game_customize.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.defense {
	background-image: url(template/images/game_defense.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.dress {
	background-image: url(template/images/game_dress.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.driving {
	background-image: url(template/images/game_driving.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.fighting {
	background-image: url(template/images/game_fighting.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.other {
	background-image: url(template/images/game_other.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.puzzles {
	background-image: url(template/images/game_puzzles.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.shooting {
	background-image: url(template/images/game_shooting.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
h1.sports {
	background-image: url(template/images/game_sports.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}