/* CSS Document */
body{
	background: #222 url(../images/bg-splash.jpg) center top no-repeat;
	margin: 0;
}
div#container{
	background: url(../images/bg-splash.png) left top no-repeat;
	height: 636px;
	margin: 0 auto;
	width: 889px;
}
div#nav{
	display: block;
	height: 30px;
	padding: 23px 0 0 215px;
}
div#nav a{
	color: #FFF;
	display: block;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 4px;
}
div#nav a:hover{
	background: #111;
	color: #cf2d8e;
	text-decoration: underline;
}
div#nav span{
	color: #FFF;
	display: block;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin: 0 5px;
}
div#nav a.highlight{
	background: url(../images/bg-nav-highlight.gif) 100% top no-repeat;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 25px;
}
div#nav a:hover.highlight{
	background: url(../images/bg-nav-highlight.gif) 100% bottom no-repeat;
	text-decoration: underline;
}
div#nav a.english{
	background: url(../images/flag-english.gif) 58px center no-repeat;
	color: #FFF;
	display: block;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-decoration: none;
	padding: 0 40px 0 4px;
}
div#nav a:hover.english{
	background: #111 url(../images/flag-english.gif) 58px center no-repeat;
	color: #cf2d8e;
	text-decoration: underline;
}
div#nav a.japanese{
	background: url(../images/flag-japanese.gif) 65px center no-repeat;
	color: #FFF;
	display: block;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-decoration: none;
	padding: 0 38px 0 4px;
}
div#nav a:hover.japanese{
	background: #111 url(../images/flag-japanese.gif) 65px center no-repeat;
	color: #cf2d8e;
	text-decoration: underline;
}
div#navLeft{
	background: url(../images/bg-left-nav.png) left top no-repeat;
	height: 156px;
	margin: 130px 0 0 0;
	position: absolute;
	width: 146px;
}
div#navLeft a span{
	display: none;
}
a#btnRegister{
	background: url(../images/btn-left-register.gif) left top no-repeat;
	display: block;
	height: 28px;
	margin: 25px 0 0 20px;
	width: 107px;
}
a:hover#btnRegister{
	background: url(../images/btn-left-register.gif) left bottom no-repeat;
}
a#btnFindStaff{
	background: url(../images/btn-left-find-staff.gif) left top no-repeat;
	display: block;
	height: 19px;
	margin: 10px 0 0 20px;
	width: 114px;
}
a:hover#btnFindStaff{
	background: url(../images/btn-left-find-staff.gif) left bottom no-repeat;
}
a#btnFindOut{
	background: url(../images/btn-left-find-out.gif) left top no-repeat;
	display: block;
	height: 35px;
	margin: 10px 0 0 20px;
	width: 115px;
}
a:hover#btnFindOut{
	background: url(../images/btn-left-find-out.gif) left bottom no-repeat;
}
