@charset "big5";
/* CSS Document */
*{
	padding:0;
	margin:0;
    font-family:Arial, Helvetica, sans-serif, 微軟正黑體;
}

body{
}

#wrapper {
	width:1500px;
	margin:0 auto;
}

/* =======標題區======== */
#header{
	position:relative;
	height:80px;
	margin-top:150px;
}
#header h1{
	background-image:url(img/vitalizing_logo.jpg);
	width:410px;
	height:55px;
	margin-left:80px;
	text-indent:-9999px;
}
#header ul{
	position:absolute;
	border-left:0px #c99d03 solid;
	left: 550px;
	top: 5px;
	width: 850px;
}
#header li{
	list-style-type:none;
	float:left;
}
#header li a{
	display:block;
	width:200px;
	height:50px;
	line-height:52px;
	font-size:18px;
	text-decoration:none;
	color:#c99d03;
	background-color:#fff;
	text-align:center;
	border-bottom:0px #c99d03 solid;
	border-top:0px #c99d03 solid;
	border-right:0px #c99d03 solid;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
#header li a:hover{
	background-color:#c99d03;
	color:#fff;
	font-weight:bold;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
#header2{
	position:relative;
	height:80px;
	margin-top:150px;
}
#header2 h2{
	background-image:url(img/vii_logo.jpg);
	width:410px;
	height:62px;
	margin-left:80px;
	text-indent:-9999px;
}
#header2 ul{
	position:absolute;
	border-left:0px #c99d03 solid;
	left: 550px;
	top: 5px;
	width: 850px;
}
#header2 li{
	list-style-type:none;
	float:left;
}
#header2 li a{
	display:block;
	width:200px;
	height:50px;
	line-height:52px;
	font-size:18px;
	text-decoration:none;
	color:#2355a5;
	background-color:#fff;
	text-align:center;
	border-bottom:0px #c99d03 solid;
	border-top:0px #c99d03 solid;
	border-right:0px #c99d03 solid;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
#header2 li a:hover{
	background-color:#2355a5;
	color:#fff;
	font-weight:bold;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
/* =======內容區======== */
#content{
	width:1500px;
	float:left;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0px;
}
