@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------------------------------flora v1.0 | 20091225*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,/* ol, ul, li,*/
fieldset, form, label, legend,
caption, tbody, tfoot, thead{margin: 0;padding: 0;border: 0;outline: 0;/*background: transparent;----限定設定底色*/}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}/* remember to define focus styles! 重點風格*/
focus {outline:0;}/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
body {line-height: 1;}
p{margin-top:5px;}
/*------------------------------------------------------------------------------------------------------end*/


/*最外圍*/
#wrapper{width:1003px;margin: 0px auto;}
/*logo 跟E-MAIL*/
#logo{width:1003px;height: 60px;clear: both;}
#logo h1{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 60px;
	width: 176px;
}
#logo h1 a{height: 60px;width: 176px;display:block;font-size:0px;line-height: 0px;}
#logo .topnav{
	float: right;
	width:500px;
	margin-top: 10px;
	text-align: right;
}
/*top資訊*/
#header{clear: both;width: 1003px;height: 511px;}

/*中間資訊*/
#main{width: 1003px;clear: both;}
/*box1 波浪散熱墊*/
#main .box1{width: 1003px;}
#main .box1 .b1left{
	margin-top:15px;
}
#main .box1 .b1left li{
	background-image: url(images/1-ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:6px;
	padding: 3px 3px 3px 10px;
}
#main .box1 .b1right{margin:62px 0;}

/*box2 設計獎*/
#main .box2{width: 1003px;}
#main .box2 .b2left{
	width:580px;
	margin:20px 0 0 48px;
}
/*box3 尺寸*/
#main .box3{
	height: 88px;
	width: 689px;
	clear: both;
	padding: 30px 0 0 310px;
}
#main .box3 li{
	background-image: url(images/3-ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 3px 3px 15px;
}

/*版權宣告 footer*/

#footer{
	clear: both;
	width: 1003px;
	text-align: right;
	padding:10px 5px;
	border-top: 1px dashed #cdcaca;
}



