/******************************************************************************

DOCUMENTO: Arquivo com as classes de template e classes específicas do projeto
CRIAÇÃO: 01/08/2012
AUTOR: Marcio Pacheco (marcio@topmark.com.br)
VERSÃO: 1.0
ATUALIZAÇÕES:
1) dd/mm/aaaa (autor): descricao

OBSERVAÇÕES: 

******************************************************************************/
@charset "utf-8";
@import url(Ubuntu/fonte.css);
*{
	margin: 0;/* Deixa a margem 0 */
	padding: 0;/* Deixa o padding 0 */
	border: none;/* Tira a borda */
	list-style: none;/* Tira os marcadores de lista */
	text-decoration: none;/* Tira o sublinhado dos links */
	outline: none; /* Retira borda pontilhada após o clique */
	z-index: 10;
}
body {
	font-family: 'ubunturegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	font-weight: normal;
	margin: 0px;
	background-color: #F2F4F7;
	background-image: url(../img/bg-body.png);
	background-position: top;
	background-repeat: repeat-x;
}
h1 {
	margin-bottom: 5px;
	font-size: 24px;
	color: #024B86;
	font-weight: bold;
}

h2 {
	margin-bottom: 15px;
	color: #024B86;
	text-shadow: none;
	font-weight: normal;
}
h3 {
	font-size: 13px;
}
p {
	margin-bottom: 5px;
}
.clear{
	clear:both;
}
#contato-topo {
	position: fixed;
	top: 0;
	width: 100%;
	height: 16px;
	background-color: #024B86;
	padding: 2px;
	color: #FFF;
	z-index: 10;
}
#contato-topo ul {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#contato-topo ul li {
	float: right;
	margin-left: 35px;
}
#barra-sombra {
	background-image: url(../img/bg-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 10px;
	z-index: 20;
	position: relative;
}
#barra-sombra #barra-bg {
	background-color: #FFF;
	height: 90px;
	width: 100%;
	background-image: url(../img/bg-menu.png);
	background-repeat: repeat-x;
	background-position: top;
}
#barra-sombra #barra-bg #bar-conteudo {
	height: 90px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#bar-conteudo .logo {
	padding: 3px;
	float: left;
}
#bar-conteudo .menu {
	float: right;
	height: 90px;
	background-image: url(../img/menu-div.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#bar-conteudo .menu li {
	background-image: url(../img/menu-div.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 90px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
#bar-conteudo .menu li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #716F70;
}
#box-banner {
	height: 300px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-image: url(../img/bg-banner.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 72px;
}
#box-banner #banner {
	height: 284px;
	width: 914px;
	border: 8px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #024B86;
}
#conteudo {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#conteudo .home-aviso{
	border: solid 2px #024B86;
	border-radius:4px;
	padding:10px;
	margin-bottom:25px;	
}
#conteudo .home-aviso h2{
	margin-bottom:8px;
}
#conteudo #menu-lateral {
	background-image: url(../img/sombra-v-left.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	min-height: 650px;
	width: 200px;
	margin-right: 25px;
}
#menu-lateral .subcategorias {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#menu-lateral .categorias li h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 20px;
}
#menu-lateral ul.categorias li {
	font-size: 16px;
	width: 200px;
	font-weight: bold;
	margin-bottom: 5px;
}
#menu-lateral ul.subcategorias li {
	font-size: 14px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#menu-lateral ul.subcategorias li:hover {
	font-weight: bold;	
}
#menu-lateral ul.subcategorias li a {
	color: #024B86;
	font-size: 13px;
	text-decoration: none;
}
#menu-lateral #box-busca #pesquisa {
	width: 180px;
}
#menu-lateral #box-busca #pesquisa input {
	height: 20px;
	width: 176px;
	display: block;
	border: 1px solid #C4C6C9;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #024B86;
}
#menu-lateral #box-busca #pesquisa .botao {
	color: #FFF;
	background-color: #024B86;
	font-weight: bold;
	width: 80px;
	margin-top: 5px;
	float: right;
	padding-bottom: 5px;
	height: 22px;
	border: 1px solid #024B86;
}



#conteudo #dados {
	width: 695px;
	float: right;
}
#dados h1 {
	margin-bottom: 20px;
}
#dados p {
	margin-bottom: 15px;
	text-align: justify;
}

#dados #descricao {
	margin-bottom: 25px;
}
#dados .produto {
	width: 135px;
	float: left;
	margin-right: 50px;
}
#dados .divisor  {
	clear: both;
	height: 30px;
	width: 680px;
	position: relative;
}
#dados .produto .foto-produto {
	background-image: url(../img/bg-foto-produto.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100px;
	width: 135px;
	padding-bottom: 10px;
}
#dados .produto .foto-produto img {
	height: 100px;
	width: 135px;
}
#dados .produto p {
	font-size: 12px;
	margin-top: 3px;
}
#dados #produto-imagem {
	float: left;
	width: 345px;
}
#dados #produto-descricao {
	float: right;
	width: 320px;
}
#dados #produto-imagem #foto-produto {
	background-image: url(../img/sombra-foto-produto.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 260px;
	width: 345px;
	padding-bottom: 27px;
}

#dados #produto-imagem #foto-produto img {
	height: 260px;
	width: 345px;
}
#dados #produto-imagem .cores li, #dados #lista-fotos .fotos {
	height: 42px;
	width: 56px;
	border: 4px solid #FFF;
	margin-right: 5px;
	float: left;
}
#dados .unidades {
	float: left;
	margin-bottom: 20px;
}
#dados .unidades h2 {
	margin-bottom: 2px;
}
#dados .unidades img {
	border: 5px solid #FFF;
}



#dados #contato {
	width: 404px;
	margin-right: auto;
	margin-left: auto;
}
#dados #contato label {
	margin-top: 10px;
	display: block;
}
#dados #contato label.error {
	margin-top: 1px;
	display: block;
	color: #C00;
	font-size: 11px;
}
#dados #contato input, #dados #contato textarea {
	display: block;
	padding: 2px;
	height: 22px;
	width: 400px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}
#dados #contato textarea {
	height:70px;
}
#dados #contato .botao {
	background-color: #024B86;
	border: 1px solid #024B86;
	margin-top: 10px;
	float: right;
	width: 80px;
	color: #FFF;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 30px;
}
#box-empresa {
	background-color: #024B86;
	width: 100%;
}
#empresa {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#empresa h1 {
	color: #FFF;
}
#empresa .txt-empresa img {
	border: 5px solid #FFF;
	width: 265px;
	height: 165px;
}

#empresa .txt-empresa {
	width: 275px;
	margin-right: 15px;
	float: left;
	text-align: justify;
}
#empresa #box-contato {
	float: right;
	width: 300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 25px;
	margin-left: 20px;
}
#empresa #box-contato #mapa {
	height: 221px;
	background-color: #FFF;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
#empresa #box-contato .sel-mapa {
	border: 1px solid #FFF;
	background-color: #FFF;
	height: 20px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	color: #024B86;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#empresa #box-contato h2 {
	color: #FFF;
}
#empresa #box-contato form {
	width: 300px;
}
#empresa #box-contato form label {
	display: block;
	width: 300px;
	font-size: 11px;
	margin-top: 10px;
}
#empresa #box-contato form label.error {
	color: #F66;
	margin: 0px;
}
#empresa #box-contato form input, textarea {
	width: 295px;
	height: 18px;
	padding: 2px;
	border: 1px solid #F2F4F7;
	background-color: #F2F4F7;
	color: #024B86;
}
#empresa #box-contato form textarea {
	height: 60px;
}
#empresa #box-contato form .botao {
	width: 80px;
	height:22px;
	float: right;
	clear: both;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom:5px;
}
footer {
	width: 100%;
	background-color: #024B86;
	padding-bottom: 15px;
}
footer .sombra-top, footer .sombra-bt {
	background-image: url(../img/sombra-h-top.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 11px;
	width: 100%;
}
footer .sombra-bt {
	background-image: url(../img/sombra-h-bt.png);
}
footer #box-rodape {
	height: 115px;
	width: 100%;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/bg-rodape.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #013C6B;
}
#rodape{
	width:930px;
	margin-left:auto;
	margin-right:auto;
}
#rodape .unidades {
	font-size: 12px;
	width: 240px;
	float: left;
	line-height: 17px;
	margin-right: 10px;
	color: #024B86;
}
#rodape #logo-rodape {
	float: right;
	background-image: url(../img/logo-rodape.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100%;
	width: 180px;
	height: 115px;
}
