/*
	Desenolvido por Yaslip
	www.yaslip.com.br	
	contato@yaslip.com.br
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

:focus 
{
	outline: 0;
}

ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------ Configurações padrões ------------------ */

body
{
	text-align: center;
	font: 12px/18px helvetica, arial, tahoma;
	color: #333;
	background: #979797 url(../imagens/fundo-site.jpg);
}

h1, h1 a
{
	margin: 20px 0;
	color: #000;
	font: 24px Arial, Helvetica;
	text-decoration: none;
}

h1
{
	padding-bottom: 3px;
	border-bottom: solid 2px #00349a;
}

h2
{
	font: 18px arial;
	color: #666;
	margin-bottom: 15px;
}

h2 a
{
	color: #000;
}

h3
{
	font: bold 16px arial;
	color: #333;
}

h3 a
{
	color: #333;
}

h1 a, h2 a, h3 a
{
	text-decoration: none;
}

.geral
{	
	width: 760px;
	max-width: 760px;
	margin: 20px auto;
	text-align: left;
	background: #fff;
}

a
{
	color: #004262;
}

a:hover
{
	text-decoration: none;
}

p
{
	line-height: 18px;
}

.clear
{
	clear: both;
}

/* ------------------ Topo ------------------ */
.topo
{
	height: 110px;
	padding: 5px 20px;
	background: url(../imagens/fundo-topo.jpg) no-repeat;
}

.topo .logo
{
	float: left;
}

.topo .logo a
{
	display: block;
	width: 175px;
	height: 62px;
	margin-top: 20px;
	overflow: hidden;
	text-indent: -99999px;
}

.topo .direita
{
	float: right;
	text-align: right;
	color: #2d4d61;
	font: normal 22px/22px arial;
	letter-spacing: -1px;
	margin-top: 20px;
}

.topo .direita a
{
	text-decoration: none;
	color: #2d4d61;
}


.topo .meio
{
	margin-left: 185px;
	height: 30px;
	margin-top: 40px;
	background: url(../imagens/txt-deus.gif) no-repeat;
}
/* ------------------ Arruma layout ------------------ */

.layout
{
	clear: both;
	padding: 0 20px 10px 15px;		
}


/* ------------------ Conteudo ------------------ */

.conteudo
{
	float: right;
	width: 510px;
	margin-left: 20px;
}

.conteudo p, .layout p
{
	margin: 1.0em 0;
}

.caminho
{
	font: 10px Arial;
	color: #909090;
}

.caminho a
{
	color: #909090;
}

.caminho strong
{
	font: bold 11px arial;
}

.fotoEsquerda
{
	float: left;
	margin-right: 10px;
}

.fotoDireita
{
	float: right;
	margin-left: 10px;
}

.destaque
{
	float: left;
}

.topicos
{
	padding-left: 40px;
	float: left;
	margin-right: 20px;
}

.topicos li
{
	line-height: 20px;
	list-style: disc;
}

.topicos li a
{
	text-decoration: none;
}

.topicos li a:hover
{
	text-decoration: underline;
}

.topicosTexto
{
	padding-left: 20px;
}

.topicosTexto li
{
	line-height: 20px;
	list-style: disc;
}

.tabela
{
	border: solid 1px #666;
}

.tabela td
{
	border: solid 1px #666;
	padding: 4px;
}

.tabela tr
{
}

.linkNormal
{
	text-decoration: none;
	color: #333;
	cursor: text;
}

.listaFotos
{
}

.listaFotos li
{
	float: left;
	width: 270px;
	height: 305px;
	text-align: center;
	margin: 0 4px 10px 0;
}

.listaFotos h3
{
	font-size: 12px;
	margin-bottom: 0;
}

.listaFotos em
{
	font: normal 11px tahoma;
}

.listaFotosInstalacoes
{
}

.listaFotosInstalacoes li
{
	float: none;
	height: 280px;
	text-align: center;
	margin: 0 0 10px 0;
}

.medidas
{
	color: #666;
	font-size: 11px;
}

/* ------------------ Coluna Direita - Coluna Esquerda ------------------ */
.colunaEsquerda
{
	float: left;
	width: 180px;
	margin-top: 60px;
}

.contatosVendedores
{
	line-height: normal;
	margin-bottom: 10px;
	color: #666;
}

.contatosVendedores h4
{
	color: #000;
	border-bottom: solid 2px #00349a;
	margin-bottom: 20px;
}

.contatosVendedores em
{
	font: normal 11px arial;
}

.colunaDireita
{
	float: right;
	width: 180px;
	margin: 60px 0 0 10px;
}


/* ------------------ Caixa Veja Tambem Confira tambem ------------------ */
.vejaTambem
{
	clear: both;
	background: #eeeeee;
	border: dotted 1px #bbbbbb;
	padding: 8px;
	padding-left: 30px;
	margin: 20px 0;
}

.vejaTambem strong a
{
	color: #6d6e70;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.vejaTambem ul
{
	float: left;
	margin: 8px 20px 0 20px;
}

.vejaTambem li
{
	line-height: 20px;
	font-size: 11px;
}

.vejaTambem li a
{
	color: #666;
}

.vejaTambem li a:hover
{
	color: #333;
}

.assinatura
{
	clear: both;	
}

.assinatura a
{
	text-decoration: none;	
}


/* ------------------ Thumb - Lista de fotos dos produtos ------------------ */

.listaProdutos
{
	margin-left: 10px;
}

.listaProdutos li
{
	float: left;
	width: 150px;
	height: 125px;
	margin: 5px 5px;
	text-align: center;
}

.listaProdutos li img
{
	border: solid 2px #ccc;
}

.listaProdutos li a:hover img 
{
	border: solid 2px #666;
}

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

.listaProdutos a:hover
{
	color: #000;
}


/* ------------------ Rodape ------------------ */

.rodape
{
	clear: both;
	height: 80px;
	padding: 10px;
	border-top: solid 6px #b2c5d4;
}

.rodape ul
{
	padding-top: 10px;
	text-align: right;
}

.rodape li
{
	display: inline;
	padding: 0 6px;
	border-right: solid 1px #666;
}

.rodape a
{
	color: #000;
	font: bold 10px arial, verdana;
	text-decoration: none;
}

.rodape a:hover
{
	text-decoration: underline;
}

.rodape address
{
	margin-top: 10px;
	color: #666;
	font: bold 10px arial, verdana;
	text-align: right;
}

.rodape address a
{
	color: #666;
}

.rodape address a:hover
{
	text-decoration: none;
}

.foneRodape
{
	float: left;
	height: 70px;
	width: 135px;
	letter-spacing: -1px;
}

.foneRodape strong
{
	font-size: 22px;
	color: #666;
}

.credito
{
	text-align: right;
	width: 740px;
	max-width: 740px;
	margin: 0 auto;
	margin-top: 10px;
}

.credito strong
{
	width: 67px;
	height: 15px;
	display: block;
	float: left;
	margin-left: 223px;
}
.credito strong a
{	
	background: url(../imagens/selo-yaslip.gif) no-repeat;
	width: 64px;
	height: 15px;	
	position: absolute;
	overflow: hidden;
	text-indent: -99999px;
}

.credito em
{
		
	position: absolute;
	overflow: hidden;
	text-indent: -99999px;
}

/* ------------------ Mapa do site ------------------ */

.mapaSite
{
}

.mapaSite ul
{
	margin-left: 30px;
}

.mapaSite ul li
{
	font: bold 15px arial;
	margin: 10px 0;
}

.mapaSite ul li a
{
	color: #000;
}

.mapaSite ul li ul
{
	margin-left: 35px;	
}

.mapaSite ul li ul li
{
	margin: 5px 0;
	padding: 0;
}

.mapaSite ul li ul li a
{
	font: bold 12px arial;
	color: #666;
}

.mapaSite ul li ul li ul li
{
	margin: 0;
}

.mapaSite ul li ul li ul li a
{
	font: bold 11px/0px arial;
	color: #ccc;
	background: url(../imagens/seta.gif) no-repeat left;
	padding-left: 8px;
}

.mapaSite ul li a:hover
{
	text-decoration: none;
}



/* ------------------ Página Contatos ------------------ */

.formulario
{
	float: left;
}

.formulario input
{
	margin: 4px 0;
	padding: 3px;
}

.contatos
{
	float: right;
	width: 320px;
	color: #6d6e71;
	font: 11px arial;
}

.contatos strong a
{
	color: #6d6e71;
	text-decoration: none;
}
