*
{
	font-family:"Trebuchet MS", Verdana;
}

body
{
	background: #6f7130;
}

#container{
	width:100%;
	height:auto;
	overflow:auto;
}


#corpo{
	position: relative;
	width:800px;
	height:600px;
	overflow:none;
	margin:0 auto;
}

#topo
{
	height:139px;
	background:#FFFFFF;
}

#lead
{
	float:left;
}

#menu
{
	float:left;
	width:401px;
	height:43px;
	padding: 10px 0px 0px 0px;
	background: url(../imagens/menu.jpg);
	text-align:center;
	color: #c5c865;
}

#menu a
{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}

#menu .ativo
{
	text-decoration: underline;
}

#centro
{
	float:left;
	width:399px;
	height:317px;
	background: url(../imagens/centro.jpg);
	font-size: 11px;
}
#texto1
{
	float:left;
	width:390px;
	height:263px;
	font-size: 11px;
	overflow:auto;
	margin-top:30px;
}
#texto12
{
	float:left;
	width:390px;
	height:263px;
	font-size: 11px;
	overflow:auto;
	margin-top:30px;
}
#texto2
{
	float:left;
	width:390px;
	height:263px;
	font-size: 11px;
	margin-top:30px;
}

#centro h1
{
	font-size:16px;
	color: #ffffff;
	text-align:center;
	margin: 15px 30px 30px 30px;
}
#centro h3
{
	font-size:16px;
	margin-left:30px;
	text-decoration:underline;
	color:#6f7130;
}

#centro p
{
	margin-left: 20px;
}

#centro table
{
	margin: 0px 20px 20px 20px;
}

#produtos
{
	width:401px;
	height:317px;
	float:left;
	background:url(../imagens/produtos.jpg);
}

#rodape
{

}

.input
{
	font-size: 10px;
}
#texto12 li{
	padding-left:10px;
	float:left;
	width:80px;
	margin-bottom:10px;
	
	}
#texto12 a{
	text-decoration:none;
	color:#4c4748;
	}
#texto12 a:hover{
	text-decoration:underline;
	color:#ff9900;
	}
#texto12 ul{
	list-style:none;
	}
#texto12 img{
	border:#FF9900 1px solid;
}
#produto1{
	width:124px;
	height:90px;
	float:left;
	margin:45px 0 0 20px;
	background:url(../imagens/produtos/produto1.jpg) no-repeat;
}
#produto1:hover{
	width:124px;
	height:90px;
	float:left;
	background:url(../imagens/produtos/produto1_1.jpg) no-repeat;
	margin:45px 0 0 20px;
}

#produto2{
	width:124px;
	height:90px;
	float:left;
	background:#000066;
	margin:45px 0 0 105px;
	background:url(../imagens/produtos/produto2.jpg) no-repeat;
}

#produto2:hover{
	width:124px;
	height:90px;
	float:left;
	background:#000066;
	margin:45px 0 0 105px;
	background:url(../imagens/produtos/produto2_1.jpg) no-repeat;
}
#produto3{
	width:124px;
	height:90px;
	float:left;
	margin:65px 0 0 20px;
	background:url(../imagens/produtos/produto3.jpg) no-repeat;
}
#produto3:hover{
	width:124px;
	height:90px;
	float:left;
	margin:65px 0 0 20px;
	background:url(../imagens/produtos/produto3_1.jpg) no-repeat;
}
#produto4{
	width:124px;
	height:90px;
	float:left;
	background:#000066;
	margin:65px 0 0 105px;
	background:url(../imagens/produtos/produto4.jpg) no-repeat;
}
#produto4:hover{
	width:124px;
	height:90px;
	float:left;
	background:#000066;
	margin:65px 0 0 105px;
	background:url(../imagens/produtos/produto4_1.jpg) no-repeat;
}
.class{clear:both;}
