
/*common css-navLink*/
#navLink {
	width: 100%;
	min-width: 1020px;
	height: 80px;
	padding: 10px 0;
	background-color: #ffffff;
	font-family: Arial, "微軟正黑體";
	text-align: center;	
}

.navLink {
	position: absolute;
	z-index: 999;
	top: 602px;
}

.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #f7f7f7;
}

#navLink > ul {
	display: inline-block;
}

#navLink > ul > li {
	float: left;
	width: 125px;
	height: 80px;
	border-left: 1px solid #CCC;
	text-indent: -9999px;
}

#navLink .link1 {
	background: url(../images/link_01.png) no-repeat left top;
}

#navLink .link2 {
	background: url(../images/link_02.png) no-repeat left top;
}

#navLink .link3 {
	background: url(../images/link_03.png) no-repeat left top;
}

#navLink .link4 {
	background: url(../images/link_04.png) no-repeat left top;
}

#navLink .link5 {
	background: url(../images/link_05.png) no-repeat left top;
}

#navLink .link6 {
	background: url(../images/link_06.png) no-repeat left top;
}

#navLink .link7 {
	background: url(../images/link_07.png)  no-repeat left top;
}

#navLink .link8 {
	background: url(../images/link_08.png)  no-repeat left top;
	border-right: 1px solid #CCC;
}

#navLink > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
}

#navLink .navLinks:hover {
	background-position: right top;
}

#navLink .selected {
	background-position: right top;
}

#navLink .subLink {
	display: none;
	text-align: center;
	width: 100%;
	margin-left: -1px;
	padding-top: 10px;
	border: 1px solid #CCC;
	border-top: none;
	background-color: #FFF;
	text-indent: 0px;
}

#navLink .subLink > li {
	width: 100%;
	line-height: 40px;
	font-size: 15px;
}

#navLink .subLink > li a {
	display: block;
}

#navLink .subLink > li a:hover {
	background-color: #e94609;
	color: #FFF;
}

/*common css-contactFormLeft*/
/*#contactTxt { 
	clear:both;
	width: 100%;
	min-width: 1000px;
	padding: 15px 0 0;
	background-color: #555;
	font-size: 16px;
	line-height: 30px;
	font-family: Arial, "微軟正黑體", "新細明體"
}

#contactTxt a {
	color: #fff;
}

#contactTxt a:hover {
	color: #ffee00;
}

#contactTxt #contactText {
	width: 960px;
	margin: 0 auto;
}

#contactTxt #info {
	float: left;
	width: 500px;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
}

#contactTxt h2 {
	width: 100%;
	margin: 0 0 15px;
	padding-top: 40px;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	text-align: left;
}

#contactTxt ul {
	margin-top: 15px;
}

#contactTxt ul li {
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 25px;
}

#contactTxt .tel {
	background: url(https://static.digiwin.com/images/icons.png) no-repeat left top;
}

#contactTxt .mail {
	background: url(https://static.digiwin.com/images/icons.png) no-repeat left -25px;
}

#contactTxt .fb {
	background: url(https://static.digiwin.com/images/icons.png) no-repeat left -50px;
}

#contactTxt #iframeForm {
	float: right;
	width: 410px;
}
*/
/*iframe {
	width: 100%;
	margin: 0 0 -10px;
	border: 0;
}*/

/*#contactTxt {width: 100%; min-width: 1000px; background-color: #555; padding: 15px 0 0; font-size: 16px; line-height: 30px; font-family: Arial, "微軟正黑體", "新細明體"}
#contactTxt p {color: #fff;}
#contactTxt a {color: #fff;}
#contactTxt a:hover {color: #ffee00;}
#contactTxt #contactText {width: 960px; margin: 0 auto; color: #fff;}
#contactTxt #info {width: 500px; color: #fff; font-size: 17px; line-height: 30px; text-align: left; float: left;}
#contactTxt h2 {width: 100%; font-size: 36px; line-height: 36px; color: #fff; margin: 0 0 15px; padding-top: 40px; text-align: left;}
#contactTxt ul {margin-top: 15px;}
#contactTxt ul li {padding-left: 30px; line-height: 25px; margin-bottom: 10px;}
#contactTxt .tel {background: url(../images/icons.png) no-repeat left top;}
#contactTxt .mail {background: url(../images/icons.png) no-repeat left -25px;}
#contactTxt .fb {background: url(../images/icons.png) no-repeat left -50px;}
#contactTxt #iframeForm { width: 410px; float: right;}
iframe { width: 100%; margin: 0 0 -10px;}
*/
