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

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#tudo {
	position: relative;
	width: 100%;
}

#topo-tudo {
	position: relative;
	width: 100%;
	background: url(img/fd-topo.jpg) repeat-x top;
	border-bottom: 2px solid #990000;
}

#topo {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 134px;
	background: url(img/topo.png) no-repeat left;
}

#banner {
	position: relative;
	width: 100%;
	padding: 25px 0;
	background: #7d110d;
}

#fotos {
	position: relative;
	overflow: hidden;
	width: 990px;
	height: 300px;
	margin: 0 auto;
}

#nav {
	position: relative;
	width: 96px;
	margin: 0 auto;
	margin-top: 25px;
}

#nav span {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 2px;
}

.select {
	width:20px;
	height:20px;
	background: url(banner/normal.png);
}

.select:hover {
	background: url(banner/over.png);
}

#nav span.activeSlide div {
	background: url(banner/over.png);
}

#itens00 {
	position: relative;
	width: 100%;
	padding: 25px 0;
	background: #000000;
	background-color: #9e120c;
}

#itens01 {
	position: relative;
	margin: 0 auto;
	width: 990px;
}

#itensCONTABEIS {
	position: relative;
	float: left;
	width: 310px;
	margin: 0 10px;
}

#conteudo {
	width: 100%;
	padding: 15px 0;
}

#textos {
	width: 990px;
	margin: 0 auto;
}

#bloco-home {
	position:relative;
	float: left;
	width: 320px;
}

#bloco01 {
	position:relative;
	float: left;
	width: 650px;
}

#bloco02 {
	position: relative;
	float: right;
	width: 320px;
}

#acesso {
	position: relative;
	margin: 10px auto;
	border-top: 1px dotted #cccccc;
	width: 990px;
}

#acesso img {
	margin: 5px;
	border: 0;
}

#sep-rodape {
	position: relative;
	width: 100%;
	height: 5px;
	background: #000000;
	background-color: #db241d;
}

#links-rodape {
	position: relative;
	width: 100%;
	background: #333333;
	background-color: #7d110d;
}

#rdp-cont {
	position: relative;
	margin: 0 auto;
	width: 990px;
}

#item-rodape {
	position: relative;
	float: left;
	width: 320px;
	padding: 5px;      
}
