	
	/*
	CSS StyleSheets
	Cliente:	Requipal Premium
	*/
	
	body
		{
		text-align:left;
		margin:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666;
		background:url(../images/bground/bground.jpg) repeat-x top center #F5F5F5;
		}
		
	/*li { display:inline; }*/
	
	/*p { margin:0px 0px 20px; }*/
	
	/*
	*/
	
	#wrapper
		{
		margin:0px auto 25px;
		margin-top:0px;
		width:950px;
		}
	
	#top
		{
		width:810px;
		margin-top:0px;
		margin:0px auto;
		}
		
	#menu
		{
		width:810px;
		margin:10px auto;
		text-align:center;
		}
		
	#display
		{
		width:950px;
		margin:0px;
		}
		
	#content
		{
		width:790px;
		margin:15px auto 40px;
		}
		
	#inner-content
		{
		width:550px;
		margin:0px;
		}
		
	#sidebar
		{
		width:200px;
		margin:0px;
		}
		
	#footer
		{
		width:790px;
		margin:35px auto 0px;
		}
		
	/*
	*/
	
	#logo				{ width:315px; }
	#conceito-premium	{ width:225px; }
	#fone				{ width:199px; margin:25px 35px 0px 0px; }
	
	#logo, #conceito-premium
		{
		margin:0px;
		}
	
	#menu ul
		{
		margin:0px;
		padding:0px;
		text-align:center;
		}
		
	#menu ul li
		{
		display:inline;
		margin:0px 7px;
		font-size:11px;
		font-weight:bold;
		color:#666;
		}
		
	#hotlinks
		{
		width:445px;
		margin:5px auto;
		text-align:center;
		}
		
	.hotlink-banner		{ width:200px; }
	.hotlink-divisor	{ width:45px; }
		
	#sidebar div
		{
		margin:0px 0px 10px;
		}
		
	.image-logo
		{
		border:1px solid #CCC;
		width:110px;
		padding:5px;
		background:#FFF;
		margin:5px;
		text-align:left;
		font-size:11px;
		}
		
	.image-logo-inner
		{
		width:110px;
		}
	
	/*
	*/
	
	.image-float { float:left; margin:0px 15px 15px 0px; }
	
	.floatleft	{ float:left; 	}
	.floatright	{ float:right;	}
	.clear		{ clear:both;	}
	
	.left		{ text-align:left;    }
	.right		{ text-align:right;   }
	.center		{ text-align:center;  }
	.justify	{ text-align:justify; }
	
	div.clear	{ height:0px; margin:0px; padding:0px; 	}
	