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

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: #fff url(back_body.jpg) repeat-x left top;
	font-size: 13px;
	color: #333;
	font-family: "新細明體", Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #db000f;
}

.img-center {
	display: block;
	margin: 0 auto;
}





/* ------------------------ 框架設定 ---------------------------*/

div#wrap {
	position: relative;
	width: 951px;
	margin: 0 auto;
	padding:0;
}

/* ------------------------ header ---------------------------*/

div#header_box {
	background: url(back_header.jpg) no-repeat center top;		
	width: 100%;
	height: 215px;
	}

div#header {
	position: relative;
	height: 215px;
	z-index: 10; /*有下拉選單時一定要加,才能在最上方*/ 	
	}
div.header_logo h1 {
	background: url(logo_c.png) no-repeat left top;	
	width: 354px;
	height: 76px;
	position: absolute;
	left: 0px;
	top: 31px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width: 354px;
	height: 76px;
	text-indent: -9999px;	
	}
div.header_info {
	display: block;
	position: absolute;
	right: 36px;
	top: 24px;
	z-index: 2;
	background-color: #db000f;
	border-radius: 10px;
	padding: 0px 0 0px 15px;
}
div.header_info a {
	background:url(info_icon.jpg) no-repeat left center;	
	padding: 0 15px 0 14px;
	color: #fff;
}
div.header_info a:hover {
	text-decoration: none;
}


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

ul#nav_main {
/*	background:url(nav_main_c.jpg) no-repeat;*/
	width: 541px;
	height: 81px;
	padding:0;	
	position: absolute;
	left: 354px;
	top: 51px;
 	z-index:20; /*有下拉選單時一定要加,才能在最上方*/   	
}
ul#nav_main li {
	position:relative;
	float:left;		
}
ul#nav_main li a {
	background:url(nav_main_c.png) no-repeat;
	display: block;
	height: 81px;
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 91px;
	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 -81px;
}
ul#nav_main li:nth-child(2) a {
    width: 91px;
	background-position: -91px 0;
}
ul#nav_main li:nth-child(2) a:hover, ul#nav_main li.highlight:nth-child(2) a {	
	background-position: -91px -81px;
}
ul#nav_main li:nth-child(3) a {
    width: 91px;
	background-position: -182px 0;
}
ul#nav_main li:nth-child(3) a:hover, ul#nav_main li.highlight:nth-child(3) a {	
	background-position: -182px -81px;
}
ul#nav_main li:nth-child(4) a {
    width: 90px;	
	background-position: -273px 0;
}
ul#nav_main li:nth-child(4) a:hover, ul#nav_main li.highlight:nth-child(4) a {	
	background-position: -273px -81px;
}
ul#nav_main li:nth-child(5) a {
    width: 91px;
	background-position: -363px 0;
}
ul#nav_main li:nth-child(5) a:hover, ul#nav_main li.highlight:nth-child(5) a {	
	background-position: -363px -81px;
}
ul#nav_main li:nth-child(6) a {
    width: 87px;
	background-position: -454px 0;
}
ul#nav_main li:nth-child(6) a:hover, ul#nav_main li.highlight:nth-child(6) a {	
	background-position: -454px -81px;
}


/* ----------------------- flash / breadcrumbs ----------------------- */

.flash {
	position: absolute;
	left: 36px;
	bottom: -52px;
	z-index: 8;
	width: 227px;
	height: 135px;
	margin: 0 auto;
	}
			



/* ----------------------- 內頁框架 ----------------------- */


#container_box {
	background:url(back_container2.jpg) repeat-y right top;	
	width: 951px;
	float: left;
	margin: 52px auto 0 auto;
	position: relative;
	}

.breadcrumbs {
	position: absolute;
	right: 0px;
	top: -52px;
	z-index: 9;
	background:url(breadcrumbs_bg.jpg) no-repeat left top;
	width: 700px;
	height: 30px;
	padding: 24px 42px 0 0;
	text-align: right;
	font-size: 12px;
}	
.breadcrumbs li {
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;		
	zoom: 1;
	vertical-align: top;	
	background: url(breadcrumbs_icon.jpg) no-repeat left 5px;
	padding: 0 20px 0 16px;
}
.breadcrumbs li:last-of-type {
	color: #C00;
}
	
.container {
	background:url(back_container.jpg) no-repeat right top;
	width: 951px;
	margin: 0 auto;	
	position: relative;
	min-height: 500px;
	padding: 0;
	float: left;
}

/* ----------------------- 次選單 ------------------------ */

div.navsub {
	float:left;
	width: 185px;
	text-align: left;
	margin: 0 0 0 24px;
	font-size: 12px;	
}
div.navsub_menu {
	background:url(back_navsub.jpg) repeat-y left top;	
	width: 185px;
	padding:0;
	margin: 0 auto;
	}
div.navsub_menu h4 {
	height: 87px;
	text-indent: -9999px;
}
div.navsub_menu h4.navsub_title1 {
	background:url(navsub_title1.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title2 {
	background:url(navsub_title2.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title3 {
	background:url(navsub_title3.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title4 {
	background:url(navsub_title4.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title5 {
	background:url(navsub_title5.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title6 {
	background:url(navsub_title6.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title7 {
	background:url(navsub_title7.jpg) no-repeat left top;
}

div.navsub_menu ul {
	padding: 0 9px 30px 26px;
	min-height: 80px;
}
div.navsub_menu ul li {
	position:relative;
}
div.navsub_menu ul li:hover {
	background:url(navsub_btn1.png) no-repeat left center;	
}
div.navsub_menu ul li a {
	background: url(navsub_icon.jpg) no-repeat 4px 11px;	
	*display: inline-block;			
    display:block;
	zoom: 1;
	color: #000;
	padding: 6px 0 4px 18px;
	border-bottom: 1px dotted #d7d7d7;
}
div.navsub_menu ul li a:hover {
	background-color: #e9e9e3 ;		
	color: #990000;	
}
.navsub_bot {
	background: url(navsub_bot.jpg) no-repeat left bottom;	
	height: 19px;	
}


/* ----------------------- adv ------------------------ */

ul.navsub_adv {
	background: url(adv_bg.jpg) no-repeat left bottom;	
    width: 158px;
	padding: 10px 14px 30px 13px;
	margin: 0 auto;
}
ul.navsub_adv li a {
	display: block;
	height: 50px;
	margin: 0 0 8px 0;
    font-size: 0px;
	color: #fff;
}
ul.navsub_adv li.n1 {
	background: url(adv_01.png) no-repeat left top;
}
ul.navsub_adv li.n2 {
	background: url(adv_02.png) no-repeat left top;
}
ul.navsub_adv li.n3 {
	background: url(adv_03.png) no-repeat left top;
}


/* ----------------------- 內容頁 ------------------------ */

.container_main {
	width: 662px;
	float: left;
	padding: 0 50px 40px 30px;
	margin: 0;
}
.container_main h3.title {
	background: url(back_title.jpg) no-repeat left top;		
	font-size: 28px;
	padding: 27px 0 50px 0px;
	color: #00819e;
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
}
.container_main h3.title span {
	color: #af0508;
	margin: 0 0 0 6px;
}





/* --------------------- content_main -----------------------*/

.content_main p.font2 {
	font-size:30px;
	line-height:300px;
	text-align:center;
}
.content_main p {
	margin:0 0 16px 0;
}


/* --------------------------- 關於聯泰 --------------------------- */

.about_a02 {
	clear: both;
	margin: 70px 0 0 0;
	
}
.about_a02 dl {
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;		
	zoom: 1;
	vertical-align: top;
	width: 210px;
	margin: 0 11px 0 0;	
	padding: 0;
}
.about_a02 dl:nth-of-type(3) {
	margin: 0;	
}
.about_a02 dl dd {
	padding: 0 0 0 26px;	
}

.about_b01 {
	background: url(about_bpic2.gif) repeat-y left top;		
	}

.about_b01 ul {
	background: url(about_bpic1.gif) no-repeat left top;
	padding: 160px 10px 10px 30px;		
	}

.about_b01 ul li {
	background: url(about_icon.gif) no-repeat left 5px;	
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;		
	zoom: 1;
	vertical-align: top;
	width: 46%;
	margin: 0 1% 5px 0;
	padding: 0 0 0 14px;
	}
.about_b01 ul li:nth-of-tyep(2n) {
	margin: 0 0 5px 0;
	}
.about_b01_bot {
	background: url(about_bpic3.gif) no-repeat left top;
	height: 22px;
	}

.about_c01 ul {
	background: url(about_cpic1.gif) no-repeat left top;	
	}



/* --------------------------- 服務項目 --------------------------- */


.service_c01 {
	margin: 0 26px;
	line-height: 24px;
}
.service_c01 h4 {
	font-size: 20px;
	font-weight: bold;
	color: #C00;
	margin: 0 0 10px 0;
}
.service_c01 ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
.service_d01 dl {
	clear: both;
	margin: 20px 0 0 0;
}
.service_d01 dl dt {
	float: left;
	margin: 0 10px 0 0;
}
.service_d01 dl dd.title {
	font-weight: bold;
}


/* --------------------------- 產品列表 --------------------------- */

.products_list {
	margin: 0;
}
.products_list h4 {
	background: url(sec-title_03.gif) no-repeat right center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #bb1b21;
	padding: 0 0 0 20px;
	position: relative;
}
.products_list h4:before {
	background: url(productss_icon.jpg) no-repeat left center;
	content: "";
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 5;
	width: 18px;
	height: 14px;
}
.products_list dl {
	margin: 0 40px 20px 0;
	padding: 0 0 0 0;
	position:relative;
	width: 190px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;		
	zoom: 1;
	vertical-align:top;	
}
.products_list dl:nth-of-type(3n) {
	margin: 0 0 10px 0;	
}	
.products_list dl dt {
	width: 190px;
	min-height: 145px;
	_height: 145px;	
}	
.products_list dl dt .box {	
	text-align: center;
	font-size:0;
	width: 180px;
	height: 135px;
	display: block;
	padding: 4px;
	border: 1px solid #dedede;
}
.products_list dl dt .box *{
	vertical-align:middle;
}
.products_list dl dt .box span{
	display:inline-block;
	height:100%;
	_height:auto;
}
.products_list dl dt .box img {
	max-width: 180px;
	max-height: 135px;
	_width: 180px;
	_height: 135px;
}
.products_list .box em {
	background:transparent;
	width: 190px;
	height: 145px;	
	position: absolute;
	left: 0px;
	top: 0px;
 	z-index:20;
	cursor:pointer;
}
.products_list .box em:hover {	
	background: url(magnifier_icon.png) no-repeat center center;
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 90;
    opacity: 0.9;
}	
.products_list dl dd {
	padding: 3px 0;
}
.products_list dl dd h5 {
	font-weight: bold;
	color: #900;
	font-size: 15px;
}
.products_list dl dd p {
	margin: 0;
}




/* --------------------------- 工程實績 --------------------------- */

.case_top {
	margin: 20px 0 25px 0;
/*	background-color: #f6f6f6;
	border: 1px solid #dedede;
	padding: 15px;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	*/
	}
.case_top h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #bb1b21;
}

.case_list {
	margin: 0;
}
.case_list dl {
	margin: 0 17px 20px 0;
	padding: 0 0 0 0;
	position:relative;
	width: 150px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;		
	zoom: 1;
	vertical-align:top;	
}
.case_list dl:nth-of-type(4n) {
	margin: 0 0 20px 0;	
}	
.case_list dl dt {
	width: 150px;
	min-height: 115px;
	_height: 115px;	
}	
.case_list dl dt .box {	
	text-align: center;
	font-size:0;
	width: 140px;
	height: 105px;
	display: block;
	padding: 4px;
	border: 1px solid #dedede;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}
.case_list dl dt .box *{
	vertical-align:middle;
}
.case_list dl dt .box span{
	display:inline-block;
	height:100%;
	_height:auto;
}
.case_list dl dt .box img {
	max-width: 140px;
	max-height: 105px;
	_width: 140px;
	_height: 105px;
}
.case_list .box em {
	background:transparent;
	width: 140px;
	height: 115px;	
	position: absolute;
	left: 0px;
	top: 0px;
 	z-index:20;
	cursor:pointer;
}
.case_list .box em:hover {	
	background: url(magnifier_icon.png) no-repeat center center;
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 90;
    opacity: 0.9;
}	
.case_list dl dd {
	padding: 3px 0;
	text-align: center;
}





/* ------------------------------ 表格 ----------------------------------*/

.table1 {
	border-collapse: collapse;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #acacac;
	text-align: left;	
	margin: 0 0 20px 0;	
}
.table1 tr:nth-child(odd) {
	background: #fafafa;
}
.table1 th {
	background: url(news_title_bg.jpg) repeat-x left top;	
	text-align: center;
	font-weight: bold;
	padding:8px 6px;
	font-size: 13px;	
}
.table1 th:first-of-type {
	background: url(news_title_bg2.jpg) no-repeat right top;
}
.table1 td {
	padding:5px 6px;
	border-bottom: 1px dotted #d4d4d4;	
}
.table1 tr:last-child {
	border-bottom: 1px dotted #d4d4d4;
}
.table1 td.y1 {
	text-align:center;	
}

.table1 a.file {
	display:inline-block;
	width:16px;
	height:16px;
	background: url(file_doc.png) no-repeat left top;
	text-indent:-9999px;
	}
		

/* ----------------------------------- 新聞內頁 -------------------------------------*/




p.news_title {
	background: url(news_title_bg.jpg) repeat-x left top;	
	line-height: 20px;
	font-weight: bold;
	padding: 7px 10px;
	margin:0;
	text-align:left;
	border: 1px solid #acacac;
	font-size: 13px;
	} 
div.news_main {	
	text-align: left;
	padding: 15px 20px 0;
	margin: 0 0 10px 0;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#acacac;
}
div.news_main strong {
	font-weight:bold;
}
div.news_main p {
	margin: 0 0 14px 0;
}
div.news_main img {
	max-width: 620px;
	_width: 620px;
	height:auto !important;
}

div.news_main p.filedown {
	background:url(file_down1.png) no-repeat left center;
	padding: 20px 0 20px 30px;
	
}
div.news_main p.filedown a {
	text-decoration: underline;
}
div.news_main p.filedown a:hover {
	text-decoration: none;
}



.back_news{
	text-align: right;
}
.back_news a {
	height: 24px;
	background-color: #d5d5d5;
	border: 1px solid #acacac;
	color: #333;		
	text-align: center;
	padding: 5px 15px;	
}
.back_news a:hover {
	background-color: #ddded2;
	border: 1px solid #c1c3ab;	
}



/* ----------------------------------- 頁數 -------------------------------------*/


#pager p {
  text-align: center;
  margin: 0;
  padding: 0;
}
#pager p span {
  color: #e71f19;
  font-size: 15px;
  font-weight: bold;
  margin: 0 3px;
}
#pager ul.pages {
  display: block;
  border: none;
  text-transform: uppercase;
  font-size: 80%;
  text-align: center;
  padding: 0;
}
#pager ul.pages li {
  list-style: none;
  text-decoration: none;
  margin: 0 5px 0 0;
  display: inline;
  line-height: 30px;
  cursor: pointer;
}
#pager ul.pages li a {
  border: 1px solid #c1c3ab;
  padding: 4px 7px 4px 7px;
}
#pager ul.pages li a:hover {
  border: 1px solid #c1c3ab;
  color: #333;
  background-color: #ddded2;
}
#pager ul.pages li.pgEmpty {
  border: 1px solid #fff;
  padding: 3px 5px 3px 6px;
  color: #fff;
  cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
  border: 1px solid #fff;
  color: #fff;
  cursor: default;
  background-color: white;
}
#pager ul.pages li.pgCurrent a {
  border: 1px solid #c1c3ab;
  font-weight: bold;
  background-color: #ddded2;
  color: #333;
}

.pager_line {
  border-top: 1px dotted #a7a7a7;
  padding: 14px 0 0 0;
}

.pager_noline {
  border-top: none;
  padding: 0 0 0 0;
}

/*回目錄頁*/
.back_list {
	}
.back_list a {
	float: right;
    padding: 1px 10px 3px;
	background-color: #ddded2;
	border: 1px solid #c1c3ab;	
	text-align: center;
	color: #333;	
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    border-radius:3px;	
	margin: 20px 0 0 0;
}
.back_list a:hover {
	background-color: #582569;	
}	



/* ---------------------------- 意見表單 ----------------------------------------------*/


.contact_01 {
	position: relative;
	}

.contact_01_pic {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	}

.form_out {
	margin: -7px 0 0 0;
	border: 1px solid #eee;
	}
.form {
	line-height: 22px;
	margin: 0px;
	font-weight: bold;
}
.form th {
/*	background: url(contact_line.jpg) no-repeat right 10px;*/
	background-color: #eeeeee;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
	color: #000;
}
.form span {
	color: #C00;
}
.form td {
	background-color: #fbfbfb;
	padding: 5px 10px;
	text-align: left;
}
.form td.s1 {
	padding: 4px 10px;	
	background-color: #848484;
	color: #fff;
	font-size:15px;
	text-align:center;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;		
}
.input {
	text-decoration: none;
	border: 1px solid #dfdfdf;
	width: 200px;
	padding: 5px;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.input3 {
	background: #b7b7b7;	
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	border: none;
	border-collapse:collapse;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
	margin: 0 5px;
	cursor: pointer;	
}

div.contact_btn {
	margin:15px 0;
	text-align: center;	
	}

/* -------------------------- 位置地圖 -----------------------------*/	
		
.map {
	margin: -7px 0 0 0;
	padding: 9px;
	border: 1px solid #c2c2c2;
}	
small a {
	background: url(map_zoom.gif) no-repeat left 5px;
    margin: 4px 4px 0 0;
	float:right;
	padding: 4px 0 4px 22px;
	}


/* ------------------------ 網底 ------------------------- */

#footer_box {
	clear:both;	
	width: 100% ;
	height: 67px;
	}
#footer {
	background: url(back_footer.jpg) no-repeat left top;	
	width: 951px;
	height: 101px;
	position: relative;
	text-align: right;
	margin: 0 auto;
	
}
#footer address {
	font-size: 12px;
	padding: 50px 20px 0 0;
	font-style: normal;
	font-weight: normal;
    color: #7a7a7a;		
}
#footer address span.tel {
	background: url(icon_tel.png) no-repeat left center;
	padding: 0 0 0 18px;
	margin: 0 0 0 20px;	
}
#footer address span.fax {
	background: url(icon_fax.png) no-repeat left center;
	padding: 0 0 0 18px;
	margin: 0 0 0 20px;	
}	
