body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
}

div.wrap {
	width: 955px;
	height: 600px;
	margin: auto;
	/*border: 1px solid black;*/
	text-align: left;
}



div.header{
	margin: 21px 0 0 21px;
	width: 841px;
	height: 70px;
}
div.header div.imgs{
	float: left;
	text-align: left;
}

div.header div.qlinks{
	float: right;
	right: 0;
	width: 90px;
	text-align: left;
}
div.header div.qlinks a{
	color: #A6A6A6;
	text-decoration: none;
	font-size: 0.65em;
	display: block;
}



div.content{
	margin: 10px 0 0 21px;
	width: 913px;
	height: 407px;
	background: white url(/imagens/imagem_homepage.jpg) no-repeat;
}
div.menu{
	width: 841px;
	height: 31px;
}
div.menu div.separador{
	padding: 0 2px 0 5px;
	font-weight: bold;
	height: 31px;
	font-variant: none;
	float: left;
}
div.menu div.separador ul{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.menu div.separador ul li {
	padding: 10px 0 0 0;
}
div.menu div.separador a{
	text-align: left;
	color: white;
	display:block;
	text-decoration:none;
	font-size: 0.78em;
	font-weight: bold;
	font-variant: none;
}
div.menu div.separador a:hover{
	color: black;
}
/*	div.popup{
	padding: 0 2px 0 5px;
	position: absolute;
	background: #0066E6;
	opacity: 0.75; 
	filter: alpha(opacity = 75);
}

div.popup a{
	padding: 5px 7px 0 0px;
	color: white;
	display:block;
	text-decoration:none;
	height: 31px;
	font-size: 0.85em;
	font-weight: bold;
	font-variant: none;
	float: left;
}

div.popup a:hover{
	color: black;
}*/
div.novidades{
	width: 182px;
	height: 338px;
	background: none;
	float: right;
	margin-top: 20px;
}
div.novidades h1{
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	margin: 10px 0 10px 20px;
	padding: 0;
}
div.novidades ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.novidades ul li{
	list-style-image: url(/imagens/seta_branca.gif);
	font-size: 0.6em;
	color: white;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 20px;
}

div.novidades ul li a{
	text-decoration: none;
	color: white;
}



div.footer{
	margin: 10px 0 0 21px;
	width: 845px;
	height: 83px;
	/*background: white url(/imagens/logos_home_B.jpg) no-repeat;*/
}
