@charset "utf-8";
/* CSS Document */

body {
	background:#000 url('../images/fundo_wall.jpg') no-repeat top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	margin:0; 
	padding:0
}

.container {
	width:100%;
}

.topo {
	width:100%;
	height:235px;	
	background:url('../images/foto_top.jpg') no-repeat top;
}

.logo {
	position:absolute;
	left:50%;
	margin-left:-115px;
	z-index:10;
}

/* INÍCIO DO MENU */

.menu{
	position:absolute;
	margin-top:161px;	
	width:759px;
	left:50%;
	margin-left:-379px;
	z-index:5;
	background:#490a0a;
}

.btn_01, .btn_02, .btn_03, .btn_04, .btn_05, .btn_06, .btn_07, .btn_empty {
	float:left;
}

.btn_01 a, .btn_02 a, .btn_03 a, .btn_04 a, .btn_05 a, .btn_06 a, .btn_07 a, .btn_empty {
	display: block;
	height:31px;
}

.btn_01 a {
	width: 82px;
	background-image:url('../images/btn_01.jpg');
}

.btn_02 a {
	width: 73px;
	background-image:url('../images/btn_02.jpg');
}

.btn_03 a {
	width: 136px;
	background-image:url('../images/btn_03.jpg');
}

.btn_empty {
	width: 188px;
	background-image:url('../images/btn_empty.jpg');
}

.btn_04 a {
	width: 75px;
	background-image:url('../images/btn_04.jpg');
}

.btn_05 a {
	width: 73px;
	background-image:url('../images/btn_05.jpg');
}

.btn_06 a {
	width: 56px;
	background-image:url('../images/btn_06.jpg');
}

.btn_07 a {
	width: 76px;
	background-image:url('../images/btn_07.jpg');
}

.btn_01 a:hover {
	background-image:url('../images/btn_001.jpg');
}

.btn_02 a:hover {
	background-image:url('../images/btn_002.jpg');
}

.btn_03 a:hover {
	background-image:url('../images/btn_003.jpg');
}

.btn_04 a:hover {
	background-image:url('../images/btn_004.jpg');
}

.btn_05 a:hover {
	background-image:url('../images/btn_005.jpg');
}

.btn_06 a:hover {
	background-image:url('../images/btn_006.jpg');
}

.btn_07 a:hover {
	background-image:url('../images/btn_007.jpg');
}

/* FIM DO MENU */

.conteudo {
	width:740px;
	min-height:410px;
	height:auto !important;
	height:410px;
	padding-bottom:20px;
}

.rodape {
	background:#000 url('../images/fundo_rodape.jpg') no-repeat center;
	width:100%;
	height:39px
}

.rodape_container {
	width:765px;
	height:39px;
}

.text_rodape {
	padding: 11px 0 0 10px;
	float:left;
}

.assinatura {
	padding-right:10px;
	float:right;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#FFF;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:26px;	
	padding:0;
	margin:0;
}

.clear {
	clear:both;	
}

#Banner {
position:absolute;
width:126px;
height:155px;
z-index:20;
left:50%;
margin-left:185px;
top: 0px;
text-align:center;
}

#Banner-pop {
position:absolute;
width:403px;
height:600px;
z-index:30;
left:50%;
margin-left:-201;
top: 100px;
text-align:center;
}

/* FIX PARA PNG*/
	
.png_fix{
	padding:0;
	margin:0;
}
