/* BODY */

body {
	background-color: #757575;
	background-image: url(blbody_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	min-width: 885px;
	padding: 94px 10px 10px 8px;
	margin: 0px 50px 0px 50px;
}


/* SCHEME BACKGROUND */

div#scheme_bg {
background-image: url(scheme_bg_x360.jpg);
background-position: -10px 0px;
background-repeat: no-repeat;
position: absolute;
top: 120px;
left: 0;
height: 500px;
margin: 0;
padding: 0;
width: 58px;
z-index: 100;
}


/* LOGO */

div#logo {
	position: absolute;
	top: 25px;
	left: 70px;
	z-index: 15;
}


/* TABS */

div#bltabs {
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 430px;
	width: 510px;
	z-index: 10;
	white-space: nowrap;
	word-spacing: -6px;
}

div#bltabs span {
	background-color: #3e7e12;
	background-image: url(bltab_2.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 15px;
	padding-bottom: 5px;
	vertical-align: top;
	word-spacing: normal;
}

div#bltabs span.selected {
	background-image: url(bltab_1.gif);
}

div#bltabs a {
	color: #ffffff;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#bltabs a:hover {
	text-decoration: underline;
}


/* PLATFORMS */

#platforms {
	position: absolute;
	top: 0px;
	left: 50px;
	height: 18px;
	color: #d2d2d2;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 25px 2px 35px;
	width: 700px;
	z-index: 20;
}

#platforms a {
	color: #d2d2d2;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}

#platforms a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#platforms span.selected {
	background-image: url(blbody_arrow.gif);
	background-position: 7px 2px;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 0px 0px 0px 15px;
}


/* TABLE_1 */

#table_1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	background-image: url(table_1_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	border-top: 0px;
	border-bottom: 0px;
	height: 22px;
	width: 100%;
	z-index: 2;
}

#table_1 td {
	vertical-align: top;
}

#table_1 div.lt, #table_1 div.rt {
	float: left;
	width: 5px;
	vertical-align: top;
	z-index: 5;
}

#table_1 div.rt {
	float: right;
}

#table_1 div.lt img {
	position: relative;
	top: 0px;
	left: -1px;
	vertical-align: top;
}

#table_1 div.rt img {
	position: relative;
	top: 0px;
	right: -1px;
	vertical-align: top;
}


/* TABLE_2 */

#table_2 {
	background-color: #529226;
	border: 1px solid white;
	padding: 28px 0px 10px 0px;
	width: 100%;
	z-index: 8;
}

#table_2 table {
	width: 100%;
}

#table_2 td.spacer {
	background-color: #529226;
	width: 10px;
	border: 0px none #529226;
}

#table_2 td.main {
	background-color: #f0f0f4;
	border: 1px solid white;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}


/* SUBMENU */

#submenu {
	position: relative;
/*	top: -71px; */
	top: -84px;
	right: -1px;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	height: 21px;
	z-index: 20;
}

#submenu img {
	float: right;
}

#submenu_text {
	float: right;
	background-image: url(submenu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 21px;
	line-height: 23px;
	text-transform: capitalize;
}

#submenu_text a {
	color: #ffffff;
	text-decoration: none;
}

#submenu_text a:hover {
	text-decoration: underline;
}