a { text-decoration: none; }

a:hover {
  text-decoration: underline;
}

.margin_0 {
  margin: 0px; 
  padding: 0px; 
  border: 0px; 
  border-spacing: 0px;  
}

.top_logo {
  position: relative;
  height: 181px;
  background-image: url("../images/bg_logo.png");
  background-repeat: no-repeat; 
}

.top_left {
  height: 181px;
  background-image: url("../images/bg_left.png");
  background-repeat: repeat-x; 
}

.top_right {
  height: 181px;
  background-image: url("../images/bg_right.png");
  background-repeat: repeat-x; 
}

.top_contact {
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 5px;
  text-align: right;
  font-family: Sans-serif;
  font-style: normal;
  font-size: 14px;
}

.logo {
  position: absolute;
  top: 20px;
  left: 40px;
  padding: 5px;
  text-align: right;
  font-family: Sans-serif;
  font-style: normal;
  font-size: 14px;
}

.link_top {
  position: absolute;
  top: 105px;
  left: 50px;
  border: 0px;
  padding: 5px;
}

.link_white {
  font-family: Sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  color: white;
  padding: 5px;
  text-decoration: none;
}

.form {
  position: absolute;
  top: 105px;
  left: 800px;
  border: 0px;
  padding: 5px;
}

.form_search{
  border: 1px solid white;
  width: 120px;
  height: 16px;
  font-family: Sans-serif;
  font-size: 12px;  
}

.form_button{
  border: 1px solid;
  width: 60px;
  height: 22px;
  font-family: Sans-serif;
  font-size: 12px;
  background:  #99cc00;
  color: black;
}

.module_1 {
  position: relative;
  width: 275px;
  height: 300px;
}

.module_2 {
  position: relative;
  width: 275px;
}

.link_list {
  position: absolute;
  top: 0px;
  left: 38px;
  border: 0px solid white;
  padding: 10px;
  width: 215px;
  height: 280px;
  background: #c71000;
  font-family: Sans-serif;  
  font-weight: bold;
  color: white;
}

.link_list_all {
  position: absolute;
  top: 0px;
  left: 38px;
  border: 0px solid white;
  padding: 10px;
  width: 215px;
  background: #c71000;
  font-family: Sans-serif;  
  font-weight: bold;
  color: white;
}


.ul{
  position: relative;
  top: 5px;
  left: 0px;
  border: 0px solid white; 
}

.flyer{
  width: 730px;
  height: 300px;
  z-index: 2;
  border: 0px solid black; 
}

.product {
  font-family: Arial;
  font-size: 13px;
}

.product_1 {
  position: absolute;
  top: 10px;
  left: 285px;
  width: 730px;
  height: 100%;
  border: 0px solid black; 
}

.product_2 {  
  padding: 10px; 
  border: 0px solid red; 
  font-family: Sans-serif;  
  font-size: 12px;  
}

.caption{
  position: relative;
  left: 520px;
  bottom: 30px;
  width: 200px;
  height: 15px;
  z-index: 2;
  text-align: center;
  background: #4E4E4E;
  color: white;
  padding: 5px;
  font-family: Sans-serif;  
  font-size: 12px;
  border: 0px solid black; 

}

.buttom_link{
  font-family: Sans-serif;
  font-style: normal;
  font-size: 12px;
  color: white;
  padding: 5px;
  text-decoration: none;
}

.buttom{
  position: relative;
  padding: 10px;
  left: 35px;
  width: 960px;
  background: #4E4E4E;
  font-family: Sans-serif;  
  font-size: 12px;
  text-align: center;
  color: white;
  border: 0px solid black; 
}

.contact{
  position: relative;
  padding: 10px;
  top: 5px;
  left: 35px;
  width: 960px;
  height: 30px;
  background: #00ffff;
  font-family: Sans-serif;  
  font-size: 12px;
  text-align: center;
  border: 0px solid black; 
}

.copyright{
  text-align: center;
  position: relative;  
  padding: 15px;
  font-family: Sans-serif;  
  font-size: 10px;
  border: 0px solid black; 
}

.product_dtl{
  width: 600px;
  font-style: normal;
  font-size: 12px;
  padding: 5px;
  text-decoration: none;
}

.dtl_title {
  width: 100px;
  font-style: normal;
  font-size: 12px;
  padding: 5px;
  text-decoration: none;
}

.price {  
  font-style: normal;
  font-size: 12px;
  padding: 5px;
  text-align: right;
}