/* CONTAINER */

/*#container_wrapper { width:900px; margin:0 auto;}*/

#container {
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}

#header { height:112px;}
#menu_search { height:29px;}
	#menu_search .menu { padding-top:6px; float:left;}
	#menu_search .pesquisa { background-image:url(/media/images/bg_pesquisa.gif); background-repeat:no-repeat; width:163px; height:19px; float:right; margin-top:4px;}
	
	
#produtos { height:116px; padding-top:10px;}


/* SEARCH */
#search { text-align:right; }
	#search .campo {padding-left:7px; }
	#search input { border:0px;  width:105px; font-size:11px; color:#999999; }
	#search .bt input {  padding-right:3px; width:28px; background:none; padding-top:1px; }
	#search .bt { width:45px; text-align:right;}
	
	
/* CATALOGO */	

#catalogo_menu { float:left; padding-top:30px;}
	

/* CONTENT */
#content {}
	#content .banner { float:left;}
	#content .destaques { float:right;}
	
#content_base { padding:30px 0px 20px 0px;}

#content_catalogo { padding:30px 0px 20px 15px;  width:620px; float:left;}

#content_wrapper { padding-top:30px;}




/* FOOTER */
.push { height:42px;}
#footer { background-image:url(/media/images/foooter_repeat.gif); background-repeat:repeat-x; height:42px;
	clear:both;
	bottom:0;}
	#footer .menu_footer { padding-top:15px; float:left; width:460px;}
	#footer .copy { float:left; padding-top:15px;}
	#footer .assinatura { float:right; padding-top:10px;}
#footer_wrapper { width:900px; margin:0 auto;}
	
	
