@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	color:#333;
	background-color:#F3F3F3;
}

#topo{
	width:1000px;
	height:150px;
	margin-top:20px;
}

#logo{
	width:230px;
	height:150px;
	float:left;
}

#menu{
	width:680px;
	height:90px;
	float:right;
	margin-top:30px;
}

.item_menu{
	width:128px;
	height:40px;
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
}

.item_menu a{
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-left:-22px;
}

.item_menu:hover{
	background-image:url(../images/btn_hover.png);
	background-repeat:no-repeat;
}

#images{
	width:100%;
	height:300px;
	background-image:url(../images/img_bg.png);
	background-repeat:repeat-x;
		
}

#conteudo{
	width:1000px;
	margin-top:20px;
}

h2 { font-size: 28px; font-weight: normal; margin: 0 0 30px 0; padding: 0; }

.bloco{
	width:235px;
	height:265px;
	background-image:url(../images/container.png);
	background-repeat:no-repeat;
	text-align:center;
}

.titulo_bloco{
	width:235px;
	height:20px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin-top:30px;
}

.bloco p{
	width:200px;
	font-size:11px;
	text-align:center;
	margin: 10px 0px 0px 18px;
}

#rodape
{
	width:100%;
	height:50px;	
	background-color:#1065C7;
}

#rodape span{
	line-height:50px;
	vertical-align:bottom;
	color:#FFF;
	font-style:italic;
	font-size:16px;
}

#contact_form {  padding: 0; }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { font-family: Tahoma, Geneva, sans-serif; width: 300px; padding: 5px; background: #fff; border: 1px solid #dfdfdf; }
#contact_form form label { display: block; width: 100px; margin-top: 10px; font-size: 14px; }
#contact_form form textarea { font-family: Tahoma, Geneva, sans-serif; width: 400px;  height: 170px; padding: 5px; background: #fff; border: 1px solid #dfdfdf; }
#contact_form form .submit_btn { padding: 10px 15px; margin: 10px 80px 0px 0px; background: #fff; border: 1px solid #dfdfdf; 	}