/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	background:url(http://www.logoair.com.br/imagem/bg_superior.jpg) repeat-x left top #93c5e6;
	/*background:#384a62; se utilizar com bg full, retirar linha acima*/
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#wrapper {
	position: relative;
	width: 990px;
	min-height: 400px;
	margin:0px auto;
}

a.to-top:link, a.to-top:visited, a.to-top:hover {
	margin-top: 1000px;
	display: block;
	font-weight: bold;
	padding-bottom: 30px;
	font-size: 30px;
}

/* SUPERIOR + MARCA + MENU + BUSCA */
#superior{
	height:120px;
	margin-top:10px;
}
#superiorConteudo{
	height:120px;
	margin:0px auto;
	width:990px;
}
#marca{
	float:left;
	height:110px;
	margin:0px;
	width:240px;
}
h1{
	background:url(http://www.logoair.com.br/imagem/img_marca.gif) no-repeat left center;
	float:left;
	height:110px;
	padding:0px;
	position:absolute;
	text-indent:-9999px;
	width:230px;
}
.marcaConteudoLink{
	display:block;
	float:left;
	height:110px;
	padding:0px;
	position:absolute;
	width:230px;
}
#menuConteudo{
	float:left;
	padding:0px;
	width:750px;
}
#opcaoMenu{
	height:120px;
	width:750px;
}
#opcaoMenu .select{
	background:url(http://www.logoair.com.br/imagem/bg_menuSelect.gif) repeat-x left bottom;
}
#opcaoMenu .select a{
	color:#000;
}
#opcaoMenu li{
	background:#fff;
	cursor:pointer;
	float:left;
	height:33px;
	list-style-type:none;
	margin:5px 1px 0px 0px;
	padding:32px 0px;
	text-align:center;
	width:149px;
}
#opcaoMenu li .tituloMenuP{
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#opcaoMenu li .tituloMenuS{
	color:#999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#opcaoMenu li a{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}


#corpo{
}
#corpoConteudo{
	background:url(http://www.logoair.com.br/imagem/bg_corpo.png) repeat;
	margin:0px auto;
	padding:30px;
	width:930px;
}

.formatoTitulo{
	background:url(http://www.logoair.com.br/imagem/bg_titulo.gif) no-repeat left;
	color:#4887ca;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:10px;
	padding-left:25px;
}
.formatoTitulo a{
	color:#4887ca;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
}

#lateralEsquerda{
	float:left;
	margin-right:40px;
	width:180px;
}
#lateralDireita{
	float:left;
	width:730px;
}

#banner{
	background:url(http://www.logoair.com.br/imagem/bg_banner.gif) repeat-x left;
	height:158px;
}
#bannerConteudo{
	background:url(http://www.logoair.com.br/imagem/carregandoImg.gif) no-repeat center center #fff;
	height:158px;
	margin:0px auto;
	width:990px;
}

#bannerConteudo p{
	height:0px;
	text-indent:-9999999px;
}
/* Rodape */
#rodape{
	margin:20px 0px;
}
#rodapeConteudo{
	background:url(http://www.logoair.com.br/imagem/bg_corpo.png) repeat;
	margin:0px auto;
	padding:30px;
	width:930px;
}


#menuRodape{
	height:23px;
	margin:10px 0px;
	width:620px;
}
#menuRodape li{
	border-left:1px solid #77879E;
	float:left;
	height:23px;
	list-style-type:none;
	padding:0px 20px;
}
#menuRodape li a{
	color:#77879E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
#menuRodape li a:hover{
	color:#FFF;
	text-decoration:underline;
}