﻿@font-face {
    font-family: 'Conv_calibri';
    src: url('calibri.eot');
    src: local('☺'), url('calibri.woff') format('woff'), url('calibri.ttf') format('truetype'), url('calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'louis_condensed_regularCnRg';
    src: url('louiscondensedregular-webfont.eot');
    src: url('louiscondensedregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('louiscondensedregular-webfont.woff') format('woff'),
         url('louiscondensedregular-webfont.ttf') format('truetype'),
         url('louiscondensedregular-webfont.svg#louis_condensed_regularCnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'louis_condensed_demiCndemi';
    src: url('louiscondenseddemi-webfont.eot');
    src: url('louiscondenseddemi-webfont.eot?#iefix') format('embedded-opentype'),
         url('louiscondenseddemi-webfont.woff') format('woff'),
         url('louiscondenseddemi-webfont.ttf') format('truetype'),
         url('louiscondenseddemi-webfont.svg#louis_condensed_demiCndemi') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x:hidden;
	font-family: Calibri,'Conv_calibri',Sans-serif;
}

input, textarea {
	border: 1px solid #b7b7b7;
}
input[type="image"]{
	border:none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}

/*css default*/

body{
	background: url(../img/background.png) repeat
}

.content {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

.fundo-header {
	float: left;
	width: 2000px;
	height: 127px;
	background: url(../img/header.jpg) no-repeat top center;
	margin-left: -520px;
}

header {
	width: 960px;
	height: 142px;
	margin: 0 auto
}

#logo-fast {
	float: left;
	margin: 25px 0px 0px 10px;
}

#linguas {
	float: right;
	width: 70px;
	height: 19px;
	margin: 17px 10px 0px 0px;
}

#linguas img {
	float: left;
	margin-left: 5px;
}

nav {
	float: left;
	width: 669px;
	height: 17px;
	margin: 20px 0px 0px 53px;
}

nav a {
	float: left;
	font-family: 'louis_condensed_regularCnRg';
	font-size: 15px;
	color: #fff;
	margin-left: 35px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);

}

#cor-link {
	color: #c8c8c8;
}

nav a:first-child{
	margin-left: 0px
}

footer {
	float: left;
	clear: both;
	width: 100%;
	height: 193px;
	background: url(../img/fundo-footer.jpg) no-repeat top center;
	border-bottom: 32px solid #0a3a61;
	margin-top: 50px;
}

.content-footer {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

.logo-endereco {
	float: left;
	width: 680px;
	height: auto;
}

.logo-endereco img {
	float: left;
	margin: 20px 0px 0px 10px;
	position: relative;
	z-index: 2;
}

#endereco {
	float: left;
	width: 510px;
	height: 24px;
	background: #062e4e;
	border-radius: 0px 0px 40px 0px;
	margin: 28px 0px 0px -28px;
	color: #fff;
	font-size: 11px;
	padding: 13px 0px 0px 40px;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#intranet-footer {
	float: left;
	width: 520px;
	height: 30px;
	margin: 35px 0px 0px 10px;
}

#intranet-footer  p{
	float: left;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
}

form#intranet-footer div {
	float: left;
	width: 158px;
	height: 22px;
	margin-left: 10px;
}

form#intranet-footer div input{
	float: left;
	width: 153px;
	height: 22px;
	border: 1px solid #acadb2;
	font-size: 13px;
	color:#727272;
	padding-left: 5px;
}

form#intranet-footer div#btn-entrar {
	float: left;
	width: 81px;
	height: 26px;
} 

form#intranet-footer div input[type="submit"]{
	float: left;
	width: 81px;
	height: 26px;
	background: #d72221;
	background: -moz-linear-gradient(top,  #d72221 0%, #aa0101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d72221), color-stop(100%,#aa0101));
	background: -webkit-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -o-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -ms-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: linear-gradient(to bottom,  #d72221 0%,#aa0101 100%);
	border-radius: 3px;
	font-family: Helvetica;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 0;
	cursor: pointer;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}


form#form-representantes {
	float: right;
	width: 233px;
	height: 26px;
	margin: 20px 0px 0px 0px;
}

form#form-representantes div {
	float: left;
	width: 158px;
	height: 22px;
}

form#form-representantes select {
	float: left;
	width: 158px;
	height: 22px;
}

form#form-representantes div#btn-buscar {
	float: left;
	width: 59px;
	height: 22px;
	margin-left: 15px;
}

form#form-representantes div input[type="submit"]{
	float: left;
	width: 59px;
	height: 20px;
	background: #d72221;
	background: -moz-linear-gradient(top,  #d72221 0%, #aa0101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d72221), color-stop(100%,#aa0101));
	background: -webkit-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -o-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -ms-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: linear-gradient(to bottom,  #d72221 0%,#aa0101 100%);
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
	-webkit-box-shadow: 1px 1px 1px 1px #959595;
	box-shadow: 0px 1px 1px 1px #959595; 
	border-radius: 3px;
	font-family: Helvetica;
	font-size: 11px;
	color: #fff;
	text-align: center;
	border: 0;
	cursor: pointer;
}



#nota-eletronica {
	float: right;
	width: 80px;
	height: 71px;
	margin: -30px 10px 0px 0px
}

#nota-eletronica img {
	float: left;
	margin-left: 9px;
}

#nota-eletronica p {
	float: left; 
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}

#z3 {
	float: right;
	width: 544px;
	height: 32px;
	margin: 58px 10px 0px 0px;
}

#z3 small {
	float: left;
	font-size: 12px;
	color: #fff;
	margin-top: 13px;
}

#z3 a img {
	float: right;
}

/*fim default*/

/*home*/
.breadcumb {
	float: right;
	font-size: 13px;
	color: #c8c8c8;
	margin-top: 20px
}
.breadcumb a{
	color: #c8c8c8;
}
.breadcumb #link-anterior {
	text-decoration: underline;
}

.fundo-banner {
	float: left;
	width: 2000px;
	height: 370px;
	background: url(../img/fundo-banner.jpg) no-repeat top center;
	margin-left: -520px;
}

#content-banner {
	width: 822px;
	height: 309px;
	margin: 0 auto;
}

#banner {
	float: left;
	width: 822px;
	height: 309px;
	border-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #bebebe 23%, #ffffff 50%, #bebebe 79%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(23%,#bebebe), color-stop(50%,#ffffff), color-stop(79%,#bebebe), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%,#bebebe 23%,#ffffff 50%,#bebebe 79%,#ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#bebebe 23%,#ffffff 50%,#bebebe 79%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#bebebe 23%,#ffffff 50%,#bebebe 79%,#ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#bebebe 23%,#ffffff 50%,#bebebe 79%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	padding: 6px;
	margin-top: 17px;
}

.produtos-home {
	background: url(../img/fundo-produtos.jpg) no-repeat;
	float: left;
	width: 2000px;
	height: 81px;
	border-top: 1px solid #9bb2c2;
	margin: 0px 0px 0px -520px;
}

#produtos-home-content {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#produtos-home-content p#titulo-internas {
	float: left;
	font-size: 16px;
	color: #fff;
	margin: 40px 0px 0px 55px;
}

#produtos-home-content p#titulo-internas-produtos {
	float: left;
	font-size: 16px;
	color: #fff;
	margin: 40px 0px 0px 55px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

#produtos-home-content p#titulo-internas-categorias {
	float: left;
	font-size: 19px;
	color: #fff;
	margin: 40px 0px 0px 55px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

/*#produtos-home-content span#titulo-internas-produtos {
	float: left;
	font-size: 15px;
	color: #fff;
	margin: 40px 0px 0px 55px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}*/

#titulo-assistencia {
	float: left;
	width: 280px;
	height: 57px;
	border-right: 1px dotted #fff;
	margin: 13px 0px 0px 10px;
}

#titulo-assistencia > strong {
	float: left;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 30px;
	color: #fff;
	margin-top: 15px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

#titulo-faleconosco {
	float: left;
	width: 220px;
	height: 57px;
	border-right: 1px dotted #fff;
	margin: 13px 0px 0px 10px;
}

#titulo-faleconosco > strong {
	float: left;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 30px;
	color: #fff;
	margin-top: 15px;
}

#titulo-produtos {
	float: left;
	width: 167px;
	height: 57px;
	border-right: 1px dotted #fff;
	margin: 13px 0px 0px 10px;
}

#titulo-produtos > strong {
	float: left;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 30px;
	color: #fff;
	margin-top: 15px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

form#selecionar-categoria {
	float: left;
	width: 707px;
	height: 57px;
	margin: 13px 0px 0px 40px;
}

form#selecionar-categoria > p {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

form#selecionar-categoria div#select-categ {
	float: left;
	width: 232px;
	height: 31px;
	margin: 12px 15px 0px 10px;
	background: url(../img/fundo-select.png) no-repeat top center;
}

form#selecionar-categoria  div#select-categ select {
	width: 232px;
	height: 31px;
	position: absolute;
	z-index: 9999;
}

form#selecionar-categoria #select-categ .select-categoria {
        opacity: 0; filter:alpha(opacity=0);
}

form#selecionar-categoria .carregado{
    position: relative;
    float: left;
    height:20px;
    width:195px;
    margin: 21px 0px 0px -240px;
    color: #fff;
    font-size: 12px;
}


form#selecionar-categoria div#botao-categoria {
	float: left;
	width: 45px;
	height: 25px;
	margin-top: 15px;
}

form#selecionar-categoria div#botao-categoria input[type="image"]{
	width: 45px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	z-index: 9999;
}

.noticias-home {
	float: left;
	width: 415px;
	height: 304px;
	margin: 25px 0px 0px 0px;
	background: #f9f9f9 transparent;
	background: rgba(239, 239, 239, 0.3);
	padding: 8px 0px 0px 10px;
}

.noticias-home h3 {
	float: left;
	width: 100%;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 24px;
	color: #21527a;
}

.noticias-home small {
	float: left;
	width: 100%;
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #2f2f2f;
	margin-top: 15px;
}

.noticias-home p {
	float: left;
	font-family: 'louis_condensed_regularCnRg';
	font-size: 18px;
	color: #444444;
	margin-top: 5px;
	line-height: 22px;

}

#saiba-mais {
	float: right;
	width: 59px;
	height: 19px;
	background: #d72221;
	background: -moz-linear-gradient(top,  #d72221 0%, #aa0101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d72221), color-stop(100%,#aa0101));
	background: -webkit-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -o-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -ms-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: linear-gradient(to bottom,  #d72221 0%,#aa0101 100%);
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px #959595;
	box-shadow: 0px 1px 1px 1px #959595; 
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 10px 40px 0px 0px;
	
}

#saiba-mais-inst {
	float: right;
	width: 59px;
	height: 19px;
	background: #d72221;
	background: -moz-linear-gradient(top,  #d72221 0%, #aa0101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d72221), color-stop(100%,#aa0101));
	background: -webkit-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -o-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -ms-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: linear-gradient(to bottom,  #d72221 0%,#aa0101 100%);
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px #959595;
	box-shadow: 0px 1px 1px 1px #959595; 
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 10px 0px 0px 0px;
	
}

.institucional {
	float: left;
	width: 460px;
	height: 130px;
	margin: 25px 0px 0px 60px;
}

.institucional h3 {
	float: left;
	width: 100%;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 22px;
	color: #21527a;
	margin-bottom: 20px;
}

.institucional img {
	float: left;
	width: 139px;
	height: 89px;
	margin-right: 10px;
}

.institucional p {
	font-size: 14px;
	color: #666666;
	text-align: justify;
}

.institucional > #saiba-mais-inst {
	float: right;
	width: 59px;
	height: 19px;
	background: #d72221;
	background: -moz-linear-gradient(top,  #d72221 0%, #aa0101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d72221), color-stop(100%,#aa0101));
	background: -webkit-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -o-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: -ms-linear-gradient(top,  #d72221 0%,#aa0101 100%);
	background: linear-gradient(to bottom,  #d72221 0%,#aa0101 100%);
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px #959595;
	box-shadow: 0px 1px 1px 1px #959595; 
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 10px 0px 0px 0px;
	
}

.opcoes-home {
	float: left;
	width: 822px;
	height: 63px;
	margin: 65px 0px 0px 70px;
}


.opcoes-home a#sistema-financiamento {
	float: left;
	width: 205px;
	height: 100%;
}

.opcoes-home a#sistema-financiamento img {
	float: left;
	width: 80px;
	height: 58px;
	margin-right: 15px;
}


.opcoes-home a#sistema-financiamento h3{
	width: 100%;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 18px;
	color: #234367;
}

.opcoes-home a#sistema-financiamento p {
	font-size: 14px;
	color:#21527a;
}

.opcoes-home a#trabalhe-conosco{
	float: left;
	width: 239px;
	height: 100%;
	margin-left: 98px;
}

.opcoes-home a#trabalhe-conosco img {
	float: left;
	width: 62px;
	height: 60px;
	margin-right: 15px;
}

.opcoes-home a#trabalhe-conosco h3{
	width: 100%;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 18px;
	color: #234367;
}

.opcoes-home a#trabalhe-conosco p {
	font-size: 14px;
	color:#21527a;
	margin-top: 5px;
}


.opcoes-home a#assistencia-tecnica{
	float: left;
	width: 212px;
	height: 100%;
	margin-left: 68px;
}

.opcoes-home a#assistencia-tecnica img {
	float: left;
	width: 55px;
	height: 61px;
	margin-right: 15px;
}

.opcoes-home a#assistencia-tecnica h3{
	width: 100%;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 18px;
	color: #234367;
}

.opcoes-home a#assistencia-tecnica p {
	font-size: 14px;
	color:#21527a;
	margin-top: 5px;
}

.opcoes-home a#assistencia-tecnica p b {
	font-weight: bold;
}


a{text-decoration: none}

/*fim home*/


/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.slider-wrapper {
    background: #222;
    padding: 10px;
}
 .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 .nivoSlider a {
	border:0;
	display:block;
}

 .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
	width: 160px;
	margin: -25px 0px 0px 580px;
}
 .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../img/bullets.png) no-repeat -6px -6px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
 .nivo-controlNav a.active {
	background-position: -6px -27px;
}

 .nivo-directionNav a {
	display:block;
	width: 39px;
	height: 28px;
	background: url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -5px;
	z-index: 11;
}
 a.nivo-nextNav {
	background:url(../img/btn-next.png) no-repeat top left;
	right:-35px;
	top: 285px;
}
 a.nivo-prevNav {
    background:url(../img/btn-prev.png) no-repeat top left;
	left: 790px;
	top: 295px;
}

 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
 .nivo-caption a:hover {
    color:#fff;
}

 .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
 .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
 .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

#menu-lateral {
	float: left;
	width: 185px;
	height: 210px;
	margin-top: 30px;
}

#menu-lateral a.historico-empresa {
	float: left;
	width: 167px;
	height: 25px;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 1%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ededed), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,  #ededed 1%,#f8f8f8 100%);
	background: -o-linear-gradient(top,  #ededed 1%,#f8f8f8 100%);
	background: -ms-linear-gradient(top,  #ededed 1%,#f8f8f8 100%);
	background: linear-gradient(to bottom,  #ededed 1%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f8f8f8',GradientType=0 );
	border-bottom: 1px solid #a4a5a5;
	-webkit-box-shadow: 0px 1px 2px 0px #a4a5a5; 
	box-shadow: 0px 1px 2px 0px #a4a5a5; 
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #444444;
	padding: 14px 0px 0px 14px;
	margin-bottom: 5px;
}

#menu-lateral #link-selecionado{
	float: left;
	color: #21527a;
}

#menu-lateral a {
	float: left;
	width: 167px;
	height: 25px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	border-bottom: 1px solid #a4a5a5;
	-webkit-box-shadow: 0px 1px 2px 0px #a4a5a5; 
	box-shadow: 0px 1px 2px 0px #a4a5a5; 
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #444444;
	padding: 14px 0px 0px 14px;
	margin-bottom: 5px;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
}

#menu-lateral a:hover {
	color: #21527a;
}

.content-internas {
	float: left;
	width: 725px;
	height: auto;
	font-size: 14px;
	color: #444444;
	margin: 30px 0px 0px 50px;
	text-align: justify;
	line-height: 16px;
}

.content-internas img {
	float: left;
	margin: 25px 0px 0px 0px;
}

.content-internas #borda {
	float: left;
	margin: 60px 0px 0px 100px
}

.content-internas h2 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #0a7fff;
    margin-left: 52px;
}

#icone-video {
	float: left;
	width: 99px;
	height: 98px;
	margin: 45px 25px 0px -20px;
}

#icone-video img {
	float: left;	
	width: 99px;
	height: 92px;
}

#foto-video {
	float: left;
	width: 275px;
	height: 155px;
	margin: 25px 0px 0px 25px;
}

#foto-video a{
	font-size: 14px;
	color: #444444;
	line-height: 16px
}

#foto-video img {
	float: left;
	margin: 0;
	cursor: pointer;
	margin-bottom: 10px;
}

#borda-videos {
	float: right;
	margin: 60px 30px 0px 0px;
}

#icone-foto {
	float: left;
	width: 99px;
	height: 105px;
	margin: 0px 25px 0px -20px;
}

#icone-foto img {
	float: left;	
	width: 99px;
	height: 105px;
	margin-top: 30px;
}

#conheca-fast-video {
	float: left;
	width: 508px;
	height: 253px;
	background: #fff;
	padding: 3px 0px 0px 12px;
	margin: 65px 0px 0px 50px;
}

#txt-video {
	float: left;
	width: 458px;
	height: 40px;
	margin: 10px 0px 0px 185px;
}

.conheca-fast {
	float: left;
	width: 100%;
	height: auto;
}

/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*
.content-internas ul#carrosel {
	float: left;
	width: 731px;
	height: 310px;
	border: 1px solid red;
	margin-top: 50px;
}

.roundabout-holder li.roundabout-moveable-item {
	float: left;
	width: 430px;
	height: 312px;
	position: absolute;
	border: 1px solid red;
}

.roundabout-holder li.roundabout-moveable-item img {
	float: left;
	width: 330px;
	height: 212px;
	position: absolute;
	margin: 0;
	border: 1px solid blue;
}
*/
ul#carrosel {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 310px;
}
ul#carrosel li {
	width: 430px;
	height: 312px;
	text-align: center;
	cursor: pointer;
}
ul#carrosel li img {
	width: 100%;
}

	li.roundabout-in-focus {
	cursor: default;
}

ul#carrosel li span {
	display: block;
	padding-top: 6em;
}

/*trabalhe-conosco*/
input.incorrect{
  	border: 1px solid red !important;
}
.formulario-etapas {
	float: left;
	width: 720px;
	min-height: 400px;
	margin-top: 15px;
	background: #fff;
}

#trabalhe fieldset {
	float: left;
	width: 100%;
	height: auto;
	border: 0;
	margin-top: 10px;
}

#trabalhe fieldset div {
	float: left;
	width: 100%;
	height: 24px;
	margin-bottom: 6px;
}

#trabalhe fieldset div label {
	float: left;
	width: 171px;
	height: 19px;
	font-size: 14px;
	color: #444444;
	border-bottom: 1px solid #e0e0e1;
	padding-top: 5px;
}

#trabalhe fieldset div input {
	float: left;
	width: 461px;
	height: 21px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	margin-left: -5px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe fieldset #obrigatorio {
    float: right;
    width: 64px;
    height: 24px;
    font-family: Calibri;
    font-size: 12px;
    font-style: italic;
    color: red;
    border-bottom: 0;
    margin: -25px 25px 0px 0px;
}

#trabalhe fieldset div #menor {
	float: left;
	width: 256px;
	height: 21px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	margin-left: -5px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe fieldset div .menor-form-div {
    float: left;
    width: 256px;
    height: 21px;
    border: 1px solid #e0e0e1;
    border-radius: 4px;
    margin-left: -5px;
    -webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
    box-shadow: inset 0px 1px 2px 0px #e0e0e1;
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
    position: relative; zoom:1;
}

#trabalhe fieldset div #ddd {
	float: left;
	width: 70px;
	height: 21px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	margin: 0px 15px 0px -5px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe fieldset div .div-form-ddd {
    float: left;
    width: 70px;
    height: 21px;
    border: 1px solid #e0e0e1;
    border-radius: 4px;
    margin: 0px 15px 0px -5px;
    -webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
    box-shadow: inset 0px 1px 2px 0px #e0e0e1;
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
    position: relative; zoom:1;
}

#trabalhe fieldset div label[for="dma"] {
	float: left;
	width: 64px;
	height: 24px;
	font-size: 12px;
	font-style: italic;
	color: #686969;
	border-bottom: 0;
	margin: 6px 0px 0px 8px;
}

#trabalhe fieldset div select {
	float: left;
	width: 256px;
	height: 25px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	margin-left: -5px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe .telefone {
	width: 256px;
}

#trabalhe .ddd {
	width: 255px;
}

#trabalhe .celular {
	width: 256px;
}

#trabalhe .celular_ddd {
	width: 255px;
}

#trabalhe .contato_fone {
	width: 256px;
}

#trabalhe .contato_ddd {
	width: 255px;
}


#pretencoes {
	float: left;
	width: 100%;
	height: 24px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #21527a;
	margin-top: 18px;
}

#trabalhe fieldset div label[for="pretencao"] {
	float: left;
	width: 201px;
	height: 24px;
	font-size: 16px;
	color: #444444;
	border-bottom: 1px solid #e0e0e1;
}

#trabalhe fieldset div label[for="pretencao"] small {
	float; left;
	font-family: 12px;
}

#trabalhe fieldset #next-back a{
	float: left;
	width: 81px;
	height: 21px;
	background: #f61b1a;
    background: -moz-linear-gradient(top,  #f61b1a 0%, #b00101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f61b1a), color-stop(100%,#b00101));
    background: -webkit-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: -o-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: -ms-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: linear-gradient(to bottom,  #f61b1a 0%,#b00101 100%);
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 1px #969797;
    box-shadow: 0px 1px 2px 1px #969797; 
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
    margin-top: 0;
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe fieldset #next-back a:hover {
    background: #b00101;
    background: -moz-linear-gradient(top,  #b00101 0%, #f81c1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b00101), color-stop(100%,#f81c1b));
    background: -webkit-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: -o-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: -ms-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: linear-gradient(to bottom,  #b00101 0%,#f81c1b 100%);
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe fieldset #next-back input[type="submit"]{
	float: left;
	width: 81px;
	height: 26px;
	background: #f61b1a;
    background: -moz-linear-gradient(top,  #f61b1a 0%, #b00101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f61b1a), color-stop(100%,#b00101));
    background: -webkit-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: -o-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: -ms-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: linear-gradient(to bottom,  #f61b1a 0%,#b00101 100%);
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 1px #969797;
    box-shadow: 0px 1px 2px 1px #969797; 
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-top: 0;
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe fieldset #next-back input[type="submit"]:hover {
    background: #b00101;
    background: -moz-linear-gradient(top,  #b00101 0%, #f81c1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b00101), color-stop(100%,#f81c1b));
    background: -webkit-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: -o-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: -ms-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: linear-gradient(to bottom,  #b00101 0%,#f81c1b 100%);
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe .textarea {
	float: left;
	width: 100%;
	height: 80px;
	margin-bottom: 6px;
}

#trabalhe fieldset #mensagem label[for="mensagem"] {
	float: left;
	width: 165px;
	height: 40px;
	font-size: 16px;
	color: #444444;
	border-bottom: 1px solid #e0e0e1;
}

#trabalhe .textarea #CandidatoExperiencia {
	float: left;
	width:  435px;
	height: 80px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	margin-left: 5px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe fieldset #mensagem label[for="file"] {
	float: left;
	width: 100%;
	height: 20px;
	border: 0;
	font-size: 16px;
	color: #444444;
	margin-bottom: 10px;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#trabalhe fieldset #mensagem input[type="file"] {
	float: left;
	width: 260px;
	height: 24px;
	margin-left: 5px;
}

/*#trabalhe .select {
	float: left;
	width: 700px;
}

.select #cunstomselect_iconselect {
	float: left;
	width: 259px;
	margin: 0;
	background: url(../img/selects.png) no-repeat top center;
}

.select #cunstomselect_holder{
	width: 256px;
	position: absolute;
	margin: 24px 0px 0px 165px;
	z-index: 1;
	display: none;
}
*/

#imagem-etapa {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../img/etapa1.jpg) no-repeat;
}

#imagem-etapa2 {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../img/etapa2.jpg) no-repeat;
}

#imagem-etapa3 {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../img/etapa3.jpg) no-repeat;
}

#imagem-etapa4 {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../img/etapa4.jpg) no-repeat;
}

#next-back {
	float: right;
	width: 250px;
	margin-top: 10px;
}


#back {
	margin-right: 50px;
}

/*premios e qualidades*/

#icone-premios {
	float: left;
	width: 99px;
	height: 170px;
	margin-right: 45px;
}

#imagem-premio {
	float: left;
	width: 575px;
	height: 255px;
	background: #f1f1f1;
}

#imagem-premio img {
	float: left;
	margin: 15px 20px;
	width: 215px;
	height: 228px;
}

#imagem-ambiental {
	float: left;
	width: 570px;
	height: 440px;
	background: #f1f1f1;
}

#imagem-ambiental img {
	float: left;
	margin: 20px 35px;
	width: 500px;
	height: 400px;
}

#texto-premio {
	float: left;
	width: 315px;
	max-height: 225px;
	margin-top: 105px;
}

#texto-premio p {
	float: left;
	width: 100%;
	line-height: 16px;
	margin-bottom: 10px;
}

#texto-premio strong {
	float: left;
	font-size: 18px;
	color: #21527a;
	line-height: 16px;
	margin-bottom: 10px;
}

#premio-ambiental {
	float: left;
	margin: 50px 0px 0px 165px;
}

#texto-premio small {
	float: left;
	font-size: 12px;
	color: #21527a;
	line-height: 16px;
}

#texto-premio-ambiental {
	float: left;
	width: 315px;
	max-height: 225px;
	margin-top: 25px;
}

#texto-premio-ambiental p {
	float: left;
	width: 100%;
	line-height: 16px;
	margin-bottom: 10px;
}

#texto-premio-ambiental strong {
	float: left;
	font-size: 18px;
	color: #21527a;
	line-height: 16px;
	margin-bottom: 10px;
}

#texto-premio-ambiental small {
	float: left;
	font-size: 12px;
	color: #21527a;
	line-height: 16px;
}

.content-internas .bx-wrapper .bx-window {
    float: left;
    width: 545px; 
    height: 110px;
    margin: 30px 0px 0px 167px;
}

ul#slider-premios {
	width: 176px;
    height: 100px;
}

ul#slider-premios li {
    width: 176px;
    height: 100px;
    cursor: pointer;
}

ul#slider-premios li img {
    float: left;
    width: 83px;
    height: 89px;
    margin: 5px 0px 0px 45px;
}

ul#slider-premios li:hover {
    background: #f1f1f1;
}

.bx-prev {
    float: left;
    width: 13px;
    height: 27px;
    background: url(../img/btn-prev2.png) no-repeat; 
    font-size: 0;
    margin: -75px 0px 0px 150px;
}

.bx-next {
    float: left;
    width: 13px;
    height: 27px;
    background: url(../img/btn-next2.png) no-repeat;
    font-size: 0;   
    margin: -75px 0px 0px 700px;
}

/*responsabilidade ambiental*/
ul#slider-ambiental {
	width: 176px;
    height: 100px;
}

ul#slider-ambiental li {
    width: 176px;
    height: 100px;
    cursor: pointer;
}

ul#slider-ambiental li img {
    float: left;
    width: 168px;
    margin: 5px 0px 0px 4px;
}

ul#slider-ambiental li:hover {
    background: #f1f1f1;
}

#texto-responsabilidade {
	float: left;
	width: 720px;
	height: auto;
	margin-bottom: 20px;
}

/*assistencia tecnica*/

.content-internas b {
	color: #21527a;
}

#form-assistencia {
    float: left;
    width: 720px;
    height: auto;
    margin-top: 30px;
}

form#form-assistencia {
    float: left;
    width: 720px;
    height: auto;
    margin-top: 30px;
}

form#form-assistencia div {
    float: left;
    width: 705px;
    margin-bottom: 15px;
}

form#form-assistencia div label {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #305d83;
    margin-bottom: 5px;
}

form#form-assistencia div input {
    float: left;
    width: 100%;
    height: 24px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px 0px #dbdbdb;
    box-shadow: inset 0px 1px 1px 0px #dbdbdb; 
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

form#form-assistencia .outros input {
    float: left;
    width: 100%;
    height: 24px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px 0px #dbdbdb;
    box-shadow: inset 0px 1px 1px 0px #dbdbdb; 
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}
form#form-assistencia .outros {
	display: none;
}
form#form-assistencia div#div-menor {
    float: left;
    width: 220px;
    max-height: 120px;
    margin-bottom: 15px;
    margin-right: 20px;
}

form#form-assistencia div input[type="file"] {
    float: left;
    width: 100%;
    height: 24px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 1px 1px 0px #dbdbdb;
    box-shadow: inset 0px 1px 1px 0px #dbdbdb; 
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}
form#form-assistencia div#div-botao {
    float: left;
    width: 100%;
}

form#form-assistencia .select #ContatoDestino{
	width: 224px;
	height: 24px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}
form#form-assistencia .select-atividade {
	/*display: none;*/
}
form#form-assistencia .select #ContatoAtividade{
	width: 224px;
	height: 24px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

form#form-assistencia .select #ContatoUf{
	width: 224px;
	height: 24px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

form#form-assistencia div#div-botao input[type="submit"] {
    float: right;
    width: 81px;
    height: 26px;
    background: #f61b1a;
    background: -moz-linear-gradient(top,  #f61b1a 0%, #b00101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f61b1a), color-stop(100%,#b00101));
    background: -webkit-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: -o-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: -ms-linear-gradient(top,  #f61b1a 0%,#b00101 100%);
    background: linear-gradient(to bottom,  #f61b1a 0%,#b00101 100%);
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 1px #969797;
    box-shadow: 0px 1px 2px 1px #969797; 
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

form#form-assistencia div#div-botao input[type="submit"]:hover {
    background: #b00101;
    background: -moz-linear-gradient(top,  #b00101 0%, #f81c1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b00101), color-stop(100%,#f81c1b));
    background: -webkit-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: -o-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: -ms-linear-gradient(top,  #b00101 0%,#f81c1b 100%);
    background: linear-gradient(to bottom,  #b00101 0%,#f81c1b 100%);
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

form#form-assistencia img {
    float: left;
    margin: 60px 0px 0px 55px;
}

form#form-assistencia div#div-file {
    float: left;
    width: 300px;
    margin-bottom: 15px;
    margin-right: 20px;
}

form#form-assistencia div#mensagem {
	float: left;
	width: 100%;
}

form#form-assistencia div#mensagem textarea {
	float: left;
	width: 640px;
	height: 146px;
	border: none;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
	margin: 10px 0px 0px 60px;
}

form#form-assistencia div#div-menor > .text {
    float: left;
    width: 220px;
    margin-bottom: 15px;
    margin-right: 20px;
}

form#form-assistencia div#div-menor > .number {
    float: left;
    width: 220px;
    margin-bottom: 15px;
    margin-right: 20px;
}

form#form-assistencia .select #menor{
	width: 224px;
	height: 24px;
	border: 1px solid #e0e0e1;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px 1px #e0e0e1;
	box-shadow: inset 0px 1px 2px 0px #e0e0e1;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

/*perguntas frequentes*/

#titulo-perguntas {
	float: left;
	width: 100%;
	height: 18px;
	border-bottom: 1px solid #21527a;
	font-size: 14px;
	color: #21527a;
	margin-top: 40px;
}

#titulo-perguntas:first-child {
	margin-top: 0px;
}

#perguntas {
	float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #444;
	margin-top: 15px;
	cursor: pointer;
}

#respostas {
	float: left;
	width: 655px;
	height: auto;
	margin: 5px 0px 0px 30px;
	font-size: 14px;
	color: #7c7c7c;
	display: none;
}

/*videos*/

#videos {
	float: left;
	width: 218px;
	height: 212px;
	margin: 0px 20px 35px 0px;
}

#videos b {
	float: left;
	margin-top: 10px;
}

#videos p {
	float: left;
	margin-top: 20px;
	font-size: 14px;
	color: #444444;
}

#videos img {
	margin: 0;
}

/*fale-conosco*/

#icone-faleconosco {
	float: left;
	width: 139px;
	height: 144px;
	margin: 30px 20px 0px 20px
}

#icone-faleconosco img {
	margin: 0;
}

/*noticias*/

.menu-noticias {
	float: left;
	width: 185px;
	height: auto;
	margin-top: 30px;
}

.menu-noticias p {
	float: left;
	width: 167px;
	height: 25px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	border-bottom: 1px solid #a4a5a5;
	-webkit-box-shadow: 0px 1px 2px 0px #a4a5a5; 
	box-shadow: 0px 1px 2px 0px #a4a5a5; 
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #444444;
	padding: 14px 0px 0px 14px;
	margin-bottom: 5px;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
}

.menu-noticias a {
	float: left;
	width: 167px;
	height: 25px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	border-bottom: 1px solid #a4a5a5;
	-webkit-box-shadow: 0px 1px 2px 0px #a4a5a5; 
	box-shadow: 0px 1px 2px 0px #a4a5a5; 
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #444444;
	padding: 14px 0px 0px 14px;
	margin-bottom: 5px;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
}

.menu-noticias a.historico-empresa {
	float: left;
	width: 167px;
	height: 25px;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 1%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ededed), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,  #ededed 1%,#f8f8f8 100%);
	background: -o-linear-gradient(top,  #ededed 1%,#f8f8f8 100%);
	background: -ms-linear-gradient(top,  #ededed 1%,#f8f8f8 100%);
	background: linear-gradient(to bottom,  #ededed 1%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f8f8f8',GradientType=0 );
	border-bottom: 1px solid #a4a5a5;
	-webkit-box-shadow: 0px 1px 2px 0px #a4a5a5; 
	box-shadow: 0px 1px 2px 0px #a4a5a5; 
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #444444;
	padding: 14px 0px 0px 14px;
	margin-bottom: 5px;
}

#noticias-mes {
	width: 600px;
	min-height: 14px;
	font-size: 14px;
	color: #444444;
	margin-top: 25px;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
}

#noticias-mes a{
	color: #444444;
}

#noticias-mes a:hover {
	color: #21527a;
}



/*
#noticias-mes {
	float: left;
	width: 154px;
	min-height: 14px;
	font-size: 14px;
	color: #444444;
	margin-top: 10px;
	padding-left: 13px;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
}

#noticias-mes:hover {
	color: #21527a;
}*/

#noticias {
	float: left;
	width: 71px;
	height: 14px;
	font-size: 14px;
	color: #a4a4a4;
	margin: 0px 0px 0px 35px;
	display: none;
}

#noticias p {
	float: left;
	font-size: 14px;
	color: #a4a4a4;
	cursor: pointer;
}

#noticias p:hover {
	color: #21527a;
}

#imagens-noticias {
    float: left;
    width: 180px;
    height: auto;
    margin-right: 20px;
}

#imagens-noticias img{
    float: left;
    width: 180px;
    height: auto;
}

#titulo-noticias {
	font-weight: bold;
}

#data-noticias {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color: #acacac;
}

.content-internas font {
	font-weight: bold;
}

#txt-noticias {
	margin-top: 20px;
}

/*bazar e utilidades*/

#opcao-produtos {
	float: left;
	width: 167px;
	height: 24px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	border-bottom: 1px solid #a4a5a5;
	-webkit-box-shadow: 0px 1px 2px 0px #a4a5a5; 
	box-shadow: 0px 1px 2px 0px #a4a5a5; 
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #444444;
	padding: 11px 0px 0px 14px;
	margin-bottom: 5px;
	cursor: pointer;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#opcao-produtos:hover {
	color: #21527a;
}

#opcao-produtos img {
	float: right;
	margin: 0px 17px 0px 0px 
}

#opcao-produtos-selecionados {
	float: left;
	width: 167px;
	height: 25px;
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #ededed 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #ededed 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #ededed 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom, #ededed 0%,#f9f9f9 100%);
	border-bottom: 1px solid #a4a5a5;
	-webkit-box-shadow: 0px 1px 2px 0px #a4a5a5; 
	box-shadow: 0px 1px 2px 0px #a4a5a5; 
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #444444;
	padding: 10px 0px 0px 14px;
	margin-bottom: 5px;
	cursor: pointer;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
	position: relative; zoom:1;
}

#opcao-produtos-selecionados:hover {
	color: #21527a;
}

.menu-noticias .mais-produtos {
	float: left;
	width: 167px;
	height: 24px;
	background: none;
	margin: -5px 0px 5px -1px;
	box-shadow: none;
	border: 1px solid #d0d0d1;
	border-top: 0;
	font-family: 'louis_condensed_regularCnRg';
	font-size: 14px;
	color: #969595;
	padding: 14px 0px 0px 14px;
	cursor: pointer;
	behavior: url(http://servidor/fastgondolas/css/PIE.htc);
}

.menu-noticias-interna{
	float: left;
	width: 167px;
	height: 24px;
	background: none;
	margin: 30px 0px 5px -1px;
	box-shadow: none;
	border-top: 0;

}

.mais-produtos:hover {
	color: #21527a;
}

.sublink {
	float: left;
	width: 167px;
	height: auto;
	padding-top: 0px;
	display: none;
}
.sublink > a{
	float: left;
	width: 167px;
	height: 24px;
	border: 1px solid blue;
}

.sublink:hover {
	color: #21527a;
}

.sublink-sub {
	float: left;
	width: 167px;
	height: auto;
	padding-top: 0px;
}
.sublink-sub > a{
	float: left;
	width: 167px;
	height: 24px;
	border: 1px solid blue;
}

.sublink-sub:hover {
	color: #21527a;
}


#icone-produto {
	float: left;
	width: 112px;
	height: 700px;
	margin: 0px 15px 0px 20px;
}

#icone-produto img {
	float: left;	
	width: 112px;
	height: 116px;
	margin-top: 30px;
}

#icone-produto-sub {
	float: left;
	width: 112px;
	height: 700px;
	margin: 0px 5px 0px 15px;
}

#icone-produto-sub img {
	float: left;	
	width: 112px;
	height: 116px;
	margin-top: 30px;
}

.todos-produtos {
	float: left;
	width: 628px;
	height: auto;
}

.produtos {
	float: left;
	width: 300px;
	height: 184px;
	background: url(../img/sombra-div.png) no-repeat top center;
	margin: 30px 14px -20px 0px;
	
}

.produtos img {
	float: left;
	width: 300px;
	height: 170px;
}

#produtos-efeito {
	width: 300px;
	height: 172px;
	margin: 0px 0px 0px -300px ;
	display: none;
	position: absolute;
}

#produtos-efeito img{
	float: left;
	width: 301px;
	height: 172px;
}

/*produtos*/


.escolha-produtos {
	float: left;
	width: 650px;
	height: auto;
	margin: 30px 0px 0px 120px;
}

.escolha-categorias {
	float: left;
	width: 640px;
	height: auto;
	margin: 30px 0px 0px 0px;
}

.escolha-categorias > .tipos-produtos{
	float: left;
	width: 139px;
	height: 150px;
	margin: 0px 0px 14px 20px;
}

.tipos-produtos{
	float: left;
	width: 139px;
	height: 150px;
	margin: 0px 0px 14px 22px;
}

#automotivo {
	background: url(../img/tipo-produto.png) no-repeat top center;
}

#automotivo:hover {
	background: url(../img/tipo-produto2.png) no-repeat top center;
}

#utilidade {
	background: url(../img/tipo-produto3.png) no-repeat top center;
}

#utilidade:hover {
	background: url(../img/tipo-produto4.png) no-repeat top center;
}

#bebidas {
	background: url(../img/tipo-produto5.png) no-repeat top center;
}

#bebidas:hover {
	background: url(../img/tipo-produto6.png) no-repeat top center;
}

#brinquedos {
	background: url(../img/tipo-produto7.png) no-repeat top center;
}

#brinquedos:hover {
	background: url(../img/tipo-produto8.png) no-repeat top center;
}

#checkouts {
	background: url(../img/tipo-produto9.png) no-repeat top center;
}

#checkouts:hover {
	background: url(../img/tipo-produto10.png) no-repeat top center;
}

#eletroeletronicos {
	background: url(../img/tipo-produto11.png) no-repeat top center;
}

#eletroeletronicos:hover {
	background: url(../img/tipo-produto12.png) no-repeat top center;
}

#farmacias {
	background: url(../img/tipo-produto13.png) no-repeat top center;
}

#farmacias:hover {
	background: url(../img/tipo-produto14.png) no-repeat top center;
}

#homecenter {
	background: url(../img/tipo-produto15.png) no-repeat top center;
}

#homecenter:hover {
	background: url(../img/tipo-produto16.png) no-repeat top center;
}

#jardinagem {
	background: url(../img/tipo-produto17.png) no-repeat top center;
}

#jardinagem:hover {
	background: url(../img/tipo-produto18.png) no-repeat top center;
}

#mercearia {
	background: url(../img/tipo-produto19.png) no-repeat top center;
}

#mercearia:hover {
	background: url(../img/tipo-produto20.png) no-repeat top center;
}

#papelaria {
	background: url(../img/tipo-produto21.png) no-repeat top center;
}

#papelaria:hover {
	background: url(../img/tipo-produto22.png) no-repeat top center;
}

#perfumaria {
	background: url(../img/tipo-produto23.png) no-repeat top center;
}

#perfumaria:hover {
	background: url(../img/tipo-produto24.png) no-repeat top center;
}

#petshop {
	background: url(../img/tipo-produto25.png) no-repeat top center;
}

#petshop:hover {
	background: url(../img/tipo-produto26.png) no-repeat top center;
}

#refrigeracao {
	background: url(../img/tipo-produto27.png) no-repeat top center;
}

#refrigeracao:hover {
	background: url(../img/tipo-produto28.png) no-repeat top center;
}

#ariam {
	background: url(../img/tipo-produto32.png) no-repeat top center;
}

#ariam:hover {
	background: url(../img/tipo-produto29.png) no-repeat top center;
}

#textil {
	background: url(../img/tipo-produto30.png) no-repeat top center;
}

#textil:hover {
	background: url(../img/tipo-produto31.png) no-repeat top center;
}

#rack {
	background: url(../img/tipo-produto33.png) no-repeat top center;
}

#rack:hover {
	background: url(../img/tipo-produto34.png) no-repeat top center;
}

/*representantes*/

#titulo-representantes {
	float: left;
	width: 230px;
	height: 57px;
	border-right: 1px dotted #fff;
	margin: 13px 0px 0px 10px;
}

#titulo-representantes > strong {
	float: left;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 30px;
	color: #fff;
	margin-top: 15px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

#icone-representantes {
	float: left;
	width: 112px;
	height: 700px;
	margin: 0px 0px 0px 15px;
}

#icone-representantes img {
	float: left;	
	width: 101px;
	height: 99px;
	margin-top: 30px;
}

#icone-representantes #mapa-mundi {
	position: absolute;
	width: 243px;
	height: 121px;
	margin: 200px 0px 0px -110px;
}

/*form#selecionar-categoria-representantes {
	float: left;
	width: 680px;
	height: 57px;
	margin: 13px 0px 0px 30px;
}

form#selecionar-categoria-representantes > p {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

form#selecionar-categoria-representantes div {
	float: left;
	width: 232px;
	height: 31px;
	margin: 10px 10px 10px 10px;
}

form#selecionar-categoria-representantes  select {
	float: left;
	width: 232px;
	height: 32px;
	position: absolute;
}

form#selecionar-categoria-representantes div#botao-categoria {
	float: left;
	width: 45px;
	height: 25px;
	margin-top: 15px;
}

form#selecionar-categoria-representantes div#botao-categoria input[type="image"]{
	width: 45px;
	height: 25px;
	cursor: pointer;
}*/

#mapa-imagem {
	float: left;
	width:;
}

#conteudo-mapa {
	float: left;
	width: 723px;
	height: 780px;
	margin: 25px 0px 0px 40px;
}

#conteudo-mapa p {
	font-size: 16px;
}

#conteudo-mapa #borda {
	float: left;
	margin: 15px 0px 0px 40px
}

#conteudo-mapa #mapa-imagem {
	float: left;
	margin: 30px 0px 0px 30px;
}

#dados-representantes {
	width: 365px;
	min-height: 18px;
	background: #fff;
	margin: 320px 0px 0px -170px;
	position: absolute;
	border: 2px solid #f1f1f1;
	border-radius: 8px;
}

#dados-representantes h3 {
	float: left;
	width: 322px;
	height: 23px;
	font-size: 18px;
	font-weight: bold;
	color: #21527a;
	border-bottom:1px solid #d1d1d1;
	text-align: center;
	margin: 25px 0px 10px 20px;
}

#informacoes-representantes {
	float: left;
	width: 312px;
	height: 155px;
	border: 1px solid #f1f1f1;
	margin: 8px 0px 20px 20px;
	padding: 10px 10px 0px 0px;
}

#informacoes-representantes p {
	float: left;
	font-size: 13px;
	color: #444444;
	margin-left: 10px;
}

#informacoes-representantes b {
	font-weight: bold;
	color: #444444;
}


/*.paginas-representantes {
	float: left;
	width: 60px;
	height: 15px;	
	margin: 15px 0px 0px 290px;
}

.paginas-representantes small{
	float: left;
	font-size: 13px;
	color: #c5c5c5;
	font-weight: bold;
	margin-left: 7px;
}

.paginas-representantes #pag-selecionada{
	font-size: 13px;
	color: #444444;
}*/

.paginas-representantes {
    float: left;
    width: auto;
    height: 15px;   
    margin: 15px 0px 5px 260px;
}


.paginas-representantes span{
    float: left;
    font-size: 13px;
    color: #444444;
    font-weight: bold;
    margin-left: 7px;
}

.paginas-representantes span a{
    font-size: 13px;    
    color: #c5c5c5;
}

.conteudo-det-representantes {
    float: ;
    width: 360px;
    height: 340px;
    margin: 60px 0px 0px 0px;
    overflow-x: hidden;
}

.conteudo-det-representantes .jspContainer
{
    overflow: hidden;
    position: relative;
}

.conteudo-det-representantes .jspPane
{
    position: absolute;
}

.conteudo-det-representantes .jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
}

.conteudo-det-representantes .jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.conteudo-det-representantes .jspVerticalBar *,
.conteudo-det-representantes .jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.conteudo-det-representantes .jspCap
{
    display: none;
}

.conteudo-det-representantes .jspHorizontalBar .jspCap
{
    float: left;
}

.conteudo-det-representantes .jspTrack
{
    width: 10px;
    background: #dedede;
    background: -moz-linear-gradient(left, #dedede 0%, #ffffff 51%, #dedede 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dedede), color-stop(51%,#ffffff), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(left, #dedede 0%,#ffffff 51%,#dedede 100%);
    background: -o-linear-gradient(left, #dedede 0%,#ffffff 51%,#dedede 100%);
    background: -ms-linear-gradient(left, #dedede 0%,#ffffff 51%,#dedede 100%);
    background: linear-gradient(to right, #dedede 0%,#ffffff 51%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#dedede',GradientType=1 );
    border-radius: 5px;
    position: relative;
    margin-left: 5px;
    height: auto;
}

.conteudo-det-representantes .jspDrag
{
    /*background: url(../img/barra.png) no-repeat top center;;*/
    background: #003166;
    width: 10px;
    border-radius: 5px;
    behavior: url(http://servidor/fastgondolas/css/PIE.htc);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    height: auto;
    margin-left: 0px;
}

.conteudo-det-representantes .jspHorizontalBar .jspTrack,
.conteudo-det-representantes .jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.conteudo-det-representantes .jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.conteudo-det-representantes .jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.conteudo-det-representantes .jspVerticalBar .jspArrow
{
    height: 16px;
}

.conteudo-det-representantes .jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.conteudo-det-representantes .jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.conteudo-det-representantes .jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

/*personalizar scroll*/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
#sombra {
	position: relative;
	margin: 0px 0px -18px 10px;
	width: 346px;
	height: 18px;
}

.acao-mapa {
	cursor: pointer;
}


/*REPRESENTANTES OCEANIA*/
#conteudo-mapa #mapa-imagem-oceania {
	float: left;
	margin: 130px 0px 0px 165px;
}

/*REPRESENTANTES ASIA*/
#conteudo-mapa #mapa-imagem-asia {
	float: left;
	margin: 70px 0px 0px 132px;
}

/*sistema de financiamento*/
#titulo-financiamento {
	float: left;
	width: 340px;
	height: 57px;
	border-right: 1px dotted #fff;
	margin: 13px 0px 0px 10px;
}

#titulo-financiamento > strong {
	float: left;
	font-family: 'louis_condensed_demiCndemi';
	font-size: 30px;
	color: #fff;
	margin-top: 15px;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

#txt-financiamento {
	float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-style: italic;
	color: #444444;
	margin-top:35px;
	line-height: 20px;
}

#bndes {
	float: left;
	width: 273px;
	height: auto;
	margin-top: 20px;
	font-size: 14px;
	font-style: italic;
	color: #444444;
	text-align: center;
}

#bndes img {
	float: left;
	width: 273px;
	height: 196px;
	margin-bottom: 35px;

}

#financiamento {
	float: left;
	width: 273px;
	height: auto;
	margin: 20px 0px 0px 45px;
	font-size: 14px;
	font-style: italic;
	color: #444444;
	text-align: center;
}

#financiamento img {
	float: left;
	width: 273px;
	height: 196px;
	margin-bottom: 35px;

}


/*error*/
.aviso {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
	margin: 10px 0px 10px 0px;
}

.error {
	margin: 0; 
}

.error-message {
	position: absolute;
	color: red;
	font-size: 12px;
	font-weight: bold;
	max-width: 200px;
	padding: 0;
	margin: 50px 0px 0px 0px;
}

.textarea .error-message {
	margin: 180px 0px 0px 60px;
}

.vazio {
	text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #444444;
    margin: 10px 0px;
    text-align: center;
}


/* MENSAGEM DE AVISO TOP DO SITE */
/*.message{width: 100%;height: 45px;background: url(../img/lineG.png) repeat-x; position: absolute;text-align: center;font:bold normal 15px Verdana;padding-top: 8px;color: #fff;z-index:9999}*/
/*
.message{
    background: #234367 url(../img/excluir-1.png) no-repeat top right;
    color: #623c28;
    width: 450px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px 20px 0px;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    border: 1px solid #fff;
}


#flashMessage{
    font-size: 16px;
    color: #fff;
}*/

#flashMessage {
			background: url("../img/excluir-1.png") no-repeat scroll right top #234367;
			margin: 200px auto -300px auto;
			color: #FFFFFF;
			font-size: 16px;
			z-index: 999999;
			cursor: pointer;
			height: 50px;
			line-height: 40px;
			padding: 30px 0 20px;
			text-align: center;
			position: relative;
			width: 450px;
		}
		#flashMessage:before {
			background: rgba(0,0,0,0.5);
			content: " ";
			width: 100%;
			height: 100%;
			position: fixed;
			top:0;
			left: 0;
			z-index: -1;
		}


/*recaptcha*/

/*fale conosco*/

form#form-assistencia .recaptchatable td img {
    display: block;
}
form#form-assistencia .recaptchatable img {
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
}
form#form-assistencia .recaptchatable * {
    border: 0 none;
    bottom: auto;
    color: black;
    font-family: helvetica,sans-serif;
    font-size: 8pt;
    left: auto;
    margin: 0;
    padding: 0;
    position: static;
    right: auto;
    text-align: left !important;
    top: auto;
}


/* novo captcha */
#div-captcha {
	float: left;
	max-width: 480px;
	max-height: 30px;
}
#div-captcha * { float:left !important;}
#div-captcha input {
	margin: 20px 0 -100px 0;
	max-width: 180px;
}
#div-captcha img {
	padding: 0 0 0 135px;
	margin-top: -7px !important;
}
#div-captcha a {
	position: relative;
	margin: 12px 0 0 20px !important;
}