@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background-image: url(images/bg-site-jorio.jpg);
	background-repeat: no-repeat;
	margin: 0;
	background-color: #000000;
	background-position: center top;
}

#container {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	background-image: url(images/bg-site-2010.jpg);
	background-repeat: no-repeat;
	height: 656px;
}

#topo {
	height: 126px;
	width: 1000px;
}

#bandeira {
	float: right;
	height: 16px;
	width: 25px;
	position: relative;
	top: 10px;
	right: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	*line-height: 24px;
	_line-height: 24px;
}

h1 a {
	color: #FFFFFF;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color: #FFFFFF;
	line-height: 12px;
}

#logo {
	float: left;
	height: 60px;
	width: 300px;
	position: relative;
	left: 30px;
	top: 10px;
	*top: 30px;
	_top: 30px;
	display: block;
}

.mostarda {
	color: #fcc341;
}

#navega {
	background-image: url(images/bg-menu.png);
	background-repeat: no-repeat;
	float: right;
	height: 54px;
	width: 605px;
	position: absolute;
	z-index: 1;
	top: 90px;
	left: 395px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:32px;
	font-size:14px;
	background:transparent url("images/OFF.gif") repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	left: 0px;
	top: 10px;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}

ul#menu li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:24px;
	/*background:transparent url("images/DIVIDER.gif") no-repeat top left;*/
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d4f4e;
}

ul#menu li a:hover{
	background:transparent url("images/HOVER.gif") no-repeat top right;	
}

#foto {
	text-align: center;
	position: relative;
	z-index: 0;
	top: -15px;
}

#destaque1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 98px;
	width: 310px;
	position: relative;
	text-align: justify;
	left: 15px;
	top: -40px;
	*top: -20px;
	_top: -20px;
	padding-left: 20px;
}

#destaque1 a {
	color: #fcc341;
	font-weight: bold;
}

#destaque2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 98px;
	width: 605px;
	position: relative;
	text-align: justify;
	left: 20px;
	top: -40px;
	*top: -20px;
	_top: -20px;
	padding-left: 20px;
}

#destaque2 a {
	color: #fcc341;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color: #fcc341;
	line-height: 8px;
	*line-height: 14px;
	_line-height: 14px;
}

#rodape {
	background-image: url(images/bg-rodape.jpg);
	background-repeat: repeat-x;
	height: 72px;
	width: 1000px;
	clear: both;
	top: -20px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fcc341;
}

#rodape a{
	color: #fcc341;
}

#copyright {
	width: 480px;
	position: relative;
	left: 20px;
	top: 25px;
	float: left;
}

#endereco {
	width: 500px;
	position: relative;
	left: 50px;
	top: 20px;
	float: left;
}

#mapa {
	float: left;
	height: 47px;
	width: 52px;
	padding-right: 10px;
	position: relative;
	top: -5px;
}

#frcm {
	position: relative;
	top: 2px;
}