﻿body {
    background-image: url('../images/background.gif');
    background-repeat: repeat;
    font-family: Arial;
    font-size: 14px;
    color: #202020;
    margin: 0;
    padding: 0;
}

.maindiv {
    padding: 5px 0px 5px 0px;
    border-style: none solid solid solid;
    background-image: url('../images/ListBG.png');
    background-repeat: repeat;
    border-width: 1px;
    border-color: #C00000;
    width: 1024px;
    min-height: 512px;
    margin: 0px auto auto auto;
}

#n_header {
    background-position: bottom;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 150px;
    border: none;
    border-bottom: 1px solid #505050;
    border-top: 1px solid #505050;
    background-image: url('../images/n_header_bg_6.png');
    background-repeat: repeat-x;
    min-width: 1026px;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.6);
}

    #n_header table {
        border-spacing: 0;
        width: 968px;
        margin: 0px auto auto auto;
    }

a {
    color: #C00000;
    text-decoration: none;
}

img {
    border: none;
}

li a img {
    border: none;
    margin: 0 5px 0 0;
    float: left;
}

#SrvTab tr td {
    vertical-align: top;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
}

.paper {
    background-image: url('../images/paper_backgr.png');
    background-position: right bottom;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 1px 3px 15px #555;
    background-repeat: no-repeat;
    text-align: left;
    padding: 10px;
    line-height: 1.5;
}

.licsm {
    margin: 0 10px;
    width: 220px;
    max-width: 220px;
    float: left;
    text-shadow: #DDD 1px 1px 0px;
    font-size: 11px;
}

.list1 li {
    margin-bottom: 10px;
}

    .list1 li ul li {
        margin-bottom: 0;
    }

#orderwindowbg {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../images/OrderBG.png');
}

    #orderwindowbg #orderwindow {
        width: 600px;
        border: 1px solid red;
        border-radius: 5px;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        overflow: hidden;
    }

        #orderwindowbg #orderwindow #orderwindow_head {
            width: 100%;
            height: 34px;
            background-image: url('../images/menu/menu-bg.png');
            padding-left: 20px;
            padding-top: 5px;
            color: white;
            background-repeat: repeat-x;
            font-size: 18px;
            font-style: normal;
            font-variant: normal;
            font-weight: lighter;
        }

        #orderwindowbg #orderwindow #orderwindow_text {
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
            font-size: smaller;
        }

            #orderwindowbg #orderwindow #orderwindow_text p {
                padding: 3px;
                margin: 3px;
            }

        #orderwindowbg #orderwindow #orderwindow_footer {
            background-position: top;
            width: 100%;
            height: 33px;
            background-image: url('../images/sh.gif');
            background-repeat: repeat-x;
            background-color: #f3f3f3;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            #orderwindowbg #orderwindow #orderwindow_footer #smb {
                margin-left: 500px;
                background-position: -1px;
                padding: 6px;
                border: 1px solid red;
                background-color: red;
                background-image: url('../images/menu/menu-bg.png');
                color: white;
                background-repeat: repeat-x;
                visibility: false;
            }

                #orderwindowbg #orderwindow #orderwindow_footer #smb:hover {
                    background-image: url('../images/menu/mnu-h.png');
                }
