body {
	text-align:center;
	margin:0;
	padding:0;
	background:url(../img/bg_fio.gif) 0 115px repeat-x;
	font:13px/22px 'Trebuchet MS';
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

h2 + p {
	margin-top:0;
}

/* LAYOUT */
div#main {
	width:1016px;
	margin:0 auto;
	text-align:left;
}

/* TOPO */
div#topo {
	height:115px;
	position:relative;
}
div#topo h1 {
	background:url(../img/logo.gif) 0 0 no-repeat;
	width:363px;
	height:50px;
	font-size:0;
	line-height:0;	
	margin:0;
	padding:0;
	position:absolute;
	top:50px;
	left:50px;
}
div#topo h1 a {
	display:block;
	width:363px;
	height:50px;
}

/* MENU */
ul#menu {
	position:absolute;
	bottom:0;
	right:10px;
	width:420px;
	height:28px;
	list-style:none;
}
ul#menu > li {
	float:left;
	height:28px;
	position:relative;
}
ul#menu > li > a {
	float:left;
	display:block;
	height:28px;
	background:url(../img/menu.gif) 0 0 no-repeat;
	font-size:0;
	text-indent:-5000px; /* IE */
	text-align:left;
	margin-right:2px;
}

/* LINKS MENU */
ul#menu li#home a {
	width:59px;
	background-position:0 0;
}
ul#menu li#home a:hover {
	background-position:0 -28px;
}
ul#menu li#data a {
	width:55px;
	background-position:-61px 0;
}
ul#menu li#data a:hover {
	width:55px;
	background-position:-61px -28px;
}
ul#menu li#voice a {
	width:61px;
	background-position:-118px 0;
}
ul#menu li#voice a:hover {
	width:61px;
	background-position:-118px -28px;
}
ul#menu li#web a {
	width:54px;
	background-position:-180px 0;
}
ul#menu li#web a:hover {
	width:54px;
	background-position:-180px -28px;
}
ul#menu li#partners a {
	width:86px;
	background-position:-237px 0;
}
ul#menu li#partners a:hover {
	width:86px;
	background-position:-237px -28px;
}
ul#menu li#about a {
	width:85px;
	background-position:-326px 0;
}
ul#menu li#about a:hover {
	width:85px;
	background-position:-326px -28px;
}

/* SUBMENU */
li ul {
	display:none;
	position:absolute;
	top:28px;
	left:0;
	width:150px;
	background-color:#fff;
	border:2px solid #23687A;
	border-top:2px solid #fff;
}
ul li:hover ul {
	display:block;
}
ul li ul li {
	font-size:.9em;
	padding:5px 10px;
	float:none;
}
ul li ul li a {
	text-decoration:none;
}
ul li ul li a:hover {
	text-decoration:underline;
}	

/* CONTENT */
div#content {
	padding-top:20px;
	font:13px/22px 'Trebuchet MS';
}

/* COLS */
div#col1 {
	width:740px;
	margin-left:44px;
	margin-right:20px;
	float:left;
	font-size:14px;
	line-height:24px;
}
div#col1 > h2 {
	color:#165D6F;
}

/* FUNDO BRANCO ARREDONDADO */
div.moldura {
	background:#fff url(../img/topo_content.gif) 0 0 no-repeat;
	padding:30px 70px 0 30px;
	width:640px;
}
div.moldura > h2 {
	font:bold 1.4em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#23687A;
}
div.moldura > h2:first-child {
	margin:0 0 15px;
}

div#col2 {
	float:left;
	width:190px;
}

/* LISTA COM ESTILO */
ul.blt {
	width:500px;
	list-style-position:inside;
}
ul.blt li {
	background:url(../img/blt.gif) 0 50% no-repeat;
	padding:5px 0 5px 20px;
	font-size:1.1em;
	border-bottom:1px solid #ccc;
}

/* BOX */
div#box {
	width:690px;
	padding:20px;
	padding-right:30px;
	margin-bottom:25px;
	font-size:16px;
}
div#box h2 {
	font-size:0;
	line-height:0;	
	margin:0 0 5px;
	padding:0;
}

/* TABELAS */
table {
	border:1px solid #ccc;
	border-bottom:0;
}
table tr#thead {
	background-color:#D6D6D6;
	background:url(../img/bg_thead.gif) 0 0 no-repeat;
}
table th {
	padding:6px 0;
	text-align:center;
	border-bottom:1px solid #ccc;
}
table td {
	border-bottom:1px solid #ccc;
	padding:6px 0;
	text-align:right;
}
.right {
	text-align:left;
	padding-left:10px;
}
.blue {
	background-color:#f4f4f4;
}

/* RODAPÉ */
div#rodape {
	color:#fff;
	background:url(../img/rodape.gif) 0 0 no-repeat;
	width:891px;
	height:27px;
	margin:40px 0 0 44px;
	padding:0 14px;
	line-height:2em;
}
div#rodape a {
	color:#fff;
	text-decoration:none;
}
div#rodape span {
	float:right;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
* html .clearfix {
	height:1%;
}
