/*
	Website: Assessoria LS
	Website URI: http://www.assessorials.com.br/
	Version: 1.0
	Author: ch. design - Caio Ferreira
	Author URI: http://www.chdesign.com.br/
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/* --- GERAL ---*/
body {
	background:url(bg.jpg) top center #F7F7F1 repeat-x;
	font-family: 'Droid Sans', sans-serif;
}
img{
	border: 0px;
}
p {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
}
.texto_tag {
	color: #333;
	font-size:11px;
	text-align:center;
	margin-top: 20px;
}
#geral {
	position:absolute;
	top:0%;
	left:50%;
	width:960px;
	height:927px;
	margin-left:-480px;
	margin-top:0px;
}

.img-pags{
	border: 3px solid #800;
	float: right;
	margin-left: 15px;
}

/* --- MENU ---*/
ul.menu {
	list-style: none;
	float: left;
	font-size: 18px;
	display: table;
}
ul.menu li {
	line-height: normal;
	display: inline;
}
ul.menu li a {
	display: block;
	display: inline;
	margin-left: 35px;
	float:left;
	/* visual do link */
    color: #3C5473;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #AA0000;
}
/* --- BOX ---*/
.box{
	background: url(box.png) no-repeat top center;
}

.box-depoimento{
	background: url(bg-depoimento.png) no-repeat top center;
}

.box-pags{
	background: #FFF;
}

.box-cinza{
	background: #F0F1F7;
}
