/* CSS Document */
html
{
    overflow-y:scroll;
	overflow-x:hidden;
	height:100%;
}

body
{
    height:100%;
    background-color:#000000;
	color:#FFFFFF;
	margin:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img
{
    border-width:0px;
}

#main
{
	margin: 0 auto;
	width:950px;
	position:relative;
	top:5%;
}

#content
{
	width:950px;
	/*height:521px;*/
	height:580px;
	margin:0 auto;
	text-align:left;
}

li
{
    list-style:none;
	text-align:right;
	font-size:16px;
	padding-right:14px;
	padding-bottom:6px;
}

a, a:visited, a:hover
{
    text-decoration:none;
	color:#FFFFFF;
}

#menu
{
    width:310px;
	height:580px;
	float:left;
}

#menu_top
{
    width:270px;
	height:203px;
	background-image:url(images/menu_top.jpg);
	float:right;
}

#menu_middle
{
    width:310px;
	height:auto;
}

#menu_bottom
{
    width:310px;
	height:68px;
	background-image:url(images/menu_bottom.jpg);
}

#language
{
    width:270px;
	height:18px;
	font-size:11px;
	text-align:right;
	padding-right:40px;
}

#language_active
{
}

#language_deactive
{
    color:#666666;
}

.selector
{
    padding-left:5px; 
	visibility:hidden; 
	position:relative; 
	top:3px;
}

#detail
{
    float:left;
    background-image:url(images/xmas.jpg);
	width:640px;
	height:519px;
	background-repeat:no-repeat;
	background-position:top 26px;
}

.submenu
{
	font-size:11px; 
	padding-right:15px; 
	color:#cccccc;
}