@charset "utf-8";

/*@font-face {  
  font-family: Myriad ;  
  src: url( ../fonts/MyriadPro-Cond.otf ) format("opentype");  
} */ 

* {
	padding:0px;
	margin:0px;
	border:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:Myriad;*/
}

/* CORPO DO DOCUMENTO */

html {
	height:100%;	
}

body {
	background-color:#580000;
	background:url(../img/bg/bg_html_black.jpg) no-repeat;
	background-position:top;
	height:100%;
}

/* PAINEL CENTRAL */

.div_center {
	width:992px;
	margin:0 auto;
	background:url(../img/bg/bg_center_black.jpg) top no-repeat;
	/*margin-top:-1px;*/
	position:relative;
}

/* BANNERS */

.banner_top {
	width:728px;
	height:90px;
	margin:0 auto;
	margin-bottom:335px;
}

.area_propaganda{
	position:relative;
	margin:auto;
	height:82px;
	width:749px;
	margin-top:50px;
	text-align:center;
}

/* MENU */

.main_menu {
	width:475px;
	height:28px;
	margin:0 auto;
	list-style:none;
	padding-left:7px;
	/*margin-bottom:50px;*/
	margin-bottom:6px;
}

.main_menu li {
	display:block;
	float:left;
	height:28px;
}

.main_menu .separator {
	width:7px;
	background:url(../img/menu/separator_black.png) center center;
}

.main_menu li a , .main_menu li span {
	display:block;
	text-indent:-5000px;
	line-height:0px;
	height:28px;
	outline:none;
	background:url(../img/menu/menu_itens_black.png);
}


/* ITENS DO MENU */

/* REGULAMENTO */
.main_menu #menu_item_regulamento a{
	width:138px;
	background-position:2px 0px;
}
.main_menu #menu_item_regulamento span{
	width:138px;
	background-position:2px 28px;
}
.main_menu #menu_item_regulamento a:hover {
	background-position:2px 28px;
}

/* QUIZ */
.main_menu #menu_item_quiz a {
	width:70px;
	background-position:332px 0px;
}
.main_menu #menu_item_quiz span{
	width:70px;
	background-position:332px 28px;
}
.main_menu #menu_item_quiz a:hover {
	background-position:332px 28px;
}

/* VENCEDORES */
.main_menu #menu_item_vencedores a {
	width:123px;
	background-position:255px 0px;
}
.main_menu #menu_item_vencedores span{
	width:123px;
	background-position:255px 28px;
}
.main_menu #menu_item_vencedores a:hover {
	background-position:255px 28px;
}

/* CADASTRE-SE */
.main_menu #menu_item_cadastre-se a {
	width:120px;
	background-position:123px 0px;
}
.main_menu #menu_item_cadastre-se span {
	width:120px;
	background-position:123px 28px;
}
.main_menu #menu_item_cadastre-se a:hover {
	background-position:123px 28px;
}



/* SUB-MENU */

.sub_menu {
	display:block;
	width:475px;
	margin:0 auto;
	color:#FFF;
	font-size:11px;
	padding-left:35px;
	margin-bottom:35px;
}

.sub_menu span {
	font-size:13px;
}

.sub_menu a {
	color:#FFF;
	text-decoration:none;
}

.sub_menu a:hover {
	text-decoration:underline;
}


/* FLASH */

object { outline:none; }

/* PLACAR */

.placar {
	display:block;
	height:250px;
	position:absolute;
	right:0;
	top:170px;
	width:340px;
}


/* FOOTER */

.footer {
	bottom:0;
	color:#6F6F6F;
	font-size:11px;
	left:0;
	padding-bottom:3px;
	position:absolute;
	text-align:center;
	width:100%;
}


.footer a {
	text-decoration:none;
	color:#6F6F6F;
}

.footer a:hover {
	text-decoration:underline;
}