@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}
a {
outline:none;
}
html, body {
height:1000px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/body_bg.jpg) top center;
}
.clear {
clear:both;
height:0;
line-height:0;
font-size:0;
}
#bg {
margin:0 auto;
width:897px;
height:650px;
background:url(../images/bg.jpg) no-repeat;
border-left:4px solid #CCCCCC;
border-right:4px solid #CCCCCC;
border-bottom:4px solid #CCCCCC;
}
#about_us_bg {
margin:0 auto;
width:897px;
height:640px;
background:url(../images/about_us_bg.jpg) no-repeat 0 -10px;
border-left:4px solid #CCCCCC;
border-right:4px solid #CCCCCC;
border-bottom:4px solid #CCCCCC;

}
#home, #about, #pcb, #composites {
float:left;
display:inline;
border-bottom:1px solid #862E0A;
}
#home {
width:144px;
margin:120px 0 0 40px;
}
a.home {
width:144px;
height:120px;
display:block;
}
#about {
width:151px;
margin:120px 0 0 79px;

}
a.about {
width:151px;
height:120px;
display:block;
}
#pcb {
width:150px;
margin:120px 0 0 70px;
}
a.pcb {
width:150px;
height:120px;
display:block;
}

#composites {
width:150px;
margin:120px 0 0 70px;
}
a.composites {
width:150px;
height:122px;
display:block;
}
a.text {
color:#862E0A;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
#box {
width:283px;
height:262px;
float:left;
display:inline;
font-size:14px;
background:url(../images/box.png);
margin:70px 0 0 40px;
}
#box p {
color:#FFFFFF;
padding:30px 20px 10px 20px;
}