/*
	Desenolvido por Brani
	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;
}
p
{
	line-height: 18px;
}

.clear
{
	clear: both;
}

/* ------------------ Configurações padrões ------------------ */

body
{
	background-color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #fff;
}

.endereco
{
	font-size: 10px;
}
.contato
{
	font-size: 11px;
}

h1, h1 a
{
	margin: 25px 0;
	color: #fff;
	font: 30px Arial, Helvetica;
	text-decoration: none;
}

h2
{
	font: 18px arial;
	margin-bottom: 15px;
}

h3
{
	font: bold 16px arial;
	margin-bottom: 10px;
}

h1 a, h2 a, h3 a
{
	text-decoration: none;
}

.geral
{	
	width: 760px;
	max-width: 760px;
	margin: 0 auto;
	margin-top: 10px;
}

a
{
	color: #fff;
}

a:hover
{
	text-decoration: none;
}

p
{
	line-height: 18px;
	margin: 1.0em 0;
}

.clear
{
	clear: both;
}

.layout
{
	clear: both;
	padding: 0 15px 10px 15px;		
}

.logo
{
	background: url(../imagens/logo-siga-la-vaga.gif) no-repeat;
	display: block;
	margin-top: 17px;
	width: 300px;
	height: 161px;
	overflow: hidden;
	text-indent: -99999px;
	margin-left: 200px;
}

.logoNelson
{
	background: url(../imagens/nelson-goncalves/logo-bar-nelson.jpg) no-repeat;
	display: block;
	margin-top: 17px;
	width: 205px;
	height: 175px;
	overflow: hidden;
	text-indent: -99999px;
	margin-left: 250px;
}

.rede
{
	text-align: left;
	margin: 20px 0;
	clear: both;
}

.rede ul
{
	height: 60px;

}

.rede ul li
{
	display: inline;
}

.rede ul li img
{
	border-right: solid 1px #fff;	
}

.fotoEsquerda
{
	float: left;
	margin-right: 10px;
}

.fotoDireita
{
	float: right;
	margin-left: 10px;
}

/* ------------------ Página Contatos ------------------ */

.formulario
{
	float: left;
}

.formulario input
{
	margin: 4px 0;
	padding: 3px;
}

.contatos
{
	float: right;
	width: 300px;
	color: #ccc;
	font: 11px arial;
}

.contatos strong a
{
	color: #ccc;
	text-decoration: none;
}


/* ------------------ Rodapé ------------------ */
.credito
{
	text-align: left;
	width: 500px;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px 0;
	padding-left: 260px;
}

.credito strong
{
	width: 67px;
	height: 15px;
	display: block;
	float: left;
}

.credito strong a
{
	background: url(../imagens/selo-yaslip.gif) no-repeat;
	width: 64px;
	height: 15px;	
	position: absolute;
	overflow: hidden;
	text-indent: -99999px;
}

/* ------------------ Thumb - Lista de fotos dos produtos ------------------ */

.listaProdutos
{
	margin-left: 30px;
}
.listaProdutos li
{
	float: left;
	text-align: center;
	text-transform: capitalize;
}

.listaProdutos a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.listaProdutos a:hover
{
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

.listaProdutos li img
{
	padding: 4px;
}

