#page
{   
    float: left;
    margin-bottom: 10px;
}
#corporate_values
{
    overflow: auto;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#first, #second
{
    padding-left: 18px;
    padding-top: 18px;
    float: left;
    width: 354px;
}
#first li, #second li
{
    list-style-type: none;
    padding-left: 30px;
    padding-top: 6px;
    height: 50px;
}
#video_item
{
    overflow: auto;
    float: left;
    width: 100%;
}
#video_player
{
    float: left;
    padding-right: 10px;
}


.box_general
{
    float: left;
    overflow: auto;
    text-align: left !important;
    padding: 0px;
}
.box_general span
{
    font-size: 13px;
    font-weight: bold;
}
.box_general ul
{
    margin-bottom: 10px;
}
.box_general ul li
{
    background: url(/img/square.gif) 0px 6px no-repeat;
    padding-left: 10px;
    list-style-type: none;
    list-style-position: inside;
}

.corporate_values_content
{
    width: 100%;
    float: left;
    overflow: auto;
    background: #e0e5e9;
}
.video_content
{
    float: left;
    margin: 18px 18px 18px 18px;
}
.videos_left
{
    float: left;
    width: 350px;
    margin-right: 40px;
    margin-bottom: 20px;
    background: yellow;
}
.videos_right
{
    float: left;
    width: 350px;
    margin-bottom: 20px;
}

/* Numbers of the ten Corporate Values */
.number_1
{
    background: url(/img/corporate_values/1.gif) left top no-repeat;
}
.number_2
{
    background: url(/img/corporate_values/2.gif) left top no-repeat;
}
.number_3
{
    background: url(/img/corporate_values/3.gif) left top no-repeat;
}
.number_4
{
    background: url(/img/corporate_values/4.gif) left top no-repeat;
}
.number_5
{
    background: url(/img/corporate_values/5.gif) left top no-repeat;
}
.number_6
{
    background: url(/img/corporate_values/6.gif) left top no-repeat;
}
.number_7
{
    background: url(/img/corporate_values/7.gif) left top no-repeat;
}
.number_8
{
    background: url(/img/corporate_values/8.gif) left top no-repeat;
}
.number_9
{
    background: url(/img/corporate_values/9.gif) left top no-repeat;
}
.number_10
{
    background: url(/img/corporate_values/10.gif) left top no-repeat;
}
