/********************************************************

	Vila Gourmet
	Criado em: fevereiro 2009                																					
	Desenvolvido por: Agencia Eclipse

********************************************************/

	* { margin:0; padding:0; border:none; text-decoration: none;  list-style-type:none; }
	body { margin:0; padding:0; color:#333; font: 10px "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif; background: #fff;}
	
	.bold { font-weight: bold; color: #62624a; }
	.clear { clear:both; height:1px; overflow:hidden; }
	.upercase { color: #666; text-transform: uppercase; }
	.italic { font-style: italic; color: #666666; }
	.underline { text-decoration: underline; }


/* Estas sao as DIVs principais do site, aqui inserimos todo código das DIV's */
/********************************************************/

	#desktop { margin:0 auto; padding: 60px 0 0 0; min-height:790px; height:auto !important; height:790px; width:950px; background: #fff url(../imgs/bg_home.gif) no-repeat 0 20px; /**/ }
	
/* Content LEFT - Aqui esta a logo e o menu do site */
/********************************************************/

	#content_left { float:left; margin: 0; padding: 0; width: 220px; height: 640px; }
	
	#header { float: right; margin: 0; padding: 0; width: 160px; height: 170px; background: url(../imgs/img_logo.gif) no-repeat left top; }
	#header h1 { font-weight: bold; height: 170px; width: 160px;  text-indent: -99999px; overflow: hidden; display: block; background: url(../imgs/img_logo.gif) no-repeat left top; }
	#header h1 a { font-weight: bold; height: 170px; width: 160px;  text-indent: -999999px; overflow: hidden; display: block;}

	#nav { float: right; margin:0; padding: 0; width: 160px; height: 300px; color: #867953;}
	

/* Content - Aqui entra o conteudo do site */
/********************************************************/

	#content_home  { float:left; margin: 0; padding:0x; width: 680px; height: 567px; }

/* Footer - Aqui entra o rodape do site */
/********************************************************/

	#footer { float: left; margin: 0; padding: 0; width: 900px; height: 50px; background: url(../imgs/img_footer.gif) no-repeat center top;}
	
	
/* CLASSES */
/********************************************************/

	.avila, .promocoes, .fotos { background: url(../imgs/bg_forms.gif) no-repeat center 15px;}
	
	.home { width: 680px; height: 409px; padding:45px 0 0 0;/* background:#CCCCCC;*/}
	.home img { margin:0; padding:0; width:670px; height:439px; float:left;}
	.home .home_fotos { width:644px; height:117px; float:left; margin:0; padding:13px 0 0 36px;/*background:#993333; */ }
	.home .home_fotos img {margin:0 6px 0 0; padding:0; width:107px; height:90px; float:left;}


/* Background para Formularios */
/********************************************************/

	.forms { background:url(../imgs/bg_forms.gif) no-repeat center center;}
	#content_home h1 { margin: 0; padding: 130px 0 0 0; width: 560px; display: block; text-align: right; font-size:36px; text-transform: uppercase; }
	
	#content_home .box_interno {margin:0; padding:26px 0 0 111px; width:435px; height:301px; }
	#content_home .box_interno h2 {margin: 0; padding: 0; font-size:26px;}
	#content_home .box_interno p { margin: 0; padding: 0; font-size:12px; line-height: 20px;}
	#content_home .box_interno img { margin:10px; padding:0; float:left; width:154px; height:115px;}
	


	
