body{
         margin: 0px;
         background:#0E0E0E;
      }
      
      #gallery{width:700px;height:400px;margin:10px auto}
      
      .mainContent{
         overflow:auto;
      }
      .login{
         color: white;
         font-size: 10px;
         font-family: Arial;
      }
      .logininput{
         color: #FFFFFF;
         background-color: #B7B7B7;
         border: 0px;
         padding-left: 5px;
      }
      .logininputbutton{
         color: #FFFFFF;
         background-color: #6ed82d;
         border: 0px;
         padding-left: 5px;
      }
      .prodfoto{
         border: 4px solid #AAAAAA;
      }
      .footer{
         color: white;
         font-size: 12px;
         font-family: Arial;
         padding-left: 20px;
         text-decoration: none;
         line-height: 20px;
      }
      .footer:hover{
         color: white;
         font-size: 12px;
         font-family: Arial;
         padding-left: 20px;
         text-decoration:underline;
         line-height: 20px;
      }
      .redes{
         color: #7c7c7c;
         background-color: #282828;
         border-left: 1px black solid;
         font-size: 11px;
         font-family: Arial;
         padding-left: 10px;
         padding-right: 10px;
         padding-top: 5px;
      }
      
      .title{
         color: #6ed82d;
         font-size: 12px;
         font-family: Arial;
         text-decoration: none;
         
      }
      .title:hover{
         text-decoration: underline;
      }
      
      .separator{
         height: 5px;
         color: #ffffff;
         background-color: #ffffff;
      }
      
      .arial12grey{
         color: #888888;
         font-size: 12px;
         font-family: Arial;
      }
     
      .arial12green{
         color: #6ed82d;
         font-size: 12px;
         font-family: Arial;
      }
      
      .arial12red{
         color: #FF0000;
         font-size: 12px;
         font-family: Arial;
      }

      
      .arial14green{
         color: #6ed82d;
         font-size: 14px;
         font-family: Arial;
      }
      .arial12white{
         color: #FFFFFF;
         font-size: 12px;
         font-family: Arial;
      }
      .arial14white{
         color: #FFFFFF;
         font-size: 14px;
         font-family: Arial;
      }
      
      .arial16green{
         color: #6ed82d;
         font-size: 16px;
         font-family: Arial;
      }
      
      .arial16white{
         color: #FFFFFF;
         font-size: 16px;
         font-family: Arial;
      }
      
      .arial16whitebg{
         color: #000000;
         font-size: 14px;
         font-family: Arial;
         background-color: white;
         text-decoration: none;
         padding: 3px;
      }
      
      .dotted{
         color:#7c7b69; 
         font-size: 10px;
         font-family: Arial;
      }
      
      .textbox{
        background-color: #6ed82d;
        border: 0px;
        color: white;
        padding-left: 10px;
        font-family: Arial;
            font-size: 11px;
      }
      
      
            
      
      
      .erro{
         color: red;
         font-size: 14px;
         font-family: Arial;
      }


#container {
    width: 1000px;
    margin: 10px auto;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #61bf28;
    border-right: 1px solid #0059ec;
    border-left: 1px solid #0059ec;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #61bf28, #75e730);
    background: -webkit-gradient(linear, left top, left bottom, from(#61bf28), to(#75e730));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

.ficha{
            color:#333333;
            font-family: Arial;
            font-size: 11px;
         }
         .fields{
            color: #000000;
            font-family: Arial;
            font-size: 11px;
            background-color: #AAAAAA;
            border: 0px;
            padding-left: 5px;
            padding-right: 5px;
         }
         .fieldsmandatory{
            color: black;
            font-family: Arial;
            font-size: 11px;
            background-color: #faf8ba;
            border: 0px;
            padding-left: 5px;
            padding-right: 5px;
         }
         .header{
            color: #FFFFFF;
            font-family: Arial;
            font-size: 14px;
            background-color: #000000;
         }




#nav {
    position: relative;
    background: #444444;
    float: left;
}

#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-family:  arial, sans-serif;
    text-decoration: none;
    padding: 5px 35px;
    width: 100%;

}

#main {
   padding-top: 110px;
}

#containermain{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #000000;
}
