/* CSS Document */

html, body{
    background-color:#ebebeb;
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
}

.clearer {
    clear:both;
    width:0px;
    height:0px;
}

#page {
    width:1036px;
    margin:auto;
    background-image: url(../repabo-img/page-bg-01.png);
    background-repeat: repeat-y;
}

#header_outer{
    position:relative;
    width:950px;
    border-bottom-style: groove;
    border-bottom-width: 7px;
    /*height:389px;*/
    margin-left:44px;
    /*padding-top:11px;  */
    /*background-image: url(../repabo-img/header-bg-01.png);*/
    /*background-repeat: no-repeat; */
    /* border:1px solid red; */
}

#header_inner{
    width:950px;
    /* padding-top:120px;
     background-image: url(../repabo-img/header-bg-02.png);
     background-repeat: no-repeat;*/
}

#header_navi {
    position:absolute;
    left:291px;
    top:11px;
    height:13px;
    width:300px;
    margin-top:10px;
    line-height:13px;
    color:#999;
    font-size:12px;
    /* border:1px solid red; */
    text-align:left;
}

#header_navi img {  
    border:0;
}

#header_navi span {
    display:block;
    float:left;
    margin-left:10px;
}

#header_navi a {
    display:block;
    float:left;
    margin-left:10px;
    text-decoration: none;
    color:#000;
}

#header_navi a:hover {
    text-decoration: underline;
}

#picture{
    float:left;
    width:291px;
    height:269px;
    background-image: url(../repabo-img/Repa_Logo_full.png); 
    background-repeat: no-repeat;
}

#slide{
    float:left;
    width:659px;
    height:269px;
    background-image: url(../repabo-img/slide-01.jpg);
    background-repeat: no-repeat;
}

#logo {
    position:absolute;
    left:-20px;
    top:70px;
}

#main{
    width:950px;
    margin-left:44px; 
    padding-top:25px;
}

#left_navi{
    float:left;
    width:295px;
}

#content{
    float:left;
    width:655px;
}

#left_navi ul, #left_navi li{
    text-align:left;
    margin:0;
    padding:0;
}

#left_navi ul{
    display:block;
    margin-left:32px;
    letter-spacing:0.01em;
}

#left_navi li.level_1{
    display:block;
    height:50px;
    width:255px;
    line-height:50px;
    font-size:12px;
    color:#046666;
    border-bottom:1px solid #dbdbdb;
    text-transform: uppercase;
    font-family: Tahoma, Geneva, sans-serif;
}

#left_navi li.level_1.last{
    border:0px;
}

#left_navi li.level_1 a{
    color:#046666;
    text-decoration:none;
    display:block;
    padding-left:5px;
}

#left_navi li.level_1 a:hover{
    text-decoration:underline;
}

#left_navi li.level_1.activenosub{
    display:block;
    height:auto;  
    line-height: auto;
}

#left_navi li.level_1.activenosub a{
    display:block;
    padding-left:5px;
    height:19px;
    width:174px;
    margin-bottom: -1px;
    line-height:19px;
    background-color:#e5e5e5;
    background-image: url(../repabo-img/list-item-02.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left:14px;
}

#left_navi li.level_1.activesub{
    display:block;
    height:auto;  
    line-height: auto;
}
#left_navi li.level_1.activesub a.active{
    display:block;
    height:19px;
    width:183px;
    margin-top:17px;
    margin-bottom:3px;
    line-height:19px;
    background-color:#e5e5e5;
}

#left_navi li.level_1 ul{
    display:block;
    margin-left:0;
    text-transform: none;
    letter-spacing:0.00em;
}

#left_navi li.level_2{
    display:block;
    height:25px;
    line-height:25px;
    list-style-type: none;
    padding:0;
    margin:0;
}

#left_navi li.level_2.last{
    margin-bottom:12px;
}

#left_navi li.level_2.active{
    display:block;        
    background-image: url(../repabo-img/list-item-01.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-left:5px;
}

#left_navi li.level_2.active a{
    display:block;
    border-bottom:1px solid #999999;
    margin:0;
    padding:0;
    margin-left:10px;
    height:21px;
    font-weight:bold;
}

#content{
    margin:0;
    padding:0;
    text-align:justify;
}

#footer{
    height:250px;
}