@charset "utf-8";
/* CSS Document */

html, body {
height:100%;
}
 
body {
	margin:0; 
	padding:0;
	background-color:#000;
	background-image:url(../layout/bg_master.jpg);
	/*background-repeat:repeat-x;*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	}
	
.clear {clear:both;}

#master { 
	width:780px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	min-height:100%;
	background-image:url(../layout/bgpxt.png);
	}
 * html #box {
 height: 100%;
 }	

#box { 
	width:780px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;
		}
 * html #box {
 height: 100%;
 }
 
#conteudo {
padding-bottom:130px;
/*background-color:#191919;*/
clear:both;
}


/* topo do website */
#topbox{
height:180px;
}
	#toplogo{
 	width:300px; 
	height:150px;
	text-align:left;
	float:left;
	}
	#tophome{
		width:53px;
		height:15px;
		padding:5px;
		float:left;
	}
	
	#result{
	width:250px;
	
	position:absolute;
	top:40px;
	}
	
	
	#topmenu{
	width:780px;/*545*/
	height:30px;
	float:right;
	background-image:url(../layout/menubar.jpg);
	background-repeat:no-repeat;
	text-align:left;
	}

	#mbusca{
	float:left;	
	margin-top:-7px;
	margin-left:7px;
	width:180px;
		
	}
	
	#tmenu{
		float:right;
		
	}



/* fim do topo */

#corpobox{
	width:770px;
	padding:5px;
	text-align: left;
	background-color:#191919;
	
	min-height:250px;
	padding-top:10px;
}

/*fim da parte onde pode ser ediatada */


#rodapebox {
	
	width:780px;
	height:120px;
	position: absolute;
	bottom: 0; 
	text-align:center;
	background-color:#141414;
	margin-top:20px;
	}
	
	#rodparceiros{
	width:770px;
	height:67px;
	padding:5px;
	float:left;
	text-align:left;
	}
	#rodmenu{
	width:770px;
	height:18px;
	float:left;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	background-color:#191919;
	}
		#roddireita{
			text-align:right;
			float:right;
		}
		#rodesquerda{
			text-align:left;
			float:left;
		}
	
	
	#rodinfo{
	width:770px;
	height:20px;
	float:left;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	}

	
	
#bgfundo{ /* esta parte coloca o vetor de fundo*/
	width:100%;
	height:650px;
	position:absolute;
	top:0;
	background-image:url(../layout/bg_masterd.png);
	background-position:top;
	background-repeat:no-repeat;
}