/* layout página inicial */
	
	#corpo{
	padding-left:10px;
	padding-right:10px;
	}
	
	
	#corpo h3{
	color:#e6cc99;
	text-align:left;
	margin-left:0;
	clear:both;
	padding-bottom:2px;
	}
	
	#sugestoes {
	width:295px;
	height:230px;
	background: url(../imagens/bg_sugestao.jpg) repeat-x;
	float:left;
	}
	

	#sugestoes .sug{
	width:140px;
	float:left;
	margin:6px 0 6px 5px;
	}
	
	.sug img{
	clear:both;
	float:left;
	}
	
	
	.sug  span{
	width:80px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	margin-bottom:140px;
	float:left;
	}
	
	.sug a{
	margin:5px -5px 5px 0;
	color:white;
	}
	
	.sug a:hover{
	text-decoration:underline;
	}
	
	
	#corpo h4{
	width:300px;
	float:left;
	text-align:left;
	color:#820e0e;
	margin:-22px 10px 0;
	}
	
	#welcome{
	float:left;
	width:340px;
	margin:0 10px;
	text-align:justify;
	color:white;
	font-weight:bold;
	line-height:137%;
	}
	
	#welcome strong{
 	color:#820e0e;
	text-transform: uppercase;
	}

	
	#welcome h5{
	margin-top:20px;
	font-size:19px;
	}
	
	#welcome a{
	color:#e6cc99;
	}
	
	#welcome a:hover{
	text-decoration:underline;
	}
	
	
	#linha_produtos{
	width:125px;
	height:197px;
	float:left;
	margin-top:-20px;
	}
	
	#linha_produtos strong{
	font-size:13px;	
	padding-bottom:15px;
	}
	
	
	#corpo{
	height:600px;
	}
	
	.todos{
	text-align:right;
	margin:20px 0 10px 0;
	text-transform: uppercase;
	}
	
	#sugestoes .form{
	float:left;
	background: url(../imagens/bg_sugestao.jpg) repeat-x;
	padding:5px;
	font-weight:bold;
	text-align:justify;
	}
	
	.form p{
	float:left;
	width:280px;
	}
	
	
	#sugestoes label{
	margin:10px 0 10px 0;
	}

	#sugestoes .form .entrada{
	width:285px;
	padding:2px;
	margin:5px 0 3px 0;
	border: 1px solid #a5a7aa;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	font-weight:bold;
	}
	
	#sugestoes  .botao{
	background: url(../imagens/botao_enviar.png) no-repeat;
	width:67px;
	height:22px;
	margin:15px 105px 15px 105px;
	}
	
	#sugestoes strong{
	margin-top:10px;
	text-align:left;
 	color:#820e0e;
	float:left;
	font-size:20px;

	}


	

	

	

