html{
  }



body{
  font-family: arial, tahoma, Sans-serif;
  font-size:11px;
  text-align: center;
  margin:0 auto;
  padding: 0;
  background-color:#242424;
  background-image: url(images/tile.jpg);
  background-repeat: repeat-x;
}


a{
text-decoration:none;
color:black;
}

a:hover{
text-decoration:underline;
color:black;
}

  
  
  .wrapper{
  width: 833px;
  min-height: 900px;
  margin:0 auto;
  background-image: url(images/wrappersstockbg.jpg);
  background-repeat: no-repeat;
  }

  

  
  .wrapperstock{
  width: 833px;
  height: 1600px;
  margin:0 auto;
background-image: url(images/wrappersstockbg.jpg);
  background-repeat: no-repeat;
  }



.wrappercontact{
  width: 833px;
  height: 1050px;
  margin:0 auto;
  background-image: url(images/wrappersstockbg.jpg);
  background-repeat: no-repeat;
  }



.flash{
  float: left;
  margin: 97px 0px 0px 8px;
}


    *:lang(en) .flash{
      margin: 97px 0px 0px 17px;
    }
    
    
    html>body .flash{
      margin: 97px 0px 0px 17px;
    }




.main{
  float: left;
  width: 560px;
  margin: 50px 0px 0px 13px;

  }


    *:lang(en) .main{
      margin: 37px 0px 0px 30px;
    }


    html>body .main{
      margin: 50px 0px 0px 30px;
    }


  .main p{
    color: #000;
    text-align: left;
    font-size: 12px;
  }
  
  
    .main p em{
    color: gray;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
  }
  


.right{
  float: left;
  width:195px ;
  
  margin: 50px 0px 0px 20px;

}



  .right p{
    text-align: right;
    font-size: 12px;
    color: white;
  }
  
  
  .right p em{
    color: #8e8e8e;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
  }


  .right a{
  color: white;
  text-decoration: none;
  }
  
  
  .right a:hover{
  color: white;
  text-decoration: underline;
  }


.footer{
  clear: both;
  color: #c5e1f6;
  margin: 0px 0px 25px 0px; 
  }
  
  .footer ul{
  margin: 15px 0px 0px 0px;
  padding: 0;
  list-style: none;
  }
  

  .footer li{
    list-style: none;
    display: inline;
  }
  
  .footer li a{
    margin: 0px 5px 0px 5px;
    color: #8e8e8e;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
  }
  
    .footer li a:hover{
    text-decoration: underline;
  }
