/* Formatação Padrão.php */
html, body {height:100%;}
body {
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */
	background-attachment: fixed;
	background-image: url(../imgs/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f9a713;
}
#container {
	width:988px;
	position:relative; /* truque para a centralização do lay-out */
	text-align:left; /* "remédio" para o hack do IE */
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
* html #container {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}
#main {
	padding-bottom:30px;
}
#top {
	width:988px;
	height:124px;
	text-align: center;
}
#content {
	width:988px;
}
#footer {
	width:988px;
	height:26px;
	position: absolute;
	bottom: 0;
	text-align:center;
	color: #000000;
}
#footer  p {
	margin:0;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clear {clear:both;}
/* Formatação Home.php */
#content_home {
	width:986px;
	background-image: url(../imgs/bg_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	padding-right: 1px;
	padding-left: 1px;
}
#banner_main {
	float: left;
	height: 488px;
	width: 734px;
	padding-left: 3px;
	padding-top: 3px;
}
#news_box {
	float: left;
	height: 328px;
	width: 240px;
	background-image: url(../imgs/news_box.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 8px;
}
#banner_product {
	height: 162px;
	width: 236px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
}
/* Formatação Estrutura das Páginas em geral */
#top_main {
	width: 988px;
}
#main_container {
	width:988px;
	background-image: url(../imgs/box_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	float: left;
}
#bot_main {
	width: 988px;
	float: left;
}
/* Formatação menu_linhas.php */
#menu_linhas {
	float: left;
	width: 220px;
	padding-left: 2px;
}
/* Formatação produtos.php */
#main_produtos {
	float: right;
	width: 750px;
	text-align: left;
	padding-right: 7px;
}
