/*-------------------------------------------------Definições Gerais*/
body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	font-family: "Arial Narrow", "Trebuchet MS", Helvetica-Normal;
	text-align: center;
	letter-spacing: 1px;
	color: #CCCCCC;
}

.fundo{
	border: 1px none #717171;
	background-image: url(../img/fundo.jpg);
	width: 785px;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.form{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #727272;
	margin: 0px;
	padding: 2px;
	font-family: Tahoma, Verdana, Helvetica;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.botao{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #6CC758;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}
/*-------------------------------------------------Rodapé*/
.rodape{
	background-image: url(../img/rodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 785px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rodape h1{
	font-size: 11px;
	font-weight: normal;
	color: #5F5F5F;
	text-decoration: none;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.rodape a,.rodape a:active,.rodape a:visited{
	color: #252424;
	text-decoration: none;
}
.rodape a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
.rodape h2{
	font-size: 11px;
	font-weight: normal;
	color: #403e3e;
	text-decoration: none;
	background-position: center;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*-------------------------------------------------Interno*/
/*----------------------------------Texto*/
.interno{
	display: block;
	width: auto;
	font-size: 13px;
	color: #E6E6E6;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}

.texto{
	display: block;
	width: 445px;
	float: left;
}
.texto h1{
	font-size: 19px;
	color: #8cc21b;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.texto h2{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}.texto h3 {
	font-size: 18px;
	color: #8CC21B;
	text-decoration: none;
	font-weight: normal;
	display: block;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.texto ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-image: url(../img/icon-dot.jpg);
	list-style-type: none;
	font-size: 13px;
	padding: 0px;
}
.texto li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: middle;
}
.texto a,.texto a:visited,.texto a:active{
	color: #ffffff;
	text-decoration: none;

}
.texto a:hover{
	color: #c4c4c4;
	text-decoration: none;
}
.links{
	display: block;
	margin-top: 35px;
	margin-bottom: 20px;
}
.links a,.links a:visited,.links a:active{
	font-size: 12px;
	font-weight: bold;
	color: #91c81f;
	text-decoration: none;
	display: block;
}
.links a:hover{
	color: #C4C4C4;
	text-decoration: none;
}
/*----------------------------------Imagem lateral*/
.imagem{
	display: block;
	width: 285px;
	float: right;
	background-image: url(../img/fundo-interno.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 350px;
	text-align: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imagem img{
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
}
/*----------------------------------Contato*/
.contato{
	display: block;
	width: 285px;
	float: right;
	background-image: url(../img/fundo-interno.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 350px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.contato img{
	display: block;
	padding: 0px;
	border: 1px solid #666666;
	margin-top: 55px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
}
.contato h1 {
	display: block;
	padding: 0px;
	margin-top: 35px;
	margin-right: 45px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 19px;
	font-weight: bold;
	color: #8CC21B;
}
.contato h2 {
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.contato h3 {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}
/*----------------------------------Clientes*/
.clientes {
	font-size: 10px;
	display: block;
	width: 700px;
}
.clientes h1{
	font-size: 17px;
	color: #8cc21b;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clientes ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-image: url(../img/icon-dot.jpg);
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
}
.clientes li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: middle;
