* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  margin: 0; padding: 0; }

#tabwrap { 
        background: #fff; 
        overflow: hidden; 
        width: 100%;
        min-height: 300px;
        margin: 60px auto;
        box-shadow: 0 0 20px #ddd;
        border: 1px solid #ddd;
}

#tabs {
        float:right;
        margin:40px 0;
        width:22.8%;
}

#tabs li { list-style: none; }
#tabs li a {
        display: block;
        padding: 8px;
        text-decoration: none;
        text-align: left;
        font-size: 0.9rem;
        color:#333;
        border-bottom:1px solid #ddd;
        text-shadow:1px 1px 3px #fff;
        font-weight:bold;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
}

#tabs li a:hover { opacity:0.6; }
#tabs li:first-child a { border-left: 0; }
#tabs li:last-child a { border: 0; }

#tabs li.current a { 
        color: #666;
}

#content{
        width:75.6%;
        height:560px;
        background:#fff;
        margin:40px 0;
        -webkit-box-shadow:1px 1px 5px #cfcece;
           -moz-box-shadow:1px 1px 5px #cfcece;
                box-shadow:1px 1px 5px #cfcece;
        float:left;
}

#content > div {
        clear: both;
        padding: 20px;
        line-height: 19px;
        color: #666;
        text-shadow: 1px 1px 0 #fff;
        display: none;
}

#content .current { display: block; }
#content #service_consult.first { display: block; }
#content p { margin: 0 0 20px 0;}

#tabs li a.tabs01{
    background:url("../img/tabs01.jpg") no-repeat;
    height:186px;
}

#tabs li a.tabs02{
    background:url("../img/tabs02.jpg") no-repeat;
    height:186px;
}

#tabs li a.tabs03{
    background:url("../img/tabs03.jpg") no-repeat;
    height:186px;
}