/* CONTAINER */

#container {
	width:903px;
	/*background-color:#00CC33;*/
	margin:0 auto;

}

#container {
   height:100%;
}

#header {
	height:120px;
}

/*titulos {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	background-image:url(../images/tit_bkg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:624px;
	height:21px;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}
	
titulos a:link, titulos a:active, titulos a:visited{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	}

titulos a:hover{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:red;
	}*/


#logo {
	float:left;
	height:120px;
	width:246px;
}

#infos {
	float:left;
	height:120px;
	width:657px;
	background-image:url(../images/header_bkg.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

#spacer{
	float:left;
	width:230px;
	height:90px;
	}

#links_privados{
	width:280px;
	margin:25px 0px 0px 0px;
	float:left;	
}

#carrinho_infos{
	width:147px;
	float:left;
	margin:28px 0px 0px 0px;
}



#menu{
	float:left;
	width:246px;
}

/*
#separator{
	background-color:#00FF00;
	float:left;
	width:33px;
}
*/

#banners{
	/*background-color:#0000FF;*/
	float:right;
	width:624px;
}

#base_output{
/*
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
*/
	float:right;
	width:624px;
	text-align:left;
	color:#b0b0b0;
	padding-bottom:20px;
}

#inquerito_output{
	width:100%;
	text-align:left;
	color:#282828;
}

#newsletter{
	clear:both;
}

#footer{
	height:24px;
	padding-top:8px;
	background-image: url(../images/footer_bkg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto;
	width:903px;
	clear:both;
	text-transform:lowercase;
	}
	
#menu_footer{
	float:left;
	}
#assinatura_footer{
	float:right;
	}


