/* CSS Document */
*{padding: 0px; margin: 0px;}
#page-layout
{
	width: 1200px;
	margin: auto;
	position: relative;
}

#logo
{
	display:none;
	position: absolute;
	top: 40px;
	left: 40px;
}

#navi-background
{
	position: absolute;
	left: 0px;
	top: 154px;
	width: 1200px;
	height: 409px;
	background-color: #272727;
	z-index: 2;
	
}

#navi-background-flash-wrapper
{
	position: absolute;
	left: 0px;
	top: 154px;
	width: 100%;
	height: 409px;
	background-color: #000000;
	z-index: 12;
}

#navi-background-flash
{
	position: relative;
	width: 500px;
	height: 409px;
	margin: auto;
}

#logo-flash
{
	position: absolute;
	top: 164px;
}

#frmNavi
{
	width:230px;
	float:left;
	overflow: hidden;
	position: absolute;
	left: 28px;
	top: 157px;
	z-index: 10;
	padding: 10px;
	background-color: #272727;
}

.spacer{height: 20px;}

div.mainMenu
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

div.subMenu
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:0px;
	display:none;
}

div.subMenu2
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:0px;
	
	display:none;
}


#frmContent
{
	width:790px;
	height:680px;
	
	float:left;
	border-style:none;	
	overflow:hidden;
}


a
{
	color:transparent;
}

/* FLASH */
#okatcontent
{
	width: 1200px;
	height: 550px;
	position: absolute; 
	z-index: 1; 
	left: 0px;
	top: 154px;
}