@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;}
	
html {
	height: 100%;
	width:100%;
}
body {
	position: relative;
	height: 100%;
	text-align:center;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../imagens/fundo.jpg);
	color:#787A7D;
}
#container {
	height: 600px;
	width: 980px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-490px;
	margin-top:-300px;
	background-color: #FFF3E1;
	font-size: 16px;
}#container #topo {
	height: 90px;
}
#container #topo #logo {
	float: left;
	height: 90px;
	width: 360px;
}
#container #topo #menu {
	float: left;
	height: 90px;
	width: 610px;
	margin-left: 10px;
}

#container #topo #menu ul{
	list-style-type: none;
	margin-top:65px;
}
#container #topo #menu ul li{
	list-style-type: none;
	display: inline;
	margin-left:20px;
	margin-right:20px;
}
#container #topo #menu ul li a {
	font-size: 16px;
	text-decoration: none;
	color: #666;
}
#container #topo #menu ul li a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #333;
}
#container #topo #menu ul li .active {
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
#container #conteudo {
	float: left;
	height: 460px;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEAB96;
	border-right-color: #BEAB96;
	border-bottom-color: #BEAB96;
	border-left-color: #BEAB96;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	padding: 15px;
}

#container #conteudo a {
	color: #333;
	text-decoration: none;
}
#container #conteudo table tr td a {
	color: #9A9C9E;
	text-decoration: none;
}
#container #conteudo table tr td a:hover {
	color: #FFF;
	text-decoration: none;
}

#container #conteudo #prod {
	float: left;
	width: 150px;
	margin-right: 6px;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
}

#container #conteudo #prod a:hover{
	float: left;
	width: 150px;
	margin-right: 6px;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color:#666;
}
#container #conteudo form table tr td input {
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#container #rodape {
	height: 18px;
	width: 980px;
	float: left;
}
#container #rodape #assinatura {
	font-size: 9px;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 2px;
}
#container #rodape #assinatura a {
	color: #7D7D7D;
	text-decoration: none;
}
#container #rodape #assinatura a:hover {
	color: #333;
	text-decoration: none;
}
