/************************************************************************************
RESET
*************************************************************************************/
* {
-webkit-text-size-adjust:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0 0 0 0 ;
    padding: 0 0 0 0 ;
}

img, fieldset {
    border: 0;
	outline:none;
}


/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    background:  #FFFFFF ;
	font-family: "Arial, Helvetica, sans-serif" ,"微軟正黑體";
    color: #666;
}
a {
    color: #026acb;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
	cursor: pointer;
}
p { 
    margin: 0 0 0 0;
    padding: 0;
}

/* list */
ul, ol {
    margin: 0 0 0 0;
    padding: 0;
	list-style:none;
	line-height: normal;/*避免listing會走位*/
}
li {
    margin: 0 0 0 0;
    padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    margin: 0 0 0 0 ;
    color: #CCCCCC;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}

/************************************************************************************
header
*************************************************************************************/
#green_bar{
	width: 100%;
	height:6px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	background-color:#23958d;
}



#header{
	width:950px;
	height:165px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	position:relative;
}



/************************************************************************************
Aout_Us
*************************************************************************************/
#wrap_about_us{
	width:950px;
	padding:15px 0 30px 0;
	margin:0 auto 0 auto;
	position:relative;
}

#head{
	width:950px;
	height:46px;
	padding:0 0 0 0;
	margin:0 0 22px 0;
	position:relative;
}

#company_strength{
	width:950px;
	height:380px;
	margin:0 0 30px 0;
	padding:0 0 0 0;
	position:relative;
	background-image:url(../images/company_strength.jpg);
}

#content{
	width:950px;
	padding:5px 0;
	margin:0 0 40px 0;
	position:relative;
}

#content p{
	color:#666;
	font-size:14px;
	line-height:24px;
	text-align:justify;
	text-decoration:none;
}

#production_capacity{
	width:950px;
	height:225px;
	margin:0 0 40px 0;
	padding:5px 0;
	position:relative;
}

#production_capacity img{
	float:left;
}

#quality_management{
	width:850px;
	height:332px;
	margin:0 0 0 0 ;
	padding:5px 50px;
	position:relative;
}

#quality_management img{
	float:left;
}


	
	
/************************************************************************************
Footer
*************************************************************************************/


#wrap_footer{
	width:100%;
	height:124px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


	

	




