@charset "utf-8";
/* CSS site EPA Plus 2010 */
* { 
	border:0; 
	margin:0; 
	padding:0;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
strong { font-weight:bold;}
html { background:#a4a4a4 url(../img/grad.png) repeat-x top left;}
body { background:url(../img/bg.gif) repeat top left;}
#container {
	background: url(../img/bg.png) repeat-y center;
	width: 940px;
	padding:0 4px;
	margin:0 auto;
	display: table;
}
#conteudo {
	width:900px;
	padding:20px;
}
.png { /*border:1px solid #c00; */}
.borda { border:2px solid #c00;}
.bt {
	background:#c00;
	color:#fff;
	text-shadow:1px 1px #900;
	padding:0 5px;
	font:bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 { 
	color:#c00;
	font-weight:bold;
	margin:0 0 5px;
	}
h1 { font-size:18px;}
h1.alt { text-transform:uppercase;}
h2 { font-size:16px;}

/*__________ Topo_*/
#header { 
	position:relative;
	width:940px;
	height:175px;
	background:url(../img/topo.png) no-repeat;
}
	#header h1 { margin:0;}
	#header h1 a.logo {
		display:block;
		width:169px;
		height:151px;
		background:url(../img/epa.png) no-repeat;
		text-indent:-9999px;
		overflow:hidden;
		position:absolute;
		left:15px;
		top:15px;
	}
#header .menu {	
	list-style:none;
	position:absolute;
	bottom:0;
	right:0;
	background:url(../img/menu.png) repeat-x;
	height:61px;
	width:auto;
}
#bgmenu { 
	position:absolute;
	top:114px;
	right:0;
	background:url(../img/menu.png) repeat-x;
	height:61px;
	width:50%;
	}
	#header .menu li {
		display:inline;
		float:left;
		height:61px;
		position:relative;
		left:-10px;
		}
		#header .menu li.alt {	background:url(../img/menu-a.png) no-repeat;}
	#header .menu li a {
		font-size:14px;
		font-weight:bold;
		color:#fff;
		text-transform:uppercase;
		margin:0 0 0 20px;
		line-height:61px;
		text-shadow:1px 1px #900;
	}
	#header .menu li a.alt { font-size:24px;}
#header .aba {
	list-style:none;
	position:absolute;
	right:0;
	top:0;
	width:420px;
	}
	#header .aba li { display:inline;}
	#header .aba li a {
		color:#fff;
		font-weight:bold;
		text-transform:uppercase;
		margin:0 10px;
		line-height:30px;
	}
#header li a:hover { color:#f00}

/*__Newsletter_*/
#news {
	position:absolute;
	right:0;
	top:80px;
	height:20px;
	padding:0 20px;
	}
	#news p { 
		font:11px/20px Verdana, Arial, Helvetica, sans-serif; 
		padding: 0 10px 0 0;
		float:left;
	}
	#news label {
		background:url(../img/news-label.gif) no-repeat;
		width:262px;
		height:20px;
		display:block;
		font:bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
		color:#c00;
		padding:0 0 0 10px;
		float:left;
	}
	#news label input { 
		background:transparent;
		width:215px;
		height:17px;
	}
	#news button {
		font:bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
		background:url(../img/news-button.gif) no-repeat 0 0;
		width:54px;
		height:20px;
		padding:0 0 2px 2px;
		display:block;
		float: left;
		color:#fff;
		text-transform:lowercase;
	}
/*________/_ Topo_*/
/*__________Rodapé_*/
#footer {
	width:100%;
	height:45px;
	margin:-10px 0;
	background: url(../img/rodape.png) repeat-x;
	clear:both;
	min-width:950px;
	position:relative;
	z-index:10px;
	}				
	#footer p#copy {
		display:block;
		width:800px;
		position:relative;
		margin:0 auto;
		padding:20px 70px 0;
	}
	#footer p, #footer p a{
		font:10px Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		text-align:left;
	}
.dma {
	display:block;
	background: url(../img/dma.png) no-repeat;
	width:60px;
	height:22px;
	text-indent:-5000px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:5px;
}
.minds {
	display:block;
	background: url(../img/2minds.png) no-repeat;
	width:165px;
	height:19px;
	text-indent:-5000px;
	overflow:hidden;
	position:absolute;
	top:15px;
	right:5px;
}

/*________/_Rodapé_*/

