@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;		
	text-decoration:none;
}
body {
	background-color:#333;
	/*
	background-image: url(../img/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	*/
	font-family: Arial, Helvetica, sans-serif;
}
#sitetb{
	background:#FFF;
	width:900px;
	display:table;
}
#wrapper{
	/*background-color: transparent;
	background-image: url(../img/clouds.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	color: #666;*/
}
#topo{
	width:900px;
	height:110px;
}
#atendimentos{
	float:left;
	padding-top:10px;
	margin-left:15px;
}
/* Menu */
#menu{
	width:900px;
	/*height:32px;	
	background-image:url(../img/bg_menu.png);*/
}
#div_menu{
	display:table; 
	width:100%;
}
#div_menu ul{
	list-style:none;
}
#div_menu li{
	background-image:url(../img/linhamenu.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding-right:3px;
	margin-top:2px;	
}
#div_menu ul li {
	display:inline;
	/*background:url(../img/linhamenu.jpg) no-repeat;*/
}
#div_menu ul li a {
		font:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bolder;
		color:#fff;
		text-decoration:none;
		float:left;
		padding:6px 26px 7px;
		margin-left:1px;
}
#div_menu ul li a:hover {
		background:#333;
		background-image:url(../img/bg_menu_hove.png);

}
/* Fim Menu */
#rodape{
	padding-top:13px;
	border-top:#99CC00 solid 3px;
	width:900px;
	height:110px;
	background:url(../img/bg_rodape.jpg) repeat-x;
	height:167px;	
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#rodape_esq{
	border-right:1px #0982AA solid; 
	height:150px; 
	width:250px; 
	float:left;	
	text-align:left;
	padding-left:10px;
}
#rodape_meio{	
	float:left;	
	text-align:left;
	padding-left:10px;
	width:365px;
}
#rodape_dir{
	border-left:1px #0982AA solid; 
	height:150px; 
	width:250px; 
	float:right;	
	text-align:right;
	padding-right:10px;
}
#subrodape{
	font-size:12px;
	height:50px;
	color:#666;
}
.rodape_link{
	color:#09C;
}
#site{
	clear:both;
	width:894px;
	/*background:#f9f9f9;*/
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	_display:table;	
	margin-top:3px;
	color: #666;
}
#conteudo_enquete{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:10px;
	background:#666;
	color:#FFF;
	height:185px;
	float:right;
	width:166px;
	text-align:left;
}
#planos{
	width:708px;
	margin:5px 0px 3px 0px;
	float:left;
	height:190px;
}
#caixa_plano{
	width:234px;  
	height:85px; 
	border-right:dotted 1px #999;
	border-bottom:dotted 1px #999; 
	float:left;
}
#titulo_verde{
	font-weight:bold; 
	font-size:14px; 
	padding:3px; 
	color:#99CC00; 
	float:left;
}
#titulo_azul{
	font-weight:bold; 
	font-size:14px; 
	padding:3px; 
	color:#0099CC; 
	float:left;
}
#texto_planos{
	font-size:9px; 
	width:150px; 
	text-align:left; 
	float:left; 
	padding-left:10px;
}
#contratar{
	float:left;
	margin-top:24px;
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:10px; color:#666;
}
#caixa_verdeplano{
	background:#99CC00; 
	margin-left:3px; 
	color:#FFF; 
	float:left;  
	padding:0px 4px 3px 4px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:14px;
}
#caixa_azulplano{
	background:#0099CC; 
	margin-left:3px; 
	color:#FFF; 
	float:left;  
	padding:0px 4px 3px 4px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:14px;
}
#conteudo_lateral{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:10px;
	height:380px;
	float:right;
	width:166px;
	color:#666;
	text-align:left;
	background:#EEE;
}
