@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#fff;
    background-color: #000;
    /*background-image: url(../img/bgPollTable.jpg);*/
    /*background-color: #333;*/
    /*background-image: url(../img/menubg.png) repeat;*/
}

p {
    padding: 10px;
}


/* FORMULÁRIO CONTATO */
label,  input {
    display: block;
    float: left;
}

label {
    /*text-align: right;*/
    width: 70px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 4px;
}

input[type="text"], input[type="password"] {
    width: 250px;
}

textarea {
    width: 250px;
}

legend {
    font-weight: bold;
}

fieldset {
    border-radius: 5px;
    border: solid 2px #ccc;
    margin: 20px;
    padding: 10px;

}




#wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    background-color: rgba(00,00,00,0.8);
}

#frmContato {
    float: left;
    margin: 20px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
}

#headerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#header {
    /*height: 75px;*/
    /*background: #004400;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #000;*/
    margin: 5px;
}

#header p {
    font-family: verdana;
    font-weight: bold;
    font-size: 100px;
    text-shadow: 1px 2px 3px #000;
}

.logoTopo {
    vertical-align: middle;
    border-radius: 10px;
    border: 1px solid #1C1C1C;
}

.imgEmpresa {
    float: left;
    border-radius: 5px;
    border: 3px solid #ccc;
    margin-right: 10px;
}

.imgCategorias {
    /*float: left;*/
    border-radius: 100px;
    border: 3px solid #FFFF00;
    box-shadow:2px 2px 10px #1F1F1F;
}

.imgProdutos {
    /*float: left;*/
    border-radius: 10px;
    border: 3px solid #00FF00;
    box-shadow:2px 2px 10px #1F1F1F;
}

.imgNoticias {
    float: left;
    border-radius: 10px;
    border: 3px solid #00FFFF;
    box-shadow:2px 2px 10px #1F1F1F;
    margin-right: 10px;
    margin-bottom: 10px;
}

#navigationwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#navigation {
    /*height: 40px;*/
    /*background: #004400;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #000;*/
    margin: 5px;
}

/*#navigation li { float: left; list-style: none; margin: 2px; }
#navigation li a {text-decoration: none; padding: 3px 10px; background: #c0c0c0c; display: inline-block; }
#navigation li a:hover {text-decoration: underline; }
*/
#contentwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#content {
    /*background: #004400;*/
    /*background: #fff;*/
    border-radius: 5px;
    /*border: 1px solid #000;*/
    margin: 5px;
    padding: 30px;
    padding-bottom: 40px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color:#ccc;
    background-color: rgba(33,33,33,0.8);
}

#content a {
    text-decoration: none;
    color: #0000FF;
}

#content a:hover {
    color: #FF0000;
}

#content a:hover img {
    border: 3px solid #ff0000;
}


.titulo {
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
}

.topico {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: yellow;
}

#listaCatWrap{
    text-align: center;
    width: 25%;
    float: left;
    margin: 0 auto;
}

.listaCat{
    /*box-shadow:2px 2px 10px #1F1F1F;*/
    /*height: 240px;*/
    /*background: #fff;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #000;*/
    margin: 5px;
}

/* noticias */
#listaNotWrap{
    text-align: left;
    width: 25%;
    float: left;
    margin: 0 auto;
}

#footerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    /*height: 40px;*/
    /*background: #004400;*/
    background-color: rgba(66,66,66,0.8);
    border-radius: 5px;
    /*border: 1px solid #000;*/
    margin: 5px;
    padding: 20px;
    line-height: 1.5;
}

#footer a {
    text-decoration: none;
    color: #999900;
}

#footer a:hover {
    color: #ffff00;
}


a.codnet {
    text-decoration: none;
    color: #666;
}

a.codnet:hover {
    color: #fff;
}
