@charset "utf-8";

	/*
	
	CSS do SITE
	@name		--
	@basename	modulos.css
	@author		Felipe da Vinha Ricieri
	@date		26/07/2009
	
	*/
	
	body
		{
		margin:0px;
		font-size:12px;
		color:#353535;
		font-family:Arial, Helvetica, sans-serif;
		background:url(../images/backgrounds/bground.jpg) repeat-x top center #F1EED5;
		}
		
	p { margin:10px 0px; }
	
	hr	{ border:1px solid #353535; background:#353535; height:3px; } 
		
	/*
	*/
	
	#wrapper
		{
		width:950px;
		margin:0px auto;
		}
		
	#toplinks
		{
		text-align:right;
		}
		
		#inner-toplinks
			{
			float:right;
			}
		
	#container
		{
		background:url(../images/backgrounds/bground-wrapper.jpg) repeat-x #E8E4BA;
		margin:0px;
		width:930px;
		padding:0px 10px;
		}
		
	#left-cool
		{
		margin:17px 0px;
		width:185px;
		float:left;
		}
		
	#right-cool
		{
		margin:17px 0px;
		width:185px;
		float:right;
		}
		
	#main-cool
		{
		width:520px;
		margin:0px 20px;
		float:left;
		line-height:20px;
		}
		
	#footer
		{
		margin:0px auto;
		width:950px;
		}
		
	/*
	*/
	
	#logo	{ width:184px; height:180px; position:absolute; }
	#display-index	{ margin-top:20px; }
		
	.menu-opt, .banners, .botoes
		{
		width:185px;
		margin:0px 0px 10px;
		}
		
	#oportunity, #lastest-news,
	#client-login
		{
		width:185px;
		margin:0px 0px 20px;
		}
		
	#client-login
		{
		height:135px; 
		background:url(../images/backgrounds/bground-login-cliente.jpg) no-repeat top center;
		}
		
	.center-div { width:85%; margin:0px auto; }
	
	.even-in	{ background:#F9F8EA; }
	.even-out	{ background:#F3F0D7; }
	
	.item-da-lista { border-bottom:1px solid #C8C493; margin:5px 0px}
		
	/*
	*/
	
	#opt-newsletter
		{
		width:400px;
		margin-right:77px;
		/*margin-top:15px;*/
		float:right;
		}
	
	#topmenu
		{
		width:auto;
		margin:20px 0px 14px;
		text-align:right;
		color:#910B0B;
		}
		
		#topmenu ul
			{
			margin:0px;
			padding:0px;
			text-indent:0px;
			list-style:none;
			}
			
		#topmenu ul li
			{
			margin:4px;
			display:inline;
			}
			
	#colum-locacao 		{ width:150px; margin:0px; float:left }
	#colum-venda		{ width:170px; margin:0px 22px; background:#DCD8AB; float:left; }
	#colum-temporada	{ width:150px; margin-left:0px; float:right }
	
	/*#phone-banner		{ margin-bottom:20px; }*/
	
	.thumb-image		{ border:5px solid #F3F1DA; }
	.overflow		{ height:33px; overflow:hidden; width:50px; float:left; margin:3px; }
	#thumb-cloud		{ width:90%; margin:10px auto; }
	#thumb-cloud img	{ float:left; margin:3px; }
	.double-border		{ border-top:1px solid #c8c493; border-bottom:1px solid #c8c493; margin:10px 0px; }
	
	.block				{ margin:15px 0px; }
	#pictures-zone		{ width:500px; padding:10px; background:#f0edc9; }
	#pictures-zone img	{ float:left; margin:5px; }
	
	.block-item			{ background:#F3F0D7; padding:5px; margin:5px auto; width:500px; }
	
	/*
	*/
	
	#reports-list
		{
		list-style:none;
		margin:0px;
		border:0px;
		text-indent:0px;
		padding:0px;
		}
		
		#reports-list li
			{
			margin:7px 0px;
			border-bottom:1px solid #C8C493;
			padding:5px;
			}
		
	/*
	*/
	
	.floatleft	{ float:left; }
	.floatright	{ float:right; }
	.clear		{ clear:both; }
	div.clear 	{ height:1px; }