/* CSS Document */

/*body{
	background-color:#000000;
}*/

.header{
	width:890px;
	height:99px;
	float:left;
	background-color:#000000;
}

.logo{
	width:189px;
	height:99px;
	float:left;
	margin-left:5px;
}

.top_banner{
	width:555px;
	height:99px;
	vertical-align:middle;
	float:left;
	margin-left:9px;
	margin-top:2px;
}

.top_link{
	width:122px;
	height:99px;
	float:right;
	margin-left:9px;
	margin-top:8px;
}

.menu{
	width:875px;
	height:35px;
	margin-top:14px;
	margin-left:50px;
	
}


.menubg{
	background-image:url(../images/bg_menu.png);
	width:890px;
	height:3px;
	margin-left:-50px;
	margin-top:120px;
}

.ie7 .menubg{
	background-image:url(../images/bg_menu.png);
	width:890px;
	height:3px;
	margin-left:-50px;
	margin-top:0px;
}

.menubgd{
	background-image:url(../images/bg_menu.png);
	width:890px;
	height:3px;
	margin-left:-50px;
}



.item{
	margin-left:25px;
	float:left;
}

.itemhome{
	margin-left:50px;
	float:left;
}

#bt1{
		width: 48px; height: 20px;
		overflow: hidden;
		background: url(../images/button_home.jpg) top left no-repeat;
		display: block;
		text-indent: 10000px;
}
 
#bt1:hover	{
		background-position: bottom left;
}


#bt2{
		width: 114px; height: 20px;
		overflow: hidden;
		background: url(../images/button_programacao.jpg) top left no-repeat;
		display: block;
		text-indent: 10000px;
}
 
#bt2:hover	{
		background-position: bottom left;
}

#bt3{
		width: 142px; height: 20px;
		overflow: hidden;
		background: url(../images/button_promocoes.jpg) top left no-repeat;
		display: block;
		text-indent: 1000px;
}
 
#bt3:hover	{
		background-position: bottom left;
}

#bt4{
		width: 59px; height: 20px;
		overflow: hidden;
		background: url(../images/button_galeria.jpg) top left no-repeat;
		display: block;
		text-indent: 10000px;
}
 
#bt4:hover	{
		background-position: bottom left;
}

#bt5{
		width: 90px; height: 20px;
		overflow: hidden;
		background: url(../images/button_studio.jpg) top left no-repeat;
		display: block;
		text-indent: 10000px;
}
 
#bt5:hover	{
		background-position: bottom left;
}

#bt6{
		width: 123px; height: 20px;
		overflow: hidden;
		background: url(../images/button_info.jpg) top left no-repeat;
		display: block;
		text-indent: 10000px;
}
 
#bt6:hover	{
		background-position: bottom left;
}