/* ---------------------------------------------------------------- 初始化 -----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
fieldset,img {
   border:0;
}
ol,ul {
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-size:12px;
}	
/* Remove the link outline */
a {
  outline:none;	/* For FF */
  noFocusLine:expression(this.onFocus=this.blur()); /* For IE */
} 
:focus {
  -moz-outline-style: none;
} /* For Firefox */ 	

html body div.clear, html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/* ------------------------------------------------------------- 基本設定 -----------------------------------------------*/
body {
	background: url(../images/bg.jpg) repeat-x #fff;	
	font-size: 13px;
	color: #535353;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	letter-spacing: 0.3px;
}
a {
	text-decoration: none;
	color: #535353;
}
a:hover {
	color: #8959a4;
}
#wrapper {
	width: 100%;
	min-width: 1003px;
	margin: 0 auto;
}
/* ----------------------------------------------------------- header_box ---------------------------------------------------*/

#header_box{
	background: url(../images/header_bg.jpg) no-repeat center top;
	height: 84px;
	width: 100%;
	margin:0 auto; 
}
#header{
	position:relative;
	width: 1003px;
	margin:0 auto; 
}

div#logo h1 {
	background:url(../images/logo.jpg) no-repeat left top;	
	width:295px;
	height:84px;
	position: absolute;
	z-index: 2;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	}
div#logo h1 a {
	display: block;
	width:295px;
	height:84px;	
	}
div.language_bar {
	display: block;
	position: absolute;
	right: 160px;
	top: 60px;
	z-index: 2;
	font-size: 11px;
}
div.language_bar a {
	padding: 3px 6px;
}
div.language_bar a:hover {
	text-decoration: underline;
}
div#logo_up{
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 20;
}


/* ---------------------------------------------------------------- nav_box主選單 -----------------------------------------------*/

div#nav_box {
	background:url(../images/nav_bg.jpg) no-repeat center top;
	width:100%;
	height:39px;
	margin:0 auto;
	position:relative;
	/*z-index:10; 有下拉選單時一定要加,才能在最上方*/ 	
	}
ul#nav_main {
	background:url(../images/nav.jpg) no-repeat;
	width: 1003px;
	height:39px;
	margin:0 auto;  	
}
ul#nav_main li {
	float:left;		
}
ul#nav_main li a {
	background:url(../images/nav.jpg) no-repeat;
	display: block;
	height:39px;	
}
ul#nav_main li a span {	
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 191px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(1) a:hover, ul#nav_main li.highlight:nth-child(1) a {	
	background-position: 0 -39px;
}
ul#nav_main li:nth-child(2) a {
    width: 169px;
	background-position: -191px 0;
}
ul#nav_main li:nth-child(2) a:hover, ul#nav_main li.highlight:nth-child(2) a {	
	background-position: -191px -39px;
}
ul#nav_main li:nth-child(3) a {
    width: 156px;
	background-position: -360px 0;
}
ul#nav_main li:nth-child(3) a:hover, ul#nav_main li.highlight:nth-child(3) a {	
	background-position: -360px -39px;
}
ul#nav_main li:nth-child(4) a {
    width: 161px;	
	background-position: -516px 0;
}
ul#nav_main li:nth-child(4) a:hover, ul#nav_main li.highlight:nth-child(4) a {	
	background-position: -516px -39px;
}
ul#nav_main li:nth-child(5) a {
    width: 150px;
	background-position: -677px 0;
}
ul#nav_main li:nth-child(5) a:hover, ul#nav_main li.highlight:nth-child(5) a {	
	background-position: -677px -39px;
}

/* ------------------------------------------------------ banner_box ------------------------------------------------------*/

div#flash_box {
	background: url(../images/banner_bg.jpg) no-repeat center top;
	width: 100%;
	height: 511px;
	position: relative;
	margin:0 auto;
}

/* --------------------------------------------------- container_box -----------------------------------------------*/

div#container_box {
	background: url(../images/content_bg.jpg) no-repeat center top;		
	width: 1003px;
	margin:0 auto; 
	height: 333px;
	position: relative;
	padding-top: 20px;
}

#container_box h4 {
	height:34px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#container{
	position:relative;
	width: 1003px;
	height:233px;
	margin:0 auto;  	
}	

/* --------------------------------------------------- container_left 關於和宜-----------------------------------------------*/

.container_left {
	position: absolute;
	top: 0px;
	left: 37px;
	width:192px;
}
.container_left span.more a{
	background: url(../images/more.jpg) no-repeat left top;
	width: 34px;
	height: 12px;
	font-size: 11px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: absolute;
	left: 160px;
	top: 120px;
	z-index: 10;
}
.container_left span.more a:hover{
	background-position:0px -12px;
}
/* --------------------------------------------------- container_center 最新消息-----------------------------------------------*/

.container_center {
	position: absolute;
	top: -3px;
	left: 250px;
	width:190px;
	margin-left: 45px;
}
.container_center ul li{
	list-style-type:disc;
	vertical-align:top;
	zoom:1;
	line-height:27px;
	border-bottom:1px solid #c9c9c9;
}
.container_center ul li:last-child {
	border-bottom:none;
}
.container_center span.more a{
	background: url(../images/more.jpg) no-repeat left top;
	width: 34px;
	height: 12px;
	font-size: 11px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: absolute;
	left: 160px;
	top: 120px;
	z-index: 10;
}
.container_center span.more a:hover{
	background-position:0px -12px;
} 
/* --------------------------------------------------- container_right 和宜專利設計-----------------------------------------------*/

.container_right {
	position: absolute;
	top: 0px;
	right: 37px;
	width:235px;
}
.container_right span.more a{
	background: url(../images/more.jpg) no-repeat left top;
	width: 34px;
	height: 12px;
	font-size: 11px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: absolute;
	right: 5px;
	top: 120px;
	z-index: 10;
}
.container_right span.more a:hover{
	background-position:0px -12px;
} 

/* --------------------------------------------------- footer_box --------------------------------------------------*/

div#footer_box {
	background:url(../images/footer_bg.jpg) no-repeat center top;
	width:100%;
	height:113px;
	position:relative;
}
div#footer1003{
	position:relative;
	width: 1003px;
	margin:0 auto; 
}
div#footer{
	position: absolute;
	top: 46px;
	left: 120px;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	/*z-index:10; 有下拉選單時一定要加,才能在最上方*/ 	
}
div#footer address a{
	color: #fff;
}
div#footer address a:hover{
	color: #8959a4;
}
/* -------------- line_icon ------------*/
.line_icon {
	background: url(../images/line.png) no-repeat right center;
	width: 50px;
	height: 50px;
	position: absolute;
	right:20px;
	top: 25px;
	z-index: 99;
	text-indent: -9999px;
}
.line_icon a {
	display: block;
	width: 50px;
	height: 50px;
}