/**************************************************/
/* by BCK Design - www.bck.com.br                 */
/* Versão 1.0									  */
/**************************************************/
/* MARCAÇÃO DO LAYOUT */
/* TODO SITE */
body {
	/*Posicionamento*/
	margin: 0;
	line-height: 0;
	/*Conteudo*/
	font: 11px Tahoma, Arial, Verdana;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}
input, textarea, select { /* Campos de formulário */
	font: 11px Tahoma, Arial;
	color: #333333;
	border: 1px solid #F7E6B7;
	background-color: #FFFFFF;
}
a { /* Links */
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {/* Links */
	text-decoration: underline;
}
#boxGeral {
	margin: 0 auto;
	width: 778px;
	height: auto;
	/*Fundo Geral */
	background: url(../Imgs/backGeral.gif) no-repeat left 50px;
}

/* TOPO */
#boxTopo {
	width: auto;
	height: auto;
	padding-top: 40px;
	text-align: center;
}
#flashTopo {
	margin: 0 auto;
	width: 620px;
	text-align: left;
}

/* CORPO */
#boxCorpo {
	float: left;
	text-align: left;
	width: 778px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 130px;
	background: url(../Imgs/logoBCK.jpg) no-repeat right bottom;
}
#boxContato {
	float: left;
	width: 220px;
	text-align: center;
	padding: 10px;
	background: url(../Imgs/decorCaixaEndereco.gif) no-repeat 215px center;
}
#boxContato h1 {
	font: 13px "Trebuchet MS", Tahoma, Arial;
	font-weight: bolder;
	padding-bottom: 6px;
}
#boxContato h3 {
	display: none;
}
#boxContato address span {
	line-height: 22px;
}
#boxContato #linkCurriculo {
	padding-top: 20px;
}
#boxConteudo {
	float: right;
	width: 516px; /* Default: 536px*/
	padding-left: 20px;
}
#boxConteudo h2 span {
	display: none;
}
#boxConteudo h2 {
	clear: both;
	margin-bottom: 5px;
	padding-top: 25px;
}
.titleSites {
	width: auto;
	height: 24px;
	background: url(../Imgs/titleSites.gif) no-repeat left bottom;
}
.titleLogomarcas {
	width: auto;
	height: 24px;
	background: url(../Imgs/titleLogomarcas.gif) no-repeat left bottom;
}
.titleEstampas {
	width: auto;
	height: 24px;
	background: url(../Imgs/titleEstampas.gif) no-repeat left bottom;
}
.listaLinks {
	list-style: none;
	padding: 0;
	margin: 0 0 0 12px;
}
.listaLinks li {
	padding-bottom: 6px;
}
.listaLinks li a {
	padding-left: 10px;
	background: url(../Imgs/decorTexto.gif) no-repeat left center;
}
.listaThumbs {
	list-style: none;
	width: 400px;
	padding: 0;
	margin: 0 0 0 12px;
}
.listaThumbs li {
	float: left;
	padding: 6px;
}

/* RODAPÉ */
#boxRodape {
	clear: both;
	width: auto;
	height: 40px;
	padding-top: 10px;
	text-align: center;
}