body {
	margin: 0;
	background: url('../img/fundo.png') no-repeat center fixed;
	font: small Verdana;
}
header {
	height: 120px;
	line-height: 120px;
	background: url('../img/fundo_topo.png');
}
a img {
	border: 0;
	vertical-align: middle;
}
.frt {
	vertical-align: bottom;
	margin-left: 358px;
	margin-bottom: 16px;
}
.menu {
	height: 66px;
	background: url('../img/menu/fundo.png') repeat-x;
}
.menu ul {
	width: 670px;
	list-style: none;
	margin: auto;
	padding: 0;
}
.menu a, .menu li {
	font-size: 0;
	float: left;
	width: 165px;
	height: 50px;
}
.menu .separador {
	width: 2px;
}
.menu .empresa {
	background: url('../img/menu/empresa.png') no-repeat;
}
.menu .solucoes {
	background: url('../img/menu/solucoes.png') no-repeat;
}
.menu .portfolio {
	background: url('../img/menu/portfolio.png') no-repeat;
}
.menu .contato {
	background: url('../img/menu/contato.png') no-repeat;
}
.menu a:hover {
	background-position: 0 -50px;
}
.menu a:active, .menu .active {
	background-position: 0 -100px;
}
.wrapper {
	width: 890px;
	margin: auto;
}
.caminho {
	width: 880px;
	height: 33px;
	background: url('../img/sombra_bottom.png') no-repeat bottom;
	text-indent: 36px;
	font: bold;
	color: #5d5d5d;	
}
.texto {
	margin: 5px 35px;
	text-align: justify;
}
footer {
	clear: both;
	padding: 3px 10px;
	border-top: 1px solid #EEE;
	font: x-small;
	text-align: right;
	color: #777;
}
ul {
	list-style-type: circle;
}
.conteudo {
	min-height: 450px;
}
h1 {
	clear: both;
	color: #959696;
}
h2 {
	color: #959696;
	font-size: 14px;
}
.flt {
	float: left;
	margin-right: 10px;
}
/** BANNER **/
.banner {
	width: 880px;
	height: 275px;
	overflow: scroll;
	border: 1px solid #999999;
}
.banner ul {
	width: 10000px;
	list-style: none;
	margin: auto;
	padding: 0;
}
.banner li {
	float: left;
}
/** FIM BANNER **/