/************************************************************************************
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;
}



/************************************************************************************
Adv
*************************************************************************************/
#wrap_adv{
	height:490px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:relative;
	width:100%;
}

#adv{
	width:950px;
	height:480px;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
	position:relative;
	box-shadow:4px 4px 10px -2px rgba(20%,20%,20%,0.5);
	-moz-box-shadow: 4px 4px 10px #CCC;
    -webkit-box-shadow: 4px 4px 10px #CCC;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCC')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCC');

}



/************************************************************************************
Product
*************************************************************************************/

#wrap_product{
	width:950px;
	height:310px;
	padding:0 0 0 0;
	margin:10px auto 0 auto;
	position:relative;
}

#products{
	width:218px;
	height:310px;
	padding:0 0 0 0;
	position:relative;
	float:left;
}

.right_margin{
	margin-right:26px;
}



/************************************************************************************
News
*************************************************************************************/
#wrap_news{
	width:100%;
	padding:0 0 0 0;
	margin:24px 0 0 0;
	position:relative;
	background:#f1f1f2;
}

#news_container{
	width:950px;
	padding:32px 0 32px 0;
	margin:0 auto 0 auto;
	position:relative;
}

#news{
	width:562px;
	padding:5px 50px 5px 0;
	margin:0 0 0 0;
	position:relative;
	float:left;
	border-right: dashed 1px #CCC;
}

#news h1{
	color:#000;
	line-height:40px;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}


#news ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
}

#news ul li{
	font-size:16px;
	line-height:40px;
	color:#333;
}

#news ul li a{
	font-size:16px;
	line-height:40px;
	color:#333;
}

#news ul li a:hover{
	font-size:16px;
	line-height:40px;
	color: #999;
}


#contact_us{
	width:286px;
	padding:5px 0 5px 0;
	margin:0 0 0 0;
	float:right;
}

#contact_us h1{
	color:#000;
	line-height:40px;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:6px;
}

#contact_us p{
	font-size:14px;
	line-height:24px;
	color:#333;
}

#contact_us p a:hover{
	text-decoration: underline;
}

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


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


	

	




