* { margin:0;padding:0; }
html,body{ height:100%;width:100%; }
body { 
    background-color: #fff9e8;
    text-align:center;
    min-height:400px;/* for good browsers*/
    min-width:799px;/* for good browsers*/
    font-family: Verdana;
    font-size: 11px;
    color: #566c11;
}

#outer{
    height:100%;
    width:100%;
    display:table;
    vertical-align:middle;
}

#container {
    text-align: center;
    position:relative;
    display:table-cell;
    height: auto;
} 

#inner {
    width: 799px;
    height: auto;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
}

a {
    color: #a30e15;
}
a:hover {
    color: #ec131e;
}

img.btn_top { padding: 13px 0 0 0; }
img.left { float: left; }
img.right { float: right; }

/* Navigation */
.navigation {
    height: 36px;
    background: #46590b url('../images/menu_bg.jpg') no-repeat;
}

/* Sprite Nav */
#spritenav {
    text-align: center;
    background:url("../images/nav_full.jpg") top center no-repeat;
    width:799px;
    height:36px;
    margin:0;
    padding:0;
}
#spritenav span { display: none; }
#spritenav li, #spritenav a {
    height:34px;
    display:block;
}
#spritenav li {
    float:left;
    list-style:none;
    display:inline;
}
#navi-00 { width: 45px; }
#navi-01 { width: 76px; }
#navi-02 { width: 119px; }
#navi-03 { width: 122px; }
#navi-04 { width: 150px; }
#navi-05 { width: 129px; }
#navi-06 { width: 121px; }
#navi-00 a:hover { background:url("../images/nav_full.jpg") 0px -0px no-repeat; }
#navi-01 a:hover, #navi-01 a.current { background:url("../images/nav_full.jpg") -31px -36px no-repeat; }
#navi-02 a:hover, #navi-02 a.current { background:url("../images/nav_full.jpg") -107px -36px no-repeat; }
#navi-03 a:hover, #navi-03 a.current { background:url("../images/nav_full.jpg") -226px -36px no-repeat; }
#navi-04 a:hover, #navi-04 a.current { background:url("../images/nav_full.jpg") -348px -36px no-repeat; }
#navi-05 a:hover, #navi-05 a.current { background:url("../images/nav_full.jpg") -498px -36px no-repeat; }
#navi-06 a:hover, #navi-06 a.current { background:url("../images/nav_full.jpg") -627px -36px no-repeat; }

/* Footer Styles */
.footer{
    font-size: 9px;
    height: 29px;
    color: #aab179;
    clear:both;
}
.footer p { padding: 5px 0 0 10px; }
.footer a { color: #d1827b; }
.footer a:hover { color: #cf3224; }



/* Popup Styles */
.pu-cont {
    margin: 5px;
    width:675px;
}
    .pu-cont h3 {
        font-size: 13px;
        color: #a30e15;
    }
    .pu-header {
        width:675px;
        height:30px;
        background-color: #fdf9f0;
    }
    .pu-content {
        text-align: left;
        padding: 10px;
        border-right: #fdba13 1px solid;
        border-left: #fdba13 1px solid;
        border-bottom: #fdba13 1px solid;
        background-color: #fdf9f0;    
    }
        .pu-content .dd {
            margin: 20px 0 0 0;
            padding: 10px;
            background-color: #ecebd9;
        }
            .pu-content .dd h4 {
                font-size: 11px;
                margin-top: 20px;
                color: #465a0b;
                font-weight: bold;
            }