﻿body, div, p, li, ul, dl, dd, ol, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, block {
    padding: 0;
    margin: 0;
}

.modelbackground {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.8;
    z-index: 10000;
}

body {
    background-color: white;
    font-family: Arial;
    font-size: 12px;
}

.wrapper {
    width: 1100px;
    margin: auto;
}

.clear {
    clear: both;
}

.content {
    width: 100%;
    background-color: white;
    border: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 400px;
    background-color: rgb(245, 245, 245);
}

.navigation_firt_item {
    border-left: 0px;
    border-radius: 5px 0px 0px 5px;
}

.navitem_s {
    float: right;
    border-left: 1px solid rgb(0,0,0);
    border-right: 1px solid rgb(0,0,0);
    height: 40px;
}

.menu ul {
}

    .menu ul li {
        float: right;
        display: block;
        list-style: none;
        /*border-left: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);*/
    }

        .menu ul li.navigation_firt_item:hover {
            border-radius: 0px 0px 0px 0px;
        }

        .menu ul li a {
            font-size: 12px;
            line-height: 30px;
            padding: 8px 10px;
            color: rgb(0,0,0);
            text-decoration: none;
        }

        .menu ul li:hover {
            border-bottom: 2px solid rgb(0, 0, 0);
        }

.menu {
    float: right;
    background-color: white;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px;
    color: rgb(243,243,243);
    border-radius: 5px 5px 5px 5px;
}




.footer {
    height: 50px;
    background-color: rgb(255, 255, 255);
    color: rgb(125, 125, 125);
    border-radius: 5px 5px 5px 5px;
    
}

    .footer h2 {
        padding: 5px;
        text-align: center;
    }

/*.sites {
    background-color: white;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px;
    color: rgb(243,243,243);
    border-radius: 5px 5px 5px 5px;
  
}*/

    .sites ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color:white ;
        border-radius: 0px 0px 5px 5px;
    }

        .sites li {
            float: left;
            border-right: 1px solid #e7e7e7;
            border: 1px solid #e7e7e7;
            border-radius: 5px 5px 5px 5px;
            
        }

            .sites li a {
                display: block;
                color: #666;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
            }

                .sites li a:hover {
                    background-color: #e7e7e7;
                }
