﻿html, body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

b, strong {
	font-family: Arial;
	color: #444;
}

a {
	/*color: #9ab83f;*/
	/*color: #006600;*/
	font-weight:bold;
	text-decoration:none;
	color: #8BC53E;
}

img {
	border:0px;
}

#head {
	height: 165px;
	width: 951px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#green {
	/*background: #8bc83f;*/
	background:url(../imagens/fundo.jpg);
	padding: 20px 0 20px 0;
}

#footer {
	color: white;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	padding-top: 16px;
}

#footer img {
	border: 0;
}

.right {
	float: right;
}

#white {
	background: url(../imagens/white-bottom.gif) white no-repeat bottom left;
	width: 934px;
	margin-left: auto;
	margin-right: auto;
}

#container2col {
	background: url(../imagens/bg-col.gif) top left repeat-y;
	padding-bottom: 13px;
}

#miolo {
	width: 450px;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
	position: relative;
	left: 130px;
	min-height: 500px;
}

#miolo2 {
	width: 600px;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
	position: relative;
	left: 130px;
	min-height: 500px;
}

#miolo3 {
	width: 642px;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
	position: relative;
	left: 100px;
	min-height: 500px;
}

#submenu {
	width: 165px;
	float: left;
	/*margin-left: 61px;*/
	/*margin-right: 70px;*/
	background: url(../imagens/bg-submenu.gif) top left no-repeat;
	min-height: 500px;
	position: relative;
	left: 61px;
	bottom: 15px;
	padding-top: 33px;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu ul li {
	margin: 0;
	padding: 0;
	position: relative;
}

#submenu ul li div {
	background: #8cc63f;
	padding: 12px 10px 1px 15px;
	margin-bottom: 10px;
}

#submenu ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

#submenu ul li ul li div {
	background: url(../imagens/bg-submenu-li-li.gif);
	padding: 3px 10px 1px 15px;
	margin-bottom: 3px;
}

#submenu ul li ul li div.active {
	background: url(../imagens/bg-submenu-li-li-active.gif);
}

#submenu a {
	text-transform: uppercase;
	color: White;
	text-decoration: none;
}

#imagens {

	margin-top: 20px;
	float: right;
	border-right: 1px solid white;
}

#titulo {
	color: #8bc83f;
	font-size: 15px;
	margin-bottom: 30px;
}

#titulo strong {
	text-transform: uppercase;
}

#titulo select {
	float: right;
}

.clearer {
	clear: both;
}
