#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  border-bottom: 2px solid #0fa1e0;
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  color: #ffffff;
  display: block;
    
  font-size:12px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:150;
  letter-spacing: 1px;      
    
  padding: 19px 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size:12px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:300;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #ffffff;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);
}
#cssmenu .has-sub {
  z-index: 1000;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 300px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #cccccc;
  border-bottom: 1px dotted #cccccc;
  font-size:12px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #8c8c8c;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #cccccc;
  border-bottom: 1px dotted #cccccc;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #8c8c8c;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}

#container {
    
margin-top:5%;
margin-left:20%;
margin-right:20%;
margin-bottom:auto;
border: 1px solid 000000; 
background-color: #f2f2f2;    
    
}
#container1 {
    
margin-left:20%;
margin-right:20%;
border: 1px solid 000000; 
background-color: #f2f2f2;    
    
}
#back1 {
    background-image: url('../img/9.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #cccccc;
    

}   



#prod1 { 
  font-size:15px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:100;
  letter-spacing: 1px;
  color: #070707;
  }

#css_table {
      display:table;
      border-style: none;
  }
.css_tr {
      display: table-row;
    border-style: none;
  }
.css_td {
      display: table-cell;
    border-style: none;
    vertical-align: top;
  }

.css_img {
    
    max-width: 100%;
    height: auto;
    
}


#body1 { 
  font-size:20px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:100;
  color: #070707;
  background-color: black;
    
}
#p1 { 
  font-size:15px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:100;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 10px 10px 10px 10px;
}


tr:hover {
  background-color: #cccccc;
}
TR { vertical-align: top}
TD { 
  font-size:15px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:100;
  letter-spacing: 1px;
  color: #070707;
}
TH { 
  font-size:20px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:100;
  color: #070707;
}
BODY { 
  font-size:20px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:100;
  color: #070707;
}
P { 
  font-size:15px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:100;
  letter-spacing: 1px;
  color: #070707;
  margin: 10px 10px 10px 10px;
}
h1 {
 font-size:14px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:200;
  letter-spacing: 2px;
  color: #070707;
  text-decoration: underline;
    
}
A { 
  font-size:20px;
  font-family:Dejavu Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:100;
  color: #070707;
}
    
A:link{ color: #0033ff}
A:visited{color: #0033ff}
A:active { color: #0033ff}
A:hover { color: #0099CC}