/* CSS Document */

body {
	background: url(img/bg_body.jpg) no-repeat top center #CC3A2C;
	margin: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
a {
	color: #CC3A2C;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1 {
	display: block;
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	width: 600px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 2px solid #CC3A2C;
	color: #CC3A2C;
}
h2 {
	margin: 0px;
	color: #CC3A2C;
	font-size: 16px;
}
h3 {
	display: block;
	width: 430px;
	font-size: 14px;
	border-bottom: 1px solid #CC3A2C;
	color: #CC3A2C;
}
h4 {
	display: block;
	width: 430px;
	font-size: 12px;
	border-bottom: 1px solid #CC3A2C;
	color: #CC3A2C;
}

/*hack png*/
img, div { behavior: url(iepngfix.htc) }


#topo {
	float: left;
	width: 778px;
	height: 176px;
	background: url(img/bg_topo.png) no-repeat;
	margin-top: 15px;
}
#logo_topo {
	float: left;
	width: 95px;
	margin: 20px;
}
#produtos_topo {
	float: left;
	width: 600px;
	margin: 20px;
	margin-left: 15px;
	_margin-left: 0px;
}
#menu {
	float: left;
	width: 113px;
	height: 506px;
	background: url(img/bg_menu.png) no-repeat;
}
.item_menu {
	float: left;
	clear: both;
	width: 93px;
	margin: 8px;
	margin-bottom: 0px;
	_margin-left: 4px;
	z-index: 1;
	position: relative;
}
#conteudo {
	float: left;
	margin-left: 9px;
	_margin-left: 3px;
	margin-top: 5px;
}
#bor_conteudo {
	float: left; 
	width: 650px;
}
#box_conteudo {
	float: left;
	width: 600px;
	padding-left: 25px;
	padding-right: 25px;
	background: #FFFFFF;
}
#noticia_inicial {
	float: left;
	width: 304px;
	margin-right: 20px;
}
#ultimas_noticias {
	float: right;
	width: 294px;
	margin-left: 10px;
	padding: 5px;
	background: #EFEFEF;
}
#ultimas_noticias a {
	color: #333333;
}
#produto_inicial {
	float: left;
	width: 275px;
}
#rodape {
	float: left;
	clear: both;
	width: 650px;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}

.txtf_forms {
	border: #CC3A2C solid 1px;
	padding-left: 3px;
	color: #CC3A2C;
	background: #EFEFEF; 
}
.btn_forms {
	background: #CC3A2C;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}
.fotos_estrutura {
	float: left;
	width: 200px; 
	height: 170px; 
	margin: 5px;
	text-align: center;
	color: #CC3A2C;
}