/* CSS Document */
.titulo {
	float:left;
	margin-top:20px;
	margin-left:35px;
	font-size:16px;
}
.titulo span{
	display:none;
}
#Pecas{
	width:56px;
	height:22px;
	background: url(../imagens/Titulos.gif) 0px 0px no-repeat;
}
#Sobre{
	width:59px;
	height:18px;
	background: url(../imagens/Titulos.gif) 0px -23px no-repeat;
}
#Contato{
	width:82px;
	height:17px;
	background: url(../imagens/Titulos.gif) 0px -42px no-repeat;
}
#Links{
	width:58px;
	height:18px;
	background: url(../imagens/Titulos.gif) 0px -60px no-repeat;
}

#conteudo {
	float:left;
	width:700px;
	padding:25px;
}

#meio h1{
	font-size:44px;
}

#contact {
	float:right;
	width:640px;
	height:400px;
	background-image:url(../imagens/contact.jpg);
	background-repeat:no-repeat;
}

#rodape {
	margin-top:20px;
	float:left;
	height:80px;
	width:100%;
	background-image:url(../imagens/bgbaixo.jpg);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#FFFFFF;
}

/*PADROES*/

.sample {
	float:left;
	height:190px;
	width:190px;
	margin-left:35px;
	margin-bottom:10px;
	background-image:url(../imagens/fundo_sample.jpg);
	text-align:center;
	background-repeat:no-repeat;
}

.sample img{
	margin-top:30px;
}

.sample:hover{
	background-image:url(../imagens/fundo_sample.jpg);
	background-position:bottom;
}

#form {float:left; width:305px; height:300px; padding-top:70px; padding-left:90px;}

.input{
	background-color:#dce8e0;
	border: solid 1px #FFF;
	font-family: "Verdana", Arial, Helvetica;
	font-size: 12px;
	width:300px;
}

.input:focus,.input:hover{
	background-color:#F2F2F2;
}

.submit{
	font-weight: bold;
	border: none;
	cursor: pointer;
	background-image: url(../imagens/enviar.gif);
	background-repeat:no-repeat;
	background-color: transparent;
	width: 66px;
	height: 22px;
}