/*--------------
----------------
     tooltip
----------------
----------------*/
.tooltip{
	width: 200px; 
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center;
	}

.tooltip span.top{
	padding: 30px 8px 0;
    background: url(img/bt.gif) no-repeat top;
	}

.tooltip b.bottom{
	padding:3px 8px 15px;
	color: #548912;
    background: url(img/bt.gif) no-repeat bottom;
	}


/*--------------
----------------
     menu
----------------
----------------*/

#menu{
	height:52px; 
	width:983px;
	background:url(img/bg_menu.jpg) no-repeat;
	}
#menuInterno{
	height:52px; 
	width:983px;
	background:url(img/bg_menuint.jpg) no-repeat;
	/*z-index:9999;
	position:relative;*/
	}
#menu h1,
#menuInterno h1{ 
	display:block; 
	width:153px; 
	height:52px; 
	float:left; 
	margin:0;
	background:url(img/logo_home.gif) no-repeat;
	}
#menu h1 a,
#menuInterno h1 a{
	display:block; 
	width:140px; 
	height:21px; 
	margin:15px 0 0 10px;
	}
#menu h1 a span,
#menuInterno a span{ display:none;}
#menu ul,
#menuInterno ul{
	display:block; 
	margin:0; 
	padding:0;
	float:left; 
	height:52px;
	width:830px;
	}
#menu ul li,
#menuInterno ul li{
	display:block; 
	float:left;
	height:44px;
	list-style:none;
	margin:0;
	background-repeat:no-repeat;
	background-position: center;
position:relative;
z-index:20000;
	}
#menu ul li a,
#menuInterno ul li a{display:block;} 
#menu ul li a span,
#menuInterno ul li a span{display:none;}
#menu ul .itemUm,
#menuInterno ul .itemUm{
	width:31px; 
	background:url(img/MenuDicas.gif) no-repeat 0px 12px;
	margin-left:52px;
	_margin-left:26px;
	height:52px;
	}
#menu ul .itemUm a,
#menuInterno ul .itemUm a{
	width:31px; 
	height:100%; 

	}

#menu ul .itemDois,
#menuInterno ul .itemDois{
	width:41px; 
	background:url(img/MenuOquee.gif) no-repeat 0px 12px;
	margin-left:27px;
	height:52px;

	}
#menu ul .itemDois a,
#menuInterno ul .itemDois a{
	width:41px; 
	height:100%;
	}
#menu ul .itemTres,
#menuInterno ul .itemTres{
	width:91px; 
	background:url(img/MenuComoFunciona.gif) no-repeat 0px 12px;
	margin-left:30px;
	height:52px;

	}
#menu ul .itemTres a,
#menuInterno ul .itemTres a{
	width:91px; 
	height:100%; 
	}
#menu ul .itemQuatro,
#menuInterno ul .itemQuatro{
	width:83px; 
	background:url(img/MenuComoInstalar.gif) no-repeat 0px 12px;
	margin-left:29px;
	height:52px;
	}
#menu ul .itemQuatro a,
#menuInterno ul .itemQuatro a{
	width:83px; 
	height:100%; 
	}
#menu ul .itemCinco,
#menuInterno ul .itemCinco{
	width:56px; 
	background:url(img/MenuQuemPode.gif) no-repeat 0px 12px;
	margin-left:38px;
	height:52px;
	}
#menu ul .itemCinco a,
#menuInterno ul .itemCinco a{
	width:56px; 
	height:100%; 
	}
#menu ul .itemSeis,
#menuInterno ul .itemSeis{
	width:90px; 
	background:url(img/MenuComoAumentar.gif) no-repeat 0px 12px;
	margin-left:31px;
	height:52px;
	}
#menu ul .itemSeis a,
#menuInterno ul .itemSeis a{
	width:90px; 
	height:100%; 
	}
#menu ul .itemSete,
#menuInterno ul .itemSete{
	width:62px; 
	background:url(img/MenuSeguranca.gif) no-repeat 0px 12px;
	margin-left:34px;
	height:52px;
	}
#menu ul .itemSete a,
#menuInterno ul .itemSete a{
	width:62px; 
	height:100%; 
	}
#menu ul .itemOito,
#menuInterno ul .itemOito{
	width:72px; 
	background:url(img/MenuAtendimento.gif) no-repeat 0px 12px;
	margin-left:34px;
	height:52px;
	}
#menu ul .itemOito a,
#menuInterno ul .itemOito a{
	width:73px; 
	height:100%; 
	}
/* Menu Pop Up */ 
ul.menu li {
	position: relative;
}
ul.menu li ul {
	position: absolute;
	clear: left !important;
	z-index: 99;
	width: 108px !important;
	background: url(img/fundoOpcoes.gif) no-repeat 0px 10px;
}
ul.menu li ul li {
	float: right !important;
	clear: right;
	margin-right: 5px !important;
}
ul.menu li ul li a {
	margin-top: 0 !important;
}
ul.menu li ul {
	right: -15px;
	top: 38px;
	padding-top: 14px !important;
}
ul.menu li.itemDois ul {
	right: -15px;
	top: 38px;
	padding-top: 14px !important;
}
#menu ul.menu li ul,
#menuInterno ul.menu li ul{
	display: none;
}

/*------------    rodape    --------------*/
#rodape{	
	width:983px; 
	margin:15px auto 10px auto; 
	padding-top:5px; 
	height:55px; 
	border-top:1px solid #d6d6d6;
	clear:both;
	}
#rodape p{
	display:block; 
	float:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#8a8a8a;
	}
#rodape div{
	float:right; 
	background:url(img/logo_redecard.jpg) no-repeat; 
	width:260px; 
	height:48px;
	}
#rodape div a{
	display:block; 
	width:136px; 
	height:30px;
	margin:11px 0 0 105px;
	}
#rodape div a span{display:none;}

/*--------------
----------------
 menu do player
----------------
----------------*/
#menuPlayer{
	background:url(img/bg_menuVideo.gif) no-repeat; 
	width:539px; 
	height:48px; 
	margin:0px 0 0 236px;
	}
#menuPlayer ul{
	display:block; 
	width:539px; 
	height:48px; 
	margin:0; 
	padding:0;
	}
#menuPlayer ul li{
	margin:0 0 0 82px;
	padding:0; 
	float:left; 
	display:block; 
	height:48px;
	list-style:none;
	}
#menuPlayer ul li a{
	display:block; 
	width:100%; 
	height:48px;
	}
#menuPlayer ul .itemPlayUm{
	background:url(img/bt_playerOque.gif) center no-repeat; 
	width:46px;
	_margin:0 0 0 40px; 
	}
#menuPlayer ul .itemPlayDois{
	background:url(img/bt_playerComoFunciona.gif) center no-repeat; 
	width:96px;
	_margin:0 0 0 95px;
	}
#menuPlayer ul .itemPlayTres{
 	background:url(img/bt_playerComoInstalar.gif) center no-repeat; 
	width:88px;
	_margin:0 0 0 60px;
	}
	
	
	