/*======================
RESET
========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size:12px;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1.3;
color: black;
text-align: center;
background: #dcdcdc url(../images/site_background.png) repeat-y 50% 0;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*======================
    HEADER
========================*/
.container
{
	margin: 0 auto;
	width: 960px;
	text-align: left;	
}

#header
{
	float:none;
	width: 100%;
	height: 205px;
}

#logo
{
	background: url(../images/index_logo.jpg) no-repeat;
	display: block;
	position: relative;
	left: 64px;
	top: 30px;
	float: left;
	width: 234px;
	height: 175px;
}

#title h1
{
	visibility:hidden
}

#title
{
	background: url(../images/index_title.jpg) no-repeat;
	display: block;
	position: relative;
	left: 94px;
	top: 70px;
	float: left;
	width: 562px;
	height: 98px;
}

#intro
{
	float: none;
	width: 100%;
	height: 318px;
}

#welcome h2
{
	visibility:hidden
}

#welcome
{
	background: url(../images/index_intro_tc.jpg) no-repeat;
	display: block;
	position: relative;
	left: 170px;
	top: 55px;
	width: 620px;
	height: 150px;
}

#footer
{
	width: 100%;
	height: 177px;
}

#language-menu
{
	margin: 0 0 0 151px;
	padding: 0;
	list-style: none;
}

#language-menu li
{
	margin: 0 17px 0 17px;
	float: left;	
}

#eng
{
	background: url(../images/index_button_eng.jpg) no-repeat;
	display: block;
	width: 186px;
	height: 105px;
}

#tc
{
	background: url(../images/index_button_tc.jpg) no-repeat;
	display: block;
	width: 186px;
	height: 105px;
}

#jp
{
	background: url(../images/index_button_jp.jpg) no-repeat;
	display: block;
	width: 186px;
	height: 105px;
}

#eng span
{
	display: block;
	text-indent: -99999px;
}

#tc span
{
	display: block;
	text-indent: -99999px
}

#jp span
{
	display: block;
	text-indent: -99999px;
}

#eng:hover
{
	background-position: 0 -105px;
}

#eng:hover span
{
	background: url(../images/index_intro_eng.jpg) no-repeat;
	display: block;
	position: relative;
	top: -263px;
	left: 2px;
	width: 620px;
	height: 150px;
}

#tc:hover
{
	background-position: 0 -105px;
}

#tc:hover span
{
	background: url(../images/index_intro_tc.jpg) no-repeat;
	display: block;
	position: relative;
	top: -263px;
	left: -218px;
	width: 620px;
	height: 150px;
}

#jp:hover
{
	background-position: 0 -105px;
}

#jp:hover span
{
	background: url(../images/index_intro_jp.jpg) no-repeat;
	display: block;
	position: relative;
	top: -263px;
	left: -437px;
	width: 620px;
	height: 150px;
}