/* CSS Document - Programa de Parcerias UOL HOST */

/* ------------------ CONTEUDO ------------------ */

#conteudo-esquerda {
	width: 575px;
	height:540px;
	float:left;
	}
	
#conteudo-home {
	background:transparent url(../imagens/home/bg_home.gif) no-repeat 0 0;
	width:780px;
	height:540px;
	}
	
/* parceiro do mes */

#parceiro-mes {
	width: 590px;
	height: 150px;
	}
	
#parceiro-mes h3{
	text-indent:-9999px;}

#parceiro-mes p.foto {
	background: url(../imagens/home/foto_logo.jpg) no-repeat;
	width: 100px;
	height: 150px;
	text-indent:-9999px;
	display:block;	
	float:left;
	}

#parceiro-mes p.depoimento {
	font-size:11px;
	color: #333;
	display:block;
	width: 300px;
	margin: 30px 0 10px 126px;
	}

#parceiro-mes span {
	font-size:11px;
	font-weight:bold;
	color: #333;
	display:block;
	margin-left: 126px;
	}
	
#parceiro-mes p .botao_conheca {
	background:transparent url(../imagens/botoes/conheca.gif) no-repeat scroll 0 0;
	display:block;
	height:27px;
	left:252px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:215px;
	width:121px;
}

/* vantagens */

#vantagens a { text-decoration: none; color:#333333; }
#vantagens h3 { text-indent: -9999px; }

#vantagens ul {
	display:block;
	width: 540px;
	height: 245px;
	margin: 40px 0 15px 25px;;
	}
	
#vantagens ul li {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333;
	display:block;
	width: 170px;
	height:60px;
	float:left;
	padding-right: 6px;
	}

#vantagens ul li span { display: block; width: 37px; height: 35px; float:left; }
#vantagens ul li span.parceiro { background:url(../imagens/home/vantagens-icones.gif) no-repeat 0 0; }
#vantagens ul li span.links { background:url(../imagens/home/vantagens-icones.gif) no-repeat -45px 0; }
#vantagens ul li span.servicos { background:url(../imagens/home/vantagens-icones.gif) no-repeat -90px 0; }
#vantagens ul li span.atendimento { background:url(../imagens/home/vantagens-icones.gif) no-repeat -140px 0; }
#vantagens ul li span.gerente { background:url(../imagens/home/vantagens-icones.gif) no-repeat -190px 0; }
#vantagens ul li span.newsletter { background:url(../imagens/home/vantagens-icones.gif) no-repeat -235px 0; }
#vantagens ul li span.promocao { background:url(../imagens/home/vantagens-icones.gif) no-repeat -278px 0; }
#vantagens ul li span.beta { background:url(../imagens/home/vantagens-icones.gif) no-repeat -330px 0; }
#vantagens ul li span.marca { background:url(../imagens/home/vantagens-icones.gif) no-repeat -370px 0; }
#vantagens ul li span.remuneracao { background:url(../imagens/home/vantagens-icones.gif) no-repeat -418px 0; }

#vantagens p .botao_cadastro {
	background:transparent url(../imagens/botoes/conheca-red.gif) no-repeat scroll 0 0;
	display:block;
	height:32px;
	left:400px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:505px;
	width:126px;
}

/* newsletter */

#newsletter {
	background: url(../imagens/home/ico_newsletter.gif) no-repeat 0 0;
	margin-left: 10px;
	height: 50px;
	}

#newsletter label {
	display:block;
	padding: 7px;
	padding-left: 160px;
	width: 170px;
	float:left;
	}

#newsletter form {
	display: block;
	float:left;
	padding: 7px;
	}
	
#newsletter input {
	height: 20px;
	float:left;
	}
#form-newsletter {
	position: relative;
}
#newsletter input.botao {
	background: url(../imagens/botoes/assinar.gif) no-repeat 0 0;
	border: none;
	height: 27px;
	width: 92px;
	cursor:pointer;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	left: 170px;
	}