/*html {
	height: 100%;
	background-color: #282828;
	background-image: url(layout/base_body.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(layout/bg_2.jpg);
	background-position:right bottom;
	background-attachment:fixed;
}
#tudo {
	width: 1000px;
	background-color:#afbfe6; /*#abcdef#b4c2df*/
	margin: 0px;/*auto;*/
	min-height: 100%;
	height: auto!important;
	height:100%;
	position:relative;
	
}
html, body {
	height: 100%;
	}
* html #tudo {
height: 100%; /* hack para IE6 hq trata height como min-height */
}

#topo {
	height: 175px;
	width: 1000px;
	background-image: url(layout/topo_bg.jpg);
	background-repeat: no-repeat;
}


#topo_01 {
	float: left;
	height: 136px;
	width: 1000px;
	margin: 0px;
}
#topo_02 {
	height: 120px;
	width: 509px;
	float: left;
	margin: 0px;
}
#topo_03 {
	background-image: url(layout/topo_03.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 246px;
}
#menu {
	height:50px;
	position: relative;
	left: 245px;
	top: -16px;
}
#icon_menu {
	width: 105px;
	float: right;
	position:relative;
	top: -70px;
	_top: -61px;
	
}
#conteudo {
	width: 875px;
	
	background-image: url(layout/bg_conteudo.jpg);
	background-repeat: repeat-x;
	background-position:top;
	min-height:3%;
	height:100%;
	
	height: auto !important;
	background-color:/*#a7bceb;#c5c8cf#b4c2df;*/#afbfe6;
    float:left;
	padding-bottom:243px;
    *padding-bottom:191px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:30px;
	}
#conteudo_texto {
	width:750px;
	height:auto;
	padding:10px 10px;
	padding-right: 0px;
	padding-bottom:0px;
	}
#lado {
	width:125px;
	min-height:3%;
	height: 10%;
	* height:40%;
	background-image: url(layout/lado_bg.jpg);
	background-repeat: repeat-y;
	float:left;
	padding-bottom:370px;
	*padding-bottom:243px;
	}
#topo_lado {
	background-repeat: no-repeat;
	background-position: top;
	width: 125px;
	height:150px;
	background-image: url(layout/topo_lado.jpg);
}
#base_lado {
	background:url(layout/base_lado.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 125px;
	height:90px;
	position:absolute;
	bottom:191px;
	left:0px;
	}

#rodape {
	width:1000px;
	height:191px;
	background-image: url(layout/rodape_bg.jpg);
	background-repeat:no-repeat;
	background-color:#b4c2df;
	position: absolute;
	bottom: 0px;
	left:0px;
	background-position:bottom;
	padding-top:0px;	
	float:left;
	}
#clear {clear:both;}

.produtos {
	color:#0e5593;
	margin-left:290px;
	width:430px;
	margin-top:25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
.produtos a:link {
	color: #0e5593;
	text-decoration: none;

}
.produtos a:visited {
	color:  #0e5593;
	text-decoration: none;
	
}
.produtos a:hover {
	text-decoration: underline;
	color: #0e5593;


}
.produtos a:active {
	color:  #0e5593;
	text-decoration: underline;

}
/*#base_body {
	background-image: url(layout/tudo_floatleft.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 600px;
	width: 121px;
	left: 0px;
	bottom:0px;
	background-position: bottom;
}*/
