
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

#playerBox, div#playerBox:hover, div#cntdwn, div#cntdwn:hover {background:none}
div#player, div#player:hover {border:2px solid #b72f05; margin:0 auto; padding:0; background:url(template/bg-PGSvideo.gif) center no-repeat #4a4a4a; width:400px; height:300px; text-align:center; color:#fff}
div#player p {padding:0 20px}
div#player a {color:#e68f0c}
div#player a:hover {color:#fdcc83}
div#player p.notice {padding-top:10px}
p.playerLinks {font-size:16px}
p.playerLinks span {font-size:12px; line-height:18px}
p.playerLinks strong {font-size:21px; line-height:26px}
p.playerLinks em {font-weight:bold}
a.playerLink {padding:5px 15px; border:1px solid #b72f05; margin:0 0 10px 0px; background:#717172; color:#bfbfbf}
a.playerLink:hover {background:#4a4a4a}