/*環境整合*/       
html,body,div,span,ol,ul,li,dl,dt,dd,p,br,pre,hr,h1,h2,h3,h4,h5,h6,a,img,b,i,u,big,em,form {
  padding: 0;
  margin: 0;
  border: 0;
}
ul, ol, li{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.clr{
   clear:both;
	}


body {
	background-color: #24355c;
}



/* 整體 */
#layout {
	text-align:center;
	margin:0 auto;
	width:1000px;
	 }
	 
#main {
	width:1000px;
	height:750px;
	background:url(image/index_bg.jpg) no-repeat;
 }

#header {
height:142px;
}


#primary {
height:341px;
}


#primaryLeft {
float: left;
width: 490px;
height:341px;
font-family: Arial,細明體;
text-align:left;
color:#ffffff;
}



#primaryLeft h2{
font-size:25px;
font-weight:bold;
padding:15px 25px;
}

#primaryLeft ul{
margin-left:20px;
}



#primaryLeft ul li{
font-size:17px;
font-weight:normal;
padding:3px 10px;
list-style-type:disc;
}


#primaryRight {
float:right; 
height:341px;
}

#mainProducts {
padding-top: 20px;
}

#mainProducts p{
padding-top: 10px;
}




/*產品*/	

#products{
height:174px;
}



#products ul{
/*padding: 15px 10px;*/
margin-left:7px;
margin-top:15px;
}


#products ul li{
display:inline;
float:left;
margin-left:20px;
width:119px;
}

#products ul li img{
width:119px;
height:90px;
}

#products ul li p{
color:#000000;
text-align:left;
font-size:12px;
font-family: Arial,細明體;
width:119px;
margin-bottom:5px;
height:50px;
}



#foot {
background-color: #23355b;
margin-top:5px;
font-size:12px;
font-family: Arial,細明體;
}

#foot ul {
text-align:center;
}


#foot li{
color:#FFFFFF;
float:left;
}



#foot ul li span {
margin:0 10px;
color:#FFFFFF;
}

#foot ul li span a{
text-decoration:none; 	
color:#FFFFFF;
}
	
#foot ul li span a:hover {
text-decoration:underline;
color:#fbfe00;
}

#foot p {
color:#FFFFFF;
text-align:center;
font-size:12px;
margin-top:10px;
}

