@charset "iso-8859-1";
body {
	background-color: #eaf1e1;
	background-image: url(../images/body_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
}
*, html, body, td, a, p, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
input, textarea, select {
	border: 1px solid #9ba58e;
}
img {
	border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
#general {
	margin: 0 auto;
	width: 900px;
}
#header #left {
	float: left;
	width: 194px;
}
#header #right {
	float: left;
	width: 706px;
}
#header #menu {
	padding: 70px 0 12px 15px;
}
#header #menu h1 {
	text-transform: uppercase;
}
#header #menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#header #menu ul li {
	display: inline;
	padding: 0 5px 0 5px;
}
#header #shortcut {
	float: right;
	color: #FFF;
	padding:0 45px;
}
#header #frm-login {
	color: #336699;
	float: left;
	width: 440px;
	padding: 5px 25px 0 0;
}
#header #map {
	float: left;
	width: 222px;
	padding: 9px;
}
#content {
	padding: 5px 0 0 0;
}
#content #left {
	float: left;
	width: 280px;
}
#content #left #menu {
	padding: 5px 15px 5px 15px;
	background-color: #d9e6ca;
}
#content #left ul {
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#content #left #menu ul li {
	background-image: url(../images/left_menu_background.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
#content #left #menu ul li a {
	color: #7BB538;
}
#content #left #menu ul ul li a {
	color: #0078c1;
}
#content #right {
	float: left;
	padding: 0 0 0 10px;
	width: 610px;
}
#content #right #passos {
	position: absolute;
}
#content h1, #content h1 a {
	color: #3466A5;
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
}
#content #blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #blog ul li {
	float: left;
	padding: 0 10px 0 0;
	width: 130px;
}
#footer {
	background-color: #FFF;
	padding: 10px 0 0 0;
}
#footer #content {
	margin: 0 auto;
	width: 900px;
}
#footer span {
	color: #c0c0c0;
	padding: 0 5px 0 5px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
.button {
	background-color:  #0078c1;
	border: 1px solid #0055a9;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.button:hover {
	background-color: #769c48;
	border: 1px solid #557b28;
}
#content #right .produto {
	float: left;
	width: 196px;
	margin-bottom: 10px;
}
#content #right .descricao {
	border: 1px solid #cddbbc;
	border-top: none;
	padding: 10px;
	height: 180px;
}