﻿html, body, body * {
    margin: 0px;
    padding: 0px;
    font-family: arial, arial, helvetica, sans-serif;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(51,51,50);
}

div {
    margin: 0px;
    padding: 0px;
}

#wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    /*border: 1px solid black;*/
    font-family: arial, arial, helvetica, sans-serif;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

#mainwindow {
    width: 70%;
    height: 80%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    position: relative;
    margin-top: 3%;
    border: 5px solid rgb(153,153,154);
}

#leftside, #rightside {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left;
    display: inline-block;
}

#leftside {
    width: 25%;
    /*background-color: rgb(24,23,23);*/
    background-color: black;
}

#rightside {
    width: 75%;
    background-color: rgb(255,255,254);
}

#leftup, #leftdown, #rightup, #rightdown {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
}

#leftup, #rightup {
    height: 50%;
}

#leftdown, #rightdown {
    height: 50%;
}

/*#leftup {
    border-bottom: 4px solid rgb(153,153,154);
}*/

#leftcontrols {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: auto;
    width: 90%;
    height: auto;
    float: right;
    right: 0;
    color: rgb(153,153,154);
    /*border: 1px solid white;*/
    list-style-type: none;
    text-align: right;
    display: block;
    margin-top: 20px;
}

    #leftcontrols li {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        /*border: 1px solid white;*/
        cursor: pointer;
        font-size: 14px;
        letter-spacing: 6px;
        font-weight: bold;
    }

        #leftcontrols li:hover {
            color: rgb(254,254,254);
        }


#leftlogodiv {
    position: absolute;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    /*border: 1px solid white;*/
    left: 0;
    bottom: 0;
}

    #leftlogodiv img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }

#rightlogodiv {
    position: absolute;
    float: left;
    overflow: hidden;
    width: 16.4%;
    height: auto;
    /*border: 1px solid white;*/
    left: 0;
    bottom: 0;
    display: inline-block;
}

    #rightlogodiv img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }

#righttitlediv {
    position: absolute;
    float: left;
    left: 29.2%;
    overflow: hidden;
    width: 58%;
    height: auto;
    bottom: 0;
    display: inline-block;
    /*border: 1px solid black;*/
    color: black;
    margin-bottom: 3%;
    cursor: default;
    text-align: left;
}

    #righttitlediv h1 {
        color: black;
        font-weight: bold;
        font-size: 42px;
        display: inline-block;
    }

    #righttitlediv p {
        color: black;
        font-size: 42px;
        display: inline-block;
        margin-left: 8px;
    }

#rightadresscontainer {
    position: absolute;
    float: left;
    left: 29.5%;
    overflow: hidden;
    width: 58%;
    height: 90%;
    bottom: 0;
    display: inline-block;
    /*border: 1px solid black;*/
    color: black;
    margin-bottom: 3%;
    cursor: default;
    text-align:justify;
    text-justify:inter-word;
}

    #rightadresscontainer p {
      
        font-size: 16px;
        color: rgb(153,153,154);
        margin: 0;
        padding: 0;
        display: block;
    }

    #rightadresscontainer a {

        text-decoration: underline;
        color: black;
    }

    #aboutus {
        display: block;
    }

    #contacts, #legaldetails, #forpartners {
        display: none;
    }
