html {
    overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content: '';
}
abbr,acronym {
    border: 0;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
}
a {
    color: blue;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
    width: 150px;
    display: block;
    margin: 10px 0 0;
}
a.expand:hover {
    height: 500px;
}
/* End of of styles for the demonstration */
p {margin: 0 0 18px}
img {
    border: none;
}
input {vertical-align: middle}
#wrapper {
    width: 919px;
    margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 125px;
    background: #FFF;
    border-bottom: 1px solid #D8D8D8;
}

#header .menu {
    text-align: center;
    margin-top: 5px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
    border-left: 220px solid #FFF;
    height: 1%;
    background-color: #FFF;
    padding-top: 25px;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-right: -100%;
}
#content {
    padding: 0 20px;
    padding-right: 35px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
    float: left;
    width: 220px;
    position: relative;
    background-color: #FFF;
    left: -220px;
}

.sidebar .medal {
    margin: 200px auto -10px auto;
}

.sidebar .menu .separator {
    font-size: 1px;
    height: 20px;
}

.sidebar .menu .item,
.sidebar .menu .sub-item{
    display: block;
    overflow: hidden;
}

.sidebar .menu .item {
    height: 21px;
}

.sidebar .menu .sub-item {
    height: 13px;
    margin-top: 5px;
}

.sidebar .menu_1 {
    background: transparent url('/img/menu/1.jpg') top left no-repeat;
}

.sidebar .menu_1_1 {
    background: transparent url('/img/menu/1_1.jpg') 0px -5px no-repeat;
}

.sidebar .menu_1_1:hover {
    background: transparent url('/img/menu/1_1.jpg') 0px -25px no-repeat;
}


.sidebar .menu_2 {
    background: transparent url('/img/menu/2.jpg') top left no-repeat;
}

.sidebar .menu_2_1 {
    background: transparent url('/img/menu/2_1.jpg') 0px -5px no-repeat;
}

.sidebar .menu_2_1:hover {
    background: transparent url('/img/menu/2_1.jpg') 0px -24px no-repeat;
}

.sidebar .menu_3 {
    background: transparent url('/img/menu/3.jpg') top left no-repeat;
}

.sidebar .menu_3_1 {
    background: transparent url('/img/menu/3_1.jpg') 0px -5px no-repeat;
}

.sidebar .menu_3_1:hover {
    background: transparent url('/img/menu/3_1.jpg') 0px -27px no-repeat;
}

.sidebar .menu_4 {
    background: transparent url('/img/menu/4.jpg') top left no-repeat;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    height: 46px;
    background: #FFF url('/img/intro_16.jpg') top left no-repeat;
}

#footer .copyright {
    margin-left: 250px;
}

