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

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: #bebebe url(back_body.jpg) repeat-x left top;	
	font-size: 12px;
	color: #6b6b6b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a {
	color: #545454;
	text-decoration: none;
}
a:hover {
	color: #d35c5c;
}



/* ---------------------------------------------------------- 內頁背景 --------------------------------------------------*/


div#wrap_box {
	background: url(back_wrap1.jpg) repeat-y left top;		
	width: 1003px;
	margin: 0 auto;
}
div#wrap {	
	background: url(back_wrap2.jpg) no-repeat left top;	
	width: 942px;
	padding: 0 30px 0 31px;
	position: relative;	
}

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

div#header {
	position: relative;
	width:942px;
	padding: 27px 0 0 0;
	height:274px;
	z-index:10; /*有下拉選單時一定要加,才能在最上方*/ 	
	}

div.header_logo h1 {
	background:url(logo_c.jpg) no-repeat left top;		
	width:265px;
	height:66px;
	position: absolute;
	left: 44px;
	top: 27px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:265px;
	height:66px;
	text-indent: -9999px;	
	}
	
div.header_info {
	display: block;
	position: absolute;
	right: 26px;
	top: 52px;
	z-index: 2;
	padding: 3px 8px 2px;
	font-size: 11px;
	color: #C00;
}
div.header_info a {
	padding: 3px 10px;
	text-decoration: underline;
}
div.header_info a:hover {
	text-decoration: none;
}


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

ul#nav_main {
	background:url(nav_main_c_1.jpg) no-repeat;
	width: 942px;
	height:39px;
	padding: 0;	
	position: absolute;
	left: 0px;
	top: 106px;
 	z-index:20; /*有下拉選單時一定要加,才能在最上方*/   	
}
ul#nav_main li {
	position:relative;
	float:left;		
}
ul#nav_main li a {
	background:url(nav_main_c_1.jpg) no-repeat;
	display: block;
	height:39px;	
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 154px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(2) a {
    width: 160px;	
	background-position: -154px 0;
}
ul#nav_main li:nth-child(3) a {
    width: 159px;	
	background-position: -314px 0;
}
ul#nav_main li:nth-child(4) a {
    width: 160px;	
	background-position: -473px 0;
}
ul#nav_main li:nth-child(5) a {
    width: 159px;	
	background-position: -633px 0;
}
ul#nav_main li:nth-child(6) a {
    width: 150px;	
	background-position: -792px 0;
}

ul#nav_main li:nth-child(1) a:hover {	
	background-position: 0 -39px;
}
ul#nav_main li:nth-child(2) a:hover {	
	background-position: -154px -39px;
}
ul#nav_main li:nth-child(3) a:hover {	
	background-position: -314px -39px;
}
ul#nav_main li:nth-child(4) a:hover {	
	background-position: -473px -39px;
}
ul#nav_main li:nth-child(5) a:hover {	
	background-position: -633px -39px;
}
ul#nav_main li:nth-child(6) a:hover {	
	background-position: -792px -39px;
}


ul#nav_main li ul {
	display:none;
	}
ul#nav_main li:hover ul {
	display:block;
	position:absolute;
	top:38px;
	left:0px;
	padding:5px;	
	margin:0;
	background-color:#fff;
	z-index:999;
	border:1px solid #efefef;
	border-top:none;
	}
ul#nav_main li:hover ul li {
	border-bottom:1px dotted #ccc;
	background-color:#fff;
	}
ul#nav_main li:hover ul li:last-child {
	border-bottom:none;
	}	
ul#nav_main li:hover ul li a {
	background:none;
	display:block;
	height:auto;
	padding:4px 5px;	
	color:#333;
	width:138px;
	text-align:center;
}
ul#nav_main li:hover ul li.t1 a {
	width:132px;
}
ul#nav_main li:hover ul li.t2 a {
	width:128px;
}
ul#nav_main li:hover ul li a:hover {
	color:#fff;
	background-color:#d60000;	

}
	
	
/* ------------------------------------------------------ flash ------------------------------------------------------*/


div.flash {
	width: 942px;
	height: 121px;
	position: absolute;
	left: 0px;
	top: 145px;	
	z-index: 10;	
}	


/* ------------------------------------------------------ container ------------------------------------------------------*/

.container {
	width:942px;
	margin: 0;
	padding: 0 0 20px 0;
	position: relative;
	float:left;
}


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

div.navsub {
	background:url(back_navsub.jpg) no-repeat center top;
	float:left;
	width: 200px;
	text-align: center;
	padding:0 38px 0 0;	
	min-height:460px;
	_height:460px;	
}
div.navsub h4 {
	height:30px;
	text-indent:-9999px;
	margin:0 0 6px 0;	
}
div.navsub h4.navsub_title1 {
	background:url(navsub_title1.jpg) no-repeat left top;
}
div.navsub h4.navsub_title2 {
	background:url(navsub_title2.jpg) no-repeat left top;
}
div.navsub h4.navsub_title3 {
	background:url(navsub_title3.jpg) no-repeat left top;
}
div.navsub h4.navsub_title3a {
	background:url(navsub_title3a.jpg) no-repeat left top;
}
div.navsub h4.navsub_title4 {
	background:url(navsub_title4.jpg) no-repeat left top;
}
div.navsub h4.navsub_title4a {
	background:url(navsub_title4a.jpg) no-repeat left top;
}
div.navsub h4.navsub_title5 {
	background:url(navsub_title5.jpg) no-repeat left top;
}
div.navsub h4.navsub_title6 {
	background:url(navsub_title6.jpg) no-repeat left top;
}
div.navsub h4.navsub_title7 {
	background:url(navsub_title7.jpg) no-repeat left top;
}

ul.navsub_menu {
	width:174px;
	padding:0;
	margin: 0 auto 20px;
}
ul.navsub_menu li {
	border-bottom:1px dotted #e6e6e6;
	position:relative;
}
ul.navsub_menu li a {
	*display: inline-block;			
    display:block;
	zoom: 1;
	padding: 10px 0 6px 0;
	
}
ul.navsub_menu li a:hover {
	background-color:#f3e3e3;
	color: #000;
}

/* 第二層 */
ul.navsub_menu li ul {
	display:none;
	}
ul.navsub_menu li:hover ul {
	display:block;
	position:absolute;
	top:1px;
	left:190px;
	border:1px solid #D8D8D8;
	padding: 4px;
	background-color:#fff;
	z-index: 100;
	}
ul.navsub_menu li:hover ul li a {
	background:none;
	width:140px;
	background-color:#fff;
	padding:6px 15px;
	*display: inline-block;			
    display:block;
	zoom: 1;
	}
ul.navsub_menu li:hover ul li a:hover {
    background-color:#999798;
	color:#fff;
}	
ul.navsub_menu li:hover ul li:last-child a {
	border-bottom:none;
	}



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

ul.navsub_adv {
    width:174px;
	margin: 0 auto;
}
ul.navsub_adv li a {
	display: block;
	height:49px;
	margin: 0 0 10px 0;
    font-size:0px;
	color:#fff;
}
ul.navsub_adv li.n1 {
	background: url(adv_01.jpg) no-repeat left top;
}
ul.navsub_adv li.n2 {	
	background: url(adv_02.jpg) no-repeat left top;
}

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

.container_main {
	width: 703px;
	float: left;
	padding: 0;
	margin: 0;
	line-height:22px;
}
.container_main h3.title {
	height:30px;
	text-indent:-9999px;
}
.container_main h3.title11 {
	background:url(title_11.jpg) no-repeat left top;
}
.container_main h3.title21 {
	background:url(title_21.jpg) no-repeat left top;
}
.container_main h3.title22 {
	background:url(title_22.jpg) no-repeat left top;
}
.container_main h3.title31 {
	background:url(title_31.jpg) no-repeat left top;
}
.container_main h3.title31a {
	background:url(title_31a.jpg) no-repeat left top;
}
.container_main h3.title32 {
	background:url(title_32.jpg) no-repeat left top;
}
.container_main h3.title41 {
	background:url(title_41.jpg) no-repeat left top;
}
.container_main h3.title42 {
	background:url(title_42.jpg) no-repeat left top;
}
.container_main h3.title51 {
	background:url(title_51.jpg) no-repeat left top;
}
.container_main h3.title52 {
	background:url(title_52.jpg) no-repeat left top;
}
.container_main h3.title61 {
	background:url(title_61.jpg) no-repeat left top;
}
.container_main h3.title71 {
	background:url(title_71.jpg) no-repeat left top;
}
.container_main h3.title72 {
	background:url(title_72.jpg) no-repeat left top;
}


.content_main {
	padding: 20px;
}

.content_main p {
	margin: 0 0 20px 0;
}

.content_main p.font1 {
	margin: 0 0 6px 8px;
	color:#C00;
}
.content_main p.font1 a {
	color:#C00;
}
.content_main p.font1 a:hover {
	color: #069;
	text-decoration: underline;
}

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



/* -------------------------------------------------- company -----------------------------------------------*/

.company {
	background:url(back_about1.jpg) no-repeat left top;
	min-height:400px;
	_hiehgt:400px;
	}
.company h4 {
	background:url(icon01.jpg) no-repeat left 18px;
	color:#000;
	margin: 0 0 6px 343px;
	padding: 10px 0 0 14px;
	}	
ul.style2 {
	margin: 0 0 50px 343px;
	}
ul.style2 li {
	width:320px;
	padding:6px 0;
	border-bottom:1px dotted #b8b8b8;
	}
ul.style2 li:first-child {
	border-top:1px dotted #b8b8b8;
	}		
	
ul.box1 {
}
ul.box1 li {	
	width: 176px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;
	margin:0 10px 16px 10px;
	padding: 0;	
	zoom: 1;
}
ul.box1 li:nth-child(2) {	
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin:0 16px 16px 16px;
	padding: 0 27px;
	min-height: 240px;
	_height: 240px;
}
ul.box1 li img {
	width:166px;
	height:94px;
	display: block;	
	border:5px solid #c6c6c6;			
}
ul.box1 h5 {
	background:url(icon01.jpg) no-repeat left center;
	color:#000;
	padding: 0 0 0 14px;
}



.box2 {
	margin:0 12px 0 16px;
}

ul.tree {
	margin: 10px 0 0 0;
	}
ul.tree li {
	background-color:#b21d23;
	padding: 4px 0 1px 10px;
	color:#fff;
	border:1px solid #b21d23;
	margin: 0 0 10px 0;
	}	
ul.tree li ul {
    margin: 0 0 0 -10px;
	}	
ul.tree li ul li {
	background-color:#fff;
	padding: 0 40px;
	color:#333;
	border:1px solid #fff;
	margin: 0;	
	font-weight:bold;
	}	
ul.tree li ul li ul li {
	font-weight:normal;
	}	


ul.box4 {
	margin: 10px 14px 0 14px;
}
ul.box4 li {
	width: 140px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;
	margin:0 21px 20px 0;
	padding: 0;	
	zoom: 1;
}
ul.box4 li:nth-child(4n) {
	margin:0 0 0 0;
}
ul.box4 li img {
	width:130px;
	height:90px;
	display: block;	
	border:6px solid #cf585a;			
}



/* ----------------------------------------------------- material_list -----------------------------------------------*/
	
ul.material_list {
	background:url(back_material.jpg) no-repeat left top;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
	}
ul.material_list li {
	width:100%;
	min-height:140px;
	_height:140px;	
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;	
	zoom: 1;	
	position: relative;	
	margin: 0;		
	padding: 0;
	}

ul.material_list li .pic {
	width:130px;
	height:100px;
	}
ul.material_list li .pic img {
	width:130px;
	height:100px;	
	border:5px solid #c6c6c6;		
	}	
ul.material_list li .pic1 {
	position: absolute;
	top:0px;
	left:10px;
	}
ul.material_list li .pic2 {
	position: absolute;
	top:0px;
	left:160px;
	}	
	
	
ul.material_list li p {
	margin:0 10px 0 330px;
	}		
ul.material_list li p.title {
	background:url(icon01.jpg) no-repeat left center;
	color:#000;
	padding: 0 0 0 14px;
	font-size: 13px;
	font-weight:bold;
	margin: -4px 0 0 316px;
	}	

/* ----------------------------------------------- material_video -----------------------------------------------*/

.material_video {
	padding: 0 16px;
	}

ul.style1 {
	background:url(material_a07.jpg) no-repeat right bottom;
	width:371px;
	float:left;
	margin: 0 0 0 20px;
	padding: 0 0 68px 0;
	border-top:16px solid #c00303;
	}
ul.style1 li {
	padding:13px 10px;
	border:1px solid #d2d2d2;
	border-top:none;
	}
ul.style1 li:first-child {
	border-top:1px solid #d2d2d2;
	}	
ul.style1 li span {
	font-weight:bold;
	padding: 0 6px 0 0;
	color:#000;
	}	

/* ----------------------------------------------- 大宗廢料標購 -----------------------------------------------*/

ul.box3 {
	margin: 20px 16px 0 16px;
}
ul.box3 li {
	width: 307px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;
	margin:0 14px 0 0;
	padding: 0 0 30px 0;	
	zoom: 1;
}
ul.box3 li:nth-child(2n) {
	margin:0 0 0 0;
}
ul.box3 li img {
	width:293px;
	height:190px;
	display: block;	
	border:7px solid #cf585a;			
}


/* ----------------------------------------------- 聯絡我們 -------------------------------------------------*/	

	
.contact h5 {
	font-size: 15px;
	color: #a30000;
    margin: 0 0 4px 4px;		
	}
.contact p {
	margin: 0 0 0 4px;
	line-height: 22px;
	}			
.contact ul{
    margin: 0 0 10px 0;	
	}	
.contact li {
	background: url(icon01.jpg) no-repeat 6px center;
	padding: 0 0 0 20px;
	}
.contact li span {
	color:#fff;	
	}	
.contact small a {
	background: url(icon02.gif) no-repeat left 5px;	
	font-size:12px;
    margin: 4px 4px 0 0;
	float:right;
	padding: 4px 0 4px 22px;
	}	
	
/* ----------------------------------------------------- 意見表單 ------------------------------------------------------*/


.form_out {
	margin: 10px 0 0 0;
	padding: 10px 0px;
	}
.form {
	line-height: 22px;
	margin: 0px;
	font-weight: bold;
}
.form th {
	background: url(contact_line.jpg) no-repeat right 8px;
	text-align: right;
	padding: 4px 10px 5px 0px;
	font-weight: bold;
	vertical-align: top;
}
.form span {
	color: #C00;
}
.form td {
	padding: 5px;
	text-align: left;
}
.form .thk {
	background: url(contact_line2.jpg) no-repeat right 2px;
}
.form .thr {
}
.input {
	text-decoration: none;
	border: 1px solid #ddd;
	width: 200px;
	height: 20px;
	padding:1px 4px;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}
.input3 {
	background: #d35c5c;	
	color: #fff;
	text-decoration: none;
	width: 72px;
	height: 20px;
	padding: 0 0 2px 0;
	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;
}
div.contact_btn {
	margin:15px 0;
	text-align: center;	
	}


	
/* ------------------------------------------------------ 位置地圖 ---------------------------------------------------*/	
	
.map {
	margin: 0;
	padding: 9px;
	border: 1px solid #E3E3E3;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}	
.mapfont a {
	color: #0000ff;
	float: right;

}	





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

#footer {
	clear:both;
	background: url(back_footer.jpg) no-repeat left top;	
	width:1003px;
	height:130px;
	margin: 0 auto;
	line-height: 16px;
	position: relative;
	font-size: 11px;
}
#footer address {
	padding: 56px 33px 0 280px;
	font-style: normal;
	font-weight: normal;
    color: #545454;		
}
#footer address span {
	position:absolute;
	right:33px;
	top:36px;
	}
	
