@import url(menus.css); /* MENUS  */
@import url(quadros.css); /* QUADROS DE INFO */

@import url(produtos.css); /* PRODUTOS */
@import url(conteudo.css); /* PRODUTOS */

@import url(formularios.css); /* PRODUTOS */




a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}




*{
	padding:0;
	margin:0;
}

h2{
	font-size:16px;
	color:#FFFFFF;
	
	font-weight:bold;
}

body,td,th {
	background-image: url(../../imagens/fundo/fundo_geral.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	
	
	background-repeat:repeat-x;
	background-color:#001E3C;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66CCFF;
}

#fundo{
	margin:0 auto;
	width:770px;
	

}





#menu, #centro, #centro_inteiro{
	margin-top:20px;
}

#menu{
	width:250px;
	float:left;
	
	margin-right:20px;
}

#centro{
	float:right;
}

#menu_topo h2, #produtos_ini_topo h2, #conteudo_ini_topo h2{
	padding-top:10px;
	padding-left:15px;
}


#produto_ini_centro h1, #conteudo_ini_centro h1{
	font-size:22px;
	font-weight:bold;
	
	color:#FFFFFF;
}



#menu_rodape{
	background-image:url(../../imagens/menu/rodape_menu.png);
	width:250px;
	height:25px;
	
}


#menu_topo{
	background-image:url(../../imagens/menu/topo_menu.png);
	width:250px;
	height:58px;
}



#menu_centro{
	background-image:url(../../imagens/menu/fundo_centro_menu.png);
	background-repeat:repeat-y;
	
	padding:10px;
}





#rodape{
	clear:both;
	
	margin-top:30px;
	
	background-image:url(../../imagens/rodape/rodape.png);
	background-repeat:no-repeat;
	
	width:770px;
	height:50px;
}


#logos_rodape{
	margin-right:20px;
}

#logo_canndu{
	float:right;
	
	background-image:url(../../imagens/rodape/logocanndu_site.JPG);
	background-repeat:no-repeat;
	
	width:94px;
	height:25px;
	
	cursor:pointer;
	
	margin-top:10px;
	margin-right:20px;
}

#logo_nvw{
	float:right;
	
	background-image:url(../../imagens/rodape/logo_nvw.jpg);
	background-repeat:no-repeat;
	
	width:68px;
	height:25px;
	
	margin-top:10px;
	margin-right:20px;
	
	
	cursor:pointer;
}


#botao_azul{
	margin-top:20px;
	background-image:url(../../imagens/centro/botao/fundo_botao_azul.png);
	background-repeat:no-repeat;
	width:97px;
	height:20px;
	
	font-size:10px;
	font-weight:bold;
	color:#001E3C;
	
	cursor:pointer;
	
	text-decoration:none;
}


#botao_azul a:hover, #botao_azul a, #botao_azul:hover{
	text-decoration:none;
}

#botao_azul p{
	padding-top:3px;
	text-align:center;
}


#lista_paginas ul, #lista_paginas li{
	list-style:none;
}

#lista_paginas li{
	height:30px;
	line-height:30px;
}
