body {
    background-color: #e7e5e5;
    margin: 0px;
    font-family: Arial;
    font-size: 13px;
}

div, p, img, a, li, ul, span, h2 {
    float: left;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div.center {
    float: none;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    border-bottom: 1px solid #C8C8C8;
    width: 100%;
    background-color: white;
}


#menu ul {
    float: right;
    padding-right: 10px;
    list-style-type: none;
    margin-top: 50px;
}


#menu ul li a {
    text-decoration: none;
    color: #546A83;
    font-size: 15px;
    font-weight: bold;
}


#menu ul li {
    padding-left: 10px;
    padding-right: 10px;
}

#page {
    width: 100%;
    background-image: url(/images/page-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: white;
}

#left_side {
    padding-top: 30px;
    padding-left: 15px;
    width: 240px;
    padding-bottom: 40px;
    float: left;
}

#left_side ul {
    list-style-type: none;
}

#left_side ul li {
    /*text-align: center;*/
    margin-bottom: 10px;
}

#left_side ul li img {
    width: 30px;

    /*float:none;*/
}

#left_side ul a {
    /*width: 100%;*/
    font-size: 12px;
    float: left;
    width: 220px;
    text-decoration: none;
    color: #44709B;
}

#left_side  img#banner_left {
    margin-left: -15px;
    margin-top: -30px;
}

h2 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 19px;
    margin-top: 20px;
}

#footer {
    width: 100%;
    background-color: #5585B5;
    padding-top: 20px;
    padding-bottom: 20px;
}

#right_side {
    float: left;
    padding-top: 40px;
    padding-left: 40px;
    width: 700px;
    padding-bottom: 40px;
}

#right_side h1 {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #555555;
    font-size: 28px;
    width: 98%;
    text-align: right;
    margin-bottom: 10px;
}

#index_list {
    float: left;
    clear: left;
    padding: 2px;
    width: 100%;
}


#index_list img {
    float: left;
}

#index_list ul {
    list-style-type: none;
    float: left;
    width: 400px;
    margin-top: 120px;
}

#index_list ul li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    background-image: url(/images/greenbtn.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: bottom left;
    width: 100%;
}


#right_side h2 {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #555555;
    font-size: 19px;
    width: 98%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 35px;
}

#right_side p {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 15px;
}

#right_side h4 {
    float: left;
    width: 100%;
    font-size: 14px;
}

#right_side div.product {
    float: left;
    width: 100%;
}


#right_side div.product span {
    float:left;
    width: 100px;
}

#right_side div.product img {
    float: left;
}

#right_side div.product div {
    float: left;
    width: 600px;
}

#right_side div.product p.det {
    font-size: 16px;
    margin-top: 20px;
}


#right_side div.product p.det span {
    float: right;
    margin-right: 20px;
    padding-top: 8px;
}

#right_side div.product p.det a {
    float: right;
    margin-right: 15px;
    color: #5684B6;
    font-weight: bold;
    text-decoration: none;
}


#right_side div#prod div {
    padding-left: 20px;
    width: 600px;
}


#right_side div#prod i {
    color: #666;
    font-size: 13px;
}

#cbut a {
    float: right;
    color: red;
    font-weight: bold;
    text-decoration: none;
}

#cbut span {
    float: right;
    margin-right: 25px;
    margin-top: 8px;
}

#right_side div#prod  div#cbut {
    margin-top: 30px;
    width: 570px;
}


#footer p {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
}

#footer p span {
    float: none;
    padding-right: 15px;
}

#footer p a {
    float: none;
    color: black;
    text-decoration: none;
}


#bottom_form a {
    width: 260px;
}

#bottom_form span {
    float: none;
}




