/* layout.css */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #646464;
}

body {
    background: #8c8c8c url(../images/page_bg.png) 50% 0 repeat-x;
    margin: 0px;
}

/* center page */
div.wrapper {
    margin: auto;
}

/*
* Layout
*/

div#absolute {
    position: absolute;
    z-index: 15;
    top: 0px;
    left: 0px;
    width: 100%;
}

div#page-body {
    width: 878px;
    margin: 0 auto;

}

div.wrapper-t {
    background: url(../images/wrapper-t.png) 0 0 repeat-x;
}

div.wrapper-b {
}

div.wrapper-l {
    background: url(../images/wrapper-l.png) 0 0 repeat-y;
}

div.wrapper-r {
    background: url(../images/wrapper-r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
    background: url(../images/wrapper-tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
    background: url(../images/wrapper-tr.png) 100% 0 no-repeat;
}

div.wrapper-bl {
    background: url(../images/wrapper-bl.png) 0 100% no-repeat;
}

div.wrapper-br {
    padding: 0px 20px 5px 20px;
    min-height: 600px;
    background: url(../images/wrapper-br.png) 100% 100% no-repeat;
}

div#header {
    width: auto;
    height: 115px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 10;
    clear: both;
}

div#logo {
    position: absolute;
    top: 41px;
    left: 10px;
}

div#info {
    position: absolute;
    top: 40px;
    right: 10px;
}

#wrapper {
    width: 838px;
    height: 100%;
    min-height: 475px;
    margin: 25px 0 0 0;
    position:relative;
    background: url(../images/wrapper_bg.png) repeat-y;
}

#content {
    height: 100%;
    margin-top: 0px;
    overflow: auto;
}


* html #content {
    margin: 0 -3px 0 0;
}


div#menu {
    z-index: 11;
    padding: 0;
    height: 27px;
    background: url(../images/menu_bg.jpg);
    width: auto;
    padding: 8px 0 0 50px;
}

div#menu {
    color: #00a3a2;
    font-weight: bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

div#menu .menu {
    padding: 10px 0 0 20px;
}

#left {
    width: 230px;
    min-height: 230px;
    float: left;
}

* html #left {
    margin: 0 -3px 0 0;
}

#footer {
    width: 828px;
    margin: 0 auto;
    position: relative;
}

#footer .right {
    float: right;
    width: 300px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}


/*
* Clearing & Floating
*/

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: block; }

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }
