/* 
    Document   : company_profile
    Created on : May 27, 2013, 10:57:15 AM
    Author     : Ping
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.content .content_menu {
    margin-top: 141px;
    margin-right: 10px;
    text-align: center;
}

.content .content_menu li {
    list-style: none;
    display: inline-block;
}

.content .content_menu li .label {
    position: absolute;
    color: #000000;
    top: 155px;
    margin-left: -50px;
    width: 183px;
    height: 52px;
    background: url("../img/menu_label.png") no-repeat;
    display: none;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    line-height: normal;
}

.content .content_menu:hover li.active .label {
    display: none;
}

.content .content_menu li:hover .label {
    display: block;
}

.content .content_menu li.active .label, .content .content_menu li.active:hover .label {
    display: block;
}

.content .content_menu li a {
    padding: 25px;
    background: url("../img/menu_deactive.png") no-repeat top center;
}

.content .content_menu li.active a, .content .content_menu li:hover a {
    background: url("../img/menu_active.png") no-repeat top center;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.information_holder {
    width: 1000px;
}

.information_holder img {
    position: absolute;
    float: right;
    bottom: 70px;
    z-index: -1;
}

.information {
    width: 590px;
    height: 342px;
    text-align: center;
    line-height: normal;
    float: right;
    margin: 30px 10px;
    background: #ffffff;
    color: #000000;
    border-radius: 5px;
    padding: 17px;
}

.information p {
    text-align: justify;
    margin: 10px;
    margin-top: 0;
}

.image_list {
    display: inline-block;
    float: left;
}

.image_list img {
    float: none;
    position: static;
    border: 1px #d5d5d5 solid;
    border-bottom: none;
}

.image_list a {
    display: block;
    text-decoration: none;
    color: #000000;
    text-align: center;
    width: 147px;
    height: 180px;
}

.image_list a div {
    background: #f7f7f7;
    width: 106px;
    height: 39px;
    padding: 2px 10px;
    margin: 0 auto;
    margin-top: -4px;
    border: 1px #d5d5d5 solid;
    border-top: none;
}

.image_list:hover a div {
    color: #ffffff;
    background: #058743;
    border: 1px #058743 solid;
    border-top: none;
}

.image_list:hover img {
    border: 1px #058743 solid;
    border-bottom: none;
}