BODY {
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#B1B0B0;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#B1B0B0;
	scrollbar-arrow-color:#B1B0B0;
	scrollbar-track-color:#FFFFFF;
}

#carousel {
	width:183px;
	height:120px;	
	overflow:hidden;
}

#carousel *{
	margin: 0;
	padding: 0;
}

#slides {
	/*
	overflow:hidden;
	position:relative;
	*/
	width:100%;
	height:100%;
}

#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:100%;			
}

#slides li .logo{
	width:100%;
	height: 120px;
	/*
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	*/
}

#slides li {
	width:100%;
	height:120px;
	clear: both;
}

#slides li img{
	vertical-align: middle;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA0000;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.texto_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.texto_arial:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA0000;
	text-decoration: none;
}

.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.textos:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA0000;
	text-decoration: none;
}
.texto_vermelho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AA0000;
	text-decoration: none;
	font-size: 10px;
}
.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA0000;
	text-decoration: none;
	font-weight: bold;
}

.foto{
	float: left;
	margin: 0 5px 4px 0;
	border: 1px #000 solid;
	padding: 1px;
}

.listra{
	width: 100%;
	height: 1px;
	background-color: #E8E8E8;
}

#exemplos{
	margin-left: 15px;
}

#empresas-relacionadas { margin-left:18px; margin-top:15px }

#overlay{
	background: url(../images/bg_overlay.png);
	width: 100%;
	position: absolute;
	z-index: 9000;
	display: none;
	text-align: center;
}

#flash{
	width: 500px;
	height: 300px;
	margin: 200px auto 0;
}

.both{
	clear: both;
	width: 100%;
}
