@import url("ultimo_epi.css");

* {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

/****************************************
				Principal				 
****************************************/

body {
	background: #F28E00 url("imagens/menu_bg.jpg") repeat-y;
}

a:link, a:active, a:visited {
	color: #a70302;
}

a:hover {
	color: #ffffff;
}

#container {
	width: 100%;
}

/****************************************
				Topo				 
****************************************/

#container #topo {
	width: 100%;
	height: 204px;
	background: transparent url("imagens/topo_bg.jpg") repeat-x;
}

#container #topo #topo_esquerda {
	width: 495px;
	height: 204px;
	background: transparent url("imagens/topo_bg_left.jpg") no-repeat;
	float: left;
}

#container #topo #topo_direita {
	width: 196px;
	height: 191px;
	background: transparent url("imagens/topo_bg_right.jpg") no-repeat;
	float: right;
}

#container #topo #logo {
	top: 10px;
	left: 45%;
	width: 426px;
	margin-left: -213px;
	position: absolute;
	text-align: center;
}

/****************************************
				Menu				 
****************************************/

.menu {
	margin-left: 10px;
	margin-bottom: 10px;
}

.menu .title {
	width: 132px;
	height: 23px;
	background: transparent url("imagens/menu_title.jpg") no-repeat;
	margin-bottom: 3px;
	margin-top: 5px;

	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

.menu li {
	width: 132px;
	margin-bottom: 1px;
}

.menu a{
	width: 125px;
	height: 15px;
	background-color: #F1981A;
	display: table-cell;

	color: #000000;

	padding-left: 3px;
}

.menu a:hover{
	background-color: #F0AF51;
	color: #FFFFFF;
}

/****************************************
				Corpo				 
****************************************/

#corpo {
	height: 100%;
	width: 100%;
}

#corpo td {
	vertical-align: top;
}

#container #corpo #corpo_esquerda {
	width: 162px;
	padding-bottom: 20px;
}

#container #corpo #corpo_direita {
	width: 162px; 
}

#container #corpo #corpo_centro {
	padding: 5px 10px;
	text-align: center;
}

/****************************************
				Base				 
****************************************/

#container #base {
	width: 100%;
	height: 156px;
	background: url("imagens/base_bg.jpg") repeat-x;
	text-align: center;
	clear: both;
}

#container #base #base_esquerda {
	width: 256px;
	height: 156px;
	background: transparent url("imagens/base_left.jpg") no-repeat;
	float: left;
}

#container #base #base_direita {
	width: 143px;
	height: 156px;
	background: transparent url("imagens/base_right.jpg") no-repeat;
	float: right;
}

#container #base #base_conteudo {
	font-size: 9px;
	width: 470px;
	float: left;
	margin: 30px 0 0 -235px;
	left: 50%;
	position: absolute;
	text-align: center;
}

#container #base #base_conteudo .adsense {
	margin-bottom: 20px;
}

/****************************************
				Direita				 
****************************************/

/*	Parceiros */
#parceiros {
	width: 164px;
	background: transparent url("imagens/parceiros_bg.png") repeat-y;
}

#parceiros .topo {
	width: 164px;
	height: 40px;
	background: transparent url("imagens/parceiros_topo.png") no-repeat;
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

#parceiros .base {
	width: 164px;
	height: 21px;
	background: transparent url("imagens/parceiros_base.png") no-repeat;
	display: block;
}

#parceiros .imagem {
	padding-bottom: 8px;
}

/*	Aliados */
#aliados {
	width: 164px;
	background: transparent url("imagens/aliados_bg.png") repeat-y;
}

#aliados .topo {
	width: 164px;
	height: 40px;
	background: transparent url("imagens/aliados_topo.png") no-repeat;
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

#aliados .base {
	width: 164px;
	height: 21px;
	background: transparent url("imagens/aliados_base.png") no-repeat;
	display: block;
}

#aliados .imagem {
	padding-bottom: 8px;
}