html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code,em, font, img, dl, dt, dd, ol, ul, li,
 tr, th, td {
	margin: 0;
	padding: 0}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* ================================================================== */
body {
	background-color:#27343C;
	font-family:Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	font-size:15px;
	line-height:1.86em;
	letter-spacing:1px;
	margin:15px 0;
	cursor:url(http://www.minwt.com/img/minwtoff.ani);
}

a {
	text-decoration:none;
	cursor:url(http://www.minwt.com/img/minwton.ani), pointer;
}
a:hover{
	text-decoration:underline;	
	cursor:url(http://www.minwt.com/img/minwton.ani), pointer;
}

li a {
	font-size:12px;
	color:#4c4c4c;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
a img {border:0;}

/*--------------------------------------------------------------------------------------------------*/
#outbox {
	width:990px;
	margin:0 auto;
	background-color:#FFFFFF;
}
/* =============================================  版 頭 ============================================ */
#header {
	height:240px;
	background:url(images/layout.gif) no-repeat;
}
/*--------------------------------------------------------------------------------------------------*/
#pagemenu {
	height:50px;
}
#pagemenu ul {
	float:left;
}
#pagemenu li {
	float:left;
	margin-left:4px;
	margin-top:15px;
}
#pagemenu li a {
	width:50px;
	height:30px;
	background-color:#FFFFFF;
	line-height:30px;
	text-align:center;
	padding:0 10px;
}
#pagemenu li.on a {
	width:50px;
	height:30px;
	background-color:#606060;
	line-height:30px;
	text-align:center;
	padding:0 10px;
	color:#fff;
}
#pagemenu li a:hover {
	margin-top:-7px;
	padding-bottom:7px;
}
/*--------------------------------------------------------------------------------------------------*/
#homebox a{
	width:330px;
	height:145px;
	display:block;
	margin-bottom:5px;
}
/*--------------------------------------------------------------------------------------------------*/
#navigation {height:25px; overflow:hidden;}
#navigation .selectbox {
	float:left;
}
#navigation .selectbox li {
	float:left;
}
/* =========================================  搜尋======================================= */

#searchItem ul ,#searchItem ul li form{margin:0;padding:0;}
#searchItem ul li{float:left; margin-right:2px;}
#searchItem span{float:left;}
#searchItem ul li a{display:inline-block; padding:0 5px;}
#searchItem ul li.onSearch a{background:#606060; color:#fff;}
#searchCont{float:left;}

/*--------------------------------------------------------------------------------------------------*/
.selectbox ul{
	margin:0 0 3px 0;
	padding:0;
}
.selectbox li a {
	float: left;
	background:transparent url(images/menu.gif) no-repeat;
	color:#382E1F;
	height:28px;
	line-height:28px;
	padding:0 20px;
	width:auto;
}
.selectbox li a:hover {
	background-position:0 -31px;
}
.selectbox li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-9999em;
}
.selectbox li a.home:hover {
	background-position:0 -124px;
}


/* =========================================  中間區塊 ======================================= */
#mid {
	background:#fff;
	padding:10px 20px;
	overflow:auto;	
}

/* =========================================  版尾 ======================================= */
#footer {
	background:url(images/layout.gif) no-repeat left -240px;
	text-align:center;
	line-height:50px;
	color:#999999;
	font-size:11px;
	clear:both;
}
#footer a {color:#0099FF;}
#footer a:hover {color:#888888;}

