/* CSS Document */

/* estrutura geral da página */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg_degrade.jpg);
	background-repeat: repeat-x;
  }
* html body {
  font-size: x-small; /*for IE5/Win */
	f\ont-size: small; /*for other IE versions */
  }
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #FFFFFF;
	text-align: left;
  }
#container #cabecalho {
	width: 760px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
  }
#container #menus {
	background-color: #000000;
	width: 760px;
	height: 30px;
	margin: 0;
  }
#container #conteudo {
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 760px;
  }
#container #conteudo #titulo {
	background-color: #CC0000;
	width: 760px;
	margin-bottom: 25px;
	height: 100px;
}
#container #conteudo #titulo table {
	bottom: 0px;
	float: left;
}

#rodape {
	background-color: #000000;
	margin: 0px;
	text-align: left;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 1px;
	width: 736px;
	height: 30px;
  }
#container #rodape a {
	color: #FFFFFF;
  }
#container #conteudo #titulo #td_link a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 16px;
	width: auto;
	font-weight: bold;
	display: block;
	margin: 0px;
  height: 20px;	
	padding: 6px 6px 6px;
	background-color: #666666;
}
#container #conteudo #titulo #td_link a:hover  {
	color: #FFFFFF;
	background-color: #000000;
	border: 0;
}


/* leiaute de parágrafos */

h1 {
	font-size:200%;
	font-weight: bold;
	text-indent: 25px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
  }
h2 {
	font-size:140%;
  font-weight: bold;
	color: #CC0000;
  }
h3 {
  font-size:120%;
	font-weight: bold;
  color: #CC0000;
  }
h4 {
	font-size:100%;
	font-weight: bold;
	color: #CC0000;
	height: 20px;
	width: 750px;
	border-right: thin dotted #CC0000;
	border-bottom: thin dotted #CC0000;
	text-indent: 25px;
	padding-top: 10px;
}
p {
	width: 710px;
	margin-left: 25px;
}	
a:link {
	text-decoration: none;
  }
a:visited {
	text-decoration: none;
  }
a:hover {
	text-decoration: underline;
  }
a:active {
	text-decoration: none;
  }

/* navegação */

#nav {
	/*width: 64em;*/
	margin: 0 auto 0 auto;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #383d44;
	height: 30px;
	}
#container #conteudo #titulo table {
	margin-left: 0px;
	background-color: #CC0000;
	width: 760px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	
	}
#nav li a {
	float: left;
	padding: 9px 12px;
	text-decoration: none;
	color: #fff;
	border: none;
	}
#nav li a:hover {
	color: #fff;
	background: #333;
	border: none;
	}

	
/* navegação interna */

#nav_internos {
	float: right;
}
#nav_internos li {
  position: relative;
	margin-top: -14px;
  float: left;
	display: inline; /* fix IE/Win double margin bug */
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
	}
#nav_internos li a {
	display: block;
	height: 12px;
	padding: 8px 20px 8px 20px;
	color: #FFFFFF;
	background-color: #000000;
	}
#nav_internos li a:hover {
  color: #FFFFFF;
	background: #333333;
	text-decoration: none;
	}

	
#container #conteudo form {
	width: 710px;
	margin-right: 25px;
	margin-left: 25px;
}
#container #conteudo #produtos {
	height: 120px;
	width: 200px;
	border: thin solid #999999;
	float: left;
	margin-left: 25px;
	display: inline; /* fix IE/Win double margin bug */
	vertical-align: text-bottom;
	padding-bottom: 5px;
	margin-bottom: 25px;
}#container #conteudo table {
	margin-left: 25px;
	width: 708px;
}
#container #conteudo #titulo img {
	bottom: 40px;
	right: 40px;
	padding-left: 580px;
}
#container #conteudo img {
	clear: left;
}

