/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#2A3A62;
	background-image:url(../imagens/fundo-site.jpg);
	background-repeat:repeat-x;
	background-position:middle;
}

#pagInicial {
	padding:15px 0px 15px 0px;
	position:absolute;
	width:746px;
	height:476px;
	top:50%;
	margin-top:-238px;
	left:50%;
	margin-left:-373px;
}

#lateral {
	position:relative;
	width:192px;
	height:452px;
	top:5px;
	left:0px;
	background-image:url(../imagens/fundo-lateral.gif);
	background-repeat:no-repeat;
	background-position:middle;
}

#marca {
	position:relative;
	width:182px;
	height:83px;
	top:100px;
	left:10px;
}

#menuLateral {
	position:relative;
	width:182px;
	height:153px;
	top:151px;
	left:10px;
}

#submenu {
	position:absolute;
	top:225px;
	left:192px;
	width:160px;
	height:144px;
	z-index:5;
	background-color:#F2F2F2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	visibility:hidden;
}

#quem {
	position:absolute;
	top:277px;
	left:190px;
	width:160px;
	height:44px;
	z-index:5;
	background-color:#F2F2F2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	visibility:hidden;
	list-style:none;
}

#divFlash {
	position:absolute;
	width:558px;
	height:282px;
	top:30px;
	left:192px;
}

#menuInferior {
	position:absolute;
	width:548px;
	height:147px;
	top:312px;
	left:192px;
	background-color:#FFFFFF;
}

#barraMenuInferior {
	position:absolute;
	width:548px;
	height:12px;
	top:459px;
	left:192px;
	background-image:url(../imagens/barra-menu-inferior.gif);
	background-repeat:no-repeat;
}

#rodape{
	position:absolute;
	width:746px;
	height:32px;
	top:472px;
	left:0px;
}
