/* v1.0 | 20081011 */
html, img, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, fieldset, form, label, legend{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body{
	
	line-height:1;
/*	font-family:"Century Gothic";*/
	font-family:Arial, "Century Gothic", Tahoma, Verdana;
	background:#000;
	text-align:center; /* hack para o IE */
}
ol, ul{
	list-style:none;
}
.esconde{display:none;}
#Geral{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#header{
	width:100%;
	height:215px;
	float:left;
}
#header h1 img{
	height:167px;
}
#header ul.menu{
	width:100%;
	height:48px;
	float:left;
	background:url(../_IMG/bg_menu.gif) repeat-x;
	font-size:16px;
}
#header ul.menu li{
	width:auto;
	float:left;
	height:48px;
	display:inline;
}
#header ul.menu li a{
	width:auto;
	float:left;
	text-decoration:none;
	color:#FFF;
	padding:25px 25px 0 25px;
}
#header ul.menu li a:hover, #header li.current{
	background:url(../_IMG/bg_menu_hover.gif) repeat-x;
}
/*Parceiros*/
#parceiros{
	width:643px;
	height:63px;
	float:left;
	background:#240000;
	border:1px solid #350000;
	border-left:none;
	border-right:none;
	margin-top:3px;
}
#parceiros h1{
	width:100px;
	float:left;
	margin:20px;
	font-size:16px;
	color:#FFF;
	display:inline;
}
/*Footer*/
#footer{
	width:1000px;
	height:126px;
	float:left;
	overflow:hidden;
	background:#350000;
	margin-top:1px;
}
#footer p{
	width:500px;
	margin:30px 0 0 70px;
	float:left;
	font-size:14px;
	color:#FFF;
	display:inline;
	line-height:18px;
}
#footer p a{
	text-decoration:none;
	color:#FFF;
}
#footer p a:hover{
	border:1px dashed #FFF;
}
#footer img{width:426px;height:126px;float:left;background:red;}