
/* Base */

body {
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #000000;
    color: #333333;
    text-align: center;
    font-family: 'Segoe UI', Calibri, Arial, FreeSans, 'Lucida Grande', Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    margin: 0px;
    cursor: default;
    border: 0px;
}

p {
    margin: 0px;
}

a {
    outline-style: none;
}

#main {
    margin: 0px auto;
    text-align: left;
    width: 900px;
}

/* Glass */

#corner-top-left {
    width: 19px;
    height: 19px; 
    background-image: url('glass1.png');
    background-repeat: no-repeat;
    float: left;
    margin-top: 15px;
}

#border-top {
    width: 862px;
    height: 19px; 
    background-image: url('glass2.png');
    background-repeat: repeat-x;
    float: left;
    margin-top: 15px;
}

#border-top div {
    float: left; 
    height: 19px;
}

#section0 {
    width: 40px;
}

#section1 {
    width: 140px;
}

#section2 {
    width: 140px;
}

#section3 {
    width: 140px;
}

#wrapper-top {
    clear: both;
}

#wrapper-middle {
    clear: both;
}

#wrapper-bottom {
    clear: both;
    height: 34px;
}

#corner-top-right {
    width: 19px;
    height: 19px; 
    background-image: url('glass3.png');
    background-repeat: no-repeat;
    float: left;
    margin-top: 15px;
}

#border-left {
    padding-left: 19px;
    background-image: url('glass4.png');
    background-repeat: repeat-y;
    background-position: left;
}

#border-right {
    padding-right: 19px;
    background-image: url('glass6.png');
    background-repeat: repeat-y;
    background-position: right;
}

#corner-bottom-left {
    width: 19px;
    height: 19px; 
    background-image: url('glass7.png');
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 15px;
}

#border-bottom {
    width: 862px;
    height: 19px; 
    background-image: url('glass8.png');
    background-repeat: repeat-x;
    float: left;
    margin-bottom: 15px;
}

#corner-bottom-right {
    width: 19px;
    height: 19px; 
    background-image: url('glass9.png');
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 15px;
}
              
/* Content */

#content {
    width: 862px;
}

#head-image {
    background-repeat: no-repeat;
    background-position: center 32px;
}

#mainMenu > ul > li > a {
    width: 120px;
    height: 28px;
    text-decoration: none;
    color: #ffffff;
    float: left;
    margin-top: 2px;
    margin-right: 20px;
    padding-top: 4px;
    text-align: center;
    background-image: url('top-active.png');
    background-repeat: no-repeat;
    background-position: left -28px;
}

#mainMenu > ul > li > a:hover {
    background-position: left 0px;
    color: #ffffff;
}

#mainMenuCornerLeft {
    width: 7px;
    height: 32px;
    float: left;
    background-image: url('top-panel-l.png');
    background-repeat: no-repeat;
}

#mainMenuCornerRight {
    width: 7px;
    height: 32px;
    float: right;
    background-image: url('top-panel-r.png');
    background-repeat: no-repeat;
}

#mainMenu {
    height: 32px;
    background-image: url('top-panel-c.png');
    background-repeat: repeat-x;
    margin: 0px 7px 0px 7px;
}

#mainMenu > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#mainMenu > ul > li {
    display: inline;
}

#subMenu {
    height: 220px;
}

#bottom {
   background-color: #ffffff;
   text-align: center;
   width: 100%;
}

#footer {
    clear: both;
    background-image: url('glass5.png');
    background-repeat: repeat;
    width: 100%;
}

#footerCornerLeft {
    height: 11px;
    width: 11px;
    float: left;
    background-image: url('corner1.png');
    background-repeat: no-repeat;
}

#footerCornerRight {
    height: 11px;
    width: 11px;
    float: right;
    background-image: url('corner2.png');
    background-repeat: no-repeat;
}

#footerContent {
    margin: 0px 11px 0px 11px;
    height: 11px;
    background-color: #ffffff;
}

#footerContent > a {
    text-decoration: none;
    color: #222222;
}

#contentFinish {
    clear: both;
    width: 100%;
}

/* Page */

#page , .page {
    padding: 8px 8px 0px 8px;
    background-color: #ffffff;
    background-image: url('shadow.png');
    background-repeat: repeat-x;
    background-position: top;
}