@charset "utf-8";
body {
	font-family: Arial, "新細明體";
	font-size: 12px;
	color:#666;
	background: #2B69D0 url(../images/bg.jpg) repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
}

#bgcolor {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background-image: url(../images/bg_cont.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
}

a {
	color:#666;
	text-decoration: underline;
}

a:hover{
	color:#FF6F0F;
	text-decoration: none;
}

p {
	margin: 0.75em 0em;
}

#container {
	font-family: Arial, "新細明體";
	font-size: 12px;
	color:#666;
	margin:0px;
	padding:0px;
	line-height: 18px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container_tt {
	width:960px;
	margin:0px auto;
	text-align: left;
}

h1 {
	margin:15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	color:#FF6600;
}

h2 {
    margin:30px 0px;
	border-bottom:1px solid #B9CEF0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color:#000;
}

h3 {
    margin:15px 0px;
	border-bottom:1px solid #DDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color:#333;
}

h4 {
    font-family: Arial;
	font-size: 12px;
	color: #2B69D0;
	padding:0px;
	margin:8px 0px;
}
h4 a {
	width: 150px;
	height: 29px;
	padding: 5px 15px 0px 15px;
	font-weight: bold;
	color: #2B69D0;
	text-decoration: none;
	display: block;
	background: url(../images/menu_bg.gif) no-repeat left top;
	font-family: Arial;
	font-size: 12px;
}

h4 a:hover {
    background: url(../images/menu_bg_ov.gif) no-repeat left top;
}

h5 {
	background: url(../images/pro_icon_01.gif) no-repeat left 2px;
	font-size: 12px;
	font-weight: bold;
	color:#666;
	display: block;
	margin:5px 0px;
	padding:0px 0px 0px 18px;
}

h5 a{
	text-decoration: none;    
}

h5 a:hover{
	text-decoration: underline;    
}

h6 {
    margin:15px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#339933;
}

h6 div{
    color:#FF6600;
}

#header {
	padding:50px 32px 0px 32px; 
}

#header .hea{
	background: url(../images/header_bg.gif) no-repeat center center;
	width:133px;
	height:25px;
	text-align: center;
	padding:0px;
	line-height: 30px;
}

#header .hea a{
	color:#666;
	text-decoration: none;
}
#header .hea a:hover{
	color:#FF822F;
	text-decoration: underline;
}

#youarehere {
	background: #F5F5F5;
	padding:5px 15px;
	margin:10px 20px;
	font-size: 11px;
}

#youarehere a{
	color:#2B69D0;
	text-decoration: none;
	font-weight: bold;
}

#youarehere a:hover{
    color:#FF6F0F;
	text-decoration: underline;
}

#cont {
    margin:10px 20px 30px 25px;
}

#ind_cont {
    margin:15px 15px;
}
#ind_cont .ind_tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	margin:15px 0px;    
}

.tt ul {
    padding:0px;
	margin:0px;
}
.tt li {
	background: url(../images/pro_icon_02.gif) no-repeat left 7px;
	display:block;
	margin:5px 0px;
	padding:0px 0px 0px 10px;
}

#line {
	background: url(../images/line.gif) repeat-y center top;
	padding: 8px;
}

.flo {
    float:right;
	margin:0px 10px;
}

.inp_cont {
    width:350px;
	height:16px;
	border:1px solid #CCCBCB;
}

.inp_cont_two {
    width:170px;
	height:16px;
	border:1px solid #CCCBCB;
}

.inp_cont_one {
    width:40px;
	height:16px;
	border:1px solid #CCCBCB;
}

.sel {
	width:auto;
	height:16px;
	border:1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.textarea {
    width:350px;
	height:100px;
	border:1px solid #CCCBCB;
}

.but {
	padding:1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

#bottom {
	background: url(../images/bg_bottom.jpg) no-repeat center bottom;
	height:30px;
	text-align: left;
	position: static;
}

#footer {
	background: #2B69D0;
	color:#FFFFFF;
	font-size: 11px;
	margin:0px auto;
	padding:0px 35px 10px 35px;
	text-align: left;
	position: static;
}

.tex {
	font-size: 11px;
	color:#333;
	line-height: 16px;
}

.more a {
	background: url(../images/more.jpg) no-repeat left top;
	display: block;
	float: right;
	height: 23px;
	width: 103px;
	margin:10px 0px;
	text-indent: -1000px;
    }
	
.more a:hover {
	background: url(../images/more_ov.jpg) no-repeat left top;
    }
	
.pro_top a {
	display: block;
	float: left;
	margin:10px 0px;
	background: url(../images/pro_top.gif) no-repeat left 8px;
	padding:0px 0px 0px 15px;
	font-size:10px;
	font-family: Verdana;
	text-decoration: none;
	color:#000;
    }
	
.pro_top a:hover {
	background: url(../images/pro_top_ov.gif) no-repeat left 8px;
	text-decoration: underline;
	color:#FF6600;
    }	

.sup a {
	display: block;
	float: right;
	height: 21px;
	width: 21px;
	margin:0px;
	text-indent: -1000px;
	background: url(../images/top.gif) no-repeat left top;
    }
	
.sup a:hover {
	background: url(../images/top_ov.gif) no-repeat left top;
    }
	
.ind_m01 a {
	display: block;
	float: left;
	height: 23px;
	width: 289px;
	margin:10px 0px;
	text-indent: -1000px;
	background: url(../images/ind_but_01.gif) no-repeat left top;
    }
	
.ind_m01 a:hover {
	background: url(../images/ind_but_01_ov.gif) no-repeat left top;
    }
		
.ind_m02 a {
	display: block;
	float: left;
	height: 23px;
	width: 192px;
	margin:10px 0px;
	text-indent: -1000px;
	background: url(../images/ind_but_02.gif) no-repeat left top;
    }
	
.ind_m02 a:hover {
	background: url(../images/ind_tit_02_ov.gif) no-repeat left top;
    }
	
.ind_m03 a {
	display: block;
	float: left;
	height: 23px;
	width: 192px;
	margin:10px 0px;
	text-indent: -1000px;
	background: url(../images/ind_but_03.gif) no-repeat left top;
    }
	
.ind_m03 a:hover {
	background: url(../images/ind_tit_03_ov.gif) no-repeat left top;
    }

.ind_fac a {
	display: block;
	margin:10px 0px;
	background: url(../images/icon_01.gif) no-repeat left 2px;
	color:#8FBD46;
	font-size:11px;
	text-decoration: underline;
	padding:0px 0px 0px 20px;
    }
	
.ind_fac a:hover {
	color:#FF6600;
	text-decoration: none;
    }	
.ind_pad {
    margin:5px 0px;
}	

.right_bg {
	background: url(../images/comp_right_bg.jpg) repeat-y left top;
	padding:0px 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
}

.rit_tit {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #24312C;    
}

.img_border {
    border:1px solid #E6E6E6;
}

.img_tex {
	font-weight: bold;
	color: #339933;
	text-align: center; 
	margin:5px 0px;   
}

.img_tex a {
	color: #339933;
	text-decoration: none;
}
.img_tex a:hover {
	color: #FF6F0F;
	text-decoration: underline;
}

.img_tx {
    color: #666;
}

.line {
	height:1px;
	border-top: 1px solid #DEE9F8;
	margin:10px 0px;
}

.pro_rit {
    margin:0px 0px 0px 8px;
}

.pro_rit ul {
    padding:0px;
	margin:0px 0px 10px 0px;
}

.pro_rit li {
	background: url(../images/pro_icon_03.gif) no-repeat left 5px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	list-style-type: none;
	display:block;
	padding:0px 0px 0px 10px;
}
.pro_rit li a{
	color: #999;
	text-decoration: none;    
}
.pro_rit li a:hover{
    color: #FF6F0F;
	text-decoration: underline;    
}

#pro_cont {
    padding:5px 15px 10px 15px;
	margin:0px;
	border:1px solid #ccc;
	background-color: #F5F5F5;
} 

#pro_cont ul{
    padding:0px;
	margin:5px 0px;
}

#pro_cont li{
	background: url(../images/pro_icon_04.gif) no-repeat left 5px;
	padding:0px 0px 0px 12px;
	margin:0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2B69D0;
	float:left;
	display:block;
	width:208px;
}

#pro_cont li a{
	color: #2B69D0;
	text-decoration: none;
}

#pro_cont li a:hover{
	color: #FF6600;
	text-decoration: underline;
}


.tab {
    padding:0px;
	margin:0px;
}

.tab td{
    padding:2px 5px;
}

.tab th{
	padding:2px 5px;
	background: #F4F4F4;
	font-weight: normal;
}

#tab_pro {
	padding:0px;
	margin:5px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
}

#tab_pro .dat{
	padding:5px;
	background:#0FA6DE;
	color:#fff;
	font-weight: bold;
}


#tab_pro td{
    padding:5px 10px;
	background:#E7E7E7;
	color:#333;
}

#tab_pro th{
	padding:5px 10px;
	background:#F5F5F5;
	color:#333;
	font-weight: normal;
}

.news_cont {
	font-weight: normal; 
	padding:0px;
	margin:0px;   
} 
.font_black {
	color:#666;
	font-weight: bold;
}

.ord_bd {
    border:1px solid #0FA6DE;
	padding:0px 0px 25px 0px;
}

.ord_bd ul{
    padding:0px;
	margin:5px 0px;
}

.ord_bd li{
	background: url(../images/pro_icon_04.gif) no-repeat left 5px;
	padding:0px 0px 0px 12px;
	margin:0px 0px 5px 15px;
	font-family: Verdana,;
	font-size: 10px;
	font-weight: bold;
	color: #2B69D0;
	float:left;
	display:block;
}

.ord_bd li a{
	color: #2B69D0;
	text-decoration: none;
}

.ord_bd li a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.ord_tit {
	background: #0FA6DE; 
	padding:3px 15px;
	color:#fff;
	width:80px;   
}

.ord_bunner {
	background: #E7E7E7;
	color:#000;
	padding:3px 15px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.products_lists {
    margin-bottom:20px;
    float:left;
    width:49%;
}
