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

#right, #left {
    background: url("../images/box-top.gif") no-repeat scroll 0 0 #D4E3F6;
    display: none;
}

#container {
    display: none;
    margin: 0 226px;
}

#banner {
    height: 230px;
    margin: 5px 0;
}

.corner-bottom-left {
    background: url("../images/corner-bottom-left.gif") no-repeat scroll 0 bottom transparent;
    width: 100%;
}

#IconMenu ul {
    background: url("../images/IconMenuBG.png") repeat scroll 0 0 transparent;
    height: 136px;
    list-style-type: none;
    margin: 0 1px 0 0;
    position: absolute;
    right: 0;
    top: 16px;
    width: 910px;
}

#footer {
    background: url("../images/footer.png") no-repeat scroll center top transparent;
    text-align: center;
    width: 100%;
}

#content-indent .width {
    overflow: visible;
}

#content-indent {
    padding: 9px 10px;
}

.corner-bottom-left {
    background: url("../images/corner-bottom-left.gif") no-repeat scroll 0 bottom transparent;
    display: none;
    width: 100%;
}

#IconMenu ul {
    background: url("../images/IconMenuBG.png") repeat scroll 0 0 transparent;
    height: 136px;
    list-style-type: none;
    margin: 0 1px 0 0;
    position: absolute;
    right: 0;
    top:0;
    width: 910px;
}