html, * {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

li {
	margin-left: 2em;
}

ul {
	margin-top: 2em;
}


img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}


body {
	background: white url(../img/bg.gif) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}

p {
	margin-top: 10px;
	font-size: 120%;
}

h1 {
	border-bottom: 1px solid #CCCCCC;
	color: #10693B;
	font-family: Georgia, Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 250%;
	padding-bottom: 5px;
}

#wrapper {
	text-align: left;
	position: relative;
	margin: auto;
	width: 779px;
}

#data {
	padding-top: 40px;
	float: right;
	font-weight: bold;
}

#menu_topo {
	padding:0;
	float: left;
}

#menu_topo div {
	font-family: Arial, Georgia;
	font-weight: bolder;
	float:left;
	text-align:center;
	color: #49a53a;
	font-size: 250%;
	margin: 15px 0;
}

#menu_topo a {
	text-transform: capitalize;
	font-style: italic;
	float:left;
	margin:10px 5px 0 5px;
	padding:5px 10px;
	text-align:center;
	font-family: Georgia, Arial;
	font-weight: bolder;
	letter-spacing: -0.05em;
	font-size: 200%;
	display:block;
	height:100%;
	text-decoration:none;
	border-right:1px solid #FFF;
	color: #49a53a;
	background:url(../img/menu_bg.jpg) repeat -20px 00px;
}

#body {
	background: url(../img/body_bg.gif) repeat-y;
	color: #000;
	width: 580px;
	float: right;
	font-size: 12px;
}

#vitrine {
	height: 256px;
	width: 779px;
	overflow: hidden;
	clear: both;
	margin: 20px 0 20px 0;
}

#menu_lateral {
	float: left;
	width: 180px;
}

#menu_lateral a:link, #menu_lateral a:visited {
	display: block;
	font-family: Arial;
	width: 100%;
	color: #7B76AC;
	font-size: 150%;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #DBDBDB;
	text-decoration: none;
}

#menu_lateral a:hover, #menu_lateral a:active {
	color: #00CF22;
	text-decoration: none;
}

#parceiros {
	clear: both;
	padding: 30px 0;
}

.titulo {
	font-size: 140%;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
}

.titulo:hover, .titulo:active, .titulo:visited {
	text-decoration: none;
}

#footer {
	border-top: 1px solid #7C98A4;
	clear: both;
	background: #73B1D6 url(../img/rodape_jacare.jpg) no-repeat bottom center;
	margin-top: 15px;
	margin: auto;
	width: 100%;
	height: 653px;
}

#pageTopImg {
	float: right;
	border: 4px solid #0c693d;
	margin-left: 10px;
	margin-bottom: 10px;
}

#contact_wrapper {
	text-align: left;
	margin: auto;
	width: 779px;
}

#contact_info {
	float: right;
	width: 350px;
	padding: 20px 0 0 0;
	font-size: 200%;
}

#contact_info img {
	position: relative;
	top: 10px;
}

#contact_form {
	float: left;
	width: 350px;
}

#contact_form #contact_title {
	font-size: 140%;
	font-weight: bold;
	margin: 15px 0 10px 0;e
}

#contact_form input, #contact_form textarea {
	border: 1px solid #CCC;
	padding: 7px;
	font-size: 150%;
	font-weight: bold;
	margin: 5px 0;
	width: 100%;
	color: #777;
	background: url(../img/form_fields_bg.gif) repeat;
}

#contact_form textarea {
	height: 150px;
}

#contact_form a#enviar, #contact_form a#enviar:visited,
#contact_form a#enviar:active, #contact_form a#enviar:hover {
	display: block;
	text-align: center;
	background: #476B81;
	width: 100px;
	padding: 5px;
	font-size: 150%;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #000;
	
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}