/*** GERAL ***/
body {
	background: url(../img/bg.gif) center repeat-y #f8f8f8;
	margin: 0px;
}

html, body, table, td, a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Padrão do site */
	font-size: 12px;
	color: #666666;
}

#menu a,
#menu a:hover,
#menu .menuTitulo,
#barFeira,
h1,
.txt14gray,
.txt14red,
h2 {
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	text-decoration: none;
}

#estrutura{
	position: relative;
	margin: 0 auto;
	width: 960px;
}

.txt14gray {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.txt14red {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

.seta12 {
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
}

.txtComplemento {
	color: #0066FF;
}

.txtComplemento2 {
	color: #660000;
}

#titulo1 {
	margin: 0 0 0 0;
}

#boxRed {
	margin-top: 10px;
	width: 899px;
	background: url(../img/MoldTopRed.gif) no-repeat #cc0000;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}

#boxRedFooter {
	width: 919px;
	height: 9px;
	background: url(../img/MoldBottomRed.gif) no-repeat #cc0000;
}

@media print {
	#menu, #info {
	display: none;
	}
	body {
	background: none;
	}
	
	
}

#msg {
	margin: 0 auto;
	width: 400px;
	border: 1px solid silver;
	color: red;
	font-weight: bold;
	padding: 10px;
}

/*** HEADER ****/
#header {
	position: relative;
	top: 0;
	width: 960px;
	height: 138px;
	background: url(../img/bgHeader.gif);
}

#logo {
	position: relative;
	top: 57px;
	left: 16px;
	width: 353px;
}

#info {
	position: absolute;
	top: 39px;
	left: 785px;
	width: 160px;
	font-size: 10px;
	text-align: right;
}

#info div {
	margin-bottom: 5px;
}

#info img {
	margin-left: 5px;
}

#info a {
	text-decoration: none;
	font-size: 10px;
}

#idioma {
	position:absolute;
	left: 893px;
	top: 0px;
	width: 56px;
	height: 26px;
	background: url(../img/bgIdioma.gif) no-repeat;
}

#idioma img {
	margin-left: 8px;
	margin-top: 5px;
}
/*** BARRA NOME FEIRA ***/
#barFeira, #barFeira a {
	position: relative;
	height: 45px;
	background: url(../img/bgBarra.gif) repeat-x #00336d;
	color: #FFFFFF;
	font-size: 30px;
	text-align: right;
	padding: 15px 15px 0 0;
}
/*** MENU ***/
#menu {
	position: relative;
	width: 920px;
	min-height: 140px;
	padding: 20px 20px 20px 20px;
	background: url(../img/bgFooterMenu.gif) bottom repeat-x;
	border: 0px solid red;
	margin-bottom: 10px;
}

#menuAreaForms {
	width: 340px;
	float: left;
}

.menuAreaCat {
	margin-left: 20px;
	width: 160px;
	float: left;
}

.menuArea {
	position: relative;
	margin-left: 20px;
	width: 180px;
	float: left;
	min-height: 140px;
	
}

.menuTitulo {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #012f5d;
	border-bottom: 1px solid #012f5d;
	padding-bottom: 14px;
	margin-bottom:  14px;
}

.colunasA {
	width: 190px;
	float: left;
}
.colunasB {
	width: 130px;
	float: left;
}

#menu .seta {
	color: #ff6600;
	font-weight: bold;
	font-size: 10px;
}

#menu a:link {
	color: #666666;
	text-decoration: none;
}

#menu a:hover {
	color: #003066;
}

#menu .font10{
	font-size: 10px;
}

/*** CONTEUDO ***/
#conteudo {
	/*position: relative;*/
	width: 920px;
	margin-top: 20px;
	margin-left: 20px;
	min-height: 200px;
}

h1 {
	font-size: 24px;
	color: #012f5d;
	font-weight: bold;
	border-bottom: 1px solid #012f5d;
	padding-bottom: 8px;
}

h1 .seta {
	color: #ff6600;
	font-size: 12x;
}

h2 {
	color: #012f5d;
	font-size: 16px;
	font-weight: bolder;
}

/*** FOOTER ***/
#footer{
	position: relative;
	top: 20px;
	float: left;
	left: -20px;
	width: 940px;
	height: 20px;
	margin-top: 15px;
	padding: 15px 10px 10px 10px;
	font-size: 10px;
	border-top: 1px dotted #e9e9e9;
	color: #555555;
	text-align: center;
	background: #F8F8F8;
}


td{
	font-size: 11px;
	border-bottom: 1px solid #E6E6E6;
}
h1{
	font-size: 16px;
}

