html {
	font-family: arial, verdana, sans-serif;
	font-size: 0.90em;
}

body {
	margin: 0;
	background-color: #EDF6FF;
	text-align: center;	 /* Centraliza elementos filhos em IE.7- */
}

#container {
	margin: 0 auto; /* Centraliza o elemento em browsers stardards */
	width: 54.17em;
	background-color: #fff;
}

#header, #footer, #content {	
	margin: 0;
	padding: 0;
	width: 54.17em;
}

#header {
	background: url('../imagens/Logo.jpg') no-repeat left top;
	height: 16.53em;
	position: relative;	
}

#header a.logo {
	width: 15.56em;
	height: 13.47em;
	display: block;
	float: left;
}

#header img {
	float: left;
	width: 38.61em;
	height: 13.47em;
}

#header #menu {
	float: left;
	height: 3.06em;
	width: 100%;
}

#header #menu img {
	height: 100%;
	width: 100%;
	border: 0;
}

#header #menuprodutos #ancora {
	height: 1.5em;
	width: 3.47em;	
	position: absolute;
	bottom: 0em;
	left: 6.7em;	
	text-decoration: none;
	overflow: hidden;
	color: #E28909;	
}

#header #menuprodutos ul {
	display: none;
	position: absolute;
	margin:0;
	top: 100%;
	left: 6.7em;
	background: #82aee7;
	border: #6085BC solid;
	border-width: 0 0.1em;
	list-style: none;
	text-align: left;	
	padding: 0;
	width: 17em;
}

#header #menuprodutos ul li {
	font-size: 0.80em;
	border: #6085BC 0 solid;
	width: 100%;
	height: 100%;
	border-bottom-width: 0.1em;	
}

#header #menuprodutos ul li a {
	color: #003373;
	text-decoration: none;
	display: block;
	width: 97.7%;
	height: 100%;
	padding-left: 0.5em;				
}

#header #menuprodutos ul li a:hover {
	background: #cae1ff;
	font-weight: bold;	
}

#footer {
	clear: both;
	height: 5.69em;	
	position: relative;
}

#footer img {
	height: 100%;
	width: 100%;
	float: left;
}

#footer b {
	font-size: 0.70em;
	position: absolute;
	bottom: 0;
	left: 0.50em;
}

#footer sub {
	position: absolute;
	bottom: 0;
	right: 0.50em;
	font-size: 0.60em;
}
#footer sub a {
	text-decoration: none;
	color: darkblue;
}

#content {
	background: url('../imagens/bgContent.jpg') no-repeat top left;
	padding: 4.91em 0 1em;
	overflow: hidden;
}

#content h1 {
	font-size: 2em;
	font-weight: normal;
	color: #17446E;/*3F6993;*/	
	text-align: left;
	margin: 0;
	margin-left: 0.90em;
}

#content h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #325374;
	text-align: left;
	margin: 0;
}

a.mais {
	color: #335177;	
	font-size: 0.66em;
	text-decoration: none;		
	text-transform: uppercase;
	font-weight: bold;		
}