@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background-color:#E3E3E3;
	background-image:url(imagens/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:125%;
}

form{margin:0;}
input.nome{width:307px; height:23px; background-color:#ECECEC; border:1px solid #666666; color:#333333; margin-bottom:5px;}
input.email{width:307px; height:23px; background-color:#ECECEC; border:1px solid #666666; color:#333333; margin-bottom:5px;}
input.tel{width:223px; height:23px; background-color:#ECECEC; border:1px solid #666666; color:#333333; margin-bottom:5px;}
textarea{width:307px; height:45px; background-color:#ECECEC; border:1px solid #666666; color:#333333; margin-bottom:5px;}

p{margin:0 0 7px 0;}

a{color:#333333; font-weight:bold; text-decoration:underline;}
a:hover{color:#333333; font-weight:bold;}

h1{font:Helvetica; font-size:18px; font-weight:bold; margin:20px 0 7px 0;}

#container{
	width:965px;
	margin:0 auto;
}

#topo{
	width:965px;
	height:105px;
}

#menu{
	width:965px;
	height:40px;
	margin-bottom:9px;
}

#conteudo_top{
	width:965px;
	height:10px;
}

#conteudo{
	width:965px;
	background-color:#F7F7F7;
	overflow:hidden;
}

#coluna_esquerda{
	width:588px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#coluna_direita{
	width:337px;
	float:left;
}

#conteudo_bottom{
	width:965px;
	height:10px;
}

#banner_form{
	width:965px;
	height:250px;
	margin-bottom:10px;
}

#banner{
	width:628px;
	height:250px;
	float:left;
}

#formulario{
	width:327px;
	height:190px;
	padding-top:60px;
	padding-left:10px;
	background-image:url(imagens/bg_formulario.jpg);
	float:left;
}

#formulario_inter{
	width:317px;
	height:177px;
	padding-top:55px;
	padding-left:10px;
	background-image:url(imagens/bg_formulario_inter.jpg);
}

#3box{
	width:965px;
	height:250px;
}

#rodape{
	width:965px;
	height:82px; 
}