@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Aril, Verdana
	}

body {
	background:#6c8691;
	}
	
#container {
	background:#fff;
	width:760px;
	margin:0 auto;
	}
	
#topo{background:url(../images/fundo_topo.gif) left top repeat-x;}

#topo h1 {
	background:url(../images/h1.jpg) center center no-repeat;
	width:760px;
	height:79px;
	text-indent:-9999px;
	float:left;
}
	
#topo h1 a {
	display:block;
	height:79px;
}
	
#topo #fastnav{
	list-style:none;
	position:absolute;
	*position:static;
	_position: static;
	margin:44px 0 0 0px;
	*margin:-35px 0 0 0;
	_margin:-35px 0 0 0;
	float:left;
}

#topo #fastnav li{
	width:60px;
	padding-bottom:5px;
	_padding-top:3px;
	background:	url(../images/ul_li_topo.jpg) right top no-repeat;
	float:left;
	text-align:center;
}
	
#topo #fastnav li a{
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}
	
#menu {
	clear:both;
	background:url(../images/fundo_menu.gif) left top repeat-x;
	height:220px;
	}
#menu ul {
	list-style:none;
	}
#menu div {
	background:url(../images/topo.jpg) center center no-repeat;
	width:585px;
	height:179px;
	float:right
	}
	
#linguas {
	background:url(../images/ul_linguas.jpg) center center no-repeat;
	width:113px;
	padding-left:15px;
	height:19px;
	padding-top:12px;
	margin-top:142px;
	margin-left:15px;
	}
html>body #linguas {
	margin-top:144px;
	margin-left:15px;
	}
#linguas li {
	text-indent:-9999px;
	width:16px;
	height:11px;
	float:left;
	margin-right:10px;
	}
#linguas li a {
	display:block;
	height:11px;
	}
	
#principal {
	clear:both;
	padding-top:10px;
	}

#principal #coluna img {
	border:1px solid #c3c0c0;
	padding:3px;
	margin-left:5px;
	}
	
#coluna {
	width:174px;
	float:left;
	}
	
#coluna ul {
	list-style:none;
	}
	
.contato {
	border:1px solid #d3d6d7;
	border-left: none;
	background:#e6e6e6 url(../images/contato.jpg) right top no-repeat;
	padding-bottom:7px;
	padding-left:10px;
	}
.contato address {
	line-height:20px;
	color:#8b8b8b;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	}
	
h2 {
	color:#4a565c;
	font-size:16px;
	}
	
#conteudo {
	width:565px;
	padding-left:8px;
	padding-right:8px;
	float:right;
	}
#conteudo h2 {
	background:url(../images/h2.jpg) left center no-repeat;
	height:24px;
	padding-top:3px;
	text-indent:30px;
	}
#conteudo p {
	font-size:11px;
	color:#6f6f6f;
	text-align:justify;
	padding-bottom:7px;
	}
html>body #conteudo p {
	padding-bottom:10px;
	}
	
.extras {
	list-style:none;
	}
.extras li {
	}
.extras li a {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	}
.extras li a.localizacao {
	background:url(../images/localizacao.jpg) left center no-repeat;
	padding-left:20px;
	}
.extras li a.acontato {
	background:url(../images/acontato.jpg) left center no-repeat;
	padding-left:20px;
	}
	
#rodape {
	clear:both;
	background:#86A3B1;
	}
#rodape p {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	}
