@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif "微軟正黑體";
	font-weight: normal;
}
h1 > span{
	color: #00afcc;
}
#wrapper{
	background-image:url(../images/idx_top_bg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto ;
}
#top{
	position: relative;
	width:1000px;
	height: 164px;
}
#language{
	position: absolute;
	width: 250px;
	height: 40px;
	left: 20px;
	top: 15px;
	text-align: left;
}

#language a{
	font-family: Arial, Helvetica, sans-serif "微軟正黑體";
	font-size: 12px;
	color: #868686;
	text-decoration: none;
}
#language > a:hover{
	color: #00A3BB;
}
#search {
	position: absolute;
    height: 40px;
    overflow: hidden;
	width: 250px;
	top:50px;
	left: 20px;
}
#search input {
    background: none repeat scroll 0 0 #dcdcdc;
    border: 1px solid #BFBFBF;
    float: left;
    height: 18px;
    opacity: 0.6;
    width: 166px;
}
#search p {
    font-size: 14px;
    font-weight: bold;
}
#search img{
	border: 0px;
}
#logo{
	position: absolute;
	top: 20px;
	right: 80px;
}
#logo img{
	border: 0px;
}
#menu{
	position: absolute;
	width: 1000px;
	top: 110px;
	right: 18px;
}
#menu > ul{
	list-style-type: none;
}
#menu li{
	float: left;
    list-style-type: none;
    margin: 0 30px 0 0;
}
#menu li a{
	font-family: Arial, Helvetica, sans-serif "微軟正黑體";
	color: #00a3bb;
	font-size: 16px;
	text-decoration: none;
}
#menu li a:hover{
	color: #000;
}
#banner{
	margin: 0;
}
#master{
}
#new_products{
	width: 1000px;
	height: 333px;
	color: #767676;
}
#new_products_title{
	margin: 0 0 0 60px;
}
#footer{
	background:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #97ecfe;
	height: 157px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif "微軟正黑體";
	color: #363636;
	text-align: center;
	padding: 50px 0 0 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	line-height: 30px;
}
#footer > a{
	text-decoration: none;
	color: #363636;
}
#footer > a:hover{
	color: #868686;
}
.copyright{
	padding: 30px 0 0 0;
	color: #FFF;
}