﻿
html, body {
	background-color:#000000;
	width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

a {color:#FFFFFF; text-decoration:none; font-weight:bold;}
a:hover {color:#cccccc; text-decoration:none; font-weight:bold;}

img, div, input { behavior: url("iepngfix.htc"); }

form { margin:0;}

#popup {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 487px;
    height: 282px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    display: none;
}


#flashbg {
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

#flashbgcaixa {
	position: absolute;
	width:776px;
	height:450px;
	z-index:2;
}


#table {
    width: 100%;
    height: 100%;
    position: static;
    display: table;
    *overflow: hidden;
    *position: relative;
	z-index:10;
}

#cell {
    vertical-align: middle;
    display: table-cell;
    position: static;
    *top: 50%;
    *position: absolute;
}

#conteudo {
    top: -50%;
    margin: auto;
    position: relative;
	z-index: 10;
	width:776px;
	height:450px;
	background-color:#252525;
}

#menu {
	margin-left:40px;
	width:224px;
	height:378px;
	background: url(../img/bg_menu.png) no-repeat;
	list-style-type:none;
	line-height:18px;
	float:left;
	z-index: 100;
	position: absolute;
}

#menu li {
	padding:0 13px;	
}

#menu .sub {
	margin-left:20px;
}

#intro {
	margin-left:40px;
	padding-top:142px;
	width:224px;
	height:236px;
	list-style-type:none;
	line-height:18px;
	float:left;
	text-align:center;
	z-index: 11;
	position: absolute;
	background: url(../img/bg_menuintro.png) no-repeat;
}

#corpo {
	padding:30px 30px 30px 300px;
	z-index: 11;
	position: absolute;
	line-height:20px;

}

#menu .marcado {
	background: url(../img/seta.gif) left no-repeat;
}
