html,
body
{
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-repeat: repeat-y;
	background-position: center;
	font-family: tahoma, sans-serif;
	font-size: 0.9em;
}

.hide
{
	position: absolute;
	left: -9999px;
}

h1
{
	position: absolute;
	left: -9999px;
}

#wrapper
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 785px;
	height: 600px;
	background-image: url(bg-wrapper.gif);
	background-repeat: no-repeat;

	position: relative;
}

#languageswitch
{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 210px;
	top: 125px;
	text-transform: uppercase;
}

#languageswitch,
#languageswitch a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#tagline
{
	position: absolute;
	top: 235px;
	left: 420px;
	z-index: 2;
	
 	width: 120px; 
	height: 210px;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 43px; 
	
	background-image: url(bg-door.png);
	background-repeat: no-repeat;
	
	color: #F3F0D9;
	font-size: 1.4em;
	text-align: right;
	line-height: 1.2em;
}

#highlightdesc
{
	position: absolute;
	top: 235px;
	left: 420px;
	z-index: 2;
	
 	width: 125px; 
	height: 240px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px; 
	
	background-image: url(bg-door.png);
	background-repeat: no-repeat;
	
	color: #F3F0D9;
	font-size: 1.1em;
	text-align: right;
	line-height: 1.2em;
}

#highlightdesc h3
{
	font-size: 0.8em;
	line-height: 1em;
	text-align: left;
	padding-left: 13px;
}

#highlightdesc p
{
	margin-top: 20px;
}

#highlightdesc ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	position: absolute;
	left: 20px;
	bottom: 15px;
	width: 122px;
}

#highlightdesc ul li
{
	float: left;
	width: 50%;
}

#highlightdesc ul li,
#highlightdesc ul li a
{
	color: #F3F0D9;
	text-transform: uppercase;
	font-weight: bold;
}

#tagline strong
{
	font-weight: normal;
}

#highlight
{
	position: absolute;
	top: 180px;
	left: 540px;
	z-index: 3;
	
	width: 111px;
	height: 111px;
	background-image: url(highlight.gif);
	background-repeat: no-repeat;
}

.en #highlight
{
	background-image: url(highlight-en.gif);
}

#highlight:hover
{
	cursor: pointer;
}

#highlight *
{
	position: absolute;
	left: -9999px;
}

#mainnav
{
	position: absolute;
	top: 480px;
	z-index: 1;
	
	float: left;
	min-height: 37px;
	width: 660px;
	
	padding: 0;
	margin: 0;
	padding-left: 90px;
/* 	padding-right: 160px; */
	list-style-type: none;
	
	background-image: url(bg-mainnav.jpg);
	background-repeat: repeat-y;
}

#mainnav li
{
	float: left;
	
	padding-top: 12px;
	margin-right: 10px;
	
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	
/* 	border: 1px solid; */
}

#mainnav li a
{
	color: #246B05;
	text-decoration: none;
}

#mainnav li a:hover
{
/* 	text-decoration: underline; */
	color: #000;
}

#mainnav li acronym,
#mainnav li abbr
{
	border-bottom: 0;
}

#second-nav-box
{
	position: absolute;
	top: 205px;
	left: 80px;
}

h2#hl-secondnav
{
	clear: left;
	background-color: #226B05;
/* 	text-align: center; */
	text-transform: uppercase;
	width: 142px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	font-size: 0.8em;
	font-weight: normal;
}


#second-nav
{
	text-transform: uppercase;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	font-size: 0.8em;
}

#second-nav li
{
	border-top: 1px solid #FFF;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#second-nav a
{
	color: #FFF;
	text-decoration: none;
}

#second-nav a:hover
{
	text-decoration: underline;
}

#peelcorner
{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 98; 
	width: 119px; 
	height: 115px;
	background-image: url(dogear-small.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
	padding:0;
	margin:0;
	text-align: right;
}

#peel
{
	width: 100%;
	height: 115px;
	display: block;
}

#peel span
{
	position: absolute;
	left: -10000px;
}

#peelcorner a#peel img 
{
	width: 100%;
	height: 100%;
}

#peelcorner a, 
#peelcorner a:hover 
{
	text-decoration: none;
	border:none;
	padding:0;
	margin:0;
	display: block;
	background: none;
}

#peelcorner a#peel:hover
{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 99; 
	width: 500px; 
	height: 500px;
	display: block;
	background-image: url(dogear-big.gif);
	background-repeat: no-repeat;
	background-position: right top;
}