body{
	background-color:#666666;
	text-align:center;
	}
#cabeca{
	width:1000px;
	height:100px;
	background:#003399;
	text-align:center;
	margin:auto;
	}

#barraMenu{
	width:1000px;
 	height:31px;
	background-image:url(../imagens/menuAzul1.png);
	background-image:repeat-x;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
	}
#fundoMenu{
	width:658px;
	margin:0px auto;
	}
.menu{
	width:90px;
	height:31px;
	float:left;
	margin:0px;
	}
.menu:hover{
	background-image:url(../imagens/menuAzul1a.png);
	background-image:repeat-x;
	}
.menuDiv{
	float:left;
	margin:0px;
	}		
#fundoMenu a{
	vertical-align:middle;
	line-height:31px;
	color:#ffffff;
	font-size:11pt;
	text-decoration:none;
	margin:0px;
	}
#fundoMenu a:hover{
	color:#000000;
	font-weight:bold;
	}
	
.linha{
	width:1000px;
	height:4px;
	background:#ffffff;
	margin:0px auto;
	}	
		
.titulo01{
 	font-family:times new roman;
 	font-size:14pt;
 	font-style:bold;
 	color:#000000;
 	background:#99ccff;
 	padding:2px;
 	text-align:center;
	}

#prodNome{
 	font-family:arial;
	font-size:12pt;
	font-weight:bolder;
	color:#cc6666;
	}

#prodDescricao{
 	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	color:#444444;
	}


#menuProdutos{
	width:150px;
	text-align:left;
	padding:10px;
	}
#menuProdutos div{
 	padding:0px 5px;
 	height:30px;
	margin:4px 0px;
	background-color:#003399;
	line-height:30px;
	}
#menuProdutos a{
 	width:100%;
	color:#ffffff;
	font-size:8pt;
	font-family:arial;
	font-weight:bolder;
	text-decoration:none;
	}
#menuProdutos a:hover{
	color:#ffffff;
	}
#menuProdutos div:hover{
	background-color:#aaaaff;
	color:#ffffff;
	}


#rodape{
 	width:1000px;
	height:31px;
	line-height:31px;
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background-color:#003399;
	margin:0px auto;
	}

#webDesign{
 	width:1000px;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	color:#000000;
	background-color:#666666;				
	margin:0px auto;
	}



	
	
	
