body
{
	font-family: Trebuchet MS, Garuda, sans-serif;
	margin: 0;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(images/imagem-background-site.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}

img
{
    border: 0;
}

.site
{
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}

/* HOME */

.tituloshome
{
    font-size: 20px;
    margin: 0;
    color: #D20900;
}

/* TOPO DO SITE */

.header
{
    width: 1000px;
    background: url(images/img-background-topo.jpg) repeat-x;
    height: 136px;
    margin: 0 auto;
}

#logo
{
    float: left;
    height: 95px;
    margin-left: 60px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    top: 0;
    width: 100px;
}

/* MENU DO SITE */

.menu
{
    height: 40px;
    padding: 0;
    width: 800px;
    background: #FFF;
}

.menu ul
{
    margin: 0px;
    height: 40px;
}

div.header div.menu ul
{
    list-style: none;
}

div.header div.menu li
{
    float: left;
}

div.header div.menu li a
{
    color: white;
    font-style: normal;
    padding: 4px;
    margin: 5px 0px 5px 12px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.header div.menu li a:hover
{
    background: #75271D;
}


/* BANNER JQUERY */

#banner_container
{
    width: 1000px;
    height: 284px;
    background-color: #EEEEEE;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 99;
}
#banner_container div
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
#banner_container img
{
    border: 0;
}

/* CONTEÚDO DO SITE */

.conteudo
{
    background: none repeat scroll 0 0 red;
    height: 300px;
    width: 600px;
}

.redessociais
{
    background: none repeat scroll 0 0 green;
    height: 300px;
    width: 350px;
}

.content
{
    width: 1000px;
    margin: 0 auto;
}

.caixaesquerda
{
    width: 522px;
    float: left;
    padding: 0px 10px 10px 10px;
}

.textoendereco
{
    margin-bottom: 14px;
    float: left; /*padding: 10px;*/
    width: 510px;
}

.caixadireita
{
    float: right;
    width: 400px;
    padding: 10px;
}

.caixadireitaclientes
{
    width: 100%;
    padding: 10px;
}

.clientes img
{
    padding: 0px;
    vertical-align: middle;
    width: 155px;
}

div.content div.container
{
    background: white;
    padding: 15px;
    width: 970px;
    min-height: 500px;
    float: left;
}

.lojas img
{
    width: 200px;
    /*border: 2px solid #6b628e;*/
}

.lojas span
{
    vertical-align: top;
}

/* A FÁBRICA */

.slideshow
{
    height: 400px;
    width: 267px;
    margin: auto;
}
.slideshow img
{
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #eee;
}


/* PRODUTOS */

.promocao p
{
    float: left;
}
.produto, .lojas
{
    display: inline-block;
    width: 100%;
}

.linhaprodutos
{
    float: left;
    height: 261px;
    padding: 10px;
    width: 200px;
}

.linhaprodutos img
{
    width: 200px;
}

.imagemloja
{
    padding: 10px;
    width: 210px;
    float: left;
}

.enderecolojas p
{
    margin: 0px;
    padding-top: 5px;
}

.coresprodutos
{
    padding: 6px;
    padding-bottom: 0;
}
.coresprodutos img
{
    display: inline; /*padding:5px;*/
    width: 35px;
}

.coresprodutos p
{
    font-size: 12px;
}

.coresprodutos td
{
    padding: 4px;
}

.coresprodutos span
{
    color: #005161;
    font-size: 18px;
    font-weight: bold;
}

.tamanhos p
{
    margin: 0px;
    padding-bottom: 10px;
}

.tamanhos span
{
    /*color: #D20900;*/
    font-size: 14px;
    font-weight: bold;
}

/* FORMULÁRIO DE CONTATO */

#formularioContato SPAN
{
    display: block;
}


/* RODAPÉ DO SITE */

div.footer
{
    font-size: 12px;
    width: 100%;
    height: 424px;
    background: black;
    clear: both;
}

div.footer div.footertext
{
    width: 1000px;
    height: 312px;
    background: url("images/img-background-rodape-texto.jpg");
    margin: 0 auto;
}

div.footer div.footercima
{
    height: 275px;
}

div.footer div.footerbaixo
{
    height: 117px;
}

.quemsomos, .redesocial, .indiqueumamigo, .newsletter
{
    width: 220px;
    float: left;
    padding: 15px;
    text-align: justify;
    color: #FFF;
}

.quemsomos h3, .redesocial h3, .indiqueumamigo h3, .newsletter h3
{
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 20px;
}

.newsletter span a, .indiqueumamigo span a
{
    font-size: 14px;
    color: #D62D26;
}


.imagenscamisas
{
    float: left;
    padding: 26px;
    width: 360px;
}

.imagenscamisas img
{
    padding: 2px;
}

.contato
{
    float: right;
    padding: 5px;
    padding-bottom: 0;
}

.telefone, .email, .nextel
{
    clear: both;
    float: right;
    padding: 1px 3px 0 3px;
    text-align: right;
    width: 533px;
}

.telefone span, .email span, .nextel span
{
    color: #FFFFFF;
    font: bold 12px trebuchet ms;
    margin-right: 5px;
    vertical-align: middle;
}

.email span a
{
    color: #FFF;
}

.telefone img, .email img, .nextel img
{
    vertical-align:middle;
    width:23px;
}

.desenvolvido
{
    color: #FFFFFF;
    float: left;
    height: 15px;
    margin: -14px;
    text-align: center;
    width: 100%;
    margin-top: 14px;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #D62D26;
}
a:hover
{
    color: #CE4533;
}


table
{
    /*padding-top: 15px;*/
    border-spacing: 0;
    /*min-width: 300px;*/
    padding: 8px;
}

table th
{
    padding: 4px 5px;
    text-align: left;
    background: #EEEEEE;
}
table td
{
    background: White;
    padding: 4px;
    border: 0;
}


table.collapsed
{
    border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6
{
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0;
    padding-bottom: 0;
}

div.form-title > h2
{
    margin-bottom: 0;
}
div.form-title > p
{
    margin-top: 0;
    margin-bottom: 0;
}
div.form-title
{
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
}

fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}


fieldset label
{
    display: block;
    font-weight: bold;
}

textarea
{
    overflow: auto;
}

input, select, textarea
{
    font-family: Trebuchet MS, sans-serif;
}

input[type=text], input[type=password], select, textarea
{
    border: 1px solid gray;
    width: 400px;
    padding: 4px;
    font-size: 1em;
}

input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover
{
    border: 1px solid black;
}

.input-validation-error
{
    border: 2px solid #9C1200 !important;
}

input[type=submit], input[type=button], .buttons a
{
    font-size: 0.9em;
    cursor: pointer;
    font-weight: bold;
    padding: 6px;
    color: White;
    background-color: #75271D;
    display: inline-block;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 20px;
    vertical-align: middle;
    width: auto;
    overflow: visible;
    text-align: center;
}

input[type=submit], input[type=button]
{
    height: 32px;
}


input[type=submit]:hover, input[type=button]:hover, .buttons a:hover
{
    background-color: #9C1200;
}

input[type=submit]:active, input[type=button]:active, .buttons a:active
{
    background-color: #CE6A5C;
}

fieldset input[type=checkbox] + label
{
    display: inline;
}

div.simple-notification-error
{
    background: #fff4e7;
    border: 2px solid #cc0000;
    margin: 5px 0;
    padding: 6px;
    text-align: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #9C1200;
}

div.simple-notification-success
{
    background: #edffe7;
    border: 2px solid #32b200;
    margin: 5px 0;
    padding: 6px;
    text-align: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #008000;
}

div.simple-notification-success span, div.simple-notification-error span
{
    font-weight: bold;
}

div.simple-notification-success ul, div.simple-notification-error ul
{
    font-size: 0.9em;
}

hr
{
    clear: both;
}

div.confirm
{
    margin: 15px;
}
div.confirm span
{
    background: url(avalon/warning.png) no-repeat;
    padding-left: 50px;
    min-height: 50px;
    display: block;
    font-weight: bold;
}

div.confirm div.buttons
{
    text-align: right;
}

div.home_actions
{
    overflow: auto;
    width: 100%;
}

div.home_action
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #BBBBBB;
    padding: 5px;
    margin: 1%;
    background-color: white;
    color: #666666;
    cursor: pointer;
    display: block;
    width: 46%;
    float: left;
    border-spacing: 30px;
}

div.home_action:hover
{
    color: Black;
    background-color: #EEEEEE;
    border: 2px solid black;
}
.field-validation-error
{
    color: #9C1200;
    font-size: 12px;
}
.menor
{
    font-size: 15px !important;
}
.tamanhos p
{
    color: #005161;
    font-size: 15px;
    font-weight: bold;
}
#recaptcha_widget_div
{
    margin-left: -3px;
}
.nome_produto
{
    line-height: 35px;
}
.btn-novo
{
    margin-left: 5px !important;
    vertical-align: middle;
}