/* CSS Document */
/* created sri - 2011 */

.common {
    margin: 0;
    padding: 0;
    background-color: #E4E3E3;
    background-image: url("../img/common-bg.jpg");
    background-repeat: repeat-x;
    background-position: top left;
}

.page {
    margin: 0 auto;
    padding: 0;
    width: 980px;
}

.header {
    margin: 0 0 10px 0;
    padding: 0;
    width: 980px;
    height: 289px;
    background-image: url("../img/header-bg.png");
    background-repeat: repeat-x;
    background-position: top left;
    overflow: hidden;
}

.header-top {
    margin: 0;
    padding: 0;
    width: 980px;
    height: 177px;
    background-image: url("../img/header-logo-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: hidden;
}

.header-logo {
    margin: 0;
    padding: 0;
    width: 980px;
    height: 133px;
}

.navigation {
    margin: 0;
    padding: 0;
    width: 980px;
    height: 44px;
    background-image: url("../img/navigation-left-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

.navigation ul {
    margin: 0 0 0 25px;
    padding: 0;    
    list-style: none;
}

.navigation li {
    margin: 0;
    padding: 0 35px 0 0;
    float: left;
}

.navigation a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #353159;
    font-family: verdana;
    font-size: 12px;
}

.navigation img{
    margin: 0;
    padding: 0;
    border: none;
}

.header-bottom {
    margin: 0;
    padding: 0;
    width: 980px;
    height: 112px;
    background-image: url("../img/header-bottom-left.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    overflow: hidden;
}

.header-info {
    margin: 0;
    padding: 0;
    width: 980px;
    height: 112px;
    background-image: url("../img/header-bottom-right.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: hidden;
}

.header-info .description {
    float: left;
    margin: 0;
    padding: 0;
    width: 450px;
    font-family: arial;
}

.header-info .description p {
    margin: 0;
    padding: 10px 10px 10px 25px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: justify;
    font-weight: bold;
}

.header-info .sponsor {
    float: right;
    margin: 0;
    padding: 0 25px 0 0;
    width: 490px;
    height: 112px;
    font-family: arial;
}

.header-info .sponsor img{
    margin: 0 3px 0 0;
    padding: 0;
    border: none;
}

.header-10nfo .sponsor a{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.header-info .sponsor .images {
    padding: 10px 0;
    width: 490px;
    height: 64px;
    font-family: arial;
}

/* */

.main-content {
    margin: 0 auto;
    padding: 0px 20px;
    background-image: url("../img/main-content-bg.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    width: 925px;
    min-height: 800px;
    border-bottom: 1px solid #D9DDDE;
    font-family: arial;
}

.main-content-top {
    margin: 0 auto;
    padding: 0;
    width: 965px;
    height: 11px;
    background-image: url("../img/main-content-top.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.footer {
    margin: 0 auto;
    padding: 0;
    width: 965px;
    height: 39px;
    background-image: url("../img/footer-bg.png");
    background-repeat: repeat-x;
    background-position: top left;
    font-family: arial;
}

.footer p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #686582;
}

.footer-link {
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 600px;
    height: 39px;
    background-image: url("../img/footer-left.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.footer-link ul {
    margin: 8px 0 0 20px;
    padding: 0;
    list-style: none;
}

.footer-link li {
    float: left;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
}

.footer-link a {
    margin: 0;
    padding: 0;
    font-family: tahoma;
    font-size: 11px;
    color: #4E4B6E;
    text-decoration: none;
    font-weight: 600;
}

.footer-link a:hover {
    text-decoration: underline;
}

.footer-info {
    float: right;
    margin: 0;
    padding: 12px 25px 0 0;
    text-align: right;
    width: 250px;
    height: 39px;
    background-image: url("../img/footer-right.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.clear{
    clear: both;
}

