@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #262626 url('images/splash-bg.gif') repeat-x top center;
}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	width: 978px;
	margin: 0 auto -67px auto;
	position: relative;
	background: white url('images/contbg-new.jpg') no-repeat top left;;
	z-index: 100;
}

div#top-bg
{
	position: absolute;
	width: 100%;
	height: 542px;
	top: 0;
	left: 0;
	background: url('images/bg3.jpg') no-repeat top center;
}

div#tourney-results
{
	margin: 0 16px 20px 16px;
	padding: 29px 19px;
	background: url('images/tourney-bg.gif') repeat-x top left;
}

div#footer 
{
	width: 978px;
	height: 67px;
	margin: 0 auto;
	background: white;
	z-index: 101;
	position: relative;
}

div#footer .inner
{
	margin: 0 16px;
	padding: 29px 20px 0 20px;
	border-top: 1px solid #8D8D8D;
}

.push 
{
	height: 67px;
}

.bordered
{
	border: 5px solid white;
}

.RedHeader
{
	letter-spacing: -1px;
}

/* ---- navigation ---- */
div#nav-holder
{
	padding-top: 155px;
}

div#nav-holder-flash
{

}

div#flash-holder
{
	height: 155px;
}

ul#navigation
{
	display: block;
	margin: 0;
	padding: 5px 20px;
	height: 27px;
	list-style: none;
	background: black;
}

ul#navigation li
{
	display: block;
	float: left;
	height: 27px;
	padding: 0 25px;
}

ul#navigation li.hover, ul#navigation li:hover
{
	background: #96191C;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
	display: block;
	/*_float: left;*/
	padding: 4px 10px 0 10px;
}

ul.flyout 
{
	display: none;
	position: absolute;
	list-style: none;
	margin: 27px 0 0 -26px;
	padding: 0;
	width: 150px;
	border-bottom: 1px solid black;
}

ul.flyout li ul.flyout
{
	margin: 0 0 0 149px;
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
	height: auto;
	padding: 0;
}

ul#navigation ul.flyout li:hover
{
	background: none;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003261;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid black;
	border-bottom: none;
	background: white;
	_height: 1%;
}

ul.flyout a:hover.flyout
{
	background: black;
	color: white;
}





