/* CSS Document */

/************************* Global Links ******************************/
body{
margin:0px;
padding:0px;
background:url(../images/body_bg.jpg) left top repeat-x;
}

img{
border:0px;
}

a{
text-decoration:none;
color:#000000;
}
 
li{
list-style:none;
}

ul,h1,h2,h3,h4,h5,h6,table,p{
margin:0px;
padding:0px;
}

#pagecontainer{
margin:0 auto;
}

/******************************* Header part Layout ************************/
.topbg{
height:302px;
background:url(../images/topbg.jpg) left top no-repeat;
}

.topbg h1{
text-indent:156px;
padding-top:84px;
}

.topbg h2 img{
padding:10px 0px 0px 177px;
}

.topbg ul{
margin-left:187px;
padding:0px;
}

.topbg li{
margin-top:23px;
float:left;
padding-right:10px;
}

.home a{
width:77px;
height:28px;
display:block;
background:url(../images/home.gif) no-repeat;
}

.home a:hover{
background:url(../images/home_hover.gif) no-repeat;
}

.home_active{
width:77px;
height:28px;
display:block;
background:url(../images/home_hover.gif) no-repeat;
}

.faq a{
width:55px;
height:28px;
display:block;
background:url(../images/faq.gif) no-repeat;
}

.faq a:hover{
background:url(../images/faq_hover.gif) no-repeat;
}

.faq_active{
width:55px;
height:28px;
display:block;
background:url(../images/faq_hover.gif) no-repeat;
}

.guan a{
width:151px;
height:28px;
display:block;
background:url(../images/guan.gif) no-repeat;
}

.guan a:hover{
background:url(../images/guan_hover.gif) no-repeat;
}

.guan_active{
width:151px;
height:28px;
display:block;
background:url(../images/guan_hover.gif) no-repeat;
}

.order a{
width:88px;
height:28px;
display:block;
background:url(../images/order.gif) no-repeat;
}

.order a:hover{
background:url(../images/order_hover.gif) no-repeat;
}

.order_active{
width:88px;
height:28px;
display:block;
background:url(../images/order_hover.gif) no-repeat;
}

/******************************* Center part Layout ************************/



/******************************* Footer part Layout ************************/

.footerbg{
background:#cd8933;
height:30px;
text-transform:uppercase;
padding-top:5px;
}

.footerbg h5{
font:normal 16px "Trebuchet MS";
color:#ffffff;
float:left;
}

.footerbg h6{
font:normal 16px "Trebuchet MS";
float:right;
}

.footerbg h6 a{
color:#ffffff;
}

/********************************* END ******************************************/