.widgt .template {
    display: none;
}

*  {
    margin: 0;
    padding: 0;
}

body {
    width: 775px;
    margin: 0 auto;
    background-color: #FFF;
    font-family: "Tahoma", sans-serif;
    font-size: 14px;
    color: #636363;
}

h1 {
    font-weight: 400;
    font-size: 1.5em;
}

a {
    color: #888;
    text-decoration: none;
}

a img {
    border: none;
}

.something {
    background: transparent url('../img/little-something.png') no-repeat left 75%;
    padding-left: 10px;
}

#header {
    width: 100%;
    height: 375px;
    border-bottom: 2px dotted #CCC;
    position: relative;
}

#menu {
    width: 251px;
    height: 100%;
    float: left;
    background: #EEE;
    position: relative;
}

#billboard {
    width: 524px;
    height: 100%;
    float: left;
    background: transparent url('../img/billboard-bg.png') no-repeat;
    position: relative;
}

#billboard .headline {
    font-size: 0.8em;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: 90px;
    right: 20px;
}

#billboard .headline .other {
    color: #636363;
}

.more {
    background: transparent url('../img/small-arrow.png') no-repeat right center;
    padding-right: 15px;
}

#billboard ul#topmenu {
    list-style: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#billboard ul#topmenu li {
    float: left;
    margin-right: 15px;
}


#billboard ul#topmenu li a {
    color: #999;
    text-decoration: none;
}

ul#topmenu li a.home {
    background: transparent url('../img/home-icon.png') no-repeat left center;
    padding-left: 16px;
}

ul#topmenu li a.contato {
    background: transparent url('../img/contato-icon.png') no-repeat left center;
    padding-left: 16px;
}

#billboard .products {
    width: 461px;
    height: 216px;
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 40px;
}

#billboard .products ul.g {
    list-style: none;
}

#billboard .products ul.g li {
    position: absolute;
    top: 0;
}

#billboard .products ul.g .desc {
    background-color: #000;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 30px;
    z-index: 2;
    color: #FFF;
    padding: 5px 10px;
}

#billboard .products ul.p {
    position: absolute;
    bottom: -20px;
    list-style: none;
    z-index: 3;
}

#billboard .products ul.p li {
    float: left;
    margin: 0 3px;
    _margin: 0 2px;
}

#billboard .products .p img {
    cursor: pointer;
}

#content .contact {
    width: 230px;
    float: left;
    padding: 10px;
    border-right: 1px solid #DDD;
    margin-bottom: 20px;
}

#content .contact form input {
    display: block;
    border: none;
    background-color: #DDD;
    width: 180px;
    height: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#content .contact form textarea {
    display: block;
    border: none;
    background-color: #DDD;
    width: 180px;
    min-height: 100px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#content .contact form label {
    display: block;
    margin-top: 12px;
    font-weight: bold;
    color: #636363;
    font-size: 0.85em;
    background: transparent url('../img/little-something.png') no-repeat left 75%;
    padding-left: 10px;
}

#content .contact form input#id_reseller, #content .contact form input#id_mail_mkt_optin {
    width: 12px;
    height: 12px;
    margin-left: 170px;
}

#content .contact form label[for=id_reseller], #content .contact form label[for=id_mail_mkt_optin] {
    font-size: 10px;
    font-weight: 400;
    background: none;
}

#content .contact form textarea {
    font-family: "Tahoma";
}

#content .contact form .checkbox {
    width: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    left: 0;
    top: 5px;
}

#content .contact form .checkbox-shit {
    font-size: 0.7em;
    margin-top: 14px;
}

#content .contact form .submit {
    margin-top: 20px;
    width: 70px;
    padding: 3px;
    background-color: #999;
    cursor: pointer;
    margin-left: 50%;
    font-weight: bold;
    color: #333;
    clear: left;
}


#content .errorlist {
    color:red;
    font-size:10px;
    list-style: none outside none;
}

#content .errorlist li {
    margin-bottom: -25px;
    margin-left: 90px;
}

#content .here {
    width: 484px;
    float: left;
    background-color: #FFF;
    min-height: 100px;
    padding: 30px 20px;
    font-size: 0.9em;
}

#content .here p {
    margin-bottom: 10px;
}

#content .widgets {
    border-top: 1px solid #DDD;
}

#content .widgets .redes {
    width: 45%;
    float: left;
    border-right: 1px solid #DDD;
    padding: 6px;
}

#content .widgets .redes h1, #content .widgets .news h1 {
    margin-left: 10px;
}

#content .widgets .news {
    width: 49%;
    float: left;
    padding: 6px;
}

#content .widgets .news ul {
    margin-top: 10px;
    list-style: none;
}

#content .widgets .news ul li {
    padding: 10px;
}

#content .widgets .news ul li .date {
    font-weight: bold;
}

#content .widgets .news ul li.highlight {
    background-color: #FF0000;
    color: #FFF;
}

#content .widgets .news ul li.highlight a {
    color: #FFF;
}



#footer {
    width: 100%;
    height: 62px;
    clear: both;
    background: #DDD;
    position: relative;
}

#footer ul.sitemap {
    list-style: none;
    font-size: 0.8em;
    color: #555;
    position: absolute;
    top: 14px;
    left: 80px;
}

#footer ul.sitemap li {
    float: left;
}

#footer ul.sitemap li a {
    padding: 0 3px;
    color: #555;
}

#footer .copyright {
    position: absolute;
    top: 32px;
    left: 150px;
    font-size: 0.8em;
}


#select-spot {
    text-align: center;
    margin-top: 20px;
}

hr {
    margin: 15px 0;
}

ul.representantes {
    list-style: none;
}

ul.representantes li p.title {
    font-weight: bold;
    margin-bottom: 0px !important;
}

ul.representantes li p {
    margin-top: 0px;
}

#reseller-form {
    width: 290px;
    margin: 0 auto;
}

#reseller-form #id_logo {
    width: 60px;
}


#reseller-form label {
    width: 120px;
    display: block;
    float: left;
}

#reseller-form .errorlist {
    margin-left: 200px;
    width: 150px;
}

#revendedoras ul {
    list-style: none;
}

#revendedoras li {
    float: left;
    margin: 30px 20px;
    width: 200px;
    height: 150px;
}

#revendedoras li p {
    margin: 0 !important;
}


#bndes-logo {
    width: 180px;
    height: 68px;
    background: url('../img/logo_bndes.jpg') no-repeat center top;
    position: absolute;
    bottom: -7px;
    right: 0px;
}

#zzub-logo {
    width: 58px;
    height: 35px;
    background: url('../img/zzub-logo.png') no-repeat center top;
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
}


#map_canvas {
    width: 500px;
    height: 400px;
}





