@charset "utf-8";
/* CSS */

/* Correcao do block display nao definido no IE6/7/8/9 & FF3 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/* reset */

* { 
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
	border:none;
}
a { 
	text-decoration:none;
	color:#777;
}
a:hover { 
	color:#333;
}

.clear { 
	clear:both;
}
.no-border {
	border:none;
}
.no-padding-right {
	padding-right:0; !important
}

/* fontes */

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular_0.eot"); /* EOT file for IE */
}
@font-face {
	font-family: "Open Sans Light";
	src: url("../fonts/OpenSans-Light_0.eot"); /* EOT file for IE */
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular_0.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: "Open Sans Light";
	src: url("../fonts/OpenSans-Light_0.ttf"); /* TTF file for CSS3 browsers */
}

h1, h2, h3 {
	font-weight:normal;
}

h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#10467F;
}


h2 {
	font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#717171;
}

/* comuns */

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.float-right {
	float:right;
}
.left {
	text-align:left;
}
.float-left {
	float:left;
}
.clear {
	clear:both;
}
.top-20 {
	margin-top:20px;
}
.top-25 {
	margin-top:25px;
}
.top-30 {
	margin-top:30px;
}
.top-15 {
	margin-top:15px;
}
.top-10 {
	margin-top:10px;
}
.top-8 {
	margin-top:8px;
}
.top-5 {
	margin-top:5px;
}
.top-3 {
	margin-top:3px;
}
.top-2 {
	margin-top:2px;
}
.bottom-20 {
	margin-bottom:20px;
}
.bottom-25 {
	margin-bottom:25px;
}
.bottom-30 {
	margin-bottom:30px;
}
.bottom-15 {
	margin-bottom:15px;
}
.bottom-10 {
	margin-bottom:10px;
}
.bottom-8 {
	margin-bottom:8px;
}
.bottom-5 {
	margin-bottom:5px;
}
.bottom-2 {
	margin-bottom:2px;
}
.margem-direita-2 {
	margin-right:2px;
}
.margem-direita-5 {
	margin-right:5px;
}
.margem-direita-10 {
	margin-right:5px;
}
.margem-direita-15 {
	margin-right:15px;
}
.margem-direita-20 {
	margin-right:20px;
}
.margem-direita-25 {
	margin-right:25px;
}
.margem-direita-30 {
	margin-right:30px;
}
.margem-direita-35 {
	margin-right:35px;
}
.margem-direita-40 {
	margin-right:40px;
}
.margem-direita-50 {
	margin-right:50px;
}

.margem-esquerda-5 {
	margin-left:5px;
}
.margem-esquerda-10 {
	margin-left:10px;
}
.margem-esquerda-15 {
	margin-left:15px;
}
.margem-esquerda-20 {
	margin-left:20px;
}
.margem-esquerda-25 {
	margin-left:25px;
}
.margem-esquerda-30 {
	margin-left:30px;
}
.margem-esquerda-35 {
	margin-left:35px;
}
.margem-esquerda-40 {
	margin-left:40px;
}
.margem-vertical-5 {
	margin-top:5px;
	margin-bottom:5px;
}
.margem-vertical-10 {
	margin-top:10px;
	margin-bottom:10px;
}
.margem-vertical-15 {
	margin-top:15px;
	margin-bottom:15px;
}

.margem-vertical-20 {
	margin-top:20px;
	margin-bottom:20px;
}

.titulo-azul-claro {color:#0671AA; }

/* cores */

.green { color:#74911E; }
.bg-green { background:#74911E; }

.blue { color:#066B96; }
.bg-blue { background:#066B96; }

.cinza-claro { color:#999; }

/* Bordas Imagens */

.borda-foto {
	border:2px solid #F5F5F5;
}

.borda-foto-produto {
	border:3px solid #EEE;
}
.borda-foto-produto-corta {
	width:300px;
	height:261px;
	border:3px solid #EEE;
	overflow:hidden;
	margin-left:10px;
}

/* Formularios */

.sucesso {
	padding:10px;
	border:#9C0 solid 1px;
	background:#CFC;
	color:#060;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.erro {
	padding:10px;
	border:#C00 solid 1px;
	background:#FCC;
	color:#C00;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.neutro {
	padding:10px;
	border:#CCC solid 1px;
	background:#F2f2f2;
	color:#666;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.alerta {
	padding:10px;
	border:#F90 solid 1px;
	background:#FFF2EC;
	color:#333;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.formulario {
	border:#EDEDED solid 1px;
	background:#EEF5FA;
	color:#858585;
	padding:5px 5px;
	margin-top:5px;
	margin-bottom:20px;
	font-size:14px;
}

.campo-select {
	border:#EDEDED solid 1px;
	background:#EEF5FA;
	color:#858585;
	padding:4px 5px;
	margin-top:5px;
	margin-bottom:20px;
	font-size:14px;
}


label {
	font-size:14px;
	font-weight:bold;
	color:#999;
}

label.error { color:red; font-size:12px; position:absolute; margin-left:-200px; margin-top:5px; }

.lista-itens {
	height:28px;
	border:#EAEAEA solid 1px;
	background:#F7F7F7;
	color:#858585;
	padding:2px;
	margin-top:5px;
	margin-bottom:2px;
	font-size:14px;
}

.campo-textarea {
	height:200px;
	border:#EDEDED solid 1px;
	background:#EEF5FA;
	color:#858585;
	padding:5px 5px;
	margin-top:5px;
	margin-bottom:20px;
	font-size:14px;
	overflow:auto;
	resize:none;
}

/* botoes */

.botao {
	clear:both;
	height:31px;
	background:url(../img/fd-botao-padrao.jpg) repeat-x;
	padding:0 40px;
	font-size:16px;
	color:#FFF;
	border:1px solid #59738F;
}
.botao:hover {
	background:url(../img/fd-botao-padrao-hover.jpg) repeat-x;
	cursor:pointer;
}

.botao-envia-orcamento {
	clear:both;
	width:225px;
	height:40px;
	background:url(../img/fd-bota-envia-orcamento.jpg) repeat-x;
	padding:0 40px;
	font-size:16px;
	color:#FFF;
	border:1px solid #59738F;
	text-shadow:0 -1px #000;
}
.botao-envia-orcamento:hover {
	background:url(../img/fd-bota-envia-orcamento-hover.jpg) repeat-x;
	cursor:pointer;
}

.bt-adicionar-itens {
	clear:both;
	width:225px;
	height:40px;
	background:url(../img/fd-bt-adicionar-itens.jpg) repeat-x;
	padding:0 40px;
	font-size:16px;
	color:#777;
	border:1px solid #EEE;
	text-shadow:0 1px #F6F6F6;
}

.bt-adicionar-itens:hover {
	background:url(../img/fd-bt-adicionar-itens-hover.jpg) repeat-x;
	cursor:pointer;
}

/* body */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#868686;
	background:url(../img/fd-topo.jpg) repeat-x top #FFF;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

/* header */
#topo {
	width:1004px;
	height:175px;
	margin:auto;
}

#logotipo {
	float:left;
	margin-top:10px;
}

#info-topo {
	width:413px;
	height:119px;
	float:right;
	text-align:right;
}

#detalhe-lista-compras {
	width:150px;
	height:10px;
	font-size:12px;
	color:#AAA;
	float:right;
	margin-top:10px;
	margin-bottom:15px;
	line-height:25px;
}

#detalhe-lista-compras img {
	float:left;
}

#detalhe-lista-compras p span {
	color:#0C71AC;
}

#detalhes-contato {
	clear:both;
	width:415px;
	height:76px;
}

.box-detalhe-fone {
	width:196px;
	height:35px;
	background:;
	font-size:12px;
	color:#0C508A;
	text-align:center;
	line-height:33px;
	float:left;
}
.box-detalhe-fone span {
	font-size:16px;
}
.box-detalhe-cinza span {
	font-size:16px;
}

.box-detalhe-atendimento {
	width:210px;
	height:35px;
	background:url(../img/fd-detalhe-cinza-216.png) no-repeat;
	font-size:12px;
	text-align:center;
	line-height:33px;
	float:left;
	margin-left:3px;
	padding-right:px;
}
.box-detalhe-atendimento a {
	color:#0C508A;
}

.box-detalhe-atendimento a:hover {
	color:#137DD5;
}

.box-detalhe-atendimento span {
	font-size:16px;
}

.img-atendente {
	position:absolute;
	width:64px;
	height:76px;
	margin:-43px 0 0 340px;
}

#area-menu-topo {
	clear:both;
	width:1004px;
	height:50px;
	margin:auto;
	padding:3px 0;
}

#menu-topo {
	width:647px;
	height:50px;
	float:left;
}

#menu-topo li a {
	display:block;
	height:50px;
	padding:0 20px;
	font-family:'Open Sans Light', Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	line-height:47px;
	color:#FFF;
}

#menu-topo li a:hover {
	height:50px;
	padding:0 20px;
	background:url(../img/fd-menu-hover.jpg) repeat-x;
}



#pesquisa-topo {
	width:230px;
	height:25px;
	float:right;
	background:url(../img/fd-box-pesquisa.jpg) repeat-x;
	border:1px solid #1169B0;
	margin-top:10px;
}

.campo-pesquisa {
	height:25px;
	background:url(../img/fd-box-pesquisa.jpg) repeat-x;
	padding-left:5px;
	font-size:12px;
	color:#878787;
	float:left;
	margin-right:3px;
}

.bt-lupa-pesquisa {
	width:17px;
	height:17px;
	background:url(../img/bt-lupa.png) no-repeat;
	float:left;
	text-indent:-9000px;
	margin-top:4px;
}

.bt-lupa-pesquisa:hover {
	background-position:0 -17px;
	cursor:pointer;
}
/* Fundo Container */

#fundo-container {
	width:100%;
	min-height:341px;
	background:;
}

/* container */

.container {
	width:1004px;
	margin:auto;
	padding-top:30px;
}

#area-banner {
	margin-bottom:20px;
}

#box-slider {
	height:331px;
	background:#FFF;
	padding:10px;
}

.sombra-superior-slider {
	width:1004px;
	height:15px;
	background:url(../img/sombra-banner-superior.png) no-repeat;
}

.sombra-inferior-slider {
	width:1004px;
	height:15px;
	background:url(../img/sombra-banner-inferior.png) no-repeat;
}

#area-detalhes-produtos {
	clear:both;
	margin:10px 0 20px 0;
}

.box-destaque-produto {
	width:236px;
	height:295px;
	float:left;
	margin:0 4px 0 10px;
}

.produto-destaque {
	height:295px;
	background:url(../img/fd-box-chamada.png) repeat-x bottom #FFF;
}

.titulo-destaque {
	height:55px;
	background:url(../img/fd-titulo-destaque.png) no-repeat;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:center;
	line-height:40px;
	text-shadow:0 1px #0C173A;
}

.imagem-destaque {
	margin:5px 0 15px 0;
	text-align:center;
}
.corta-capa {
	margin-left:13px;
	width:208px;
	height:183px;
	overflow:hidden;
}

.borda-img-produto {
	border:2px solid #FFF;
}

.base-destaque {
	width:236px;
	height:35px;
	background:url(../img/fd-base-destaque.png) no-repeat;
	text-align:center;
	line-height:34px;
	margin-top:5px;
}

.base-destaque a {
	color:#0D508A;
}

.base-destaque a:hover {
	color:#116ABB;
}

.sombra-produto-destaque {
	clear:both;
	width:236px;
	height:15px;
	background:url(../img/sombra-destaque-produto.png) no-repeat;
	margin-top:-11px;
}

#conteudo-esquerda {
	width:492px;
	height:430px;
	float:left;
}

.box-saiba-mais {
	height:240px;
	background:url(../img/fd-box-saiba-mais.png) bottom repeat-x;
	padding:10px 20px 0 20px;
}


.sombra-saiba-mais-superior {
	width:492px;
	height:15px;
	background:url(../img/sombra-box-saiba-mais-superior.png) no-repeat;
}

.sombra-saiba-mais-inferior {
	width:492px;
	height:15px;
	background:url(../img/sombra-box-saiba-mais.png) no-repeat;
}

.img-saiba {
	width:205px;
	height:194px;
	float:left;
}
.img-saiba-corta {
	width:201px;
	height:190px;
	overflow:hidden;
}

.conteudo-saiba-mais {
	width:225px;
	height:194px;
	float:right;
}
.conteudo-saiba-mais p {
	height:142px;
}

.detalhes-saiba-mais {
	width:225px;
	height:35px;
	background:url(../img/fd-detalhe-saiba-mais.png) no-repeat;
	margin-top:14px;
	text-align:center;
	font-size:13px;
	line-height:30px;
}

.detalhes-saiba-mais a {
	color:#FFF;
}

.detalhes-saiba-mais a:hover {
	color:#AAA;
}

#box-parceiros {
	clear:both;
	margin-top:15px;
}

#box-parceiros p {
	color:#BABABA;
}


.box-logos {
	height:50px;
	background:url(../img/fd-box-parceiros.png) repeat-x top;
	border:1px solid #EEE;
	margin-top:5px;
	text-align:center;
	padding:15px 20px;
}

.box-logos li {
	float:left;
	display:block;
	margin:0 13px 0 25px;
}


#box-pagamento {
	clear:both;
	margin-top:15px;
}

#box-pagamento p {
	color:#BABABA;
}

.box-cartoes {
	height:50px;
	border-top:1px solid #EEE;
	margin-top:5px;
	text-align:center;
	padding:15px 0;
}

#conteudo-direita {
	width:492px;
	height:450px;
	float:right;
}

.box-video {
	height:382px;
	background:url(../img/fd-box-saiba-mais.png) bottom repeat-x;
	padding:10px 20px 0 20px;
}

.box-video span {
	font-size:13px;
	color:#878787;
}

.banner-orcamento {
	margin-top:10px;
}


/* Faixa CEntral */

#area-faixa-central {
	clear:both;
	width:100%;
	height:108px;
	background:#EEE;
	margin:30px 0 5px 0;
	border-top:1px solid #CCC;	
	border-bottom:1px solid #CCC;		
}

#box-faixa-central {
	width:874px;
	margin:auto;
	line-height:37px;
	padding:20px 65px 0 65px;
}

.box-entre-contato {
	height:35px;
	text-align:center;
}

.botao-contato {
	width:874px;
	height:35px;
	background:url(../img/fd-box-entre-contato.png) no-repeat center;
	font-size:15px;
	font-weight:bold;
	margin-top:16px;
}
.botao-contato a {
	color:#888;
}

.botao-contato a:hover {
	color:#999;
}

/* Rodapé */

#area-rodape {
	clear:both;
	width:100%;
	height:250px;
	background:url(../img/fd-area-rodape.jpg) repeat-x;
	margin-top:30px;
}

#rodape {
	width:1004px;
	margin:auto;
}

#menu-rodape {
	height:17px;
	background:url(../img/fd-menu-rodape.png) no-repeat;
	padding:10px 20px;
}

#itens-menu {
	width:540px;
	height:20px;
	float:left;
	padding:10 0 0 30px;
}

#itens-menu li {
	display:block;
	float:left;
	font-size:12px;
	padding:0 20px;
}

#itens-menu li a {
	color:#888;
}

#itens-menu li a:hover {
	color:#666;
}


#add-this {
	width:150px;
	height:20px;
	float:right;
}

#servicos-realizados {
	width:208px;
	float:left;
}

#servicos-realizados h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	margin-bottom:10px;
	margin-top:20px;
}

#servicos-realizados li {
	font-size:12px;
	color:#B8C0D0;
	line-height:24px;
}
#servicos-realizados li a {
	color:#B8C0D0;
}
#servicos-realizados li a:hover {
	text-decoration:underline;
}

#onde-estamos {
	width:230px;
	float:left;
	margin-left:13px;
}

#onde-estamos h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	margin-bottom:10px;
	margin-top:20px;
}

#onde-estamos li {
	font-size:12px;
	color:#B8C0D0;
	line-height:24px;
}
#onde-estamos li a {
	color:#B8C0D0;
}
#onde-estamos li a:hover {
	text-decoration:underline;
}

#mapa-localizacao {
	width:230px;
	float:left;
	margin:20px 0 0 30px;
}

#mapa-localizacao a {
	color:#FFF;
}

#mapa-localizacao a:hover {
	color:#888;
}

#box-newsletter {
	width:236px;
	float:left;
	margin-left:52px;
}

#box-newsletter h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	margin-bottom:10px;
	margin-top:20px;
}

#box-newsletter p {
	font-size:12px;
	color:#B8C0D0;
	line-height:25px;
}

#box-newsletter p span {
	font-weight:bold;
	margin-right:7px;
}

#box-newsletter p a {
	color:#B8C0D0;
}

#box-newsletter p a:hover {
	color:#6DB1EF;
}

.box-campo-newsletter {
	width:236px;
	height:25px;
	background:#0E2A57;
	border:1px solid #123E78;
	margin-bottom:40px;
}

.campo-newsletter {
	height:25px;
	background:#0E2A57;
	float:left;
	padding-left:5px;
	color:#B8C0D0;
	margin-right:5px;
}

.bt-envelope {
	width:26px;
	height:17px;
	background:url(../img/bt-envelope.png) no-repeat;
	float:left;
	text-indent:-9000px;
	margin-top:4px;
}

.bt-envelope:hover {
	background-position:0 -17px;
	cursor:pointer;
}

#copyright {
	width:1004px;
	height:36px;
	margin:auto;
	background:#FFF;
}

.txt-copyright {
	width:600px;
	font-size:12px;
	color:#AAA;
	line-height:36px;
	float:left;
}

.img-sada {
	height:36px;
	float:right;
}

/* Pagina Interna */

#area-conteudo-interna {
	margin-bottom:20px;
}

#box-conteudo-interna {
	min-height:500px;
	background:#FFF;
	padding:10px 10px 100px 10px;
}

#conteudo-pagina-interna {
	min-height:800px;
	background:url(../img/fd-box-conteuso-interna.jpg) repeat-x top #FFF;
}

#topo-pagina-interna {
	height:92px;
	background:url(../img/fd-topo-interna.png) no-repeat;
}

#topo-pagina-interna h3 {
	width:500px;
	font-family:'Open Sans Light', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:70px;
	color:#FFFFFF;
	margin-left:20px;
	float:left;
}

.conheca-servicos {
	width:226px;
	float:right;
	margin-top:27px;
}

.conheca-servicos a {
	color:#BBB;
}

.conheca-servicos a:hover {
	color:#AAA;
}

#content-interna {
	clear:both;
	margin:15px 0;
	padding:0 20px;
}

.sombra-inferior-conteudo-interna {
	width:1004px;
	height:15px;
	background:url(../img/sombra-inferior-conteudo-interna.png) no-repeat;
}


#coluna-content-esquerda {
	width:633px;
	float:left;
}

#coluna-content-esquerda h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#0C5391;
	margin-top:20px;
	margin-bottom:20px;
}

.sombra-img-interna-destaque {
	width:630px;
	height:15px;
	background:url(../img/sombra-img-destaque-interna.png) no-repeat;
	margin-top:-3px;
}

#txt-content-interna {
	margin:10px 0 30px 0;
}

#txt-content-interna p {
	margin-bottom:10px;
}

.box-video-interna {
	height:430px;
	background:url(../img/fd-box-saiba-mais.png) bottom repeat-x;
	padding:10px 20px 0 20px;
}

.box-video-interna span {
	font-size:13px;
	color:#878787;
}

.sombra-video-superior-interna {
	width:630px;
	height:15px;
	background:url(../img/sombra-box-saiba-mais-superior.png) no-repeat right;
}

.sombra-video-inferior-interna {
	width:630px;
	height:15px;
	background:url(../img/sombra-box-saiba-mais.png) no-repeat;
}

#coluna-content-direita {
	width:280px;
	float:right;
}

#chamada-vertical {
	height:280px;
	background:#EBEBEB;
	border-bottom:1px solid #DDD;
	text-align:center;
	padding-top:15px;
}

.box-entre-contato-interna {
	height:35px;
	text-align:center;
}

.botao-contato-interna {
	height:35px;
	background:url(../img/fd-box-entre-contato.png) no-repeat center;
	font-size:15px;
	font-weight:bold;
	margin-top:22px;
	line-height:35px;
}
.botao-contato-interna a {
	color:#888;
}

.botao-contato-interna a:hover {
	color:#999;
}

#box-parceiros-interna {
	margin-top:20px;
}

#logos-parceiros {
	min-height:160px;
	background:url(../img/fd-box-parceiros-interna.jpg) repeat-x top;
	border:1px solid #EEE;
	text-align:center;
	padding:30px 20px 0 20px;
}

#logos-parceiros li {
	float:left;
	display:block;
	margin:0 15px 30px 15px;
}

#banner-vertical-interno {
	margin:20px 0;
}

.sombra-parceiros-interna {
	height:15px;
	background:url(../img/sombra-parceiros-interna.png) no-repeat;
}


/* Página Cadastro */

.desc-form {
	font-size:15px;
	color:#777;
	margin-bottom:10px;
}

.legenda-campo-form {
	clear:both;
	font-size:12px;
	color:#777;
	margin-top:-30px;
}

#content-cadastro {
	margin:10px 0;
	background:#FFF;
	padding:15px;
}

.sombra-img-interna-destaque-inferior {
	width:630px;
	height:15px;
	background:url(../img/sombra-img-destaque-interna.png) no-repeat;
	margin-top:-10px;
}


.sombra-img-interna-destaque-superior {
	width:630px;
	height:15px;
	background:url(../img/sombra-img-destaque-interna-superior.png) no-repeat;
	margin-bottom:-10px;
}

/* Pagina Login-Cesta */

#area-tabela {
	margin:20px 0;
}

#area-tabela table {
	width:100%;
	margin:auto;
}

#area-tabela th {
	height:43px;
	background:url(../img/fd-topo-tabela.jpg) repeat-x;
	color:#FFF;
	font-size:13px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #0B77B5;
	font-weight:normal;
	padding-left:25px;
}

#area-tabela td {
	border:1px solid #EEE;
	background:#FFF;
	padding:25px;
}

#area-tabela h5 {
	font-size:18px;
	color:#666;
	font-weight:normal;
	margin-bottom:20px;
}


#area-tabela label {
	font-size:13px;
	font-weight:normal;
	color:#777;
}

#area-tabela textarea {
	width:610px;
	height:117px;
	background:#FFF;
	border:1px solid #A8A8B7;
	resize:none;
	margin-top:5px;
	padding:5px;
	color:#666;
}

.coluna-excluir {
	padding:0;
	text-align:center;
	vertical-align:middle;
}

#area-tabela a img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#botoes-envio {
	clear:both;
	margin:25px 0;
}

#adicionar-itens-orcamento {
	float:left;
	width:225px;
	height:40px;
}

#enviar-orcamento {
	float:right;
	width:225px;
	height:40px;
}


#area-acesso {
	clear:both;
	margin:100px 0 10px 0;
}

#area-acesso h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#E8EDF3;
}

#area-acesso p {
	font-size:14px;
	color:#777;
	margin-top:15px;
}

#area-acesso p span {
	font-size:13px;
	color:#9C9C9C;
}


.box-login {
	width:404px;
	height:279px;
	float:left;
	background:url(../img/fd-box-acesso.png) center no-repeat;
	padding:5px 30px 0 30px;
}

#formulario-login {
	margin:30px 0 10px 0;
	border-bottom:1px solid #DDD;
	
}

#area-acesso .box-login p span {
	font-size:13px;
	color:#777;
	margin-top:20px;
	font-weight:bold;
}

#area-acesso .box-login p a {
	font-size:13px;
	color:#777;
	font-weight:normal;
}

#area-acesso .box-login p a:hover {
	color:#444;
}


.box-cadastro {
	width:404px;
	height:279px;
	float:right;
	background:url(../img/fd-box-acesso.png) center no-repeat;
	padding:5px 30px 0 30px;
}

#botao-fazer-cadastro {
	margin:40px 0 0px 0;
	height:82px;
	text-align:center;
	border-bottom:1px solid #DDD;
}

/* Pagina Produtos */

#content-produtos {
	min-height:500px;
	margin:20px 0;
	background:#FFF;
}

#slogan-topo-produtos {
	width:944px;
	height:49px;
	background:url(../img/fd-chamada-topo-produtos.jpg) center no-repeat;
	overflow:hidden;
	text-align:center;
}

#slogan-topo-produtos h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFF;
	line-height:45px;
	text-shadow:0 1px #132157;
}

#box-conteudo-produtos {
	clear:both;
	padding:20px;
}

#coluna-esquerda-produtos {
	width:225px;
	float:left;
}

#menu-produtos {
	margin-bottom:30px;
}

#menu-produtos h4 {
	height:43px;
	background:url(../img/fd-bota-envia-orcamento.jpg) bottom repeat-x #0B79B7;
	border:1px solid #FFF;
	text-align:center;
	display:block;
	color:#E8EDF3;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
}

#itens-menu-produtos {
	width:205px;
	min-height:119px;
	border:1px solid #FFF;
	background:url(../img/fd-conteudo-menu-produtos.jpg) bottom repeat-x #FFF;
	padding:15px 10px;
}

#itens-menu-produtos li {
	margin:5px 0 10px 0;
}

#itens-menu-produtos li img {
	float:left;
	margin-top:6px;
	margin-right:7px;
}

#itens-menu-produtos li a {
	font-size:14px;
	color:#777;
}

#itens-menu-produtos li a:hover {
	color:#999;
}
.sombra-menu-produtos {
	width:225px;
	height:15px;
	background:url(../img/sombra-menu-produtos.png) no-repeat;
}

#chamada-vertical-produtos {
	background:#EBEBEB;
	border-bottom:1px solid #DDD;
	text-align:center;
	padding:15px 10px 0 10px;
}

#chamada-vertical-produtos h2 {
	font-size:18px;
}

.box-entre-contato-produtos {
	height:35px;
	text-align:center;
}

.botao-contato-produtos {
	height:35px;
	background:url(../img/fd-box-entre-contato-produtos.png) no-repeat center;
	font-size:15px;
	font-weight:bold;
	margin-top:22px;
	line-height:35px;
	text-shadow:0 1px #FFF;
}
.botao-contato-produtos a {
	color:#888;
}

.botao-contato-produtos a:hover {
	color:#666;
}

#banner-vertical-produtos {
	margin:30px 0;
}

#box-parceiros-produtos {
	margin-top:20px;
}

#logos-parceiros-produtos {
	min-height:160px;
	background:url(../img/fd-box-parceiros-interna.jpg) repeat-x top;
	border:1px solid #EEE;
	text-align:center;
	padding:30px 20px 0 20px;
}

#logos-parceiros-produtos li {
	float:left;
	display:block;
	margin:0 15px 30px 25px;
}

#coluna-direita-produtos {
	width:670px;
	min-height:500px;
	float:right;
}

#box-lista-produtos {
	margin:0 0px 0px 0px;
}

.destaque-produto-interna {
	width:326px;
	height:384px;
	float:left;
	background:url(../img/fd-box-destaque-produto.jpg) repeat-x bottom;
	border-bottom:1px solid #F0F0F0;
	text-align:center;
	margin:0 0px 30px 9px;
}

.destaque-produto-interna h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0D5591;
	margin:15px 0 20px 0;
}

/* Página Detalhes Produtos */

#indica-local {
	height:29px;
	background:#FBFBFB;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	line-height:25px;
	padding:0 15px;
	font-size:14px;
	color:#777;
	margin-bottom:20px;
}

#conteudo-detalhes-produtos {
	min-height:500px;
	background:url(../img/fd-conteudo-detalhes-produto.jpg) repeat-x bottom #FFF;
	border-bottom:1px solid #EEE;
	padding:0 15px;
}

.imagens-detalhes-produto {
	width:298px;
	float:left;
	text-align:center;
}

#miniaturas-fotos {
	margin:10px 0 0 0;
}

.espacamento-miniaturas {
	float:left;
	border:2px solid #EEE;
	margin:0 0px 7px 7px;	
}

#info-detalhes-produtos {
	width:316px;
	float:right;
}

#info-detalhes-produtos h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0C5291;
	font-weight:bold;
	margin-bottom:15px;
}

#info-detalhes-produtos li {
	font-size:12px;
	color:#666;
	line-height:18px;
}

#info-detalhes-produtos li span {
	color:#AAA;
	font-weight:bold;
}

#info-detalhes-produtos li img {
	float:left;
	margin-top:7px;
	margin-right:7px;
}

.bt-cotacao-produto {
	width:235px;
	height:69px;
	background:url(../img/bt-cotar-produto.jpg) no-repeat;
	text-indent:-9000px;
	margin:25px 0 20px 0;
}

.bt-cotacao-produto:hover {
	background-position:0 -69px;
	cursor:pointer;
}

.sombra-detalhe-produto {
	margin-top:20px;
	width:670px;
	height:15px;
	background:url(../img/sombra-detalhe-produto.png) no-repeat;
}

#descricao-produto {
	padding:20px 15px;
}

#descricao-produto h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
	margin-bottom:15px;
}

#descricao-produto p {
	margin:20px 0;
}