/* CSS Document */

* {
	margin: 0;
}

body {
	background: url(../img/fundo.gif);
	height: 100%;
	margin-top: 10px;
}

#geral {
	width: 770px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	border: 2px solid #999999;
}

#cabecalho {
	width: 760px;
	margin: 5px auto 0 auto;
	background: url(../img/cabecalho_fundo.gif) repeat-x;
	height: 160px;
}

h1 {
	display: none;
}

h2 { color: #00336a; }

h3 { color: #00336a; }

p { color: #00336a; }

li { color: #00336a; }

#titulo, #livro {
	float: left;
}

#titulo {
	width: 550px;
}

#livro {
	width: 210px;
	background: url(../img/livro_cima.gif) 10px 14px no-repeat;
	height: 160px;
}

#conteudo {
	width: 770px;
	background: url(../img/livro_baixo.gif) 565px 0 no-repeat;
}




#conteudocentro, #lateraldireita {
	float: left;
	display: block;
}



/* ----------------------------------------------- */
#conteudocentro {
	width:570px;
	margin-left: 10px;
}
html>body #conteudocentro {
	width:580px;
	margin-left: 10px;
}

div.secao {
	width: 560px;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
html>body div.secao {
	width: 570px;
}

.secao h2 {
	width: 500px;
	height: 25px;
	margin-bottom: 10px;
	display: block;
}

.secao h2 span {
	display: none;
}

.secao p {
	margin: 3px 0 6px 5px;
	display: block;
}

#palestrante h2 {
	background: url(../img/titulo_palestrante.gif) no-repeat;
	margin-top: 20px;
}

#palestrante a {
	color: #717171;
	font-weight: bold;
	text-decoration: none;
}

#contato h2 {
	background: url(../img/titulo_contato.gif) no-repeat;
}

#olivro h2 {
	background: url(../img/titulo_conheca.gif) no-repeat;
}

#comprarlivro h2 {
	background: url(../img/titulo_comprar.gif) no-repeat;
}


fieldset {
	border: 0;
}

fieldset p label, fieldset p input, fieldset p textarea {
	float: left;
}

fieldset p label {
	display: block;
	width: 80px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#656565;
}

fieldset p span {
	font: 11px Arial, Helvetica, sans-serif;
	color:#656565;
}

fieldset p input, fieldset p textarea {
	border: 1px solid #acafaf;
	background: #ffffff url(../img/form_fundo.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}

fieldset p {
	clear: both;
	margin: 2px 0 2px 0;
	height: 23px;
}





/* ----------------------------------------------- */
#lateraldireita {
	width: 175px;
	display: block;
	margin: 80px 5px 0 0;
}

#convidadepor {
	width: 175px;
	height: 210px;
	background: url(../img/convida_fundo.gif) no-repeat;
	padding-top: 10px;
}

#convidabalao {
	width: 100px;
	height: 95px;
	margin: 0 auto 0 auto;
	background: url(../img/convida_balao.gif) no-repeat;
}

#convidabalao span {
	display: none;
}

#convidatexto {
	width: 122px;
	height: 85px;
	margin: 10px auto 0 auto;
	background: url(../img/convida_texto.gif) no-repeat;
}

#convidatexto span {
	display: none;
}

#dimensao {
	width: 160px;
	height: 65px;
	display: block;
	background: url(../img/dimensao.gif) no-repeat;
	margin-top: 15px;
}

#dimensao a {
	width: 170px;
	height: 65px;
	display: block;
}

#dimensao a span {
	display: none;
}






hr {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
}


#assinatura {
	width: 770px;
	height: 35px;
	clear: both;
	margin-bottom: 3px;
	background: url(../img/wpix.gif) center center no-repeat;
}

#assinatura a {
	width: 50px;
	height: 33px;
	display: block;
	margin: 0 auto 0 auto;
}

#assinatura span {
	display: none;
}




/* --------------------------------------------------------- */
#fnome { width: 300px; }
#femail { width: 300px; }
#ftelefone { width: 120px; }
#par_fmensagem { height: 120px; }
#fmensagem { width: 380px; height: 120px; }

#cnome { width: 300px; }
#cemail { width: 300px; }
#ctelefone { width: 120px; }
#clogradouro { width: 300px; }
#clogradouronum { width: 50px; }
#ccomplemento { width: 200px; }
#cbairro { width: 200px; }
#ccidade { width: 250px; }
#cuf { width: 50px; }
#ccep { width: 100px; }
#cquantidade { width: 40px; }
#par_ccomentario { height: 100px; }
#ccomentario { width: 380px; height: 100px; }

.enviar { 
	width: 78px; 
	height: 36px; 
	display: block; 
	margin-left: 80px; 
	background: url(../img/botao_enviar.gif) no-repeat;
	clear: both;
	border: 0;
}
