@charset "utf-8";
/* CSS Document */

html { }

body{
	background-color:#f0fbff;
	background-image:url(../_img/fundo_principal.jpg);
	background-position:center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

ul, li{
	margin: 0px;
	padding: 0px;
}

#topo{
	height: 272px;
	width: 100%;    
	background-image: url(../_img/topo_bg.png);
    background-position: center;
	background-repeat:repeat-x;
}

#topo-conteudo{
	width: 1000px;
	height: 170px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid;
}

#topo-conteudo #logo{
	width: 300px;
	height: 170px;
    margin-top: 30px;
	background-image: url(../_img/pulse_marca.png);
	background-repeat: no-repeat;
	float: left;
}

#topo-conteudo #logo a{
	width: 300px;
	height: 170px;
	display: block;
}

#topo-banner{
	margin-top: 25px;
    background-image: url(../_img/topo_slogan.png);
	background-repeat: no-repeat;
    background-position: center;
	width: 700px;
	height: 167px;
	float: left;
}

#topo-menu{
	padding: 0px 0px 0px 0px;
    height: 47px;
	clear: both;
	border: 0px solid;
}

#topo-menu a{
	display: block;
	float: left;
	height: 32px;
	margin: 7px 40px 0px 0px;
	border: 0px solid;
    background-repeat: no-repeat;
}

#topo-menu a:hover{
	background-position: 0px -30px;
}

#item-1{
	background-image:url(../_img/menu_item-01.png);
	width: 54px;
}

#item-2{
	background-image:url(../_img/menu_item-02.png);
	width: 127px;
}

#item-3{
	background-image:url(../_img/menu_item-03.png);
	width: 93px;
}

#item-4{
	background-image:url(../_img/menu_item-04.png);
	width: 98px;
}

#item-5{
	background-image:url(../_img/menu_item-05.png);
	width: 48px;
}

#item-6{
	background-image:url(../_img/menu_item-06.png);
	width: 86px;
}

#conteudo{
	width: 1000px;
	min-height: 100px;
	_height: 100px;
	margin: 0px auto;
    padding: 20px 0px 0px 0px;
	border: 0px solid;
}

#banner-home{
	float:left;
	width: 680px;	
	height: 404px;
	background-image:url(../_img/banner_home_fundo.png);
	background-repeat:no-repeat;
	position: relative;
	border: 0px solid;
}

#coluna-no-ar{
	float: left;
	width: 300px;
	height: 300px;
	background-image:url(../_img/no_ar.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#coluna-no-ar ul{
	position: absolute;
	top: 180px;
	left: 0px;
}

#coluna-no-ar li{
	list-style-type: none;
	font-size: 18px;
}

#coluna-no-ar li a{
	text-decoration: none;
	color: #999999;
	background-image: url(../_img/marcador_seta_cinza.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}

#coluna-no-ar li a:hover{
	color: #33ccff;
	background-image: url(../_img/marcador_seta_rosa.gif);
}

#divisor-rodape{
	height: 30px;
	width: 100%;
	background-image: url(../_img/rodape_divisor.png);
	background-repeat: repeat-x;
        background-position: 0px bottom;
}

#rodape{
	background-image: url(../_img/rodape_fundo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 279px;
	_height: 279px;
	position: relative;
	border: 0px solid;
}
#rodape strong a{
    color: #f7f7f7;
    text-decoration: underline;
}
#rodape strong a:hover{
    color: #33ccff;
}
#menu-rodape{
	width: 1000px;
	margin: 0px auto;
	padding-top: 20px;
}

.rodape-coluna{
    float: left;
    width: 230px;
	min-height:200px;
	_height: 200px;
    margin: 0px 0px 0px 0px;
}

#rodape-coluna-1{
	width: 230px;
	margin: 0px 0px 0px 20px;
}

#rodape-coluna-3{
    width: 230px;
}

#rodape-coluna-4{ margin: 0px 0px 0px 25px;}

#menu-rodape div ul{ margin: 20px 0px 0px 0px; }

#menu-rodape div li{
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#menu-rodape div li a{
	text-decoration: none;
	color: #999999;
	background-image: url(../_img/marcador_seta_cinza.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
        font-weight: normal;
}

#menu-rodape div li a:hover{
	color: #33ccff;
	background-image: url(../_img/marcador_seta_rosa.gif);
}

#newsfeed h2{
    font-size: 12px;
    font-weight: bold;
    color: #f0fbff;
    margin: 13px 0px 3px 0px;
}

#newsfeed a{
    color: #ccc;
}

#newsfeed a:hover{
    color: #33ccff;
}
.clear{ clear: both; }

