*{padding: 0; margin: 0;}

body {
	margin: 0;
	padding: 0;
	background: url(../images/greenbar-back.png) repeat-x;	
}
.pagewrap {
	width: 1000px;
	height: auto;
	margin: auto auto;
	z-index: 100;}
.clear {
	clear: both;
}

.block {
	display: block;
}

#preloadedImages {
width: 0px;
height: 0px;
display: inline;
background-image: url(../images/grayoverlay.png);
background-image: url(../images/gray-back.png);
background-image: url();
}

.headwrap {
	width: 1000px;
	height: 75px;
}

div#preload { display: none; }

/* NAVIGATION BAR(s) */

.nav1 {
	clear: both;
	height: 56px;
	margin-bottom: 0;
}

.nav1 a {
	color: #fff;
	text-decoration: none;
}

.topnav {
	list-style: none;
	height: 29px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

#ie6 .topnav {
	font-size: 13px;
	line-height: 14px;
}

.grayoverlay {
	position: absolute;
	height: 26px;
	margin-top: 105px;
	width: 1000;
	background: url(../images/grayoverlay.png) repeat-x;
	z-index: 3;
}

.whiteoverlay {
	position: absolute;
	height: 26px;
	margin-top: 105px;
	width: 100%;
	background: #fff;
	z-index: 2;
}

.topnav li {
	float: left;
	margin: 0;
}

.navbut > a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	width: auto;
	font-weight: bold;
	padding: 7px 31px 6px 31px;	
}

#ie6 .navbut a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	width: 128px;
	text-align: center;
	font-weight: bold;
	z-index: 1;
	padding: 7px 0 8px 0;
}

a.navbutlink
{
	color: white;
}

.menudivider {
	cursor: pointer;
}

.subtopnav {
	list-style: none;
	padding: 2px 0 0 10px;
	margin: 0;
	width:auto;
	height: 27px;
	overflow: visible;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	float: left;
	position: absolute;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: 5;
	display: none;
}

#ie6 .subtopnav {
	padding: 1px 0 0 10px;
	line-height: 53px;
	margin-left: -75px;
}

#ie6 #players .subtopnav, #addons .subtopnav, #ie6 #adsolution .subtopnav, #ie6 #cms .subtopnav {
	margin-left: 0px;
}

#players .subtopnav {
	width: 730px;
}

#addons .subtopnav {
	width: 430px;
}

#adsolution .subtopnav {
	width: 400px;
}

#cms .subtopnav {
	width: 300px;
}

#partnerships .subtopnav {
	margin-left: -220px;
	width: 450px;	
}

#ie6 #partnerships .subtopnav {
	margin-left: -241px;
}

#ie #partnerships .subtopnav {
	margin-left: -242px;
}

#support .subtopnav {
	margin-left: -456px;
	width: 735px;
}

#ie6 #support .subtopnav {
	margin-left: -456px;
}

#ie #support .subtopnav {
	margin-left: -456px;
}

#about .subtopnav {
	width: 600px;
	margin-left: -442px;
}

#ie6 #about .subtopnav {
	width: 650px;
	margin-left: -460px;
}

#ie #about .subtopnav {
	width: 650px;
	margin-left: -458px;	
}

.subtopnav li {
	float: left;
	width: auto;
	margin: 0;
	padding: 4px 15px 4px 0px;
}

#ie6 .subtopnav li {
	line-height: 14px;
}

.subtopnav a {
	display: inline;
	width: 100%;
	height: 100%;
	font-weight: normal;
	color: #333;
}

#ie6 .subtopnav a {
    font-weight: normal;
	display: inline;
	padding: 0;
}

.subtopnav a:hover {
	text-decoration: underline;
	color: #333;
}

a.subtopnavlink
{
	color: #333;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 360px;
height: 600px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#backupcustomscroll {
/* Typical fixed height and fixed width example */
width: 570px;
height: 600px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #cccccc;
}
.vscrollerbar {
width: 10px;
background-color: #CC0000;
}
.hscrollerbase {
height: 10px;
background-color: #cccccc;
}
.hscrollerbar {
height: 10px;
background-color: #CC0000;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}