* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: yellow;
}

a img {
	border: none
}

body {
	width: 998px;
	margin: 0 auto;
	font-family: Arial, Verdana, Trebuchet MS;
}

#topo {
	height: 100px;
	background: url("../img/fundo-topo.jpg");
	padding-top: 34px;
}

#logo {
	width: 178px;
	height: 77px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

#busca {
	width: 180px;
	height: 25px;
	float: right;
	margin-right: 20px;
	color: #606060;
}

#busca input {
	width: 130px;
	height: 17px;
	border: 1px solid #8bc540;
	font-size: 11px;
	color: #606060;
}

#busca button {
	width: 18px;
	height: 20px;
	background: url("../img/seta-verde.jpg") no-repeat;	
	border: none;
	cursor: pointer;
}

#menu {
	float: left;
	width: 535px;
	height: 29px;
	padding-top: 3px; border : 1px solid #d9d9d9;
	background: #fff;
	margin-left: 15px;
	margin-top: 50px;
	border: 1px solid #d9d9d9;
}

#menu li {
	float: left;
	font-size: 15px;
	padding: 4px 17px;
	border-right: 2px solid #606060;
}

#menu li.ultima {
	border: none;
	padding: 4px 16px;
}

#menu li a {
	text-decoration: none;
	color: #606060;
}

#menu li a:hover {
	text-decoration: underline;
}

#news {
	width: 187px;
	float: left;
	margin-top: 8px;
	margin-left: 55px;
	_margin-left: 30px;
}

#news input {
	width: 130px;
	height: 15px;
	padding-top: 2px;
	border: 1px solid #8bc540;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 11px;
	color: #606060;	
}

#news p {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#conteudo {
}

#base {
	clear: both !important;
	height: 20px;
	font-size: 12px;
	color: #a3a3a3;
	padding: 15px 25px;
    border-top: 2px solid #8bc541;
}

#base a{
	color: #a3a3a3;
	text-decoration: none;
}

#base a:hover{
	text-decoration: underline;
}

#base .devby {
	float: left;	
}

#base ul{
	float: right;
	margin-right: 30px;
}

#base li{
	float: left;
	padding: 0 10px;
}

#base li.rss{
	padding: 0;
}

/* Layout Paginas Internas*/

#home {	
	padding-left: 160px;
}

#home-img {	
	background: url("../img/fundo-home.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;
}

#conteudo-home {
	padding-top: 50px;
	width: 470px;
    padding-bottom: 10px;
}

#conteudo-home h1{
	font-size: 30px;
	color: #6c6c6c;
	font-weight: normal;
}

#conteudo-home h2{
	font-size: 24px;
	color: #6c6c6c;
	font-weight: normal;
	margin-bottom: 25px;
}

#conteudo-home p{
	font-size: 16px;
	color: #8bc540;
	margin-bottom: 15px;
}

#conteudo-home a{
	color: #666;
}

#conteudo-home a:hover{
	text-decoration: none;
}

#internas {
	width: 958px;
	/*height: 550px;*/
	margin: 0 auto;
	padding-left: 40px;    
}

#internas-img {
	background: url("../img/fundo-internas.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;	
}


/********************************************************************/
#inter-img-empr {
	background: url("../img/a-empresa.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;	
}

#inter-img-miss {
	background: url("../img/missao_visao_valores.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;	
}

#inter-img-prod {
	background: url("../img/produtos.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;	
}

#inter-img-resp {
	background: url("../img/responsabilidade_social.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;	
}

#inter-img-tecno {
	background: url("../img/tecnologia.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;	
}
/********************************************************************/

#contato-img {
	background: url("../img/fundo-contato.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;	
}

#produto-img {
	background: url("../img/fundo-produtos.jpg") no-repeat right bottom;
	width: 300px;
	height: 500px;
	float: right;	
}

#conteudo-internas{
	width: 450px;
	float: left;
	margin-left: 30px;
    padding-bottom:10px;
    padding-top: 50px;
}

#conteudo-internas h1{
	font-size: 25px;
	color: #6c6c6c;
	margin-bottom: 25px;
}

#conteudo-internas h2{
	font-size: 18px;
	color: #6c6c6c;
}

#conteudo-internas h3{
	font-size: 16px;
	color: #6c6c6c;
}

#conteudo-internas h4{
	font-size: 13px;
	color: #6c6c6c;
}

#conteudo-internas p{
	font-size: 12px;
	color: #8bc540;
	margin-bottom: 10px;
}

#conteudo-internas label{
	width: 400px;
	display: block;
	font-size: 12px;
	color: #8bc540;
	font-weight: bold;
}

#conteudo-internas input{
	width: 300px;
	font-size: 12px;
	color: #6c6c6c;
	margin-bottom: 10px;
}

#conteudo-internas button{
	margin: 5px 0;
}

#conteudo-internas span.name{
	font-weight: bold;
}

#conteudo-internas a{
	color: #666;
}

#conteudo-internas a:hover{
	text-decoration: none;
}

#conteudo-internas address{
	font-size: 12px;
	color: #8bc540;
	margin-bottom: 10px;
}


#menu-internas {
    padding-top: 50px;	
	width: 160px;
	float: left;
}

#menu-internas h1{
	font-size: 22px;
	color: #8bc540;
	border-bottom: 2px solid #b5b5b5;
	margin-bottom: 5px;
}

#menu-internas p{
	font-size: 15px;
	color: #a0a0a0;
}

#menu-internas li{
	font-size: 15px;
	color: #a0a0a0;
	border-bottom: 1px solid #b5b5b5;
	padding: 7px 0;	
}

#menu-internas a{
	font-size: 15px;
	color: #a0a0a0;
	text-decoration: none;
}

#produtos li{
	width: 135px;
	height: 120px;
	float: left;
	margin: 5px 15px 5px 0;
}

#produtos img{
	width: 100px;
	height: 100px;
}

#produtos h2{
	font-size: 16px;
	color: #8bc540;
}

#descricao-produto img{
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
}

#descricao-produto h2{
	font-size: 22px;
	color: #8bc540;
}

.downloads {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.downloads a{
	color: #666;
}

.downloads a:hover{
	text-decoration: none;
}

.sitemap {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.sitemap a{
	color: #666;
	text-decoration: none;
}

.sitemap a:hover{
	text-decoration: underline;
}

.sitemap li{
	margin-left: 20px;
	list-style: circle;
	color: #666;
}

.link_voltar{
	display: block;
	padding-top: 10px;
	clear: both;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;	
}

.link_voltar:hover {
	text-decoration: underline !important;
}

.img_busca {
	float: left;
	margin: 4px 15px 10px 0;
}

#contato {
	margin: 20px 0;
}
