@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background-color:#CCC;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
li{
	color:#900;
}

p{
 color:#900;
 font-size:12px;
}

a{
	text-decoration:none;
	color:#900;
	font-size:12px;
}

h1{
	font-size:18px;
}

h2{
	color:#900;
	text-align:left;
}

#fundo{
	background-image:url(../produtos/produto_inicial/fundo.jpg);
	width:770px;
	margin:10px auto;
	padding:20px 0px 0px 30px;
	}
	
#menu_sup{
	background-image:url(../produtos/produto_inicial/menusuperior.jpg);
	width:734px;
	height:96px;
	background-repeat:no-repeat;
	}
	
#menu_sup p {
	margin:20px 65px 0px 0px;
	float:right;
}

#menu_sup img {
	width:96px;
	height:79px;	
	margin:4px 0px 0px 5px;
	float:left;
	border:none;
}
/****************cadastro**************/

#cadastro{
	background-image:url(../produtos/produto_inicial/cadastro.jpg);
	text-align:left;
	padding-top:10px;
	width:734px;
	height:80px;
	}
	
#login{
	float:right;
	margin:-14px 53px 0px 0px;
	}
	
#senha{
	margin:10px 270px 0px 430px;
	}
#id{
	margin:-15px 0px 0px 578px;
	}
	
#fone{
	margin:-5px 0px 0px 25px;
	color:#900;
	}
	
#esqueceu{
	margin:-10px 0px 0px 420px;
	text-align:center;

	}
/*****************fim cadastro*************/

#flash{
	background-image:url(../produtos/produto_inicial/produtosflash.jpg);
	width:734px;
	height:481px;
	background-repeat:no-repeat;
	margin-bottom:20px;
	}


/****************destaque****************/	

#destaque1{
	background-image:url(../produtos/produto_inicial/destaques.jpg);
	width:734px;
	height:200px;
	margin:0px 0px 0px 0px;
	padding-top:50px;
	}
	
#destaque1 ul {
	float:left;
	margin:20px 0px 0px 0px;
	}
	
.titulo a {
	font-size:18px;

	}
	
#destaque1 h2 {
	margin:0px 0px 0px 23px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	}
/**************fim da destaque****************/

#rodape{
	background-image:url(../produtos/produto_inicial/rodape.jpg);
	width:734px;
	height:141px;
	background-repeat:no-repeat;
	font-size:12px;
	text-align:left;
	clear:both;
	}

#rodape a{
	text-align:left;
	line-height:165%;
	color:#900;
	}

.compras{
	color:#900;
	margin:30px 0px 0px 60px;
	float:left;
	}

#nav_1{
	float:left;
	margin:30px 0px 0px 0px;
	}

#nav_2{
	float:left;
	margin:30px 0px 0px 0px;
	}
	
#intermediario{
	background-image:url(../produtos/produto_inicial/intermediario.jpg);
	width:734px;
	height:122px;
	margin-bottom:20px;
	}
/****************MEnu*********************/

#menu{
	width:480px;
	margin:0px 0px 0px 0px;

	}
	
#menu ul{
	list-style:none;
	margin:-5px 0px 0px -30px;	
	}
	
#menu li{
	display:inline;
		}
		
#menu a{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
#menu a:link{
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:overline;
	}
#menu a:hover{
	color:#CF0;
	}
	
#menu a:visited{
	color:#900;
	text-decoration:underline;
	}
	
#menu a:active{
	color:#900;
	text-decoration:underline;
	}