@import url(home.css); /** CSS da HOME **/
@import url(internas.css); /** CSS das INTERNAS **/
@import url(forms.css); /** CSS dos FORMULARIOS **/
@import url(thickbox.css);

/* 
========================================================
Definições gerais
========================================================
*/
* 
{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

html 
{
	height: 100%;
}

body 
{
	height: 100%;
	margin: 0 auto;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	background: #fff url(../images/bg_content.png) center repeat-y;
}

p 
{
	margin-bottom: 15px;
	color: #5d5d5d;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

a, a:visited 
{
	font-size: 11px;
	text-decoration: underline;
	color: #5d5d5d;
}

a:hover 
{
	text-decoration: underline;
	color: #000;
}

a.more 
{
	font-weight: bold;
	color: #698ba0;
	text-decoration: none;
}

a:hover.more 
{
	color: #4b6c80;
}


/* 
========================================================
Estruturas
========================================================
*/
#container 
{
	margin: 0 auto;
	width: 810px;
}


#top
{
	float: left;
	width: 810px;
}

#contentHome 
{
	float: left;
	width: 810px;
	background: url(../images/bg_content-home.png) repeat-y;
}

#top-left 
{
	float: left;
	width: 189px;
	height: 138px;
}

#top-right 
{
	float: left;
	width: 621px;
	height: 138px;
	background: url(../images/img_header.jpg) no-repeat;
}

a.ifm, 
a.en 
{
	display: block;
	position: relative;
	float: left;
	color: #fff !important ;
	font-size: 10px !important ;
	text-decoration: none !important ;
}

a.ifm 
{
	width: 189px;
	height: 30px;
	padding-top: 10px;
	text-indent: 100px;
	background: url(../images/bg_top-left.png) no-repeat;
}

a.en 
{
	float: right;
	top: 3px;
	right: 10px;
}


h1 
{
	display: block;
	clear: left;
	width: 189px;
	height: 98px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
}

h1 a 
{
	display: block;
	width: 189px;
	height: 98px;
}

.clear 
{
	clear: both;
}

#menu
{
	clear: both;
	float: left;
	width: 810px;
	height: 43px;
	margin-top: 3px;
}

ul#menuTop 
{
	float: left;
	position: relative;
	width: 621px;
	left: 189px;
}

ul#menuTopEn
{
	float: left;
	position: relative;
	width: 621px;
	left: 189px;
}

ul#menuTop li 
{
	display: block;
	float: left;
	height: 20px;
	margin-right: 4px;
	margin-bottom: 3px;
}

ul#menuTopEn li 
{
	display: block;
	float: left;
	height: 20px;
	margin-right: 4px;
	margin-bottom: 3px;
}

ul#menuTop li a 
{
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#menuTop li.item1 { width: 153px; background: url(../images/menu_item1.png) no-repeat; }
ul#menuTop li.item2 { width: 150px; background: url(../images/menu_item2.png) no-repeat; }
ul#menuTop li.item3 { width: 153px; background: url(../images/menu_item3.png) no-repeat; }
ul#menuTop li.item4 { width: 148px; background: url(../images/menu_item4.png) no-repeat; }
ul#menuTop li.item5 { width: 153px; background: url(../images/menu_item5.png) no-repeat; }
ul#menuTop li.item6 { width: 150px; background: url(../images/menu_item6.png) no-repeat; }
ul#menuTop li.item7 { width: 153px; background: url(../images/menu_item7.png) no-repeat; }
ul#menuTop li.item8 { width: 148px; background: url(../images/menu_item8.png) no-repeat; }


ul#menuTopEn li a 
{
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#menuTopEn li.item1 { width: 153px; background: url(../images/menu_en_item1.png) no-repeat; }
ul#menuTopEn li.item2 { width: 150px; background: url(../images/menu_en_item2.png) no-repeat; }
ul#menuTopEn li.item3 { width: 153px; background: url(../images/menu_en_item3.png) no-repeat; }
ul#menuTopEn li.item4 { width: 148px; background: url(../images/menu_en_item4.png) no-repeat; }
ul#menuTopEn li.item5 { width: 153px; background: url(../images/menu_en_item5.png) no-repeat; }
ul#menuTopEn li.item6 { width: 150px; background: url(../images/menu_en_item6.png) no-repeat; }
ul#menuTopEn li.item7 { width: 153px; background: url(../images/menu_en_item7.png) no-repeat; }
ul#menuTopEn li.item8 { width: 148px; background: url(../images/menu_en_item8.png) no-repeat; }


#banner 
{
	position: absolute;
	width: 452px;
	margin-left: 150px;
	left: 100px;
	z-index: 10;
}


#footer 
{
	clear: both;
	width: 810px;
	height: 47px;
	padding-top: 13px;
	background: url(../images/bg_footer.png) no-repeat;
}

#footer address 
{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}


