.clear {
	clear: both;
	width: 100%;
	height: 0;
}

body {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

div#wrapper {
	text-align: left;
	width: 1000px;
	margin: auto;
	position: relative;
}

div.topo_contato_borda {
	float: left;
	width: 63px;
	height: 35px;
	background-color: #F7A515;
	opacity: 0.44;
	filter: alpha(opacity=44);
}

div#topo_contato_centro {
	float: left;
	width: 874px;
	height: 35px;
	background-color: #F7A515;
}

p#texto_contato {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	margin-top: 12px;
	margin-left: 7px;
	color: white;
}

div#topo {
	position: relative;
	height: 178px;
	width: 1000px;
}

div#logo {
	position: relative;
	width: 525px;
	height: 178px;
	float: left;
}

div#logo img {
	margin-left: 65px;
	margin-top: 40px;
}

div#navbar {
	float: left;
	width: 471px;
	height: 178px;
	position: relative;
}

div#primeiro_menu_item {
	margin-left: 25px;
}

div.menu_item {
	margin-top: 41px;
	width: 97px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}

div.menu_item_topo{
	background: url(../images/menu_topobg.png) no-repeat;
	width: 97px;
	height: 7px;
	overflow: hidden;
}

div.menu_item_meio{
	background: url(../images/menu_meiobg.png) repeat-y;
	width: 97px;
	height: 107px;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}

div.menu_item_meio p {
	padding-left: 13px;
    padding-right: 5px;
}

div.menu_item_meio p.titulo_menu {
	color: #F7A515;
    margin-bottom: 12px;
}


div.menu_item_baixo{
	background: url(../images/menu_baixobg.png) no-repeat;
	width: 97px;
	height: 7px;
}

div#meio {
	clear:both;
	float: left;
	position: relative;
	top: -51px;
	margin-bottom: -51px;
	padding-top: 51px;
	padding-bottom: 20px;
	_padding-top: 0px;
	z-index: -1;
	background: url(../images/fundo_meio.png) repeat-x bottom;
	height: 355px; /* bg image = 406px = padding-top + height*/
	width: 1000px;
}

div#texto_destaque {
	float: left;
	width: 529px;
}

div#texto_destaque h2 {
	color: #F7A515;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 34px;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 58px;
}

div#texto_destaque p {
	margin-bottom: 30px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	margin-left: 58px;
}

div#imagem_destaque {
	float: left;
	width: 471px;
	position: relative;
}

div#imagem_destaque img {
	margin-top: 20px;
	_margin-top: 5px;
	position: absolute;
	right: 55px;
	_right: 0px;
}

div#baixo {
	position: relative;
	float: left;
	background-color: #fdffe1;
	width: 1000px;
	clear:both;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

div#texto_baixo_esquerda {
	float: left;
	width: 549px;
}

div#texto_baixo_direita {
	float: left;
	width: 451px;
}

ul.lista_estilizada1
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-left: 62px;
	padding-top: 16px;
}

ul.lista_estilizada1 li
{
	background-image: url(../images/bullet_img.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 32px;
	padding-top: 12px;
	margin-bottom: 7px;
	font-family: arial, helvetica, verdana;
	font-size: 17px;
	font-weight: bold;
	display: block;
	min-height: 30px;
}


div#destaque_baixo_direita {
    background-color: #F7A515;
    width: 393px;
    margin-top: 24px;
    text-align: center;
}

p.textodestaque2 {
    text-align: center;
    color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 28px;
    padding-top: 9px;
    padding-bottom: 14px;
}

div.caixinhas_direita {
    text-align: left;
    background-color: #FDFFE1;
    width: 326px;
    margin: auto;
    margin-bottom: 8px;
}

ul.lista_estilizada2
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-left: 131px;
	padding-top: 3px;
}

ul.lista_estilizada2 li
{
	background-image: url(../images/bulletrosa.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 16px;
	padding-top: 6px;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	font-weight: bold;
	display: block;
	min-height: 13px;
}

