/* GERAL */
* {
	margin:0px;
	padding:0px;
	outline:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#000 url(imagens/bg.gif) repeat-x top;
}
a img {
	border:none;
}
/* ELEMENTOS EM CLASSES */
div.divisao {
	height:40px;
	border-right:2px dotted #555;
	float:left;
}
/* CENTRALIZA */
#player {
	width:720px;
	height:40px;
	margin:0 auto;
}
/* LOGO */
#logo h1, #logo h1 a, #logo h1 a:hover {
	display:block;
	width:80px;
	height:40px;
	overflow:hidden;
	border:none;
	text-indent:-9999px;
	color:#333;
	background:url(imagens/logo.gif) center;
	float:left;
}
/* CONTROLES */
#controles {
	float:left;
	padding:0px 10px;
}
#btPlay {
	width:40px;
	height:40px;
	float:left;
}
#btPlay a {
	background:url(imagens/btPlay.gif) top center no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:40px;
}
#btPlay a:hover {
	background:url(imagens/btPlay.gif) bottom center no-repeat;
}
#btStop {
	width:40px;
	height:40px;
	float:left;
}
#btStop a {
	background:url(imagens/btStop.gif) top center no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:40px;
}
#btStop a:hover {
	background:url(imagens/btStop.gif) bottom center no-repeat;
}
#btVolLeft {
	width:30px;
	height:30px;
	float:left;
}
#btVolLeft a, #btVolLeft a:hover {
	background:url(imagens/btVolLeft.gif) center no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
}
#ilVol {
	background:url(imagens/ilVol.gif) center no-repeat;
	width:50px;
	height:30px;
	float:left;
}
#btVolRight {
	width:30px;
	height:30px;
	float:left;
}
#btVolRight a, #btVolRight a:hover {
	background:url(imagens/btVolRight.gif) center no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
}
/* MÚSICA/PROGRAMA NO AR */
#noar {
	width:380px;
	height:18px;
	float:left;
	padding:7px 10px 4px 10px;
	margin:5px auto;
	background:url(imagens/bgNoAr.gif) no-repeat;
}
#noar #musicaAtual {
	font-size:11px;
	color:#CCC;
	text-align:center;
	text-transform:capitalize;
}
.colorRed {
	color:red;
	font-weight:bold;
}
/* BT MÚSICAS */
#musicas a, #musicas a:hover {
	background:url(imagens/musicas.gif) center no-repeat;
	display:block;
	float:left;
	padding:5px 10px;
	width:30px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
}
/* LINKS */
#links {
	float:left;
	padding:10px;
}
#home, #home a, #home a:hover {
	background:url(imagens/btLinkHome.gif) center no-repeat;
	width:20px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
#contato, #contato a, #contato a:hover {
	background:url(imagens/btLinkContato.gif) center no-repeat;
	width:20px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
#chat, #chat a, #chat a:hover {
	background:url(imagens/btLinkChat.gif) center no-repeat;
	width:20px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
#orkut, #orkut a, #orkut a:hover {
	background:url(imagens/btLinkOrkut.gif) center no-repeat;
	width:20px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	float:left;
}
/* LOGOS PROGRAMAS OPÇÕES EXECUÇÃO EXTERNA */
#players {
	float:left;
	padding:0px 10px;
}
#players #wmp, #players #wmp a {
	background:url(imagens/btWmp.gif) top no-repeat;
	display:block;
	width:40px;
	height:40px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#players #wmp, #players #wmp a:hover {
	background:url(imagens/btWmp.gif) bottom no-repeat;
}
#players #wam, #players #wam a {
	background:url(imagens/btWinAmp.gif) top no-repeat;
	display:block;
	width:40px;
	height:40px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#players #wam, #players #wam a:hover {
	background:url(imagens/btWinAmp.gif) bottom no-repeat;
}
#players #real, #players #real a {
	background:url(imagens/btRealPlayer.gif) top no-repeat;
	display:block;
	width:40px;
	height:40px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#players #real, #players #real a:hover {
	background:url(imagens/btRealPlayer.gif) bottom no-repeat;
}
