/* Really Basic Adjustments */
BODY {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background: #fff url(layout.jpg);
	font-size: 12px;
	/*font-size: 10px;*/ /* used for easy em <=> px conversion */
}

TABLE,TR,TD {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

FORM {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}


/* Texts */
H1,H2,H3,H4,H5,H6,H7,P {
	margin: 0.5em 0 0.25em;
}


/* Main Elements */
.left-cell {
	width: 30em;
	float: left;
	margin-right: 1.5em;
}

.right-cell {
	width: 25em;
	float: left;
}
.boxed{
	border: 1px solid gray; 
	padding: 1em; 
	background: white;	
}

#Main {
	position: relative;	
	padding: 0;
	margin: 30px auto;
	width: 1000px;
	height: 707px;
	background: #f9f9f9 url(background.jpg);
	clear: both;
	border: 1px solid white;
}

#Main UL,#Main LI {
	margin: 0.25em 0 0 1em;
}

#Iframe {
	position: absolute;
	left: 268px;
	top: 179px;
	width: 440px; 
	height: 260px;
	border: 0;
	z-index: 10;
}

#MonitorMainBG {
	position: absolute;
	left: 242px;
	top: 148px;
	z-index: 3;
}

#MonitorBG
{
	position: absolute;
	left: 256px;
	top: 163px;
	z-index: 4;
}

#VideoBG
{
	position: absolute;
	left: 256px;
	top: 163px;
}

#FlashMain
{
	position: absolute;
	left: 0px;
	top: -25px;
}
#FlashTop
{
	position: absolute;
	left: 300px;
	top: 0px;
	z-index: 0;
}
#FlashLeft
{
	position: absolute;
	left: 35px;
	top: 170px;
}
#FlashBottom
{
	position: absolute;
	left: 0px;
	top: 470px;
}
#FlashRight
{
	position: absolute;
	left: 735px;
	top: 200px;
}

#FlashWinBtn
{
	position: absolute;
	left: -50px;
	top: -5px;
	display: none;
}

#LogoHWK
{
	position: absolute;
	left: 465px;
	top: 446px;
}

#Partner
{
	position: absolute;
	left: 0px;
	top: 720px;
	font-size: 0.75em;
}
#Partner TABLE
{
	width: 1000px;
}
#Partner TD
{
	vertical-align: top;
	white-space:Źnowrap;
	padding: 0 0.5em 2em;
}

#Header 
{
	background: white;
	text-align: center;
	border: 1px solid white;
	padding: 0 0 16px;
}

#Logo
{
	width: 32px;
	height: 40px;
	margin: 16px 0 32px;
	margin: 16px auto 32px;
	background: url(images/logo_black.png);
	text-align: center;
}

#Navigation {
	/*background: #999;*/
	position: absolute;
	right: -10px;
	top: -25px;
	font-family: Arial, Verdana;
	color: #797b7e;
}
#Navigation UL, #Navigation LI {
	margin: 0;
}
#Navigation A
{
	font-size: 11px;
	background: none;
}
#Navigation LI:hover
{
	background: none;
}
#Navigation A:hover
{
	background: none;
	text-decoration: none;
	color: #999;
}
#Navigation .menuS li ul li
{
	background: none;
}

#AdminNavigation{
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#AdminNavigation TD
{
	padding: 0.5em;	
}

#Login,#I18N {
	padding: 0.5em;
	Xbackground: #999;
	text-align: right;
	position: absolute;
	bottom: 0;
}

#I18N {
	float: right;
}
#Login A,#I18N A {
	color: #bbb;
	display: none;
}

#Search {
	padding: 0.5em;
	background: #eee;
	text-align: right;
}

#Footer {
	padding-top: 2em;
	color: #fff;
	background: #999;
	padding: 0.5em;
	text-align: center;
	clear: both;
}

#Footer A {
	color: #999;
}

