/* CSS Document */
div#footer div.footer-title
{
	background:url('7/grad_footer_message.png') top center no-repeat;
	background: -moz-linear-gradient(
					top, 
					#F0AB99 0%, 
					#FCC4AE 10%, 
					#F7AA8E 24%, 
					#D87960 45%, 
					#960E0F 50%, 
					#E11D22 100%); /* firefox */

	background: -webkit-gradient(
					linear, left top, left bottom, 
					color-stop(0%,#F0AB99), 
					color-stop(10%,#FCC4AE), 
					color-stop(24%,#F7AA8E), 
					color-stop(45%,#D87960), 
					color-stop(50%,#960E0F), 
					color-stop(100%,#E11D22)); /* webkit */
}

td#featuresmenu
{
	background: url('2/searchbar.gif') top left repeat-x;
}

td#featuresmenu img.sep
{
	background: transparent url('2/titlespacer.gif') top left no-repeat;
}

ul#formatmenu li.first, table#formatmenu td.first
{
	background: url('4/subnav_endlft.gif') top left no-repeat;
}

ul#formatmenu li.last, table#formatmenu td.last
{
	background: url('4/subnav_endrht.gif') top right no-repeat;
}

/* title menu */

ul#categorymenu li.first, table#categorymenu td.first
{
	background: url('3/navbar_14.gif') top left no-repeat;
}

ul#categorymenu li.last, table#categorymenu td.last
{
	background: url('3/navbar_12.gif') top right no-repeat;
}

div.graybar, td.graybar
{
	background: right top url('6/grad_header_largegrey.png') no-repeat;
	background:-moz-linear-gradient(bottom, #E0E0E0, #AAAAAA 100%);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #E0E0E0),
		color-stop(1, #AAAAAA)
	);

}

/*div.graybar span.end, td.graybar span.end
{
	background: top left url('6/grad_header_lftg.gif') no-repeat;
}

div.admintab div.graybar span.end, div.admintab td.graybar span.end,
td.content div.graybar span.end, td.content td.graybar span.end,
div.white-box div.graybar span.end, div.white-box td.graybar span.end,
table.white-box div.graybar span.end, table.white-box td.graybar span.end
{
	background: top left url('6/grad_header_lftw.gif') no-repeat;
}*/

div.titlebar, td.titlebar
{
	background: right top url('6/grad_header_largered2.png') no-repeat;
	background: -moz-linear-gradient(
					top, 
					#F0AB99 0%, 
					#FCC4AE 10%, 
					#F7AA8E 24%, 
					#D87960 45%, 
					#960E0F 50%, 
					#E11D22 100%); /* firefox */

	background: -webkit-gradient(
					linear, left top, left bottom, 
					color-stop(0%,#F0AB99), 
					color-stop(10%,#FCC4AE), 
					color-stop(24%,#F7AA8E), 
					color-stop(45%,#D87960), 
					color-stop(50%,#960E0F), 
					color-stop(100%,#E11D22)); /* webkit */
}

div.admintab div.titlebar span.end, div.admintab td.titlebar span.end,
td.content div.titlebar span.end, td.content td.titlebar span.end
{
	background: top left url('6/grad_header_lftwred.gif') no-repeat;
}

td.goldbar
{
	background: top right url('5/navbar_large.gif') no-repeat;
}

td.goldbar span.end
{
	background: top left url('5/navbar_lft.gif') no-repeat;
}

td.goldbar td.sep
{
	background: top center url('5/navbar_spacer.gif') no-repeat;
}

td.linkbar
{
	background: top right url('5/navbar_largeg.gif') no-repeat;
}

td.linkbar span.end
{
	background: top left url('5/navbar_lftg.gif') no-repeat;
}

td.linkbar td.sep
{
	background: top center url('5/navbar_spacer.gif') no-repeat;
}

/*
div#searchbar div.search
{
	background: transparent url('9/searchbar2.png') no-repeat scroll left bottom;
}
*/

div#menu
{
	background: top left url('9/yelbkgnd.png') repeat-x;
}

div#menu div.platforms a.active
{
	background: bottom center url('8/submenu.gif') no-repeat;
}

div#link-menu
{
	background: top left url('8/redbkgnd.jpg') repeat-x;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960E0F', endColorstr='#D87960',GradientType=0 );

	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(150,14,15)),
		color-stop(0.5, rgb(182,29,34)),
		color-stop(1, rgb(216,121,96))
	);

	background: -moz-linear-gradient(
		center top,
		#960E0F 0%,
		#B61D22 50%,
		#D87960 100%
	);
}

div.submenu.ps3 div.heading
{
	background: transparent url('10/platformps3.jpg') top right no-repeat;
}

div.submenu.ps2 div.heading
{
	background: transparent url('10/platformps2.jpg') top right no-repeat;
}

div.submenu.psp div.heading
{
	background: transparent url('10/platformpsp.jpg') top right no-repeat;
}

div.submenu.xbox360 div.heading
{
	background: transparent url('10/platformxb2.jpg') top right no-repeat;
}

div.submenu.pc div.heading
{
	background: transparent url('10/platformpc.jpg') top right no-repeat;
}

div.submenu.wii div.heading
{
	background: transparent url('10/platformwii.jpg') top right no-repeat;
}

div.submenu.ds div.heading
{
	background: transparent url('10/platformds.jpg') top right no-repeat;
}

div.submenu.movies div.heading
{
	background: transparent url('10/platformmov.jpg') top right no-repeat;
}

div.submenu.shoptotv div.heading
{
	background: transparent url('10/platformtv.jpg') top right no-repeat;
}
div.submenu.sitewall div.heading
{
	background: transparent url('10/platformwall.jpg') top right no-repeat;
}

div.submenu.merchandise div.heading
{
	background: transparent url('10/platformmerchant.jpg') top right no-repeat;
}


