/*
	CLIENTE: REDLAJ
	CSS: Madsen Felipe
	CSS: Classes Gerais
*/
body { 
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: url(../imgs/bg.jpg) repeat-x #000d13;
	text-align: center;
	margin: 0;
	}

a {
	color: #f8c23f;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {text-decoration: underline;}	

img {border: none;}

#geral {
	width: 645px;
	height: auto;
	text-align: left;
	}

.menu { 
	display: block;
	width: auto;
	height: auto;
	margin: 15px 0 0 20px;
	text-align: left;
	}
	
	.menu ul {list-style: none; padding: 0; margin-left: 0;}
	.menu li { 
		float: left;
		margin-right: 10px;
		}

.citacaoHome h4{
	width: 180px;
	font-size: 24px;
	text-align: right;
	margin-top: 0px;
	line-height: 25px;
}


.logos {
	margin: 30px 0 40px 0;
}