@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

#main{
	width: 860px;
	padding: 0px;
	position: relative;

}

p{
    padding: 4px;
}


#main #estante {
	height: 795px;
	width: 840px;
	position: absolute;
	top:8px;
	left:10px;
}


#main #estante #topoestante {
	background-image: url(../img/cinza840.gif);
	margin: 0px;
	padding: 0px;
    position: absolute;
	height: 17px;
	width: 840px;
	topo: 0px;
	left:0px;
	background-repeat:no-repeat;
}


#main #estante #corpoestante {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #275C35;
	background-color: #F5F5F5;
	position: absolute;
	height: 778px;
	width: 840px;
	top:17px;
	left:0px;
}

#main #faleconosco {
	height: 200px;
	width: 840px;
	position: absolute;
	top:810px;
	left:10px;
}


#main #faleconosco #topofaleconosco {
	background-image: url(../img/cinza840.gif);
	margin: 0px;
	padding: 0px;
    position: absolute;
	height: 17px;
	width: 840px;
	topo: 0px;
	left:0px;
	background-repeat:no-repeat;
}


#main #faleconosco #corpofaleconosco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #275C35;
	background-color: #F5F5F5;
	position: absolute;
	height: 183px;
	width: 840px;
	top:17px;
	left:0px;
}
#main #faleconosco #corpofaleconosco #helpdesk {
	float: right;
}



#main #rodape {
	height: 85px;
	width: 840px;
	position: absolute;
	top:1017px;
	left:10px;
}

#main #rodape #corporodape {
    text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	background-color: #F5F5F5;
	position: absolute;
	height: 56px;
	width: 840px;
	top:0px;
	left:0px;
}

#main #rodape #baserodape {
	background-image: url(../img/amarelo840.gif);
	margin: 0px;
	padding: 0px;
    position: absolute;
	height: 31px;
	width: 840px;
	top: 50px;
	left: 0px;
}


#main #final {
	height: 15px;
	width: 900px;
	position: absolute;
	top:890px;
	left:10px;
}
#main #faleconosco #corpofaleconosco p {
	text-indent: 19px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#main #faleconosco #corpofaleconosco span {
	text-indent: 0px;
	font-weight: 500;
	color: #003300;
	position: absolute;
	left: 90px;
	top: 103px;
}

