* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body { background: url(../images/fundo.tile.png); repeat-x; }

div#site { padding-top: 10px }
div#container { width: 1000px; position: relative; }
div#topo_sombra { position: absolute; left: 0px; top: 0px; height: 10px; width: 100px }
div#topo_sombraesq { position: absolute; left: 0px; top: 10px; height: 150px; width: 10px }
div#topo_sombradir { position: absolute; left: 990px; top: 10px; height: 150px; width: 10px }
div#topo { position: absolute; left: 10px; top: 10px; width: 980px; height: 120px; z-index: 1; background: url(../images/topo.tile.png) repeat-x}

div#topo_menu { position: absolute; top: 130px; left: 10px; background: #000000; width: 980px; height: 30px }
div#menulist { position: absolute; top: 5px; left: 20px; z-index: 2; clear: both }

div#logotipo { position: absolute; top: 30px; left: 30px; width: 365px; height: 80px; z-index:2 }

div#titulodata { tahoma; font-size: 12px; line-height: 20px; color: gray; font-weight: bold }

div#workspace { position: absolute; top: 160px; left: 0px; width: 1000px; background: url(../images/site.tile.png) repeat-y; text-align: left; }
div#workspace_area { padding: 20px 30px 20px 30px; font-family: verdana; font-size: 12px; line-height: 20px; text-align: justify }

div#workspace_area:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

div#rodape { padding: 0px 10px 0px 10px; }
div#rodape_area { background: black; padding: 20px 20px 20px 20px; color: white; height: 55px }

div#msgerro { background: url('../images/extranet/msg.erro.bg.png') no-repeat #f2f2f2; height: 30px; padding: 10px 20px 10px 50px; line-height: 30px }
div#msg { background: url('../images/extranet/msg.sucesso.bg.png') no-repeat #f2f2f2; height: 30px; padding: 10px 20px 10px 50px; line-height: 30px }


div#rodape_sombra { height: 10px; line-height: 0px; }
div#rodape_area_info { float: left; width: 460px; }
div#rodape_area_menu { float: right; width: 460px }
