body  {
	color : #000000;
	background: #ECEEEE url(images/bg.gif) top center repeat-x;
	font: normal normal 11px MS Sans Serif, Geneva, sans-serif;
	text-align: center;
}

body, body * {
	margin: 0;
	padding: 0;
}

/*     STYLES       */

td {
	font: normal normal 11px MS Sans Serif, Geneva, sans-serif;      
	color : #000000;  
}

h1{
	font: normal normal 26px Arial, Geneva, sans-serif;      
	text-decoration: none;      
	color : #000;            
	margin-top: 0em;
	margin-bottom: 25px;
}

h2{
	font: normal normal 22px Arial, Geneva, sans-serif;      
	text-decoration: none;      
	color : #000000;            
	margin-top: 0em;
	margin-bottom: 10px;
}

h3{
	font: normal bold 11px MS Sans Serif, Geneva, sans-serif;      
	text-decoration: none;      
	color : #000000;            
	margin-top: 0em;
	margin-bottom: 10px;
}

h4{
	font-family:MS Sans Serif, Geneva, sans-serif;      
	text-decoration: none;                  
	margin-top: 0em;
	margin-bottom: 0em;
}

h5 {
	font-family:MS Sans Serif, Geneva, sans-serif;
	font-weight:bold;
	text-decoration: none;                  
	margin-top: 0em;
	margin-bottom: 0em;
}

li,ul,p{
	font: normal normal 11px MS Sans Serif, Geneva, sans-serif;      
	text-decoration: none;      
	color : #000000;            
	line-height : 18px;      
	margin-top: 0em;
	margin-bottom: 0em;
}

a{
	font: normal normal 11px MS Sans Serif, Geneva, sans-serif;      
	text-decoration: none;      
	color : #000000;        
}

a:hover{
	text-decoration: underline;	
}

/*   FIM STYLES   */

#header{
	position:relative;
	margin:0 auto;
	width:960px;
	height:100px;
	text-align:left;
}

#header .logo{
	position:absolute;
	top:20px;
}

#menu{
	position:absolute;
	bottom:0;
	right:0;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	display:block;
	background: url(images/menu.gif) no-repeat;
	margin-left:1px;
	width:108px;
	padding:10px 0;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}

#menu ul li a:hover{
	background: url(images/menu_over.gif) no-repeat;
}

#menu ul li .on{
	background: url(images/menu_over.gif) no-repeat;
}


#area_links{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	width:958px;
	height:72px;
	background:#999999;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

#area_links_home{
	position:relative;
	margin:0 auto;
	width:960px;
	height:371px;
	background: url(images/img_home.jpg) no-repeat;
}

#links{
	position:absolute;
	width:958px;
	bottom:0px;
	left:0px;
}

#links a{
	display:block;
	float:left;
	background: url(images/links.gif) left bottom no-repeat;
	height:72px;
}

#links a:hover{
	background: url(images/links_over.gif) left bottom no-repeat;
}

#links .first{background: url(images/links.gif) right bottom no-repeat;}
#links .first:hover{background: url(images/links_over.gif) right bottom no-repeat;}

#area_destaques{
	margin: 0 auto;
	width:960px;
	height:106px;
	text-align:left;
	margin-top:18px;
}

#area_destaques a{
	margin-left:10px;
	float:left;
}

#container{
	margin:0 auto;
	margin-top:8px;
	width:942px;
	background:#FFFFFF;
	padding:9px;
}

#details{
	border:1px solid #ECEEEE;
	padding:9px;
	padding-bottom:25px;
	text-align:left;
}

#text{
	float:left; 
	width:415px;
}

#text .bul{
	background: url(images/bul.gif) left 3px no-repeat;
	padding-left:8px;
	margin-top:15px;
	margin-left:10px;
}

#text a{
	color:#518BAC;
	font-weight:bold;
	text-decoration:underline;
}

#text td{
	padding:3px 0;
	border-top:1px solid #ECEEEE;
	line-height:18px;
}

#text .table_title{
	border:none;
	font-weight:bold;
	padding:7px 0;
}

#img{
	float:right; 
	width:435px;
	text-align:right;
}

#footer{
	margin:0 auto;
	width:960px;
	height:35px;
	padding-top:19px;
	color:#748799;
}

#footer .inf{
	width:320px;
	float:left;
	text-align:left;
}

#footer .copy{
	width:320px;
	float:left;
	text-align:center;
}

#footer .ed{
	width:320px;
	float:left;
	text-align:right;
}