﻿
#Product
{
    --float: left;
    --width: 100%;
    --background-image: url('images/about_foot.jpg');
    --background-repeat: no-repeat;
    --background-position: bottom;
    --padding-bottom: 200px;
}

#Product .left
{
    margin-top: 30px;
    margin-left: 25px;
    width: 200px;
    height: 300px;
    float: left;
}

#Product .left .content
{
    width: 160px;
    --height: 300px;
    float: left;
}
#Product .left_list
{
    border-width: 1px;
    border-color: #589534;
    width: 160px;
    height: 20px;
    float: right;
    margin-top: 15px;
    border-bottom-style: solid;
}
#Product .left_icon
{
    background-image: url('images/icon2.jpg');
    background-repeat: no-repeat;
    width: 120px;
    height: 20px;
    float: left;
    margin-left: 40px;
    margin-top: -5px;
}
#Product .left_icon h2
{
    --border: 1px solid #000000;
    float: left;
    padding-right: 10px;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    margin-left: 30px;
    margin-top: -1px;
}

#Product .left_icon h2:hover
{
    border-right: 3px solid #28903B;
    color: #28903B;
}

.Product_right
{
    float: right;
    width: 750px;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 10px;
}
.proright_content
{
    clear:both;
    width: 410px;
    float: left;
    margin-left:0px;
    --border: 1px solid #000000;
}

.product_pic
{
    margin-top: 20px;
    width: 300px;
    float: left;
    --border: 1px solid #000000;
}

.product_pic_2
{
    margin-top: 70px;
    float: left;
    --border: 1px solid #000000;
}

.proright_content h1
{
    font-size: 1em;
    color: #000000;
    margin-left: 20px;
    margin-top: 20px;
}
.product_list1 h1
{
    font-size: 1em;
    color: #000000;
    margin-left: 20px;
    margin-top: 20px;
}
.product_list1 h2
{
    font-size: 0.8em;
    color: #000000;
    line-height: 30px;
    margin-left: 30px;
    font-weight: normal;
}
.product_list2 h2
{
    font-size: 0.8em;
    color: #000000;
    line-height: 30px;
    margin-left: 30px;
    font-weight: normal;
}

.proright_content h5
{
    font-size: 1em;
    color: #000000;
    margin-left: 20px;
    margin-top: 20px;
}

.proright_content .viewpdf
{
    clear: left;
    float: right;
    margin-right: 30px;
    margin-left: 0px;
    --border: 1px solid #000000;
    font-size: .95em;
    --color: #990033;
    background-color: #CC3300;
    padding:7px 10px;
    -webkit-border-radius: 12px; /* support firefox */
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.proright_content .viewpdf a
{
    text-decoration: none;
    color: #FFFFFF;
}

.pro_title2
{
    margin-top: 30px;
    margin-left: 30px;
    font-size: 1em;
    color: #000000;
    font-weight: bold;
}
.product_list
{
    width: 410px;
    float: left;
}

#Product .Contact_foot
{
    --width: 1000px;
    --height: 200px;
    --background-image: url('images/bg_about.jpg');
    --background-repeat: no-repeat;
    --float: left;
    --margin-top: -20px;
}
.left_icon a
{
    text-decoration: none;
}
