/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #cacaca url(../img/bg_site.gif) repeat-x center top;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

p {
	margin-bottom: 10px;
	}

a {
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

img {
	border: none;
	}

.wrapper {
	width: 778px;
	margin: 0 auto;
	}
	.wrapper:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		}

h1 {
	text-indent: -9999em;
	font-size: 18px;
	}

#topo {
	height: 160px;
	background: url(../img/bg_topo.jpg) no-repeat center top;
	width: 100%;
	}
	#topo .wrapper {
		background: url(../img/bg_topo.jpg) no-repeat center top;
		}
		#topo img {
			margin: 27px 0 0 61px;
			}
		
		#topo #menu-flash {
			width: 778px;
			height: 44px;
			margin-top: 19px;
			overflow: hidden;
			}
			#topo #menu-flash ul li {
				list-style: none;
				float: left;
				padding: 15px 16px 0;
				}
				#topo #menu-flash ul li a {
					color: #4895bf;
					font-weight: bold;
					}
			
			#topo #menu-flash div {
				display: none;
				}

#subtopo {
	height: 198px;
	background: #fff url(../img/bg_subtopo.gif) repeat-x center bottom;
	width: 100%;
	}
	#subtopo #flash {
		width: 748px;
		margin: 0 auto;
		background-color: #fff;
		height: 198px;
		}

#conteudo {
	background-color: #FFF;
	}

#rodape {
	width: 100%;	
	}
	#rodape #lancamentos{
		background: url(../img/bg_lancamento.gif) repeat-x;
		height: 120px;
		width: 100%;
		border-bottom: 1px solid #fff;		
	}
	#rodape #lancamentos:after{
		content: '';
		height: 0;
		display: block;
		clear: both;
	}
	
	#rodape #lancamentos .wrapper{
		width: 778px;
		margin: 0 auto;		
	}
	
	#rodape #lancamentos .wrapper h1{
		text-indent: -9999em;		
		margin: 0px 0px 10px 15px;
		padding-top: 10px;
		background: url('../img/lancamento.gif') no-repeat left bottom;
	}
	
	#rodape #lancamentos .wrapper ul{list-style:none;*margin-left:14px;}
	
	#rodape #lancamentos .wrapper ul li{
		list-style: none;
		float: left;
		width: 240px;
		height: 60px;
		text-align: center;
		margin-left: 14px;
		*margin-left: 0;
		*margin-right: 14px;
		padding-top: 0px;
	}
	#rodape #lancamentos .wrapper ul li.last_footer_li{
		margin-right: 0px;
	}
	
	#rodape #links{		
		background: #cacaca;
		height: 106px;		
		width: 778px;
		margin: 0 auto;		
		}		
		#rodape #links ul li {
			list-style: none;
			float: left;
			width: 14%;
			*width: 13.99%;
			height: 60px;
			text-align: center;
			padding-top: 30px;
			margin-left: 1px;
			}		
			#rodape #links p {
				clear: both;
				text-align: center;
				}