@font-face {
    font-family: 'ArialNarrowRegular';
    src: url('arialn-webfont.eot');
    src: url('arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('arialn-webfont.woff') format('woff'),
         url('arialn-webfont.ttf') format('truetype'),
         url('arialn-webfont.svg#ArialNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin:0;
	font-family: sans-serif;
	background-color:#EFEFEF;	
}

.BoxTopo {
	height: 162px;
	width: 100%;
	background-color:#470709;
	background-image:url(../images/funtoTopo1.png);
	background-repeat:no-repeat;
}
.Topo {
	width: 1024px;
	height:162px;
		margin:auto;
}
.Logo {
	height: 92px;
	width: 272px;
	float:left;
	margin-top:10px;
}
.AreaLogin {
	height: 25px;
	float:right;
	margin-top:10px;
	color: #FFF;
	font-size: 13px;
}
.AreaLogin a {
	color: #FFF;
	text-decoration: none;
}
.ImputLoginTopo{
	width:104px;
	height:30px;
	background-image:url(../images/login.png);
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	padding-left:10px;
	color:#999999;
	overflow:hidden;
	}
	
.ImputSenha{
	width:117px;
	height:30px;
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	padding-left:10px;
	background-image:url(../images/senha.png);
	color:#999999;
	}

.ImputBtok{
	  background-color: transparent;
    background-image: url("../images/btok.png");
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 24px;
    margin-right: 10px;
    margin-top: 13px;
    width: 30px;
	}

.Menu {
	height: 39px;
	width: 1024px;
	margin-top:20px;
	float:left;
	background-image:url(../images/fundo_menu.png);
	background-repeat:repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px #000;
	-webkit-box-shadow: 6px #000;
	box-shadow:none /*1px 1px 2px #CACACA*/;
	behavior: url(ie-css3.htc);
}

.Menu ul{
	margin: 10px 0 0 0;
}
	
.Menu ul li{
	float:left;
	list-style:none;
	margin-left:5px;
}
	
.Menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:"ArialNarrowRegular";
	padding:10px;
}
	
.Menu ul li a:hover, .Menu ul li a.selected { 
	background-image:url(../images/fundomenuefeito.png);
	background-repeat:repeat-x;
}
	
.Banner {
	height: 355px;
	width: 1024px;
	margin:10px auto 10px auto;
	background-repeat:no-repeat;
	font-family:"ArialNarrowRegular";	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.Banner div.orbit-wrapper, .Banner div.orbit, .Banner div.featured  {
	height: 355px;
	width: 1024px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.BoxConteudo {
	width: 1024px;
	margin:auto;
}
.BoxFormulario {
	height: 403px;
	width: 373px;
	border:dashed 1px #CCCCCC;
	background-color:#FFFFFF;
	float:right;
	position:relative;
}
.BoxBanner1 {
	height: 403px;
	width: 640px;
	border:dashed 1px #CCCCCC;
	background-color:#FFFFFF;
	float:left;
}
.Rodape {
	height: 162px;
	width: 1024px;
	background-image:url(../images/fundoRodape.png);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:5px;
}
.clear {
	height: 1px;
	width: 100%;
	clear:both;
}
.ColunaRodape {
	font-family:"ArialNarrowRegular";
	width: 200px;
	margin-left:30px;
	margin-top:20px;
	float:left;
	color:#FFFFFF;
	 margin-right: 56px;
	 font-size:14px;
}
.ColunaRodape p{
	margin:0;
	font-size:18px;
	color:#FFFFFF;
}

.ColunaRodape ul{
	margin:0;
	padding:0;
}
.ColunaRodape ul li{
	list-style:none;
	margin-top:3px;
}
	
.ColunaRodape ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	
}
	
.ColunaRodape ul li a:hover{
	color:#CCC;
}
.ImgMapa {
	width: 115px;
	float:right;
	margin-top:10px;
	margin-right:20px;
	text-align:center;
}
.ImgMapa a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}
.assinatura {
	height: 20px;
	width: 1024px;
	margin:auto;
	text-align:center;
	color: #666;
	font-size:11px;
}
.NomeForm {
	height: 19px;
	width: 142px;
	float:left;
	text-align:right;
	margin-top:5px;
	padding-top:5px;
	font-size:12px;
	color:#666666;
}
td.NomeForm {
	width: auto;
	float: inherit;
}
.ImputContato, .inputbox {
	width:215px;
	height:22px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	color:#666666;
	border:solid 1px #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px #000;
	-webkit-box-shadow: 6px #000;
	box-shadow:none /*1px 1px 2px #CACACA*/;
	behavior: url(ie-css3.htc);
}
.inputbox {
	width: 100%;
}
.TituloCotacao{
	width:90%;
	font-size:18px;
	text-align:right;
	float:right;
	margin-top:5px;
	margin-right:10px;
	color:#666666;
}
	
.ImputContatoMsg{
	width:215px;
	height:60px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	color:#666666;
	border:solid 1px #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px #000;
	-webkit-box-shadow: 6px #000;
	box-shadow:none /*1px 1px 2px #CACACA*/;
	behavior: url(ie-css3.htc);
	padding: 10px 0;
}
	
.BtEnviar {
	width:69px;
	height:26px;
	background-image:url(../images/fundo_bt_s1.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#990000;
	cursor:pointer;
	float:right;
	margin-top:5px;
	margin-right:10px;
	border:1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px #000;
	-webkit-box-shadow: 6px #000;
	box-shadow:none /*1px 1px 2px #CACACA*/;
	behavior: url(ie-css3.htc);
}
	
.IconCotacao {
	height: 59px;
	width: 63px;
	position:absolute;
	bottom:10px;
	left:10px;
}


.BoxConteudoInternas {
	width:1004px;
	padding:20px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px #000;
	-webkit-box-shadow: 6px #000;
	box-shadow:none /*1px 1px 2px #CACACA*/;
	behavior: url(ie-css3.htc);
	background-color:#FFFFFF;
	margin:auto;
}

.BoxConteudoInternas h1 {
	font-size:22px;
	color: #000;
	font-style:italic;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #CCCCCC;
}
.BoxConteudoInternas h2 {
	font-size:16px;
	color:#FFF;
	margin: 0;
	padding: 10px 20px;
	background-color: #b1080d;

}
.BoxConteudoInternas h3 {
	font-size:14px;
	color:#666;
	margin: 5px 30px;
	padding: 5px 0;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}
.BoxConteudoInternas h3 a {
	color:#666;
	text-decoration: none;
}
.BoxConteudoInternas h3 a:hover {
	color:#333;
	text-decoration: none;
}
.BoxConteudoInternas .regiao {
	border: 1px dashed #CCC;
	margin: 0 30px;
	padding: 5px 10px;
	background-color: #f2f2f2;
}
.BoxConteudoInternas .regiao .cidade {
	padding: 5px 0;
	color: #333;
	font-size: 13px;
}
.BoxConteudoInternas .regiao .cidade strong {
	color: red;
}
.BoxConteudoInternas .box h2 {
	font-size:18px;
	color:#444;
	font-style:italic;
	margin: 0;
	padding: 0;
	background-color: inherit;
}
.BoxConteudoInternas .box p {
	font-size:13px;
	line-height: 19px;
	color: #666;
}
.BoxConteudoInternas span.descricao {
	font-size: 12px;
	margin:0;
	padding: 10px 45px;
	color: #666;
}
.BoxConteudoInternas p {
	margin:10px 20px;
	color:#000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}
.BoxConteudoInternas p a {
	color:red;
	font-weight: bold;
	text-decoration: none;
}
.BoxConteudoInternas p a:hover {
	color:red;
	font-weight: bold;
	text-decoration: underline;
}
.Image1 {
	height: 355px;
	width: 1024px;
}
.MascaraBanner {
	height: 355px;
	width: 1024px;
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/bannermarcacao.png);
	background-repeat:no-repeat;
}
.DivBannerMascara {
	height: 355px;
	width: 1024px;
	position:relative;
}
.MascaraBanner img {
	margin-bottom:20px;
	margin-top:20px;
	margin-left:10px;
}
	
.MascaraBanner p{
	width:300px;
	color:#FFFFFF;
    margin-left:20px;
	
}
	
.MascaraBanner a, .botaoLink {
	border:solid 1px #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px #000;
	-webkit-box-shadow: 6px #000;
	box-shadow:none /*1px 1px 2px #CACACA*/;
	behavior: url(ie-css3.htc);
	float:left;
	background-image:url(../images/fundo_bt_s1.png);
	padding:8px 10px 8px 10px;
	text-align:center;
	text-decoration:none;
	color:#666666;
	margin-top:20px;
	margin-left:20px;
}
.BannerHome {
	height: 355px;
	width: 1024px;
}
.slider-nav {
    display: none;
}
.ajaxCotacao {
	display: none;
	float: left;
	width: 180px;
	padding: 10px 0 0 100px;
	font-size: 13px;
	text-align: right;
}
