@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
	font-size: 0.75em;
	width:100%;
	height:100%;
	background-color:#000000;
	background-image:url(../images/center_bg.jpg);
background-repeat:no-repeat;
background-position:center 30%;
}

#header{
	margin:0px;
	width:100%;
	height:110px;
	position:relative;
	background-image:url(../images/header_bg.jpg);
}
#header #content{
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	height:110px;
	position:relative;
	background-image:url(../images/header_blue.jpg);
}

#header #content #logo{
	position:absolute;
	width:177px;
	height:106px;
	top: 18px;
	left: 45px;
	z-index:99;
	cursor:pointer;
}

#header #content #social_btn{
	position:absolute;
	width:176px;
	height:25px;
	top: 8px;
	right: 118px;
	cursor:pointer;
}
#header #content #about_btn{
	position:absolute;	width:226px;	height:66px;	top: 42px;	left: 187px;overflow:hidden;	cursor:pointer;
}

#header #content #food_btn{
	position:absolute;	width:226px;	height:66px;	top: 42px;	left: 410px;overflow:hidden;	cursor:pointer;
}

#header #content #adv_btn{
	position:absolute;	width:226px;	height:66px;	top: 42px;	left: 632px;overflow:hidden;	cursor:pointer;
}

#header #content #water_btn{
	position:absolute;	width:226px;	height:66px;	top: 42px;	left: 858px;overflow:hidden;	cursor:pointer;
}

#header #content #about_btn img,#header #content #food_btn img,#header #content #adv_btn img,#header #content #water_btn img{
	position:absolute;	width:226px;	height:132px;	top: 0px;	left: 0px;
}

#header #content #about_btn img:hover,#header #content #food_btn img:hover,#header #content #adv_btn img:hover,#header #content #water_btn img:hover{
	position:absolute;	width:226px;	height:132px;	top: -66px;	left: 0px;
}


#header #content .selected img{
	position:absolute; top: -66px !important;	left: 0px;
}








/* ----------------------------------------------------------------------------------- */

#container
{
	position: relative;
	width: 100%;
	min-height: 560px;
	position:relative;
}

#container .content
{
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	min-height: 560px;
	position:relative;
}
/* ----------------------------------------------------------------------------------- */





#footer{
	margin:0px;
	width:100%;
	height:40px;
	position:fixed;
	bottom:0px;
	background-image:url(../images/footer_bg.jpg);
}

#footer #content{
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	height:40px;
	position:relative;
}

#footer #content .menu{
	width:359px;
	height:20px;
	position:absolute;
	top: 10px;
	left: 70px;
	float:left;
}

#footer #content .menu .item{
	height:23px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	float:left;
}

#footer #content .menu .item img{
	height:46px;
	top:0px;
	left:0px;
	position:absolute;
	
}

#footer #content .menu .item img:hover{
	height:46px;
	top:-23px;
	left:0px;
	position:absolute;
}

#footer #content #copyright{
	position:absolute;
	top:2px;
	right: 120px;
	width:358px;
	height:38px;
}


/*----------------*/

#contact_panel
{
	width:100%;
	height:100%;
	background-image:url(../images/black_bg.png);
	background-repeat:repeat;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	display:none;
}

#contact_panel .container
{
	width:400px;
	height:145px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:50%; 
	margin-top:-122px;
}

#contact_panel .container .picture
{
	width:400px;
	height:145px;
	position:relative;
}

#contact_panel .close
{
	width:50px;
	height:50px;
	overflow:hidden;
	position:absolute;
	top: -20px;
right: -20px;
cursor:pointer;
}

#contact_panel .close img
{
	width:50px;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
}

#contact_panel .close img:hover
{
	width:50px;
	height:100px;
	position:absolute;
	top:-50px;
	left:0px;
}

