/** Folha de estilos principal do site. */

@import url('yui/reset.css');
@import url('yui/fonts.css');
@import url('yui/base.css');

@import url('util.css');
@import url('uhtml.css');

/*-----------------------------------------------------------------------------*/

html{
	padding: 0;
	margin: 0 auto;
	position: relative;
}

body {
	background: LightGrey ;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/*-----------------------------------------------------------------------------*/


#container {
	background: white;
	position: relative;
	width: 1000px;
	height: auto;
	left: 0;
	margin: 0 auto;
}

#header {
	background: url('../images/topo.jpg') no-repeat 0 0;
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 160px;
	margin: 0;
	left: 0;
}

#banner-centro {
	background: #DFDFDF;
	
	position: absolute;
	overflow: hidden;
	width: 494px;
	height: 146px;
	margin:0;
	top:1px;
	left: 221px;
	text-align: center;
}

#banner-dir {
	background: #DFDFDF;
	
	position: absolute;
	overflow: hidden;
	width: 201px;
	height: 146px;
	margin:0;
	top:1px;
	right: 0;
	text-align: center;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.link-logo {
	position: absolute;
	text-decoration: none;
	width: 325px;
	height: 100px;
	
	top: 25px;
	left: 33px;
}

th, td {
	border: 0;
	padding: 0;
}

#submenu {

	background: transparent;
	position: relative;
	width: 175px;
	height: auto;
	
	padding: 0;
	margin-top: 12px;
	margin-left: 5px;
}

ul{
	margin-left: 1.5em;
}
#submenu ul {
	margin-top: 3px;
	margin-bottom:10px;
	padding-left: 0;
}

#submenu ul li {
	list-style: url('../images/bullet.jpg');
	vertical-align: baseline;
}

#submenu ul li a {
	position: relative;

	font: bold 12px Verdana, Arial, sans-serif;
	color: #666;
	height: 20px;
	text-decoration: none;
	padding:0;
	line-height: normal;
	width: auto;
	overflow: hidden;
	display: block;
}

#submenu a:hover,
#submenu a.selected {
	text-decoration: underline;
	color: gray;
}

#nav {
	background: url('../images/bg_menu.jpg') repeat-x 0 0;
	position: relative;
	width: 1000px;
	height: 36px;
	left: 0;
	padding: 0;
	margin: 0;
	
	border-top: 3px solid #DE751A;
	border-bottom: 1px solid #999999;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	padding-top: 3px;
	display: inline-block;
	width: auto;
	text-align: center;
}

#nav ul li {
	
	position: relative;
	overflow: hidden;
	float: left;
	height: auto;
	valign: middle;
	width: auto;
	text-align: center;
	
	margin: 0px 12px;
	
	display: inline-block;
}

#nav ul li a {
	font: bold 12px Verdana, Arial, sans-serif;
	color: #663300;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
	position: relative;
	display: inline-block;
	height: 33px;
}

#nav ul li a:hover,
#nav ul li a.selected {
	color:#000;
}

#content {

	background: transparent;
	position: relative;
	width: 1000px;
	height: auto;
	
	padding: 0;
	margin: 0;
	top: 0;
	float: left;
	
}


.includes{
	position: relative;
	float: left;
	margin:0;
	padding: 0;
	height: 100%
	border: 0;	
}

#left {
	background: white;
	position: relative;
	width: 180px;
	height: auto;
	float: left;
	left: 0;
	
}
#center {
	background: white;
	position: relative;
	overflow: hidden;
	width: 618px;
	height: auto;
	min-height: 300px;
	float: left;
	left: 0;
	top: 0;
	padding: 10px;
}
#right {
	background: transparent;
	position: relative;
	overflow: hidden;
	width: 180px;
	height: 100% !important;
	float: left;
	left: 0;
	min-height: 312px;
}

#right td {
	font: 11px Verdana, Arial, sans-serif;
	border-bottom: 1px dashed #D7D7D7;
	padding: 5px 0;
}

#left .titulo {
	background: url('../images/icone_tit_b.jpg') no-repeat 5px 5px;
	font: bold 12px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #333;
	padding: 4px 23px;
	margin-top: 10px;
}

#expositores {
	position:relative;
	float: left;
	width: 630px;
	height: auto;
}

#expositores a {
	position:relative;
	float: left;
	width: auto;
	height: auto;
	margin: 5px 5px 0 5px;;
}

#right .titulo1 {
	background: url('../images/icone_tit_c.jpg') no-repeat 10px 5px;
	font: bold 12px Verdana, Arial, sans-serif;
	line-height: 10px;
	color: #333;
	padding: 6px 30px 0 30px;
	margin-top: 10px;
}

#right .titulo2 {
	background: url('../images/icone_tit_c.jpg') no-repeat 10px 16px;
	font: bold 12px Verdana, Arial, sans-serif;
	line-height: 10px;
	color: #333;
	padding: 15px 30px 0 30px;
	margin-top: 10px;
}

.outrosconteudos{
	background: white;
	border-top: 1px dashed #c0c0c0;
	color: black;
}

.outrosconteudos h2 {
	font-size: 15px;
	color: SeaGreen;
	font-weight: normal;
	
	padding: 5px 5px 2px 0;
	margin: 0 0 3px 0;
	border-bottom: 1px dashed;
}

.outrosconteudos ul {
	margin-top: 3px;
	margin-bottom:10px;
}

.outrosconteudos ul li {
	list-style: url('../images/bullet.jpg');
	vertical-align: top;
}
.outrosconteudos ul li a{
	color: gray;
	text-decoration: none;
}

.outrosconteudos ul li a:hover{
	color: black;
	text-decoration: underline;
}

table{
	margin:0;
}

#right table{
	margin-bottom: 0;
}

#right #leiamais {
	position: relative;
	overflow: hidden;
	width: 79px;
	height: 19px;
	top: 5px;
	left: 110px;
}


#right td a{
	text-decoration: none;
	color: #333;
}

#right td a:hover,
#right td a.selected {
	text-decoration: underline;
	color: gray;
}

#conteudo {
	background: white;
	position: relative;
	overflow: hidden;
	width: 689px;
	height: auto;
	min-height: 300px;
	float: left;
	left: 5px;
	top: 5px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
}

#mail {
	background: url('../images/mail.jpg') repeat-x 0 0;
	width: 120px;
	height: 120px;
	margin: 15px 5px 15px 26px;
}

#apoio {
	background: #EEE;
	position: relative;
	width: 1000px;
	height: 40px;
	
	padding-top: 1px;
	margin: 0;
	top: 0;
	float: left;
	border-top: 3px solid white;

}

#apoio .titulo {
	position: relative;
	background: url('../images/icone_tit_c.jpg') no-repeat 10px 5px;
	font: bold 12px Verdana, Arial, sans-serif;
	line-height: 10px;
	width: 50px;
	color: #333;
	padding: 6px 30px;
	margin-top: 10px;
	float: left;
}

#apoio img {
	position: relative;
	margin: 2px 10px 2px 10px;
}

#footer {
	background: transparent url(../images/bg_rodape.jpg) repeat-x 1px 0;
	position: relative;
	width: 1000px;
	height: 31px;
	
	padding-top: 1px;
	margin: 0;
	top: 0;
	float: left;
	/*border-top: 1px dashed gray;*/

}

#footer .main {
	font: 11px Verdana, Arial, sans-serif;
	color: #663300;
	margin: 0;
	padding-bottom:0;
	text-align: center;
	line-height: 14px;
}

#footer .main a {
	color: #663300;
	text-decoration: none;
}

#footer .main a:hover {
	color: black;
	text-decoration: underline;
}

h1 {
	font: 18px Verdana, Arial, sans-serif;
	color: black;
	padding: 15px 5px 5px 5px;
	margin: 0;
}
#center p,
p {
	font: 12px Verdana, Arial, sans-serif;
	color: #333;
	margin: 5px 5px 5px 0;
	padding-bottom: 7px;
}

p, img {
	border: 0;
}


/*-----------------------------------------------------------------------------*/

.uhtml {
	font: 12px Verdana, Arial, serif;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 5px 5px 0;
}

.uhtml h1 {
	font-size: 18px;
	color: chocolate;
	
	padding: 15px 0 15px 0;
	margin: 0;
}

#expositores h2 {
	font-size: 15px;
	color: SeaGreen;
	font-weight: normal;
	
	padding: 5px 5px 2px 0;
	margin: 0 0 3px 0;
	border-bottom: 1px dashed;
}

.uhtml h2 {
	font-size: 15px;
	color: SeaGreen;
	font-weight: normal;
	
	padding: 5px 5px 2px 0;
	margin: 0 0 3px 0;
	border-bottom: 1px dashed;
}

.uhtml a {
	color: DarkOrange;
	text-decoration: none;
}

.uhtml a:hover {
	color: #5BA257;
	text-decoration: underline;
}

img .borda {
	position: relative;
	margin: 2px;
	border: solid 1px #d3d3d3;
	border-spacing: 2px 2px;
}
/*-----------------------------------------------------------------------------*/
.main .about {
	background: transparent url('../images/lightbulb.gif') no-repeat center left;
	
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	
	padding-left: 22px;
}

