@charset "utf-8";
/* CSS Document */
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0px;
	padding: 0px;
	background: #757575 url(../images/bottom_bg.jpg) repeat-x bottom;
	font: 12px Arial, Helvetica, sans-serif;
}
#topBGPattern {
	background: url(../images/background.jpg) repeat-x;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 950px;
	height: 130px;
	background: url(../images/header_bg.jpg) no-repeat;
}
#warning{
height:15px;
width:932px;
color:#FFFFFF;
padding:0px;
margin:0px;
font-weight:bold;
}
#warning_right a{
color:#CC6600;
text-decoration:none;
}
#warning_right a:hover{
color:#CC6600;
text-decoration:underline;
}
#warning_left{
width:300px;
color:#FFFFFF;
float:left;
padding:0px;
margin:0px;

}
#warning_right{
width:300px;
color:#FFFFFF;
float:right;
text-align:right;
padding:0px;
margin:0px;

}
#topButtons {
	float: right;
	width: 734px;
	height: 20px;
	padding-right: 10px;
	padding-top: 1px;
}
#topButtons a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	width: 84px;
	text-align: center;
	height: 19px;
	margin-left:3px;
}
#topAd {
	float: left;
	padding-top: 30px;
}
/*
/****************************************************************/
/* Logo */
/****************************************************************/
h1#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
h1#logo a {
	display: block;
	text-decoration: none;
	height: 130px;
	width: 206px;
	background: url(../images/logo_home2.gif) no-repeat 0px 11px;
}
/****************************************************************/
/* Menu */
/****************************************************************/
#navbar {
	height: 40px;
}
* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}
#slidetabsmenu {
	float:left;
	width:932px;
	font-size:18px;
	line-height:normal;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}
/****************************************************************/
/*Red*/
/****************************************************************/
#slidetabsmenu .red a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}

#slidetabsmenu .red a:hover {
color: #ff0000;
}

#slidetabsmenu #current_red a {
	background: #FF0000;
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}
#slidetabsmenu #current_red a:hover {
	color:#ffffff;
}

/****************************************************************/
/*Blue*/
/****************************************************************/
#slidetabsmenu .blue a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}

#slidetabsmenu .blue a:hover {
color: #0000ff;
}

#slidetabsmenu #current_blue a {
	background: #0000ff;
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}
#slidetabsmenu #current_blue a:hover {
	color:#ffffff;
}

/****************************************************************/
/*Green*/
/****************************************************************/
#slidetabsmenu .green a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}

#slidetabsmenu .green a:hover {
color: #00ff00;
}

#slidetabsmenu #current_green a {
	background: #00ff00;
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#000000;
}
#slidetabsmenu #current_green a:hover {
	color:#000000;
}

/****************************************************************/
/*Pink*/
/****************************************************************/
#slidetabsmenu .pink a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}

#slidetabsmenu .pink a:hover {
color: #ff00ff;
}

#slidetabsmenu #current_pink a {
	background: #ff00ff;
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}
#slidetabsmenu #current_pink a:hover {
	color:#ffffff;
}
/****************************************************************/
/*Dark Green*/
/****************************************************************/
#slidetabsmenu .dkgreen a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}

#slidetabsmenu .dkgreen a:hover {
color: #006600;
}

#slidetabsmenu #current_dkgreen a {
	background: #006600;
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}
#slidetabsmenu #current_dkgreen a:hover {
	color:#ffffff;
}
/****************************************************************/
/*Yellow*/
/****************************************************************/
#slidetabsmenu .yellow a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#ffffff;
}

#slidetabsmenu .yellow a:hover {
color: #ffff00;
}

#slidetabsmenu #current_yellow a {
	background: #ffff00;
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:2px 36px 2px 36px;
	font-weight:bold;
	color:#000000;
}
#slidetabsmenu #current_yellow a:hover {
	color:#000000;
}
/*-----------------------------------------------------------------*/
#spacer{
	background: #999999;
	height: 30px;
	width: 1px;
	float: left;
	margin-top: 3px;
}

#main_bg {
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-y;
}
#main_header {
	width:932px;
	height:57px;
	background-image:url(../images/content_header.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

.clearit {
	clear:both;
}
#content_footer {
	width:932px;
	height:57px;
	text-align:right;
	background: url(../images/content_footer.jpg) no-repeat;
}
#main_container {
}
/*--------------------------------------------------------------------*/
.hide {
	display: none;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}

#fresh_pick_media{
	width:897px;
	height:263px;
	background:#cacaca;
	float:left;
}
#fresh_pick_bg{
	width:903px;
	height:269px;
	margin-left:11px;
	background:#656565;
}
.left_ad{
	background:#cacaca;
	width:120px;
	height:600px;
	float:left;
	margin:0px;
	padding:0px;
}
.left_ad_bg{
	width:126px;
	height:606px;
	background: #FF0000;
}
.top_corner{
	float:left;
	height:6px;
	width:6px;
	background: url(../images/top_corner.gif) no-repeat;
	margin:0px;
	padding:0px;
	font-size:1px;

}
.btm_left_corner{
	float:left;
	height:6px;
	width:6px;
	margin:0px;
	padding:0px;
	font-size:1px;
	background: url(../images/btm_left_corner.gif) no-repeat;
}
.btm_right_corner{
float:right;
height:6px;
width:6px;
margin:0px;
padding:0px;
font-size:1px;
background: url(../images/btm_right_corner.gif) no-repeat;
}
#main_div_bg{
	width:766px;
	background:#656565;

}
#main_div{
background:#CACACA;
	width:760px;
	float:left;
}
#faves_bg{
	width:766px;
	background:#656565;

}
#faves{
background:#CACACA;
	width:760px;
	float:left;
}
/*#fresh_content{
	width:570px;
	height:249px;
	display:inline;
	margin-top: 7px;
	margin-left: 11px;
	background-color:#FFFFFF;
	float:left;

}
#fresh_content h2 {
	margin:0px;
	background-image:url(../images/fresh_header.jpg);
	padding-left: 50px;
	height:22px;
	font-size:18px;
}
#fresh_content h3 {
	margin:0px;
	height:22px;
	font-size:18px;
	padding-left: 9px;
}
#fresh_most_pop{
	width:120px;
	height:90px;
	float:left;
	margin-top: 9px;
	margin-left: 9px;
	background-color:#cccccc;
}*/
#fresh_content{
	width:560px;
	height:249px;
	display:inline;
	margin-top: 7px;
	margin-left: 11px;
	background-color:#FFFFFF;
	float:left;

}
#fresh_content h2 {
	margin:0px;
	padding-left: 50px;
	background-image:url(../images/fresh_header.jpg);
	height:22px;
	font-size:18px;
}
#fresh_content ul{
	margin:3px 0px 0 20px;
	padding:0;
	float:left;
	padding: 3px 0px 0px 5px;
}
#fresh_content li{
	list-style: url(../images/arrows.jpg) none;
	font-size:12px;
	padding: 2px 0px 0px 5px;
}
#fresh_content a{
text-decoration:none;
font-weight:bold;
color:#CB0202;
font-size:12px;
}
#fresh_content a:hover{
text-decoration:none;
font-weight:bold;
color:#fff;
background-color: #F41616;
font-size:12px;
}

#fresh_content h3 {
	margin:0px;
	height:22px;
	font-size:18px;
	padding-left: 9px;
}
#fresh_ad{
width:300px;
height:250px;
float:left;
display:inline;
background-color:#999999;
	margin-top: 7px;
	margin-left: 6px;
}
#image_rotator{
width:433px;
height:227px;
float:left;
display:inline;
background-color:#000000;
}
.just_in_video{
height:32px;
margin-right: 10px;
margin-left: 10px;
}
.just_in_video h2{
	line-height:32px;
	margin:0px;
	padding: 0px 0px 0px 40px;
	font-size:18px;
	background: url(../images/video_logo_bg.jpg) no-repeat;
}
.just_in_upgrades{
height:32px;
margin-right: 10px;
margin-left: 10px;
}
.just_in_upgrades h2{
	line-height:32px;
	margin:0px;
	padding: 0px 0px 0px 40px;
	font-size:18px;
	background: url(../images/upgrades_logo_bg.jpg) no-repeat;
}
#free{
width:897px;
}
#free h2{
	line-height:46px;
	margin:0px;
	padding: 0px 0px 0px 50px;
	font-size:18px;
	background: url(../images/free.jpg) no-repeat;
	width:100px;
	display:inline;
	float:left;
}

#faves h2{
	width:175px;
	line-height:41px;
	margin:0px;
	padding: 0px 0px 0px 60px;
	font-size:18px;
	background: url(../images/faves.jpg) no-repeat 10px;
	float: left;
}

#faves_top{
float:left;
margin-top:14px;
width:500px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
#faves_top_left{
float:left;
}
#faves_top_right{
float:right;
}
#faves_top a{
font-weight:bold;
color:#000000;
text-decoration:none;
}
#fave_container{
	margin-left: 30px;
	width: 726px;
	margin-bottom: 11px;
	margin-top: 11px;
}
.fave_image{
	width:122px;
	height:92px;
	margin-right:18px;
	float:left;
	border:1px solid #990066;
	background: #5d5d5d;
}
#free ul{
	width:325px;
	margin:7px 0 0 30px;
	padding:0;
	float:left;
}
#free li{
	list-style: url(../images/dollar_bullet.gif) none;
	font-size:14px;
}
#free a{
text-decoration:none;
font-weight:bold;
color:#000000;
font-size:14px;
}
#free a:hover{
text-decoration:none;
font-weight:bold;
color:#000000;
background-color: #50C10E;
font-size:14px;
}
#free_col{
float:left;
}
#media_column{
width:379px;
float:left;
margin-bottom:11px;
}
.just_in_game{
height:32px;
margin-right: 10px;
margin-left: 10px;
}
.just_in_game h2{
	line-height:32px;
	margin:0px;
	padding: 0px 0px 0px 40px;
	font-size:18px;
	background: url(../images/game_logo_bg.jpg) no-repeat;
}
.just_in_feedback{
height:32px;
margin-right: 10px;
margin-left: 10px;
}
.just_in_feedback h2{
	line-height:32px;
	margin:0px;
	padding: 0px 0px 0px 40px;
	font-size:18px;
	background: url(../images/feedback_logo_bg.jpg) no-repeat;
}

.just_in_title{
width:275px;
float:left;
}
.show_all{
	float:right;
	font-size:12px;
	line-height:32px;
	font-weight:bold;
}
.show_all a {
	color:#000000;
	text-decoration: none;
}
.show_all a:hover{
	text-decoration: underline;
}
#welcome{
text-align:left;
padding-top:10px;
padding-left:150px;
}
#welcome a{
color:#FF0000;
text-decoration:none;
font-weight:bold;
}
#welcome a:hover{
text-decoration: underline;
}
.newest_media_videos{
	height:114px;
	width:360px;
	border-bottom: 5px solid #ababab;
	background:#FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.newest_media_video_image{
	width:120px;
	height:90px;
	margin-top: 12px;
	margin-left: 12px;
	float:left;
	display:inline;
	border: 1px solid #006cff;
	}
.newest_media_video_info{
height:90px;
width:200px;
	float:left;
	display:inline;
		margin-top: 12px;
	margin-left: 12px;
}
.newest_media_video_info a{
font-size: 14px;
font-weight: bold;
color: #000;
text-decoration: none;
}

.newest_media_video_info a:hover{
font-size: 14px;
font-weight: bold;
background-color: #5591FF;
color: #ffffff;
text-decoration: none;
}
.newest_media_games{
	height:114px;
	width:360px;
	border-bottom: 5px solid #ababab;
	background:#FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.newest_media_games_image{
	width:120px;
	height:90px;
	margin-top: 12px;
	margin-left: 12px;
	float:left;
	display:inline;
	border: 1px solid #00ff24;
}
.newest_media_games_info{
height:90px;
width:200px;
	float:left;
	display:inline;
		margin-top: 12px;
	margin-left: 12px;
}
.newest_media_games_info a{
font-size: 14px;
font-weight: bold;
color: #000;
text-decoration: none;
}

.newest_media_games_info a:hover{
font-size: 14px;
font-weight: bold;
background-color: #48FF5B;
color: #ffffff;
text-decoration: none;
}

.top_video_newest{
	height:114px;
	width:360px;
	border-bottom: 5px solid #ababab;
	background:#FFFFFF url(../images/top_video_bg.jpg) repeat-x;
	margin-right: 9px;
	margin-left: 9px;
}
.top_games_newest{
	height:114px;
	width:360px;
	border-bottom: 5px solid #ababab;
	background:#FFFFFF url(../images/top_games_bg.jpg) repeat-x;
	margin-right: 9px;
	margin-left: 9px;
}
.view_more_media{
width:350px;
height:27px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left:10px;
	padding-top:8px;
	background-color:#FFFFFF;
	font-weight:bold;
}
.view_more_media a{
font-size:18px;
text-decoration:none;
color:#000000;
}
#submenu{
	height:17px;
	background:url(../images/submenu_bg.jpg);
	width: 907px;
	float:left;
	padding-left: 25px;
}
#submenu a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-right: 10px;
    padding-left: 10px;
}
#submenu a:hover{
	color:#ff0000;
}
#footer {
	height: 123px;
	width: 100%;
	color: #FFFFFF;
}
#btmCategories {
	height: 110px;
	width: 290px;
	float: left;
	padding-left: 50px;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	background: url(../images/categories.jpg) no-repeat 0px 0px;
}
#btmCategories a {
	color: #FFFFFF;
	text-decoration: none;
}
#btmCategories ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#btmCategoriesLeft {
	width: 125px;
	float: left;
}
#btmCategoriesRight {
	width: 125px;
	float: left;
}
#btmFreeStuff {
	height: 113px;
	width: 302px;
	padding-left: 48px;
	margin-left: 340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	background: url(../images/free_stuff.jpg) no-repeat 0px 0px;
}
#btmFreeStuff a {
	color: #FFFFFF;
}
#btmFreeStuff ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#btmAboutUs {
	height: 105px;
	width: 197px;
	float: right;
	margin: 0px;
	background: url(../images/about_us.jpg) no-repeat 0px 0px;
	font-size: 11px;
	padding: 18px 0px 0px 48px;
}

#btmAboutUs a {
	color: #FFFFFF;
}
#btmAboutUs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#btmAboutUs p {
	margin: 5px 0px;
}
#copyRight {
	height: 72px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}
#copyRight a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyRight p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.grey {
	color: #c5c5c5
}.play_red {
	background: #FF0000;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
.comments_blue{
	color: #006cff;
	text-decoration: none;
}
.comments_green{
	color: #00FF24;
	text-decoration: none;
}
#poll{
width:126px;
height:185px;
margin-top:11px;
}
#left_col{
float:left;
width:126px;
height:100%;
margin-top: 11px;
margin-left: 11px;
float:left;
display:inline;
}
#right_col{
width:766px;
float:left;
	margin-top:11px;
	margin-left:11px;
	display:inline;
}
#right_col_ad{
text-align:center;
margin-top:11px;
margin-bottom:11px;
}
#free{
	width:897px;
	background:#cacaca;
	float:left;
}
#free_bg{
	width:903px;
	margin-left:11px;
	background:#656565;
	margin-top:9px;
}