/*###### Geral ######*/
body {
	background-image:url(../img/fnd.gif);
	background-repeat:repeat;
	margin:0;
	font-family: 'Trebuchet MS', 'Segoe UI', Arial, Verdana, sans-serif;
}
fieldset, img, form {
	border:0px;
	margin:0px;
}
p { 
	margin:15px 0;
	font-size:14px;
	color:#000000;
}
#geral {
	width:960px;
	margin:0 auto;
	display:table;
}

/*###### Topo ######*/
#geral #topo {
}

#geral #fiorino {
	background-image:url(../img/fiorino.jpg);
	height:363px;
}
#fiorino img {
	margin-top:280px;
	margin-left:50px;
}
#geral #servicos {
	background-image:url(../img/fnd_servicos.png);
	height:207px;
	width:761px;
	margin:0 auto;
	padding:35px 15px 0 10px;
	margin-bottom:50px;
}

#geral #servicos img {
	float:left;
	margin:15px 15px 0 10px;
}

#geral #contato_home {
	background-image:url(../img/fnd_contato.png);
	height:261px;
	width:746px;
	margin:0 auto;
	padding:40px 20px 0 20px;
	margin-bottom:50px;
}

.campo {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size:14px;
	height:25px;
	width:230px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #dcdfeb;
	text-indent: 2px;
	margin:5px 0 5px 0;
}
.ddd {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size:14px;
	height:25px;
	width:40px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #dcdfeb;
	text-indent: 2px;
	margin:5px 0 5px 0;
}
.fone {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size:14px;
	height:25px;
	width:183px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #dcdfeb;
	text-indent: 2px;
	margin:5px 0 5px 0;
}
.assunto {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size:14px;
	height:200px;
	width:300px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #dcdfeb;
	text-indent: 2px;
	margin:5px 0 5px 0;
}
.botao {
	margin-top:15px;
}

#geral #copyright {
	background-image:url(../img/fnd_copyright.png);
	height:53px;
	padding-top:20px;
	margin-bottom:20px;
	text-align:center;
}
#copyright p {
	color:#747474;
	font-size:12px;
	margin:0;
}
#copyright p a {
	color:#747474;
	text-decoration:none;
}
#copyright p a:hover {
	color:#000;
	text-decoration:underline;
}
