 body.alloy a { 
       color: white; 
       text-decoration: underline;
  } 
  
body.alloy a:hover {
     text-decoration: none;
  }

body.alloy  {
    margin: 0;
    padding: 0;     
    font-size: 11px;
    font-family: Tahoma;
    color: #F0F0F0;
  }

td {
     font-size: 12px;
  }
 
body.alloy  .title_1 {
    font-size: 13px;
    font-weight: 700;
    font-family: Tahoma;
    padding-left: 20px;
    margin-top: 8px;
  }

  .news_title {
    font-size: 13px;
    font-family: Tahoma;
    color: white;
    width: 226px;
    padding-top: 10px;
    padding-bottom: 10px;
  } 

  .news_text{
    width: 226px;
    font-size: 11px;
    font-family: Tahoma;
    color: #666666;
  } 

  #flashmenu 
  {
    width: 80%; 
    margin-top: 0px; 
    padding: 0; 
    position: absolute; 
    top: 225px; 
    height: 160px;
    left: 30px; 
    z-index: 5000;
    text-align: left;
  }

  .left_top
   {
     width: 170px;
     height: 255px;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1000;

   }

  .left_bottom
   {
     background-image: url(/i/left_bottom.jpg);
     background-repeat: no-repeat; 
     background-position: left bottom;
     width: 417px;
     position: absolute;
     bottom: 0;
     left: 0;
     min-height:600px;
     height:auto !important;
     height:600px;
     z-index: 100;
   }

  .welding_ware
   {
     background-image: url(/i/welding_ware.jpg);
     background-repeat: no-repeat; 
     background-position: left bottom;
     width:117px;;
     position: absolute;
     bottom: 0;
     left: 0;
     min-height:374px;
     height:auto !important;
     height:374px;
     z-index: 110;
   }

  .right_bottom
   {
     background-image: url(/i/right_bottom.jpg);
     background-repeat: no-repeat; 
     background-position: right bottom;
     width: 463px;
     position: absolute;
     bottom: 0;
     right: 0;
     min-height:600px;
     height:auto !important;
     height:600px;
     z-index: 50;
   }

  .right_top
   {
     background-image: url(/i/right.jpg);
     background-repeat: no-repeat; 
     background-position: right top;
     width: 598px;
     position: absolute;
     top: 0;
     right: 0;
     min-height:600px;
     height:auto !important;
     height:600px;
     z-index: 50;
   }

   .main_content
    {
     width: 852px;
     position: absolute;
     left: 20%;
     z-index: 5000;
     top: 60px;
    }

    .footer
     {
       position: relative;
       margin: 25px 0 0 30px;
     }

.w_item {
  font-size: 11px;
  font-weight: 100;
}

.alloy .w_link {
  text-decoration: none;
  color: #C0C0C0;
}

.alloy .w_link:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px dotted #F0F0F0;
}

.w_cat {
  font-size: 14px;
  margin-top: 5px; 
  font-weight: 100;
  color: lightsteelblue;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.win_body {
  height: 520px; 
  padding: 20px;
  overflow-y: scroll;
 
  font-size: 13px;

  scrollbar-face-color: #E0E0E0;
  scrollbar-highlight-color: #F0F0F0;
  scrollbar-shadow-color: #B0B0B0;
  scrollbar-3dlight-color: #B0B0B0;
  scrollbar-arrow-color:  #A0A0A0;
  scrollbar-track-color: #F0F0F0;
  scrollbar-darkshadow-color: #909090;
}

.testimonial {
  font-family: Times;
  font-size: 15px;
  padding-bottom: 15px;
}

.testimonial_person {
  font-size: 14px;
  color: #C0C0C0;
  float: right;
  margin-top: 5px;
}