@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	background-image: url(../media/image/background-gradient.png);
	background-repeat: repeat-x;
	background-color: #005F94;
}

.background {
	background-image: url(../media/image/corner-background.png);
	height: 486px;
	width: 984px;
	position: absolute;
	left: -50px;
	bottom: -200px;
}
.title   {
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #005F94;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.container {
	height: 700px;
	width: 646px;
	position: absolute;
	margin-top: -280px;
	left: 50%;
	top: 50%;
	margin-left: -323px;
}
.container .logo {
	background-image: url(../media/image/floresta-logo.png);
	height: 109px;
	width: 210px;
	position: absolute;
	top: 13px;
	cursor: pointer;
}
.container  .menu1 {
	height: 92px;
	width: 169px;
	position: absolute;
	left: 274px;
	top: 176px;
	cursor: pointer;
}
.container .menu2 {
	height: 92px;
	width: 169px;
	position: absolute;
	left: 450px;
	top: 176px;
	cursor: pointer;
}
.container .menu3 {
	height: 48px;
	width: 169px;
	position: absolute;
	left: 274px;
	top: 176px;
	cursor: pointer;
}
.container .menu4 {
	height: 48px;
	width: 169px;
	position: absolute;
	left: 450px;
	top: 176px;
	cursor: pointer;
}


.container .left {
	width: 220px;
	position: absolute;
	left: 19px;
	top: 176px;
	text-align: justify;
}
.container .right {
	position: absolute;
	left: 273px;
	top: 291px;
	width: 346px;
	text-align: justify;
}
.container .contact {
	position: absolute;
	left: 274px;
	top: 44px;
	width: 345px;
	height: 73px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005F94;
	text-align: right;
	padding-bottom: 20px;
}
.container .footer {
	position: absolute;
	left: 19px;
	top: 707px;
	color: #ABCAD4;
}
.container .footer a {
	color: #ABCAD4;
}
.container .links {
	position: absolute;
	left: 19px;
	top: 246px;
	width: 600px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005F94;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.container .sideImage {
	position: absolute;
	left: 20px;
	top: 291px;
	width: 232px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container .bottom {
	position: absolute;
	left: 19px;
	top: 500px;
	width: 600px;
}
.container .bottom img {
	margin-right: 10px;
	margin-bottom: 10px;
}

