/* Global
===================================================================== */
body{
	background: #f5f5f5 url(elementos/imagens/bgbody.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #999999;
}
.wrap{
	width: 1031px;
	margin: 0 auto;
	text-align: left;
}
#global{
	background: url(elementos/imagens/bgtopo.jpg) no-repeat center top;
	min-height: 440px;
}

/* Topo
===================================================================== */
#topo{
	height: 167px;
}


/* Logo */
h1{
	float: left;
	width: 272px;
	height: 143px;
	margin: 14px 0 0 0;
}
h1 a{
	background: url(elementos/imagens/logobaldi.png) no-repeat left top;
	display: block;
	height: 143px;
	text-indent: -99999px;
}


/* Icones Topo */
#linkwebmail{
	float: left;
	background: url(elementos/imagens/iconwebmail.jpg);
	width: 87px;
	height: 69px;
	text-indent: -99999px;
	margin: 22px 0 0 210px;
}
#linkchat{
	float: left;
	/*background: url(elementos/imagens/iconchat.jpg);*/
	width: 102px;
	height: 69px;
	/*text-indent: -99999px;*/
	margin: 22px 0 0 0;
}
#linkchat.off{
	background: url(elementos/imagens/iconchatoff.jpg);
}


/* Pesquisa */
#boxformpesquisa{
	background: url(elementos/imagens/bgboxpesquisa.jpg) no-repeat left top;
	width: 352px;
	height: 79px;
	float: right;
	margin: 13px 0 0 0;
	position: relative;
}
#boxformpesquisa .inputtext{
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 12px 12px 15px 112px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	border: none;
	width: 163px;
	color: #424242;
}
#boxformpesquisa .inputsubmit{
	position: absolute;
	cursor: pointer;
	top: 16px;
	left: 287px;
	border: 0;
	width: 26px;
	height: 19px;
	background: url(elementos/imagens/submitpesquisa.jpg) no-repeat left top;
}
#boxformpesquisa label{
	color: #8a8a8a;
	font-size: 12px;
	cursor: pointer;
}
.errocampo span{
	line-height: 18px;
	position: absolute;
	margin: -5px 0 0 195px;
	background: #F78221;
	float: left;
    color: #fff;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: bold;
	z-index: 9999;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

/* Menu Principal */
#menuprincipal{
	zclear: right;
	float: right;
	width: 726px;
	margin: 19px 0 0 0;
}
#menuprincipal li{
	float: left;
	margin: 0 0 0 10px;
}
#menuprincipal li a{
	display: block;
	background-image: url(elementos/imagens/spritemenu.png);
	background-repeat: no-repeat;
	height: 43px;
	line-height: 43px;
	text-indent: -99999px;
}

.menuhome{
	width: 90px;
}
.menuhome:hover, .menuhome.active{
	background-position: 0 -43px;
}

.menuaempresa{
	width: 113px;
	background-position: -104px 0;
}
.menuaempresa:hover, .menuaempresa.active{
	background-position: -104px -43px;
}

.menuprodutos{
	width: 92px;
	background-position: -224px 0;
}
.menuprodutos:hover, .menuprodutos.active{
	background-position: -224px -43px;
}

.menuareasdeatuacao{
	width: 159px;
	background-position: -326px 0;
}
.menuareasdeatuacao:hover, .menuareasdeatuacao.active{
	background-position: -326px -43px;
}

.menucomunicacao{
	width: 126px;
	background-position: -492px 0;
}
.menucomunicacao:hover, .menucomunicacao.active{
	background-position: -492px -43px;
}

.menucontato{
	width: 86px;
	background-position: -627px 0;
}
.menucontato:hover, .menucontato.active{
	background-position: -627px -43px;
}




/* Miolo
===================================================================== */
#miolo{
	padding: 20px 17px 0 18px;
}

/* Box Destaque */
.boxdestaque{
	background:url(elementos/imagens/bgboxdestaque.png) no-repeat left top;
	height: 287px;
	margin: 0 0 15px;
	position: relative;
	padding: 3px;
}


#cycle{
	width: 990px;
	height: 287px;
	overflow: hidden;
}

#navcycle{
	position: absolute;
	top: 17px;
	right: 20px;
	z-index: 200;
}
#navcycle a{
	background-image: url(elementos/imagens/bgnavcycle.png);
	text-indent: -99999px;
	margin: 0 0 0 10px;
	float: left;
	width: 22px;
	height: 22px;
}
#navcycle a:hover,#navcycle a.activeSlide{
	background-position: right top;
}

#cycletopleft{
	background: url(elementos/imagens/cycletopleft.png);
	width: 27px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
#cycletopright{
	background: url(elementos/imagens/cycletopright.png);
	width: 27px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
}
#cyclebottomleft{
	background: url(elementos/imagens/cyclebottomleft.png);
	width: 27px;
	height: 27px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
}
#cyclebottomright{
	background: url(elementos/imagens/cyclebottomright.png);
	width: 27px;
	height: 27px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 200;
}



/* Box Conteudo */
.boxconteudo{
	margin: 0 0 15px;
}
.topoboxconteudo{
	background: url(elementos/imagens/topoboxconteudo.png) no-repeat left top;
	height: 23px;
}
.mioloboxconteudo{
	background: url(elementos/imagens/mioloboxconteudo.png) repeat-y left top;
	min-height: 400px;
}
.rodapeboxconteudo{
	background: url(elementos/imagens/rodapeboxconteudo.png) no-repeat left top;
	height: 23px;
}

.imagens{
	float: right;
}



/* Coluna Auxiliar
============================== */
#colunaauxiliar{
	float: left;
	width: 238px;
	margin: 0 0 0 27px;
}

/* Menu Auxiliar */
#menuauxiliar{
	background: url(elementos/imagens/menuauxmeio.jpg) repeat-y right top;
	margin: 0 0 20px;
}
#menuauxiliar h4{
	height: 34px;
	text-indent: -99999px;
}
#titmenuprodutosbaldi{
	background: url(elementos/imagens/titmenuprodutosbaldi.jpg) no-repeat left top;
}
#titmenuaempresa{
	background: url(elementos/imagens/titmenuaempresa.jpg) no-repeat left top;
}
#titmenucomunicacao{
	background: url(elementos/imagens/titmenucomunicacao.jpg) no-repeat left top;
}
#titmenucontato{
	background: url(elementos/imagens/titmenucontato.jpg) no-repeat left top;
}
#menuauxiliar ul{
	background: url(elementos/imagens/menuauxtopo.jpg) no-repeat right top;
	min-height: 108px;
	padding: 10px 30px 5px;
}
#menuauxiliar li{
	background:url(elementos/imagens/bgitemmenuaux.png) no-repeat left center;
	padding: 0 0 0 13px;
	border-bottom: 1px dashed #ddd;
}
#menuauxiliar li.last{
	border: none;
}
#menuauxiliar li a{
	display: block;
	line-height: 29px;
	height: 29px;
	font-size: 14px;
	color: #788085;
	text-decoration: none;
}
#menuauxiliar li a:hover, #menuauxiliar li a.active{
	color: #f48220;
}
#menuauxrodape{
	background: url(elementos/imagens/menuauxrodape.jpg) no-repeat right top;
	height: 13px;
}


/* Newsletter */
#titformnews{
	height: 34px;
	text-indent: -99999px;
	background: url(elementos/imagens/titformnews.jpg) no-repeat left top;
}

#formnews p{
	font-size: 12px;
	color: #788085;
	padding: 10px 30px 10px 23px;
}
#formnews form{
	padding: 0 0 0 23px;
}
#formnews li{
	position: relative;
	display: block;
	font-size: 12px;
	color: #666;
}
#formnews label{
	position: absolute;
	display: block;
	z-index: 2;
	top: 7px;
	left: 9px;
}
#formnews .inputtext{
	width: 171px;
	padding: 0 8px;
	border: none;
	margin: 0;
	background: url(elementos/imagens/bginputtextnews.jpg) no-repeat left top;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 7px;	
}
#formnews .inputsubmit{
	cursor: pointer;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
#formnews .inputsubmit:hover{
	color: #f48220;
}

/* Coluna Conteudo
============================== */
#colunaconteudo{
	float: right;
	width: 668px;
	margin: 0 27px 0 36px;
	position: relative;
}

#colunaconteudo .coluna1{
}
#colunaconteudo .coluna2{
	width: 394px;
	float: left;
}
#colunaconteudo .coluna2 .interno{
	margin-right: 25px;
}
#colunaconteudo .coluna3{
	width: 273px;
	float: right;
	border-left: 1px dotted #c2c2c2;
	min-height: 420px;
}
#colunaconteudo .coluna3 .interno{
	margin-left: 25px;
}


/* Áreas de Atuação */
.modal{
	display:none;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 80px 0;
	width: 570px;
	z-index: 2000;
	background-color: #CECFCE;
	color: #6e6e6e;
	border: 1px solid #C4C4C4;
	padding:5px;
	width:320px;
	font-size:12px;
	color:#999999;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #333;
}
.modalinterno{
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:10px;
}
.modalinterno strong.tit{
	color: #0094d9;
}
.modalinterno p{
	margin-bottom:5px;
	line-height:14px;
}
.segmento{
	position: absolute;	
	left: 0;
	top: 0;	
	width:300px;
}
.segmento strong.tit{
	color:#0094d9;
	font-size:14px;
	font-weight:normal;
}

/* Empresa */
#empresa{
}
#empresa img{
	display: block;
	margin: 0 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.dotbottom{
	border-bottom: 1px dotted #999;
	margin: 0 0 15px;
}



/* Última Notícia */
#ultimanoticia{
	position: relative;
	padding: 10px 0 0 0;
	border-bottom: 2px solid #999;
	margin: 0 0 15px;
}
#ultimanoticia .icon{
	background: url(elementos/imagens/iconnews.jpg);
	display: block;
	width: 68px;
	height: 57px;
	position: absolute; 
	right: 0;
	top: -10px;
}
#titultimanoticia{
	background: url(elementos/imagens/titultimanoticia.jpg);
	width: 181px;
	height: 33px;
	text-indent: -99999px;
	margin: 0 0 10px;
}
#ultimanoticia .data{
	font-size: 11px;
	font-weight: bolder;
	color: #f48220;
	margin: 0 0 2px;
	display: block;
}
#ultimanoticia h5{
	font-size: 14px;
	color: #666;
	margin: 0 0 3px 0;
}
#ultimanoticia h5 a{
	color: #666;
	text-decoration: none;
}
#ultimanoticia h5 a:hover{
	text-decoration: underline;
}
#ultimanoticia p{
	font-size: 12px;
	color: #666;
	line-height: 14px;
	margin: 0 0 15px 0;
}
#ultimanoticia p a{
	color: #666;
	text-decoration: none;
}


/* Twitter */
#twitter{
	position: relative;
	padding: 20px 0 0;
}
#twitter .icon{
	background: url(elementos/imagens/icontwitter.jpg);
	display: block;
	width: 71px;
	height: 59px;
	position: absolute; 
	right: 0;
	top: 5px;
}
#tittwitter{
	text-indent: -99999px;
	width: 176px;
	height: 27px;
	background: url(elementos/imagens/tittwitter.jpg);
}
#linksigatwitter{
	font-weight: bolder;
	font-size: 12px;
	color: #f48220;
	margin: 0 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
}
#linksigatwitter:hover{
	text-decoration: underline;
}

#twitter li{
	font-size: 12px;
	color: #666;
	border-bottom: 1px dotted #999;
	padding: 0 0 10px;
	margin: 0 0 10px;
	line-height: 14px;
}
#twitter li.last{
	border-bottom: none;
	margin: 0;
}
#twitter li a{
	color: #f48220;
	text-decoration: none;
}
#twitter li a:hover{
	text-decoration: underline;
}


/* Lista de Conteudos */
.resumoconteudo{
	border-bottom: 1px dotted #999;
	margin: 0 0 15px 0;
}
.resumoconteudo img{
	float: left;
	margin: 0 10px 15px 0;
}
.resumoconteudo h5{
	color: #538ab6;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 20px;
}
.resumoconteudo h5 a{
	color: #538ab6;
	text-decoration: none;
}
.resumoconteudo .data{
	font-size: 12px;
	font-weight: bolder;
	color: #f48220;
	line-height: 20px; 
}
.resumoconteudo p{
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0;
}
.resumoconteudo .mais{
	font-size: 12px;
	font-weight: bolder;
}
.resumoconteudo{
}



/* Paginação */
.paginacao{
	letter-spacing: 1px;
	text-align: center;
}
.paginacao li{
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 27px;
	line-height: 27px;
	font-size: 13px;
	margin: 0 3px;
}
.paginacao li.disabled{
	padding: 0 5px;
	color: #ccc;
}
.paginacao li.gap{
	padding: 0 5px;
	color: #ccc;
}
.paginacao li.current{
	padding: 0 10px;
	font-weight: bolder;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	
	color: #444;
	text-shadow: 1px 1px 1px #ffd9a9;
	
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,175,75,1)), color-stop(100%,rgba(255,146,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C */

}
.paginacao a{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 10px;
	height: 27px;
	line-height: 27px;
	color: #eee;
	text-decoration: none;
	
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;

	text-shadow: -1px -1px 1px #333;
	
	font-weight: bolder;

}
.paginacao a:hover{

	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
}



/* Detalhe Conteudo */
.detalheconteudo{
	zborder-bottom: 1px dotted #999;
	margin: 0 0 15px 0;
}
.detalheconteudo img{
	float: right;
	margin: 0 0 15px 10px;
}
.titconteudo{
	color: #538ab6;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 20px;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.detalheconteudo .data{
	font-size: 14px;
	zfont-weight: bolder;
	color: #f48220;
	line-height: 20px; 
	margin: 0 0 10px 0;
}
.detalheconteudo p{
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 15px 0;
}
.detalheconteudo .mais{
	font-size: 12px;
	font-weight: bolder;
}
.detalheconteudo{
}



/* Lista de Imagens */
.listaimagens{
}
.listaimagens li{
	width: 195px;
	min-height: 187px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0;
	zoom: 1;
	*display: inline;
	_height: 187px;
	margin: 0 15px 15px 0;
}
.listaimagens img{
	border: 1px solid #999;
}

/* Detalhe de Produto */
.listaimagensmicro{
}
.listaimagensmicro li{
	width: 76px;
	min-height: 56px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0;
	zoom: 1;
	*display: inline;
	_height: 56px;
	margin: 0 3px 3px 0;
}
.listaimagensmicro img{
	border: 1px solid #999;
}

.colunaimg{
	width: 313px;
	float: left;
	margin: 0 25px 25px 0;
	border-bottom: 1px solid #ccc;
}
.colunaimg img{
}
.colunaimg small{
	font-size: 11px;
}

.colunadetalhes{
	float: left;
	width: 330px;
	margin: 0 0 25px;
}
.titproduto{
	color: #666;
	font-size: 28px;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 0 30px;
}
.colunadetalhes .resumo{
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
.colunadetalhes h6{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
}


#dadosproduto{
	background: url(elementos/imagens/bgdadosproduto.jpg) no-repeat left top;
	width: 652px;
	height: 211px;
	margin: 0 0 15px;
}
#cores{
	float: left;
	width: 290px;
	height: 146px;
	margin: 46px 20px 20px 20px;
}
#cores small{
	display: block;
	font-size: 11px;
}
#tamanhos{
	float: left;
	width: 260px;
	height: 146px;
	margin: 46px 0 20px 40px;
	overflow: auto;
}


/* Fontes
===================================================================== */
.titprincipal{
	line-height: 41px;
	height: 41px;
	font-size: 36px;
	border-bottom: 2px solid #f48220;
	font-weight: normal;
	color: #333;
	margin: 0 0 15px;
	text-indent: -99999px;
}
.titprincipal2{
	line-height: 41px;
	height: 41px;
	font-size: 36px;
	border-bottom: 2px solid #f48220;
	font-weight: normal;
	color: #333;
	margin: 0 0 15px;
	font-family: 'Open Sans Condensed', arial, serif;
	letter-spacing: -1.5px;
	text-transform: lowercase;
}
#titempresa{
	background: url(elementos/imagens/bgtitempresa.jpg) no-repeat left top;
}

#titmemorias{
	background: url(elementos/imagens/bgtitmemorias.jpg) no-repeat left top;
}


.resumo{
	color: #666;
	margin: 0 0 15px;
}

.mais{
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #f48220;
	text-decoration: none;
	margin: 0 0 15px;
}
.mais:hover{
	text-decoration: underline;
}




.btn{
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	color: #eee;
	text-shadow: -1px -1px 1px #333;
	
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
}
.btn:hover{
	color: #444;
	text-shadow: 1px 1px 1px #ffd9a9;
	
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,175,75,1)), color-stop(100%,rgba(255,146,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C */
}
.btn:active{
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
}



/* Lista conteudo
===================================================================== */


/* Formulário
===================================================================== */
.form{
	
}
.form li{
	clear: both;
}
.form label{
	float: left;
	margin: 0 0 15px 0;
	width: 110px;
	ztext-align: right;
	line-height: 26px;
}
.form .inputtext{
	margin: 0 0 15px 0;
	line-height: 26px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 3px;
	width: 300px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
.form select{
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 4px 4px 0;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
.form textarea{
	margin: 0 0 15px 0;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	width: 300px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
.form .inputsubmit{
	border: none;
	height: 26px;
	cursor: pointer;
	margin: 0 0 0 110px;
}


/* Galeria
===================================================================== */


/* Rodapé
===================================================================== */
#rodape{
	background: url(elementos/imagens/bgrodape.jpg) no-repeat center top;
	height: 98px;
	margin: 0 0 18px 0;
}

#direitos{
	width: 359px;
	float: left;
	letter-spacing: -0.3px;
	color: #666;
	margin: 75px 0 0 77px;
}

/* Social */
#social{
	float:left;
	margin: 0;
	width: 240px;
}
#social ul{
	padding: 34px 0 0 25px;
}
#social li{
	float:left;
	margin: 0 5px;
}
#social li a{
	background-image: url(elementos/imagens/spritesocial.jpg);
	background-repeat: no-repeat;
	height: 38px;
	text-indent: -99999px;
	display: block;
}
#btnyoutube{
	width: 38px;
	background-position: 0 0;
}
#btntwitter{
	width: 38px;
	background-position: -48px 0;
}
#btnorkut{
	width: 37px;
	background-position: -96px 0;
}
#btnfacebook{
	width: 37px;
	background-position: -144px 0;
}

/* Créditos */
#linkfuturo{
	background: url(elementos/imagens/logofuturo.jpg);
	width: 72px;
	height: 21px;
	text-indent: -99999px;
	display: block;
	float: right;
	margin: 30px 40px 0 0;
}

#linkaprimorar{
	background: url(elementos/imagens/logoaprimorar.jpg);
	width: 93px;
	height: 21px;
	text-indent: -99999px;
	display: block;
	float: right;
	margin: 10px 40px 0 0;
}

/* Menu Rodape */
#menurodape{
	float: left;
}
#menurodape ul{
	padding: 6px 0 0 25px;
}
#menurodape li{
	background: url(elementos/imagens/bgitemmenurodape.jpg) no-repeat left 5px;
	display: block;
	padding: 0 0 0 12px;
}
#menurodape a{
	color: #747474;
	display: block;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
}
#menurodape a:hover{
	color: #f48220;
}



/* Genêricos
===================================================================== */
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
