/* header menu */

#header-wrap{
    position: relative;
    background-image:  url("/image_common/header_background01.gif");
    background-repeat: repeat-x;
    background-color:#ffffff;
    height: 100px;
    width:850px;
    margin:0;
}
.header-logo {
  position: relative;
    height: 62px;
    width: 141px;
    left: 0;
    top: 0;
    float:left;
    padding: 0 0 0 25px;
    margin: 0;
}
.header-top-bt {
    position: relative;
    height: 62px;
    width: 640px;
    left: 0;
    top: 0;
    float:right;
    text-align: right;
    padding: 0 30px 0 0;
    margin: 0;
}
.header-top-bt ul {
    float:right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-top-bt ul li {
    float:left;

}
.livesearch0{
    position: absolute;
    height: 0px;
    width: 136px;
    left: 490px;
    top: 12px;
    padding: 0;
    margin: 0;
}


/* header popup menu */

a.img-current{
    float:left;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
}
div.popup {
    width:100%;
    background-position:0 18px;
    background-image:  url("/image_common/header_background02.gif");
    background-repeat: no-repeat;
    z-index: 101;
    position:absolute;
    height: 39px;
    top:61px;
    left:0px;
    font-size: 11px;
    text-align: left;
}
div.popup a{
    color:#000000;
    text-decoration: none;
    display: block;
    line-height: 2em;
    width: 161px;
}
div.popup a:hover img{
    float:left;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
}
div.submenu {
    z-index: 100;
    border: solid 1px #cccccc;
}
div.submenu a:hover,div.submenu a:hover.noborder{
    color:#ffffff;
    background: #3B80AE;
    text-decoration: none;
}
div.submenu a{
    background-color: #F9F9F9;
    border-bottom: solid 1px #cccccc;
}
div.submenu a.noborder{
    background-color: #F9F9F9;
    border-bottom: none;
}
#popup1{
    position:absolute;
    top:0px;
    left:25px;
}
#popup2{
    position:absolute;
    top:0px;
    left:122px;
}
#popup3{
    position:absolute;
    top:0px;
    left:204px;
}
#popup4{
    position:absolute;
    top:0px;
    left:365px;
}
#popup5{
    position:absolute;
    top:0px;
    left:449px;
}
#popup6{
    position:absolute;
    top:0px;
    left:552px;
}
#popup7{
    position:absolute;
    top:0px;
    left:674px;
}
div.submenu {
    visibility: hidden;
    position: absolute;
    top: 39px;
    left: 0px;
}

/* footer menu */

#foot{
    position:absolute;
    left: 13px;
    bottom: 0px;
    height: 143px;
    width: 824px;
    font-size: 10px;
}

#foot-menu1 ul {
    width:510px;
    height:25px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
#foot-menu1 ul li {
  float: left;
  background: transparent url("/image_common/footer_list_style.gif") no-repeat scroll left center;
  padding: 0 0 0 10px;
  margin: 0 13px 0 0;

}
#foot-menu1 ul li a{
    display: block;
    padding:0 3px;
    text-decoration: none;
}
#foot-menu1 ul li a:hover{
    text-decoration: none;
    background-color: #cce9fe;
}
#foot-menu2 {
    clear: both;
    color: #ffffff;
    margin: 30px auto 0;
}
#foot-menu2 ul.foot-group {
    width:210px;
    float: left;
    height:39px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
#foot-menu2 ul.foot-group li {
    float: left;
    padding: 0;
    margin: 0 5px 0 0;
}
#foot-menu2 ul.foot-group li.topspace {
    float: left;
    background: none;
    padding: 15px 0 0 10px;
    margin: 0 5px 0 0;
}
#foot-menu2 ul {
    float: left;
    width:600px;
    height:24px;
    left: 0;
    list-style: none;
    padding: 15px 0 0 0;
    margin: 0 auto;
}
#foot-menu2 ul li {
    float: left;
    background: transparent url("/image_common/footer_list_style.gif") no-repeat scroll left center;
    padding: 0 0 0 3px;
    margin: 0 5px 0 0;
}
#foot-menu2 ul li.nolist {
    float: left;
    background: none;
    padding: 0 0 0 3px;
    margin: 0 5px 0 0;
}
#foot-menu2 ul li a{
    display: block;
    padding:0 3px;
    text-decoration: none;
    color: #ffffff;
}
#foot-menu2 ul li a:hover{
    text-decoration: underline;
}
#foot-copyright p {
    width:240px;
    clear: both;
    color: #dddddd;
    padding: 0 0 5px 0;
    margin: 0 auto;
}

