@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif, "新細明體";
	}
body {
	width: 100%;
	height: 100%;
	background: url(../images/bodybg.jpg) repeat-y center top;
	text-align: center;
	}
a {
	position: relative;
	}


/*Layout Background*/
/*.OuterBg {
	width: auto;
	height: 100%;
	background: url(../images/outerbg.png) repeat-y center center;
	_background: none center center;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/outerbg.png',enabled=true, sizingMethod=scale);
	}*/
.InnerBg {
	background: url(../images/innerbg.jpg) no-repeat center top;
	}
/*Layout Wrapper*/
.Wrapper {
	margin: 0 auto;
	width: 1000px;
	}
.Debug {
	clear: both;
	line-height: 0px;
	}

/*Header*/
.Header {
	height: 100px;
	text-align: left;
	position: relative;
	}
.SWFLogo {
	padding: 0 20px;
	width: 80px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
.TextLogo {
	margin: 0 0 0 120px;
	padding: 34px 20px 28px 20px;
	width: 840px;
	height: 38px;
	}
/*SubPage Header*/
.SubHeader {
	width: 1000px;
	height: 100px;
	background: url(../images/subheader.jpg) no-repeat right top;
	text-align: left;
	position: relative;
	}
.Slogan {
	padding: 60px 20px 8px 20px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	}
/*Navigation*/
.Navi {
	height: 42px;
	background: url(../images/navi.jpg) no-repeat center top;
	overflow: hidden;
	}
ul.NaviItem {
	padding: 0 0 0 20px;
	list-style: none;
	}
ul.NaviItem li {
	height: 40px;
	list-style: none;
	display: block;
	float: left;
	}
ul.NaviItem li a {
	padding: 0 20px 0 0;
	height: 40px;
	background: url(../images/naiv_item.gif) no-repeat left bottom;
	line-height: 40px;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	text-align: left;
	text-decoration: none;
	float: left;
	}
ul.NaviItem li a:hover, ul.NaviItem li a.LinkNow {
	background: url(../images/naiv_item_right_over.gif) no-repeat right bottom;
	color: #CC0000;
	cursor: pointer;
	}
ul.NaviItem li a span {
	padding: 0 0 0 30px;
	}
ul.NaviItem li a:hover span, ul.NaviItem li a.LinkNow span {
	background: url(../images/naiv_item_left_over.gif) no-repeat left bottom;
	line-height: 40px;
	display: block;
	}
	
/*Index Banner*/
.BannerBox {
	width: 100%;
	height: 300px;
	}
/*Index categories*/
.IndexProCate {
	padding: 0 0 3em 0;
	}
.IndexProCate ul {
	list-style: none;
	}
.IndexProCate ul li {
	width: 200px;
	list-style: none;
	text-align: left;
	float: left;
	}
.IndexProCate h3 {
	padding: 0 0 0 15px;
	margin: 0 1px 10px 1px;
	background: url(../images/line_title.png) repeat-x left bottom !important;
	_background: url(../images/line_title.gif) repeat-x left bottom;
	font-size: 13px;
	line-height: 45px;
	letter-spacing: 1px;
	color: #333333;
	display: block;
	}
.IndexProCate a {
	padding: 0 0 0 20px;
	background: url(../images/dot_3.gif) no-repeat left center;
	line-height: 2em;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	display: block;
	}
.IndexProCate a:hover {
	text-decoration: underline blink;
	color: #CC0000;
	}
	
/*Footer*/
.Footer {
	background: url(../images/line_footer.gif) repeat-x left top;
	line-height: 30px;
	font-size: 11px;
	color: #666666;
	text-align: left;
	}
.Footer a {
	color: #333333;
	}
.Footer a:hover {
	color: #999999;
	}
	
	
/*SubPage*/
.Container {
	padding: 30px 0 50px 0;
	background: url(../images/content_bg.gif) no-repeat right bottom;
	text-align: left;
	}
.ColLeft {
	width: 210px;
	float: left;
	}
.ColRight {
	padding: 0 30px 0 20px;
	width:  740px;
	float: left;
	}
	
/*Col Left*/
.DeBox {
	margin: 0 auto 10px auto;
	width: 202px;
	}
.DeBoxTitle {
	padding: 0 0 0 1em;
	height: 39px;
	background: url(../images/colleft_title.gif) no-repeat left top;
	font-size: 20px;
	line-height: 39px;
	color: #000000;
	}
.DeBoxContent {
	padding: 0 1px;
	background: url(../images/colleft_conent.gif) no-repeat left top;
	}
.DeBoxBottom {
	height: 4px;
	background: url(../images/colleft_bottom.gif) no-repeat left top;
	line-height: 1px;
	}
.DeBoxContent span a {
	padding: 0 10px 0 20px;
	width: 170px;
	height: 31px;
	background: url(../images/colleft_item.gif) repeat-x 0 0;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	line-height: 31px;
	color: #666666;
	display: block;
	}
.DeBoxContent span a:hover, a.LinkLeftNow {
	background: url(../images/colleft_item_over.gif) repeat-x 0 0;
	color:#CC0000;
	font-weight: bold;
	}
.DeBoxContent p {
	padding: 10px 20px;
	font-size: 12px;
	color: #666666;
	line-height: 2em;
	}
.DeBoxContent b {
	color: #333333;
	}
.IllusBox {
	height: 180px;
	background: url(../images/bodyleft.gif) no-repeat center center;
	}
	
/*Col Right*/	
.PageHeading {
	height: 60px;
	background: url(../images/line_title.gif) repeat-x left bottom;
	}
.PageHeading span {
	padding: 0 0 0 40px;
	background: url(../images/dot_heading.gif) no-repeat left center;
	font-size: 30px;
	line-height: 60px;
	}
.PageContent {
	padding: 40px;
	font-size: 13px;
	line-height: 2em;
	color: #666666;
	}
.SubPageContent {
	padding:  20px 40px 40px 40px;
	font-size: 13px;
	line-height: 2em;
	color: #666666;
	}

/*Proudcut List*/
.ProdList {
	margin: 0 auto;
	width: 620px;
	list-style: none;
	display: block;
	}
.ProdList li {
	padding: 10px 0;
	width: 620px;
	height: 114px;
	overflow: hidden;
	}
.ProdImgSmall {
	width: 114px;
	height: 114px;
	background: url(../images/prod_list_bg.gif) no-repeat 0 0;
	display: block;
	float: left;
	}
.ProdImgSmall img {
	margin: 6px;
	border: 1px solid #efefef;
	}
.ProdName {
	margin: 0 25px;
	width: 450px;
	height: 30px;
	background: url(../images/line_divide.gif) repeat-x left bottom;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	display: block;
	float: left;
	}
.ProdBrief {
	margin: 0 25px;
	width: 450px;
	height: 84px;
	font-size: 12px;
	line-height: 1.5em;
	color:#999999;
	float: left;
	display: block;
	}
.SubProdMenu {
	height: 37px;
	display: block;
	}
.SubProdMenu li {
	margin: 0 3px 0 0;
	height: 35px;
	border: 1px solid #C0C0C0;
	list-style: none;
	float: left;
	}
.SubProdMenu li a {
	padding: 0 15px;
	background: url(../images/subprodmenu.jpg) repeat-x 0 0;
	height: 35px;
	font-size: 13px;
	line-height: 35px;
	text-decoration: none;
	color: #666666;
	display: block;
	float: left;
	cursor: pointer;
	}
.SubProdMenu li a:hover {
	background: url(../images/subprodmenu.jpg) repeat-x 0 -35px;
	color: #CC0000;
	}
.SubProdMenu li a h3 {
	font-size: 13px;
	}
.SubProList {
	width: 660px;
	padding: 10px 0;
	}
.SubProList a {
	margin: 2px;
	width: 160px;
	height: 160px;
	background: url(../images/prod_list_mid_bg.gif) no-repeat 0 0;
	float: left;
	}
.SubProList span#note {
	display: none;
	}
.SubProList img {
	margin: 4px;
	border: 1px solid #efefef;
	}
.SubProNote {
	padding: 10px;
	background: url(../images/line_title.gif) repeat-x 0 -2px;
	font-size: 13px;
	color: #666666;
	line-height: 1.5em;
	}
	
/*Contact*/
.ContactInfo {
	padding: 10px;
	margin: 0 0 20px 0;
	background: url(../images/line_divide.gif) repeat-x left bottom;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	}
.ContactInfo h3 {
	font-size: 20px;
	font-weight: normal;
	color: #CC0000;
	line-height: 2em;
	}
.ContactInfo b {
	width: 70px;
	color: #333333;
	display: block;
	float: left;
	}
.ContactInfo span {
	color: #CC0000;
	}
.ContactInfo a {
	color: #333333;
	text-decoration: underline;
	}
.ContactInfo a:hover {
	color: #999999;
	text-decoration: underline;
	}
.ContactForm {
	margin: 0 auto;
	width: 600px;
	list-style: none;
	}
.ContactForm li {
	padding: 2px 0;
	width: 600px;
	display: block;
	overflow: hidden;
	}
.Alert {
	padding: 5px;
	color: #FF0000;
	font-size: 10px;
	}
.ContactForm li h4 {
	width: 140px;
	font-size: 13px;
	color: #666666;
	line-height: 30px;
	float: left;
	}
.InputBorderShort {
	padding: 3px 5px;
	width: 220px;
	border: 1px solid #cccccc;
	}
.InputBorderLong {
	padding: 3px 5px;
	width: 440px;
	border: 1px solid #cccccc;
	}
.TextAreaBorder {
	padding: 3px 5px;
	width: 440px;
	height: 145px;
	border: 1px solid #cccccc;
	}
.BtnSend {
	background: url(../images/subprodmenu.jpg) no-repeat 0 0;
	width: 80px;
	height: 35px;
	border: 1px solid #C0C0C0;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	cursor: pointer;
	}
.BtnSendOver {
	background: url(../images/subprodmenu.jpg) no-repeat 0 -35px;
	width: 80px;
	height: 35px;
	border: 1px solid #cccccc;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	}

