/* uso geral */
		* 
		{ 
		margin: 0; 
		padding: 0; 
		outline: none; 
		border: none; 
		}

		body 
		{
			background: url(../img/home/bg-home_112008_V3.jpg) #1a1a1a repeat-y top center;
			font-family: Verdana, Arial, sans-serif;
			font-size:10px;
			color: #1a1a1a;
			background-color:#1a1a1a ;
			width: inherit;
		}

		p 
		{ 
			font: 11px Verdana, Arial; 
			color: #BBBBBB; 
		}
		
		td 
		{ 
			font: 11px Verdana, Arial; 
			color: #BBBBBB; 
		}
		
		strong 
		{ 
			font: bold 11px Verdana, Arial; 
			color: #BBBBBB; 
		}

		#container 
		{
			display: table; 
			width: 777px; 
			margin: 0 auto; 
			background: #000000; 
		}
		
		#content 
		{ 
			margin-top: 26px; 
			width: 778px; 
			background: #000000; 
		}
		
		#header 
		{
			display: block; 
			width: 777px; 
			height: 290px; 
			margin: 3px 0 -70px 0; 
			background: url(../img/bg-header.jpg); 
		}
		
		
		/* uso geral - classes */
		
		.clear 
		{ 
			clear: left; 
		}
		
		.lnk_seta_laranja 
		{
			font: bold 11px Verdana, Arial, Sans-Serif; 
			color: #F9AF20; 
			background: url(../img/ico-seta.gif) no-repeat; 
			padding: 0 0 0 14px; 
			text-decoration: none; 
		}
			
		.lnk_seta_laranja:hover 
		{ 
			text-decoration: underline; 
		}
		
		.txt-destaque
		{ 
			font-weight: bold; 
		}
		
		/* CONTEUDO DIVIDIDO EM: 2 COLUNAS */

		#content .column1-2 
		{
			width: 355px;
			margin: 20px 10px 0 20px !important; /* Firefox */
			margin: 20px 10px 0 10px; /* IE */
			clear: both;
			float: left;
		}
		
		#content .column2-2 
		{
			width: 355px;
			margin: 20px 0 0 10px;
			float: left;
		}

		/* CONTEUDO DIVIDIDO EM: HEADER INTERNO + 2 COLUNAS */

		#content .head 
			{
			width: 730px;
			margin: 20px 10px 0 20px !important; /* Firefox */
			margin: 20px 10px 0 10px; /* IE */
			float: left;
			}

		#content .column1-2 
		{
			azimuth: inherit; 
			float: left;
		}
		
		#content .column2-2 
		{
			azimuth: inherit; 
			float: left;
		}

		/* CONTEUDO DIVIDIDO EM: 3 COLUNAS */
		
		#content .column1-3
		{
			width: 230px;
			margin: 20px 10px 0 20px !important; /* Firefox */
			margin: 20px 10px 0 10px; /* IE */
			clear: both;
			float: left;
		}
		
		#content .column2-3 
		{
			width: 230px;
			margin: 20px 10px 0 10px;
			float: left;
		}
		
		#content .column3-3 
		{
			width: 230px;
			margin: 20px 0 0 10px;
			float: left;
		}

		/* CONTEUDO DIVIDIDO EM: MENU + 1 COLUNA */

		#content .menu,#content .title 
		{
			width: 230px;
			margin: 20px 10px 0 20px !important; /* Firefox */
			margin: 20px 10px 0 10px; /* IE */
			float: left;
		}
		
		#content .context
		{
			width: 480px;
			margin: 20px 0 0 10px;
			float: left;
		}

		/* header - titulos no subheader */

		#tit-beneficios 
		{ 
			display: block; 
			width: 200px; 
			height: 120px; 
			background: url(../img/tit-beneficios.png) 44px 40px no-repeat; 
			text-indent: -5000px; 
		}
		
		#tit-viagem 
		{ 
			display: block; 
			width: 200px; 
			height: 120px; 
			background: url(../img/tit-viagem.png) 44px 44px no-repeat; 
			text-indent: -5000px; 
		}
		
		#tit-estilo 
		{ 
			display: block; 
			width: 200px; 
			height: 120px; 
			background: url(../img/tit-estilo.png) 44px 44px no-repeat; 
			text-indent: -5000px; 
		}
		
		#tit-gastronomia 
		{ 
			display: block; 
			width: 220px; 
			height: 120px; 
			background: url(../img/tit-gastronomia.png) 44px 44px no-repeat; 
			text-indent: -5000px; 
		}
		
		#tit-contato 
		{ 
			display: block; 
			width: 86px; 
			height: 23px; 
			background: url(../img/contato/tit-contato.jpg) 44px 44px no-repeat; 
			text-indent: -5000px; 
		}
		
		#tit-conhecaoprograma
		{ 
			display: block; 
			width: 200px; 
			height: 120px; 
			background: url(../img/tit-escape.png) 44px 39px no-repeat; 
			text-indent: -5000px; 
		}

		/* footer */

		#footer 
		{
			background: url(../img/home/bg-home_112008_V3.jpg) #1a1a1a repeat-y top center; 
			padding-top: 30px;
			width: 778px; 
			height: 50px; 
			float: left; 
			clear: both; 
		}
		
		#footer .copyright 
		{ 
			height: 20px; 
			font: 10px Verdana, Arial; 
			color: #BBBBBB; 
			clear: both; 
			margin: 0 auto; 
			text-align: center; 
			padding-top: 25px; 
			padding-bottom:25px;
		}
		
		#footer .copyright a 
		{ 
			color: #BBBBBB; 
			text-decoration: none; 
			font: 10px Verdana, Arial;
		}
		
		#footer .copyright a:hover 
		{ 
			text-decoration: underline; 
			font: 10px Verdana, Arial; 
			color: #f4af2a;
		}
		
		#footer #txt-saiba 
		{ 
			float: left; 
			width: 571px; 
			margin-top: 6px; 
		}
		
		#footer #txt-saiba p a 
		{ 
			display: block; 
			width: 571px; 
			height: 43px; 
			background: url(../img/txt-saiba-como.gif) 254px 32px no-repeat; 
			text-indent: -5000px; 
		}
		
		#footer #img-cartao-1 
		{ 
			float: left; 
			margin-right: 0px; 
		}
		
		#footer #img-cartao-2 
		{ 
			float: left; 
			margin-left: 8px; 
		}