/* CSS Document */

div.colEsq {
	width:800px;
}

/* DESCRICAO */

#descricao h2{
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}

/* PRODUTOS */

#produtos{
	width:240px;
	float:left;
	margin-right:40px;
	margin-top:30px;
	padding-bottom:15px;
	border-top:5px solid #be3926;
	cursor:pointer;
}

#produtos h2{
	margin-bottom:0px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;		
}

#produtos img{
	margin-bottom:15px;
}

#produtos h3{
	font-size:20px;
}

#produtos p{
	margin-bottom:25px;
}


/* METODOLOGIA VALUENET */

#metodologia{
	width:240px;
	float:left;
	padding-bottom:15px;
	margin-top:30px;
	margin-right:40px;
	border-top:5px solid #be3926;
	cursor:pointer;
}

#metodologia h2{
	margin-bottom:0px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;	
}

#metodologia img{
	margin-bottom:15px;
}

#metodologia h3{
	font-size:20px;
}

#metodologia p{
	margin-bottom:25px;
}
/* SEGMENTOS */


#segmentos{
	width:240px;
	float:left;
	padding-bottom:15px;
	margin-top:30px;
	border-top:5px solid #be3926;
}

#segmentos h2{
	margin-bottom:0px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;	
}

#segmentos h3{
	font-size:20px;
}

#segmentos ul li {

}

#segmentos ul li a {
	display:block;
	width:232px;
	padding:8px 8px 5px 0;;
	background-color:#FFF;
	color:#be3826;
	border-bottom:solid 1px #aeaeae;
}

#segmentos ul li a:hover {
	background-color:#be3826;
	color:#FFF;
}


