a:link, a:visited, a:active { 
	text-decoration: none; 
	color:#0000CC;
	font-family:Tahoma;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
	color:#F86F06;
}

body { 
	text-align: center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}

#divSite { 
	width:700px;
}

#divCabecalho, #divConteudo, #divRodape {
	width:100%;
}

#divCabecalho {
	height:93px;
	float:left;
	background-image:url(images/20080714_top_revendedor.jpg);
}

#divConteudo {
	height:100%;
	float:left;
	border:1px solid #f1f1f1;
}

#ancoras {
	float:left;
	width:100%;
	height:auto;
	background:#FBFBFB;
	padding-top: 40px;
	padding-bottom: 40px;
}

#esquerda {
	width:250px;
	height: auto;
	float:left;
	text-align: left;
	padding-left: 30px;
	line-height: 20px;
	clear: left;
	margin-bottom: 20px;

}

#direita {
	width:250px;
	float:right;
	text-align: left;
	padding-right: 30px;
	line-height: 20px;
	/*margin-bottom: 20px;*/
}



#texto {
	float:left;
	width:670px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right:10px;
	text-align: left;
	line-height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
h1 {
	font-weight:bold;
	color:#0E480B;
	font-size:14px;
}

h2 {

	font-weight:bold;
	color:#F86F06;
	font-size:12px;
}

#logovideo {
	width: 121px;
	height:70px;
	float:right;
}

#logos {
	width: 571px;
	height:70px;
	background-image:url(images/logos.jpg);
	float:left;
}

#divRodape {
	height:73px;
	float:left;
	background: #FBFBFB;
}

#divIrTopo a {
	position:fixed;
	bottom:5px; 
	right:0;
	background: white;
	border: solid 2px #c0c0c0;
	width:80px;
	height: 16px;
	margin: 10px 0px 0px 0px;
	display: block;
	text-align:center;
	float:right;
	text-decoration:none;
}

#divIrTopo a:hover {
	background:#c0c0c0;
	color:#FFFFFF;
}
