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

html, body{
	background-image:url(../images/bg_internas.jpg);
}

h1{
	font-size:22px;
}

.quemsomos{
	background-image:url(../images/bg_quemsomos.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-top:38px;
	padding-bottom:38px;
	padding-right:445px;
	padding-left:24px;
}

.produtos{
	padding-top:38px;
	padding-bottom:38px;
	padding-right:445px;
	padding-left:24px;
}

#produtos{
	border-top:#d3d3d3 2px solid;
	border-bottom:#d3d3d3 2px solid;
	width:100%;
	text-align:center;
}

.contato{
	background-color:#FFF;
	padding-top:38px;
	padding-bottom:38px;
	padding-left:24px;
	padding-right:45px;
	width:911px;
	height:400px;
}

.contatoform{
	width:400px;
	background-color:#878787;
	height:440px;
	float:right;
}

.contatoform form{
	width:300px;
	margin:auto;
	padding:10px 0px;
}

.contatoform input,.contatoform textarea{
	width:100%;
	border:#333 1px solid;
}

.submit{
	background:transparent;
	border:0px;
}
