/* 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-color: #848484;
	background-image: url(../imgs/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 333333;
}
#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;
}
#footer  p {
	margin:0;
	color:#CCCCCC;
	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.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	padding-right: 1px;
	padding-left: 1px;
}
#flash_main {
	float: left;
	height: 304px;
	width: 740px;
}
#news_box {
	float: left;
	height: 304px;
	width: 245px;
	background-image: url(../imgs/news_box.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	vertical-align: middle;
}
#banner_product_01 {
	float: left;
	height: 180px;
	width: 730px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 6px;
}
#banner_product_02 {
	height: 180px;
	width: 235px;
	float: left;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
/* 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;
}
#main_content {
	float: right;
	width: 750px;
	text-align: left;
	padding-right: 7px;
}
#bot_main {
	width: 988px;
	float: left;
}
/* Formatação menu_linhas.php */
#menu_linhas {
	float: left;
	width: 220px;
	padding-left: 2px;
}
