* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    background: #e4f7ff;
    /*background: url("../Images/Bg.jpg") repeat;*/
}

.clear {
    clear: both;
}

#container {
    width: 960px;
    height: auto;
    margin: 0 auto;
    /*background: #c50e09;*/
    background: #ffffff;
    box-shadow: 0 0 20px #d2d2d2;
    -moz-box-shadow: 0 0 20px  #d2d2d2;
    -webkit-box-shadow: 0 0 20px #d2d2d2;
}

#container #header {
    width: 960px;
    height: 150px;
}

#header #Logo {
    width: 400px;
    height: 110px;
    float: left;
    margin: 20px 0 0 30px;
}


#header #map {
    width: 400px;
    height: 150px;
    float: right;
}

#header #sup {
    float: left;
    width: 250px;
    height: 100px;
    margin: 20px 0 0 10px;
    background: url(../Images/support_img.png) no-repeat bottom right;
}


#header #map {
    float: left;
    width: 40px;
    height: 40px;
}

#header #supp {
    float: left;
    width: 150px;
    height: 40px;
    margin-left: 5px;
    font: bold 22px arial;
    color: #000000;
    line-height: 40px;
}

#sup .no {
    float: left;
    margin: 5px 0 0 40px;
    font: bold 18px arial;
    color: #000000;
}

#header #card {
    float: left;
    width: 170px;
    height: 140px;
    margin: 6px 0 0 90px;
}

#card #cardd {
    width: 160px;
    height: 140px;
}

#container #outerbanner {
    width: 960px;
    height: 250px;
}

#container #banner {
    float: left;
    width: 938px;
    height: 250px;
    margin-left: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#banner img {
    width: 938px;
    height: 250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}





#container #menu {
    width: 960px;
    height: 40px;
    background: #fc7100;
    margin-bottom: 10px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    float: left;
    height: 40px;
}

ul li a {
    height: 40px;
    text-decoration: none;
    font-family: arial;
    font-size: 14px;
    color: #ffffff; 
    line-height: 40px;
    padding: 0 10px 0 10px;
    text-align: center;
    display:block;
}

ul li a:hover {
    /*background: #c50e09;*/
    background: #eec713;
    color: #000000;
}






#container #footer {
    width: 960px;
    height: 60px;
    background:#fc7100; 
    border-top: 1px #ffffff solid;
}

#footer #copy {
    float: left;
    width: 500px;
    height: 20px;
    margin: 20px 0 0 250px;
    color: #ffffff;
    font-size: 14px;
    font-family: arial;
}

