@charset "utf-8";

/*---------------reset start---------------*/
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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
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: "" "";
}

em {
	font-style: normal;
}

/*---------------reset end---------------*/


/*------------------body-----------------*/
html {
	width: 100%;
	height: 100%;
}

body {
	background: #000000;
	font-family: 'Arial', '新細明體';
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
	min-width: 1050px;
}

#side {
	position: absolute;
	background: #261f10 url('../images/menu_bg.jpg') top right no-repeat;
	/*min-width: 250px;
	max-width: 354px;
	width: 20%;
	background: #cccccc;*/
	height: 100%;
	min-height: 850px;
	z-index: 5;
	overflow: hidden;
	
}

#side h1 a {
	display: block;
	background: url('../images/logo.png') left no-repeat;
	text-indent: -9999px;
	width: 215px;
	height: 65px;
	float: right;
	margin-top: 130px;
}

#side ul {
	float: right;
	margin-top: 20px;
}

#side ul li a {
	display: block;
	width: 245px;
	height: 51px;
	background-image: url('../images/menu_normal.png');
	text-indent: -9999px;
}

#side ul li.brands a {background-position: 0 -51px;}
#side ul li.products a {background-position: 0 -102px;}
#side ul li.knowledge a {background-position: 0 -153px;}
#side ul li.news a {background-position: 0 -204px;}
#side ul li.reports a {background-position: 0 -255px;}
#side ul li.shops a {background-position: 0 -306px;}

body.about #side ul li.about a {background-image: url('../images/menu_hover.png');}
body.brands #side ul li.brands a {background-image: url('../images/menu_hover.png');}
body.products #side ul li.products a {background-image: url('../images/menu_hover.png');}
body.knowledge #side ul li.knowledge a {background-image: url('../images/menu_hover.png');}
body.news #side ul li.news a {background-image: url('../images/menu_hover.png');}
body.reports #side ul li.reports a {background-image: url('../images/menu_hover.png');}
body.shops #side ul li.shops a {background-image: url('../images/menu_hover.png');}

#side ul li a:hover {
	background-image: url('../images/menu_hover.png');
}

#main {
	display: block;
	float: right;
	/*width: 80%;
	overflow: hidden;
	background: #ff0000;*/
	min-height: 850px;
}

#top_menu {
	right: 0;
	position: absolute;
	display: block;
	width: 220px;
	height: 123px;
	z-index: 3;
}

#top_menu ul li a {
	display: block;
	position: absolute;
	background: url('../images/top_menu.png');
	text-indent: -9999px;
}

#top_menu ul li a:hover {
	background: url('../images/top_menu_hover.png');
}

#top_menu ul li.epaper a {
	width: 55px;
	height: 18px;
	background-position: -18px -26px;
	top: 26px;
	left: 18px;
}

#top_menu ul li.shopping a {
	width: 55px;
	height: 18px;
	background-position: -80px -26px;
	top: 26px;
	left: 80px;
}

#top_menu ul li.search a {
	width: 35px;
	height: 115px;
	background-position: -154px 0px;
	top: 0;
	left: 154px;
}


#main #index_flash {
	width: 1290px;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#copyright {
	text-align: center;
	color: #403724;
	font-size: 11px;
	z-index: 5;
}

#copyright {
	text-align: center;
	color: #403724;
	font-size: 11px;
}

#copyright a {
	color: #403724;
}

#copyright a:hover {
	color: #5b513c;
}

#copyright .mail {
	margin-left: 5px;
}
