@import url('http://fonts.googleapis.com/css?family=Ubuntu:400,700');
body{
    font-size: 14px;
    font-family: arial, serif;
    color: #818386;
    background: url(images/background.png) top left repeat-x;
}
.wrapper{
    width: 960px;
    margin: 0 auto;
    clear: both;
}
header, footer{
    clear: both;
}
.font, .title, .subtitle{
    font-family: 'Ubuntu', Sans-Serif;
}
.logo a{
    width: 220px;
    height: 71px;
    display: block;
    margin-top: 10px;
}
#header .logo a{
    background: url(images/logo.png) top left no-repeat;
}
#footer .logo a{
    background: url(images/logo_footer.png) top left no-repeat;
}
#footer{
    overflow: hidden;
}
#footer address{
    margin-top: 20px;
}
#footer .nav li{
    float: left;
    display: inline;
    margin-right: 20px;
}
#footer .nav li a{
    color: #FFF;
}
#header, #section, #footer, header, footer{
    clear: both;
    display: block;
}
#content{
    padding: 10px 0;
    overflow: hidden;
}
#footer{
    background: #999;
}
a img{
    border: 0;
}
a{
    text-decoration: none;
    color: #575a5d;
}
p{
    margin-bottom: 10px;
    line-height: 1.4em;
}
h1{
    font-size: 22px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #FFF;
    background: #999;
    font-weight: bold;
}
h2{
    font-size: 16px;
    padding: 5px 10px;
    background: #999;
    color: #FFF;
    margin-bottom: 10px;
    font-weight: bold;
}
h3, fieldset legend{
    font-size: 18px;
    margin-bottom: 5px;
}
h4{
    font-size: 16px;
    margin-bottom: 3px;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.margem-all{ margin: 10px; }
.margem-b{ margin-bottom: 10px; }
.margem-t{ margin-top: 10px; }
.margem-l{ margin-left: 10px; }
.margem-r{ margin-right: 10px; }
.padding-all{ padding: 10px; }
.padding-b{ padding-bottom: 10px; }
.padding-t{ padding-top: 10px; }
.padding-l{ padding-left: 10px; }
.padding-r{ padding-right: 10px; }
.clear-fix{
    display: block;
    overflow: hidden;
    clear: both;
}
.float-left{
    float: left;
    display: inline;
    overflow: hidden;
}
.float-right{
    float: right;
    display: inline;
    overflow: hidden;
}
.imageReplace{
    text-indent: -9000px;
    display: block;
    overflow: hidden;
}
.force-center{
    margin: 0 auto;
}
.red{
    color: #ed1c24;
}
.box{
    background: #FFF;
}
#footer address{
    font-style: normal;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #FFF;
}
/* input e buttons */
input, button, .botao{
    padding: 5px 8px;
    border-radius: 8px;
    border: 0;
}
button, .botao{
    background: #666;
    cursor: pointer;
    color: #FFF;
}
button:hover, .botao:hover{
    background: #999;
}
#section input, #section textarea, #section select{
    border: 1px solid #c8cecf;
    border-radius: 4px;
    padding: 3px 5px;
    width: 288px;
}
#section .filter.number{
    width: 30px;
}
.borda{
    border-radius: 12px;
    padding: 8px;
    overflow: hidden;
}
.borda-cinza{
    border: 1px solid #CCC;
}
.fundo-cinza{
    background-color: #dfe5e6;
    overflow: hidden;
}
.fundo-branco{
    background-color: #FFF;
}
.next, .prev{
    float: left;
    width: 16px;
    display: inline;
    height: 185px;
    padding: 15px 0;
    background: url(images/navigators.png) center right no-repeat;
}
.next{
    margin-left: 8px;
}
.prev{
    margin-right: 8px;
    background-position: left center;
}
#slideshow-ambientes{
    background: #FFF;
    padding: 15px 0;
    float: left;
    display: inline;
    width: 453px;
    height: 190px;
}
#slideshow-promocao .prev{
    margin-left: 15px;
}
#fale-conosco-form dd{
    margin-bottom: 5px;
}
#fale-conosco-form input, #fale-conosco-form textarea, #fale-conosco-form select{
    width: 100%
}
#fale-conosco-form button{
    float: right;
    margin-top: -15px;
}
#localizacao a{
    font-size: 12px;
    margin-top: 8px;
}
#endereco{
    padding-top: 60px;
    text-align: center;
}
#endereco address{
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 60px;
    font-weight: normal;
    text-align: center;
}
ul.errors li{
    font-size: 12px;
    color: #ed1c24;
    font-style: italic;
}
.alert{
    margin-bottom: 8px;
    border: 1px solid darkgoldenrod;
    padding: 5px;
    font-weight: bold;
    color: darkgoldenrod;
}
.alert.error{
    color:#e00101;
    border-color: #e00101;
}
.alert.success{
    color: seagreen;
    border-color: seagreen;
}
.sidebar{
    width: 203px;
    padding: 16px;
}
.content{
    width: 683px;
}
.sidebar li{
    border-top: 1px solid #FFF;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}
.sidebar li a{
    display: block;
}
.sidebar li li{
    border-top: 0;
    padding: 2px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: normal;

}
.sidebar ul li li.active a{
    color: #ed1d24;
}
div.error{
    border-color: #900;
    background: url(images/icons/error.png) 5px center no-repeat #900;
    color: #FFF;
    padding: 10px;
    padding-left: 35px;
    font-weight: bold;
}
.produtos li{
    float: left;
    display: inline;
    margin: 8px;
    width: 204px;
    border: 1px solid #FFF;
    overflow: hidden;
    height: 200px;
    text-align: center;
}
.produtos ul{
    overflow: hidden;
}
.produtos li img{
    width: 204px;
    background: #FFF;
    display: block;
    height: 150px;
}
.produto .imagem{
    width:300px;
    background: #FFF;
}
.produto .descricao{
    width: 355px;
}
.pagination{
    clear: both;
    margin: 10px 0;
    text-align: center;
}
.btEnviar{
    width: 100%;
}
.orcamento{
    margin-bottom: 8px;
    background: #dfe5e6;
    padding-left: 0;
    padding-right: 0;
}
.orcamento h2{
    margin-bottom: 0;
}
.orcamento h3{
    background: #FFF;
    text-align: left;
    padding: 5px;
    margin: 0;
    color: #6c6f70;
    text-shadow: none;
    font-size: 14px;
}
.orcamento td{
    padding: 5px;
    border: 1px solid #FFF;
}
dt label{
    font-weight: bold;
}
dt label.required:after{
    content: ' *';
}
dl dt{
    margin-bottom: 3px;
}
dl dd{
    margin-bottom: 7px;
}
.zend_form{
    float: left;
    display: inline;
}

#assinaturaWS{
    height: 40px;
    width: 150px;
    clear: both;
    float: right;
    display: block;
    z-index: 90000000;
    margin-top: -40px;
}
#assinaturaWS a{
    text-indent: -9000px;
    background: url(images/assinatura.png) top right no-repeat;
    width: 45px;
    height: 40px;
    display: block;
    float: right;
}
#assinaturaWS a:hover{
    background-position: bottom right;
    width: 150px;
}
#galeria li{
    float: left;
    display: inline;
    margin: 5px 5px 5px 0;
    background: #FFF;
    padding: 5px;
    text-align: center;
    border: 1px dotted #999;
    background: #999;
    width: 210px;
    height: 250px;
}
#galeria li a{
    color: #FFF;
}
