/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #CCC;
}
#geral{
	text-align: center;
}
#site{
	text-align: left;
	width: 940px;
	margin: 0 auto;
	background-color: #FFF;
}
#topo{
	height: 130px;
	background-color: #FFF;
	position: relative;
}
#menu{
	height: 32px;
	background-color: #BFBFBF;
	margin: 0 8px;
}
#banner{
	height: 90px;
	width: 728px;
	position: absolute;
	top: 20px;
	left: 204px;
}
#centro{
	padding-top: 1px;
	margin: 0;
	padding: 8px;
}
#rodape{
	clear: both;
	height: 85px;
	background-color: #0062da;
	color: #FFF;
	margin: 0;
}
#menuData{
	background-color: #bfbfbf;
	display: block;
	width: 300px;
	height: 32px;
	float: left;
	margin-left: 0px;
	font-size: 11px;
	color: #FFF;
	line-height: 32px;
	text-indent: 10px;
}
#menuMenu{
	display: block;
	height: 32px;
	float: right;
}
a{
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #900;
	text-decoration: underline;
}
#menuMenu a{
	display: block;
	float: left;
	text-align: center;
	padding: 8px 0 8px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-decoration: none;
}
#menuMenu a.empresa{
	background-color: #f19300;
	width: 120px;
}
#menuMenu a.equip{
	width: 150px;
	background-color: #0062DA;
}
#menuMenu a.pecas{
	background-color: #fd3d19;
	width: 105px;
}
#menuMenu a.clientes{
	background-color: #009200;
	width: 115px;
}
#menuMenu a.contato{
	background-color: #7f7f7f;
	width: 104px;
}
#conteudo{
	float: left;
	width: 655px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#coluna{
	width: 260px;
	float: right;
	margin-bottom: 15px;
	background-color: #ededed;
	margin-top: 10px;
}
#contColuna{
	margin: 5px;
}
.vr{
	background-image: url(../images/vr.gif);
	background-repeat: repeat-y;
}
.boxNoticia{
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}
