@charset "utf-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009DC3;
	background-color: #CBEAF3;
	background-image: url(../imagens/bg.png);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #2BD5FF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	text-decoration: none;
}
.principal {
	margin: auto;
	height: auto;
	width: 948px;
	background-image: url(../imagens/sombra.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.subPrincipal {
	height: auto;
	width: 880px;
	background-color: #00FF99;
	position: relative;
	left: 34px;
}


.topo {
	background-color: #999999;
	height: 280px;
}
.marca {
	background-color: #FFFFFF;
	height: 45px;
	padding-bottom: 8px;
}
.logo {
	position: relative;
	left: 100px;
	margin-bottom: 10px;
}
.lojaVirtual {
	position: relative;
	left: 550px;
	top: -7px;
}
.bandeira {
	position: absolute;
	top: 280px;
	left: 849px;
}



.menu {
	background-color: #009dc3;
	height: 50px;
	padding-left: 80px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #FFFFFF;
}
.menu1 {
	text-decoration: none;
	list-style-type: none;
	float: left;
	margin-right: 35px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
}

.conteudo {
	height: auto;
	clear: left;
	background-color: #FFFFFF;
}
.submenu {
	color: #9fd5ee;
}




.rodape {
	background-color: #FFFFFF;
	height: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #009DC3;
}
.textoRodape {
	margin-top: 10px;
	text-align: center;
}

