@charset "utf-8";
/*------------------*/
body,html {
	background:#20486e url(../img/fundo_01.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor:default;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

/*----------------*/
#container-all{
	width:770px;
	background:url(../img/fundo_02.gif) repeat-y;
	margin: 0 auto;
}
#container{
	width:756px;
	float:left;
}
/*----------------*/
#banner-flash{
	height:185px;
	top: 0px;
}
/*----------------*/
#content-all{
	width:748px;
	min-height:100px;
	background:url(../img/fundo_03.gif) repeat-x;
	margin:0 auto;
}
#content{
	width:550px;
	float:left;
	text-align:justify;
}

/*----------------*/
#menu-all{
	width:160px;
	float:left;
	margin-left:4px;
	margin-right:15px;
}
#menu-top{
	position:absolute;
	width:160px;
	height:30px;
	background:url(../img/fundo_menu_01.gif) no-repeat;
	z-index:1000;
	top:155px;
}
#menu{
	width:150px;
	top: 0px;
}
#menu-fim{
	width:160px;
	height:11px;
	background:url(../img/fundo_menu_03.gif) no-repeat;
}
/*----------------*/
ul{
	list-style: none;
	position:relative;
	padding:0px;
	margin:0px;
}
#li-menu a{
	width:150px;
	height:24px;
	line-height: 25px;
	background:url(../img/menu_out.gif) no-repeat;
	padding:0px 0px 0px 10px;
	margin:0px 1px 0px 0px;
	color:#333;
	display: block;
	text-decoration: none;
	}
#li-menu a:hover{
	color: #eee;
	background: url(../img/menu_over.gif) no-repeat;
}
.li-spacing{
	padding-left:10px;
	/* POG - Espaço a esquerda entre a borda e o link */
}
/*----------------*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #1968bb;
	text-decoration: none;
}

/*----------------*/
#shadow-left{
	width:7px;
	float:left;
}
#shadow-right{
	width:7px;
	float:left;
}
/*----------------*/
#rodape-all{
	clear:both;
	width:770px;
	height:67px;
	background:url(../img/rodape_03.gif) no-repeat;
	margin: 0 auto;
}
#rodape-1{
	float:left;
	padding: 35px 0px 0px 20px;
	color:#FFFFFF;
	font-size:11px;
}
#rodape-2{
	float:right;
	text-align:right;
	padding: 35px 20px 0px 0px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	letter-spacing: -1px;
}
/*----------------*/
