/* style.css Document */
/* Estilos da estrutura do site */
body {
	margin: 0px 0px 0px 0px;
}

/* Caixa principal */
#mainBox {
	width: 1000px;
}

/* Caixa do menu principal */
#menuBox {
	width: 1000px;
	height: 154px;
	background-image: url(../bg/bgUpMenu.jpg);
}

#enMenuBox {
	width: 1000px;
	height: 154px;
	background-image: url(../bg/enBgUpMenu.jpg);
}

/* Caixa dos itens do menu principal */
#menuList {
	width: 790px;
	position: relative;
	left: 50px;
	top: 129px;
	text-align: left;
}

/* Links brancos do menu principal */
a.menuLink {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* Classe para mudança da cor dos links do menu principal */
a.menuLinkOff {
	color: #A3A9C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}	
	
/* Caixa de conteúdo geral do site */
#contentBox {
	clear: both;
	width: 1000px;
}

#whiteMargin {
	float:left;
	clear:both;
	width: 1000px;
	height: 10px;
}

/* Colunas de conteúdo geral do site */
#col01 {
	clear: both;
	width: 195px;
	float: left;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif
}

#col02 {
	width: 592px;
	float: left;
}

#col02exp {
	width: 796px;
	float: left;
}	

#col03 {
	width: 195px;
	float: left;
	color: #666666;
}

#grayBar {
	width: 1px;
	height: 500px;
	float: left;
	background-color:#999999;
}

/* margem de 4px */
#margin {
	width: 4px;
	float: left;
}

/* Margem dourada */
div.golden {
	width: 1000px;
	height: 2px;
	float: left;
	clear: both;
	background-color:#818051;
}

div.white {
	width: 1000px;
	height: 2px;
	float: left;
	clear: both;
	background-color:#FFFFFF;
}

/* box inferior da página */
#footBox {
	font-size: 13px;
	color: #FFFFFF;
	width: 1000px;
	height: 18px;
	float: left;
	clear: both;
	background-color: #1c3b5a;
}

#webmasterBox {
	font-size: 13px;
	color: #FFFFFF;
	width: 1000px;
	height: 18px;
	float: left;
	clear: both;
	background-color: #686742;
}
