/*body{
	background-color:#FAFAFC;
}*/

#corpo_index{
	width:753px;
	margin:auto;
}

#topo_index{
	height:140px;
	margin:auto;
}

#topo_logo{
	background:transparent url(../img/topo.jpg) no-repeat;
	width:741px;
	height:114px;
	margin:auto;
}

/*#img_index{
	background:transparent url(../img/index_img.jpg) no-repeat;
	width:753px;
	height:373px;
	margin-bottom:20px;
}*/
#flash_index{
	height:373px;
	margin-bottom:20px;
}

#menu{
	width:741px;
	height:40px;
	margin:auto;
}

#menu_esq{
	background:url(../img/menu_esq.jpg) no-repeat;
	width:7px;
	height:40px;
	float:left;
}

#menu_meio{
	background:url(../img/menu_meio.jpg) repeat-x;
	width:725px;
	height:40px;
	float:left;
}

#menu_dir{
	background:url(../img/menu_dir.jpg) no-repeat;
	width:9px;
	height:40px;
	float:left;
}

ul{
	list-style:none;
	padding-top:9px;
}

li{
	display:inline;
	font-family:"microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:600;
	color:#333333;
	padding-left:42px;
	padding-right:42px;
}

.menu_empresa{
	padding-left:16px
}

.menu_contato{
	padding-right:15px
}