* { margin: 0; padding: 0; list-style: none; outline: none; border: none; }

body { background: #000; }

input {
	border: 1px solid #858573;
}

.hidden { display: none; }

.DF-alert { border: 1px solid red !important; }

#page {
	margin: 0 auto;
	height: 510px;
	padding-top: 10px;
	max-width: 1024px;
	width: expression(1024 + "px"); /* IEca */
}

/* start[ Header ] */
#header {
	margin: auto;
	width: 650px;
}
	#header h1 {
		width: 176px;
		height: 63px;
	}
	#header h1 a {
		float: left;
		background: url(../img/logo_superacao-jovem.gif) no-repeat;
		width: 176px;
		height: 63px;
		text-indent: -5000px;
	}
/* end[ Header ] */


/* start[ Content ] */
#content {
	margin: 0 auto;
	width: 650px;
	height: 329px !important;
	height: 344px; /* IEca */
}
	/* start[ box-Video ] */
	#content #box-video {
		float: left;
		width: 240px;
		height: 200px;
		margin-top: 24px;
	}
		#content #box-video h3 {
			margin-left: 40px;
			background: url(../../img/tit_escuta-ai.gif) no-repeat;
			height: 11px;
			text-indent: -5000px;
			font-size: 1px; /* IEca */
		}
		#content #box-video #flash {
			margin: 8px 0 0 2px;
		}
	/* end[ box-Video ] */
/* end[ Content ] */


/* start[ Menu ] */
#menu {
	margin: 0 auto;
	height: 16px;
	width: 580px;
	margin-bottom: 45px;
}
	#menu li {
		height: 16px;
		float: left;
		text-indent: -5000px;
		font-size: 1px; /* IEca */
		margin-left: 7px;
		background: url(../img/ico_menu-divisor.gif) no-repeat left center;
		padding-left: 8px;
	}
	#menu a {
		display: block;
	}
	
	#pg_ritmo #menu #ritmo a,
	#pg_som #menu #som a,
	#pg_vencedores #menu #vencedores a,	
	#pg_sobre #menu #sobre a,
	#pg_webcards #menu #webcards a,
	#pg_conheca #menu #conheca a,
	#menu a:focus,
	#menu a:hover {
		background-position: top !important;
	}
	
	/* start[ List-elements ] */
	#menu #vencedores {
		margin-left: 0;
		background: none;
		padding-left: 0;
	}
	#menu #vencedores li,
	#menu #vencedores a {
		background: url(../img/mn_vencedores.gif) no-repeat bottom;
		width: 72px;
		height: 16px;
	}
	#menu #ritmo li,
	#menu #ritmo a {
		background: url(../img/mn_ritmo.gif) no-repeat bottom;
		width: 103px;
		height: 16px;
	}
	#menu #som li,
	#menu #som a {
		background: url(../img/mn_som.gif) no-repeat bottom;
		width: 106px;
		height: 16px;
	}
	#menu #sobre li,
	#menu #sobre a {
		background: url(../img/mn_sobre.gif) no-repeat bottom;
		width: 111px;
		height: 16px;
	}
	#menu #webcards li,
	#menu #webcards a {
		background: url(../img/mn_webcards.gif) no-repeat bottom;
		width: 60px;
		height: 16px;
	}
	#menu #conheca li,
	#menu #conheca a {
		background: url(../img/mn_conheca.gif) no-repeat bottom;
		width: 167px;
		height: 16px;
	}
	/* end[ List-elements ] */
/* end[ Menu ] */


/* start[ Footer ] */
#footer {
	clear: both;
	margin: 0 auto;
	background: #fff;
	height: 50px;
}
	#footer ul {
		float: right;
		margin-right: 90px !important;
		margin-right: 45px; /* IEca */
		width: 390px;
		height: 50px;
	}
	#footer li {
		float: left;
	}
	
	/* start[ List-elements ] */	
	#footer #ias {
		margin-top: 12px;
	}
	#footer #vivo {
		margin: 15px 20px 0 20px;
	}
	#footer #lide {
		margin-top: 2px;
	}
	/* end[ List-elements ] */
/* end[ Footer ] */


/* start[ SCROLLBAR ] */
.Scrollbar-Content { 
	position: relative;
	overflow: hidden;
	float: left;
	width: 350px;
	height: 250px;
	margin-left: 30px !important;
	margin-left: 15px; /* IEca */
}
.Scroller-Container {
   position: absolute;
   top: 0px; left: 0px;
	width: 100%;
}

/*========*/

.Scrollbar-Container {
	position: relative;
   float: left;
	margin: 5px 0 0 5px;
}
.Scrollbar-Up {
   position: absolute;
   width: 15px; height: 17px;
   background: url(../img/bt_seta-cima.gif) no-repeat;
}
.Scrollbar-Track {
   position: absolute;
   top: 22px;
   width: 12px; height: 197px;
   background: url(../img/bg_rolagem.gif) no-repeat;
	margin-left: 1px;
}
.Scrollbar-Handle {
   position: relative;
   width: 9px; height: 50px;
	margin-left: 2px;
   background: url(../img/bt_rolagem.gif) no-repeat;
}
.Scrollbar-Down {
   position: absolute;
   top: 225px;
   width: 15px; height: 17px;
   background-color: #CCC;
   font-size: 0px;
	background: url(../img/bt_seta-baixo.gif) no-repeat;
}
/* end[ SCROLLBAR ] */