body {
	background-color: #E9EEF2;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.header {
	padding-bottom: 0px;
	width: 970px;
}

#body {
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background-color: #F8F8F8;
}
.footer {
	background-color: #222A35;
	height: 100px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.footer #nav {
	text-align: center;
	padding: 10px;
}
.footer a {
	color: #E4E4E4;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
}
.footer #copy {
	color: #E4E4E4;
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	font-weight: bold;
}



#banners-box {
	width: 762px;
	display: block;
	background-color: #F4F4F4;
	margin-right: auto;
	margin-left: auto;
}
#banners {
	width: 762px;
	height: 263px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.banners-nav {
	float: right;
	z-index: 9999999999;
	width: 20px;
	position: absolute;
	margin-left: 739px;
	margin-top: 3px;
}
.banners-nav a {
	text-decoration: none;
	padding: 5px;
	margin-left: 2px;
	background-color: #E4E4E4;
	float: right;
}
.banners-nav a.activeSlide {
	background-color: #0F0;
}
.banners-nav a:focus {
	outline: none;
}

/* INICIO - MENU DO SITE */

#menu {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	overflow: hidden;
	width: 960px;
}
.lavaLamp {
	position: relative;
	height: 40px;
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-x;
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 40px;
	font-variant: normal;
}
.lavaLamp ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.lavaLamp li {
	float:left;
	list-style: none;
}
.lavaLamp li.back {
	z-index: 1;
	position: absolute;
	top: 32px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #222A35;
}
.lavaLamp li a {
	text-decoration: none;
	color: #000;
	outline: none;
	text-transform: uppercase;
	z-index: 2;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bolder;
	
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	border: none;
	z-index: 3;
}
/* FIM - MENU DO SITE */
