@charset "iso-8859-1";
/* START
#################### geral ####################
*/
*{
	border					: 0;
	color						: #FF7401;
	font-family				: Verdana;
	font-size				: 11px;
	font-weight				: normal;
	list-style				: none;
	margin					: 0;
	padding					: 0;
	text-decoration		: none;
}
html, body{
	height					: 100%;
}
body{
	background				: #000;
}
b{
	font-weight				: bold;
}
span#descricao_site{
	display					: none;
}
/*
input.form_text{
	border					: 1px solid #B5B5B5;
}
*/
div#geral{
	margin					: 0 auto;
	text-align				: left;
	width						: 100%;
	min-height				: 100%;
}
* html #geral {
	width						: 100%;
	width						: expression( document.body.clientWidth < 780 ? "779px" : "auto" );
	min-width				: 779px; /* hack para IE6 hq trata height como min-width */
}
* html #geral {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}
/* END
#################### geral ####################
*/
/* START
#################### includes/topo.inc.php ####################
*/
div#topo{
	background				: #000 url('http://www.fractalmontagens.com.br/v2/media/images/bg/bg_topo.png') repeat-x;
	height					: 142px;
	width						: 100%;
	clear: both;
}
	div#topo div#topo_container{
		height					: 142px;
		width						: 100%;
		margin					: 0 auto;
	}
	div#topo div#topo_logo{
		float						: left;
		height					: 142px;
		width						: 549px;
	}
	div#topo div#topo_conteudo{
		float						: right;
		height					: 142px;
		width						: 230px;
	}
		div#topo_conteudo div#topo_conteudo_busca{
			float						: left;
			margin-top				: 25px;
			margin-right			: 40px;
			height					: 52px;
			width						: 190px;
		}
		div#topo_conteudo div#topo_conteudo_link{
			float						: left;
			height					: 24px;
			width						: 190px;
			margin-top				: 15px;
		}
			div#topo_conteudo div#topo_conteudo_link a{
				float						: left;
				line-height				: 24px;
				width						: auto;
			}
form#frm_busca p.form_titulo{
	float						: left;
	width						: 190px;
	padding-bottom			: 10px;
}
form#frm_busca p .form_text{
	float						: left;
	background				: url('http://www.fractalmontagens.com.br/v2/media/images/bg/bg_busca.gif') no-repeat;
	height					: 23px;
	width						: 143px;
	font-size				: 14px;
	padding-left			: 2px;
	padding-right			: 2px;
	padding-top				: 5px;
}
form#frm_busca p .form_button{
	float						: left;
	width						: 29px;
	height					: 28px;
	margin-left				: 14px;
}
/* END
#################### includes/topo.inc.php ####################
*/
/* START
#################### includes/corpo.inc.php ####################
*/
div#corpo{
	background				: #292929 url('http://www.fractalmontagens.com.br/v2/media/images/bg/bg_conteudo.png');
	width						: 100%;
	clear						: both;
	min-height 				: 988px;
}
	div#corpo div#menu{
		height					: 19px;
		width						: 100%;
		text-align				: center;
		margin-left				: auto;
		margin-right			: auto;
	}
		div#menu ul#menu_link{
			background				: #292929 url('http://www.fractalmontagens.com.br/media/images/bg/bg_menu.gif') repeat-x;
			height					: 19px;
			width						: 100%;
		}
			div#menu ul#menu_link li{
				display					: inline;
				width						: auto;
			}
	div#destaque_flash{
		width						: 100%;
		text-align				: center;
		margin-left				: auto;
		margin-right			: auto;
		height					: 181px;
	}
	div#corpo div#conteudo{
		width						: expression( document.body.clientWidth < 780 ? "749px" : "auto" );
		margin-left				: auto;
		margin-right			: auto;
		padding					: 15px;
	}
/* END
#################### includes/corpo.inc.php ####################
*/
/* START
#################### includes/rodape.inc.php ####################
*/
div#rodape{
	background				: #000 url('http://www.fractalmontagens.com.br/v2/media/images/bg/bg_rodape.gif') repeat-x;
	clear: both;
	width						: 100%;
	text-align				: center;
	margin-left				: auto;
	margin-right			: auto;
	height					: 40px;
	padding-top				: 32px;
}
	div#rodape div#rodape_container{
		height					: 40px;
		width						: 100%;
		margin					: 0 auto;
	}
	div#rodape div#rodape_links{
		width						: 100%;
		height					: 20px;
	}
		div#rodape_links ul#rodape_links_mais{
			width						: auto;
			height					: 20px;
			padding-left			: 40px;
		}
			ul#rodape_links_mais li{
				float						: left;
				display					: inline;
				padding-right			: 8px;
				width						: auto;
				color						: #000;
			}
			ul#rodape_links_mais li a{
				color						: #000;
			}
			ul#rodape_links_mais li a:hover{
				text-decoration		: underline;
			}
		div#rodape_links p{
			float						: left;
			width						: 100%;
			padding					: 3px 0;
		}
	div#rodape div#rodape_copyright{
		clear						: left;
		width						: 100%;
		height					: 20px;
	}
		div#rodape div#rodape_copyright p{
			float						: right;
			height					: 20px;
			width						: 200px;
			color						: #000;
		}
/* END
#################### includes/rodape.inc.php ####################
*/
