/* CSS Document */
body{
	background-color: #c1effe;
	margin:0 auto;
	color : #666;
	font-family :"Open Sans","Helvetica Neue",Helvetica,verdana,微軟正黑體,"Lihei Pro",新細明體; 
	font-size :13px; 
	line-height: 180%;
	height: auto; min-height: 100%;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('http://themes.googleusercontent.com/static/fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

html{
	overflow-y: scroll;
	overflow-x: auto;
}

.clear{
	clear:both;
}

a{text-decoration:none; outline: none;}
a:visited{color: #000;}
a:link {color: #000;}
a:hover{color: #ff0000;}
a:focus { -moz-outline-style: none; }
img {border:0;}

#container{
	width: 100%;
	top:0px;
	bottom:0px;
	position: absolute;
}

#header{
    display: block;
    margin: 0 auto;
    background: url("../images/bg_header.png") repeat-x;
    width: 980px;
    height: 163px;
}

#menu{
    display: block;
    background: url("../images/bg_menu.png") repeat-x;
    width: 980px;
    height: 59px;
    margin: 0 auto;
    color: #fff;
}

#menuInside{
    display: block;
    width: 980px;
    height:59px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
}

#menu a{text-decoration:none; outline: none;}
#menu a:visited{color: #fff;}
#menu a:link {color: #fff;}
#menu a:hover{color: #10FD84;}
#menu a:focus { -moz-outline-style: none; }

#bannerSlider{
    display:block;
    background:#fff;
    width:980px;
    margin:0 auto;
}

#bannerSlider2{
    display:block;
    background:#fff;
    width:980px;
    margin:0 auto;
}


#main{
	display:block;
	margin: 0 auto;
    width: 960px;
    padding: 10px 10px 0 10px;
    background-color: #fff;
}

#footer{
	background-color: #50afe7;
	width: 960px;
	position: relative;
    left: -10px;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
    margin: 30px 0;
}

#footer a:visited{color: #fff;}
#footer a:link {color: #fff;}
#footer a:hover{color: #ff9900;}

.contactBox{
    float: right;
    display:block;
    width: 260px;
    background-color: #cdf2fe;
    border: 1px solid #89defb;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#language{
    display:block;
    float:right;
    position:relative;
    top:0px;
    right:10px;
    width:172px;
    height:27px;
    background:url(../images/bg_language.png) no-repeat;
    color: #fff;
    padding: 0 0 0 20px;
}

#language a{
    color: #fff;   
}

.title{
    font-weight:bold;
    color:#b10000;
    font-size:20px;
}

ul 
{
    list-style-image:url('../images/icon_point.png');
}

/* ======================================= */

.input_style{
	width: 450px;
	height: 35px;
	background: #fff;
	border:1px solid #999;
	font-size:20px;
}

.input_style:focus{
	border:1px solid #b10000;
	background: #ffe6e6;
}

.input_style_w{
	width: 450px;
	height: 150px;
	background: #fff;
	border:1px solid #999;
	font-size:20px;
}

.input_style_w:focus{
	border:1px solid #b10000;
	background: #ffe6e6;
}

.btn{
	display: block;
	padding: 0 20px 0 35px;
	height: 40px;
	color: #fff;
	background: url(../eng/images/button.png) no-repeat;
	border: 1px solid #000;
	font-size:20px;
	cursor:pointer;
	border-radius: 5px; 	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn:hover{
	background: url(../eng/images/button.png) 0 -40px no-repeat;
}

/* ======================================= */

.submenu{
    display: block;
    width:226px;
	height: 26px;
	color: #333;
	background: url(../images/submenu.png) no-repeat;
	font-size:20px;
	cursor:pointer;
    margin: 0 0 20px 0;
}

.submenu:hover{
    color: #333;
	background: url(../images/submenu_hover.png) no-repeat;
}

.submenu_current{
    display: block;
    width:226px;
	height: 26px;
	color: #333;
	background: url(../images/submenu_hover.png) no-repeat;
	font-size:20px;
	cursor:pointer;
    margin: 0 0 20px 0;
}