



#tabwrap {
    overflow: hidden;
    width: 940px;
    min-height: 290px;
    max-height: 340px;
    margin: 0px auto;
    border-radius: 0px 10px 10px 10px;
    padding-top: 40px;
    float: left;
}
.tabs { overflow: hidden;  }
.tabs li { 
    list-style: none; 
    background: #777 !important; 
    height: 100%;
    vertical-align: bottom !important; 
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}
.tabs li a {
    float: left;
    display: block;
    padding: 10px;
    color: #898888;
    width: 180px;
    text-decoration: none;
    text-align: center;
    /*border-right: 1px solid #33A6C1;*/
    border-left: 1px solid #33A6C1;
    font-size: 16px;
    /*background: #f1f1f1;*/
    border-radius: 10px 10px 0px 0px;
    margin-top: 7px;
    font-family: "kievit Regular", Helvetica, Tahoma, sans-serif;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
    outline:none
}

.tabs li a:hover { color: #e97c5e; }
.tabs li:first-child a { border-left: 0; }
.tabs li:last-child a { border-right: 0; }

.tabs li.current a {
    /*background: #fff;*/
    color: #e97c5e;
    width: 260px;
    height: 25px;
    margin-top: 0px;
}
.tabs li.current a div {
    margin-top: 5px;
    font-size: 31px;
    color: #005354;
    float: left;
}

.tab_content{
    /*background: #FFF;*/
    border-radius: 0px 10px 0px 0px;
}

.tab_content > div {
    clear: both;
    padding: 20px;
    line-height: 19px;
    color: #666;
    /*text-shadow: 1px 1px 0 #fff;*/
    display: none;
    height: 280px;
    max-height: 280px;

}

.tab_content .current { display: block; }
.tab_content #home.first { display: block; }
.tab_content p { margin: 0 0 20px 0;}
