@charset "utf-8";

/*
	
	Classe Global de CSS para Template BASIC
	para BlueCommerce.
	
	por: Sopa de Ideias

*/
#home_banners{
	width:930px;
	height:350px;
	
	clear:both;
	
	padding:15px 0 10px 0;
	margin-left:auto;
	margin-right:auto;

}

#home_banners .banner_desc{
	width:930px;
	height:80px;
	
	clear:both;
	
	padding:0 0 15px 0;
}
#home_banners .banner_big{
	width:730px;
	height:250px;
	float:left;	
}

#home_banners .banner_small_top{
	width:180px;
	height:115px;
	float:right;
	background:#F00;
}

#home_banners .banner_small_bottom{
	width:180px;
	height:115px;
	float:right;
	margin-top:20px;
}


.main_of_months_title{
	height:42px;
	padding-left:20px;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background:#072192;
}
