		/*
		Autor: Luan Alves dos Santos
		Data: 05/11/2008
		Descrição: CSS da home do site, alterado devido mudanças no layout.
		*/							
								
								/**********************USO**GERAL**********************/
		* 
		{ 
			margin: 0 auto; 
			padding: 0; 
			outline: none; 
		}

		#MenuSuperior 
			{ 
				margin-bottom: -33px; 
			}
 
		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;
			}

		#container 
			{ 
				width: 768px; 
				margin: auto; 
			}

		/*classes*/
		.clear 
			{ 
				clear: left; 
			}
		
		/*fim classes*/

										/**********************USO**GERAL**********************/


		#header 
			{ 
				display:block; 
				width: 778px; 
				height: 40px; 
			}
		
		#content 
			{ 
				width: 778px; 
				height: 290px; 
				margin: 10px 0 10px 0 !important; 
				margin: 0 0 10px 0; 
			}
		
										/*****************FIM**USO**GERAL**********************/
										
										
										/**********************DESTAQUES************************/
/*Junta todos os destaques*/

		#destaques 
		{	
			width:768px;
			height:120px;
		}				

/*Destaque posicionado a esquerda*/

		#destaques-left a img 
			{ 
				border: 0; 
			}
		
		#destaques-left
			{
				float: left;
				width: 232px;
				height: 120px;
				margin: 0 0 0 0;
				padding-left:28px;
	/*			*margin: 0 0 50px 0;*/
			}
		
		#destaques-left a 
			{ 
				clear:both; 
				display: block; 
				width: 232px; 
				height: 120px; 
				background: url(../img/home/destaque-contato.jpg) no-repeat; 
				text-indent: -5000px; 
				margin: 0 3px 3px 5px; 
			}

/*Destaque ao centro*/

		#destaques-center 
			{
				float: left;
				width: 232px;
				height: 120px;
				padding-left:8px;
/*				*margin: 0 0 50px 0 ;
*/			}		

		#destaques-center  a 
			{ 
				clear:both; 
				display: block; 
				width: 232px; 
				height: 120px; 
				background: url(../img/home/destaque-oportunidade_112008.gif) no-repeat; 
				text-indent: -5000px; 
				margin: 0 3px 3px 5px; 
			}

/*Destaque posicionado a direita*/

		#destaques-right
			{
				float: left;
				width: 232px;
				height: 120px;
				padding-left:8px;
				margin: 0 0 0 0;
/*				*margin: 0 0 50px 0 ;
*/			}		

		#destaques-right-top 
			{
				width: 232px;
				margin: 0 0 0 0;
/*				*margin: 0 0 0 0;
*/			}
		
		#destaques-right-top a 
			{
				 clear:both; 
				 display: block; 
				 width: 232px; 
				 height: 58px; 
  	          	 background: url(../img/home/destaque-cinemark_112008.gif) no-repeat; 
				 text-indent: -5000px; 
				 margin: 0 3px 3px 5px; 
			 }

		#destaques-right-botton 
			{
			width: 232px;
			margin: 0 2px 0 0;
/*			*margin: 0 0 0 0;
*/			}
	
		#destaques-right-botton a 
			{ 
				clear:both; 
				display: block; 
				width: 232px; 
				height: 58px; 
				background: url(../img/home/destaque-cinemark_112008.gif) no-repeat; 
				text-indent: -5000px; 
				margin: 0 3px 3px 5px; 
			}

										/****************************FIM**DESTAQUES*********************************/
								
										
										/****************************DESTAQUE**CARTÕES******************************/

		#home-destaque-cartoes 
			{ 
				position:relative; 
				display: block; 
				width: 341px; 
				height: 47px; 
				top:-22px; 
				left:-179px; 
			}

		#home-destaque-cartoes a 
			{ 
				float: left; 
				display: block; 
				width: 341px; 
				height: 47px; 
				background: url(../img/home/destaque-cartoes.gif) no-repeat; 
				text-indent: -5000px; 
/*				*padding-top: -1px;
*/			}

										/***********************FIM**DESTAQUE**CARTÕES******************************/


										/****************************DESTAQUE**SAIBA MAIS******************************/

		#home-destaque-saibamais 
			{ 
				clear:both; 
				display: block; 
				width: 349px; 
				height:17px; 
				left:auto; 
				right:auto; 
				padding-top:20px; 
				margin-bottom:10px; 
			}


		#home-destaque-saibamais a 
			{
				display: block; 
				width: 349px; 
				height: 17px; 
				background: url(../img/home/destaque-saibamais_112008.gif) no-repeat; 
				text-indent: -5000px; 
			}

										/***********************FIM**SAIBA**MAIS*************************************/
										
										/*********************************FOOTER***********************************/

		#footer
			{	
				display:block;
				left:0px;
			}
		
		#footer .copyright 
			{ 
				height: 20px; 
				font: 10px Verdana, Arial; 
				color: #666666; 
				clear: both; 
				margin: 0 auto; 
				text-align: center; 
			}

		#footer .copyright a 
			{ 
				color: #666666; 
				text-decoration: none;
				font: 10px Verdana, Arial;
			}

		#footer .copyright a:hover 
			{ 
				text-decoration: underline; 
				font: 10px Verdana, Arial;
			}

										/*******************************FIM*FOOTER*********************************/
