@charset "utf-8";
@import url("reset.css");

html, body, .WRAPPER {
	margin:0;
	padding:0;
}
body{
	background-color: #FFFFFF;
	background-repeat:repeat;
	background-position:initial initial;
    -webkit-background-size:1920px 1500px; /* 此行可以強迫ipad照你指定的背景尺寸 */
	/*background-attachment:fixed;*/
	height: 100%;
}
.wrapper{
	width:900px;
	min-height: 100%;
	height: 100%; /* IE在高度不夠時會自動撐開層*/
	margin: 0 auto;
	text-align: 0px;
	position:relative;
	overflow: hidden;
}
.cut_outer{
	background-image: url(../images/a_header_bg.jpg);
	background-position: 50% 0;
	background-repeat: repeat no-repeat ;
	width:100%;
	z-index: -800px;
}
.cnt_inner{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
}
.header{
	width:900px;
	height: 280px;
	margin: 0 auto;
}
.page{
	padding-bottom: 60px;/* 必須使用和footer相同的高度 */ 
}
.langauge {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	display: inline;
	float: right;
	position: relative;
}
.langauge a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
}
.langauge a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	cursor: pointer;
}
.logo{
	width: 300px;
	height: 45px;
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline;
}
.banner{
	width: 900px;
	height: 205px;
	margin: 0 auto;
}
.menu{
	background-color: #6E6E6E;
	width: 900px;
	height: 35px;
	margin: 0 auto;
	font-size:15px;
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
}
.menu ul {
	list-style-type:none;/* 重設ul邊界與留白為零 */
    padding: 0;
    margin-left: 130px;/* 5個-50px */
}
.menu ul li {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
}
.menu ul li a{
	/* 將a改為區塊元件，以便指定寬高 */
	display:block;
	width: 150px;
	color: #FFFFFF;
}
.menu ul li a:hover{
	/* 將a改為區塊元件，以便指定寬高 */
	width: 150px;
	color: #CCFF00;
	cursor: pointer;
}
.menu ul li a:active{
	/* 將a改為區塊元件，以便指定寬高 */
	width: 150px;
	color: #23566C;
	cursor: pointer;
}
/* -------產品選單 ------- */
.content{
	width: 900px;
	margin: 0 auto;
}
.sidebar{
	width: 180px;
	position: relative;
	float: left;
	margin-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #333333;
	height:400px;
}
.sidebar_title{
	width: 164px;
	margin-top: 20px;
	margin-left: 5px;
}
/* ---------- 大小與定位 ---------- */
.submenu{
	width: 180px;
	position: relative;
	float: left;
	margin-left: 50px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #FFFFFF;
}
.submenu ul {
	list-style-type:disc;/* 重設ul邊界與留白為零 */
    padding: 0;
    margin: 0;
}
.submenu ul li {
	float: left;
}
.submenu ul li a{
	/* 將a改為區塊元件，以便指定寬高 */
	display:block;
	width: 180px;
	color: #FFFFFF;
}
.submenu ul li a:hover{
	/* 將a改為區塊元件，以便指定寬高 */
	width: 180px;
	color: #CCFF00;
	cursor: pointer;
}
.submenu ul li a:active{
	/* 將a改為區塊元件，以便指定寬高 */
	width: 180px;
	color: #CCFF00;
	cursor: pointer;
}
.submenu ul li ul {
	clear:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

.footer{
	position: fixed;
	background-image: url(../images/a_footer_bg.jpg);
	width: 100%;
	height: 60px;
	clear: both;
	bottom: 0;
	margin-top: 50px;
}
.footer .picono {
	display:none;
}
.footer a.watches,
.footer .picono a{
	color:#858585;
	text-decoration:none;
}
.footer a.watches:hover,
.footer .picono a:hover{
	color:#379647;
	text-decoration:underline;
}
.clearfooter{
	clear:both;
	height:60px; 
}
.footer .copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-align : center;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 22px;
}
.footer .copy a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-align : center;
	line-height: 22px;
}
.footer .copy a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-align : center;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 60px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #000000;
    color: white;
    cursor: pointer;
    z-index: 5000px;
}