html, body {height:100%;} 
body{
	margin:0px;
	background:url(images/bck.jpg);
}
#tudo { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	padding-top:50px;
	background:url(images/bck-cima.png) repeat-x top;
    }
* html #tudo {height: 100%;} 
#div_topo1{
	background:url(images/topo1.png) no-repeat;
	width:862px; height:29px;
	text-align:left;
	margin:0px;
}
#div_topo2{
	background:url(images/topo2.png) no-repeat;
	width:862px; height:119px;
}
#div_menu{
	background:url(images/menu-fundo.png) no-repeat;	
	width:862px; height:315px;
}
#div_conteudo{
	background:url(images/conteudo.png) repeat-y;
	width:862px;
	height:auto;
	text-align:justify;
	font-family:verdana;
	font-size:12px;
	color:#4B4B4B;
	padding-top:20px;
	line-height:20px;
}
#div_rodape{
	background:url(images/rodape.png) no-repeat;
	width:862px; height:87px;
	padding-top:50px;
}
#div_data{
	width:210px; height:15px;
	float:left;
	margin-bottom:0;
	margin-top:10px;
	font-family:Arial;
	font-size:11px;
	color:#404040;
	padding:0px 0px 0px 16px;
	margin-left:30px;
	background:url(images/seta.png) no-repeat left;
}
#div_menu_topo{
	width:600px; height:15px;
	padding:0px 0px 0px 0px;
	float:left;
	margin-top:10px
}
#div_menu_topo ul{
	margin-top:0px;
	padding-left:300px;
}
#div_menu_topo li {

	font-family:Arial;
	font-size:11px;
	color:#003485;
	float:left;
	list-style:none;
	padding-left:20px;
	padding-top:1px;
	width:50px;
}
#div_menu_topo li a{

	font-family:Arial;
	font-size:11px;
	color:#003485;
	text-decoration:none;
}
#div_menu_topo li a:hover{
	color:#900;
}
.li_home{	
	background:url(images/home.png) no-repeat left;
}
.li_contato{	
	background:url(images/contato.png) no-repeat left;
}

.li_mark{	
	background:url(images/li.jpg) no-repeat left;
	padding-left:20px;
	list-style:none;
}
.titulos_conteudo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5B0000;
	font-weight: bolder;
}
	
.rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.ligas {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #036;
}

.ligas2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #036;
}

.ligas3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
}

.rodape a{
	text-decoration:none;
}

.rodape a:hover {
	text-decoration:underline;
}
.tabela {
	border: 1px solid #fff;
	font-family:Arial, Helvetica, sans-serif
	font-size:13px;
	color:#93ADC;
	font-weight:bolder;
	}
.tabela_produto{
	border-bottom:solid 1px #93ADCE;
	margin-bottom:2px;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#263757;
}

.link-home {
	color:#5480c7;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.link-home:hover {
	text-decoration:underline;
}
.fone {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#D60000;
	width:184px;
	height:27px;
	background:url(images/fone.png) no-repeat left;
	margin-top:60px;
	padding-left:30px;
	list-style:none;
	text-align:left;

}
