@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Conv_Futura Bold Condensed BT';
	src: url('fonts/Futura Bold Condensed BT.eot');
	src: local('☺'), url('fonts/Futura Bold Condensed BT.woff') format('woff'), url('fonts/Futura Bold Condensed BT.ttf') format('truetype'), url('fonts/Futura Bold Condensed BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Futura Light Condensed BT';
	src: url('fonts/Futura Light Condensed BT.eot');
	src: local('â˜º'), url('fonts/Futura Light Condensed BT.woff') format('woff'), url('fonts/Futura Light Condensed BT.ttf') format('truetype'), url('fonts/Futura Light Condensed BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background:url(images/bg-topo.png);
	background-repeat:repeat-x;
	background-color:#F4F4F4;
}
#logo{
	position: absolute;
	z-index: 10;
	top: 0px;
}.border-bottom-gray {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.border-bottom-red {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AC2C29;
	margin-bottom: 10px;
}

.central-de-atendimento {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
	text-align: right;
}
.central-de-atendimento-2 {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
	text-align: center;
}

.telefone {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #848484;
	text-decoration: none;
	text-align: right;
}
.telefone-2 {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #848484;
	text-decoration: none;
	text-align: center;
}


/* MENU */
.menu{
	list-style: none;
	float: right;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu li{
	position: relative;
	float: left;
	text-transform: uppercase;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4a0000;
	border-left-color: #a72121;
}

.menu li a{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

.menu li a:hover{
	color: #FFFFFF;
	text-shadow: 0 0 0 #000;
	background-image: url(images/menu-hover.png);
}

.menu li ul{
	position: absolute;
	display: none;
	width: 267px;
	font-size: 18px;
	color: #737373;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	float: left;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/submenu-2.png);
}

.menu li:hover ul ul{
	display: none;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.menu li:hover ul, .menu li ul li:hover ul, .menu li.over ul, .menu li ul li.over ul{display:block;}

.menu li ul li{
	display: block;
	width: 267px;
	font-size: 18px;
	text-align: left;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	text-transform: uppercase;
}

li.border0{ }
.menu-selecionado {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	background-color: #4a0000;
}
/* FIM MENU */
h1 {
	font-family: Calibri;
	font-size: 28px;
	color: #222222;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}
.title {
	font-family: Calibri;
	font-size: 28px;
	color: #222222;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.title-white-center {
	font-family: Calibri;
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

.title-red {
	font-family: Calibri;
	font-size: 24px;
	color: #AC2C29;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.corpo {
	border: 1px solid #dadada;
	background-color: white;
	border-radius: 10px 10px 10px 10px;
	padding: 5px;
}
.box {
	border: 1px solid #dadada;
	background-color: white;
	border-radius: 10px 10px 10px 10px;
	padding: 9px;
}


.texto {
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
.rodape-title {
	font-family: Calibri;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.border-left-purple {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.text {
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
.text-tabela {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.text-tabela-white {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}


.produtos {
	-webkit-transform: scale(1.0); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(1.0); /*Mozilla scale version*/
	-o-transform: scale(1.0); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 0.8; /*initial opacity of images*/
	margin: 0 0 0 0; /*margin between images*/
	contrast: 0;
	z-index:200;
}
.produtos:hover {
	-webkit-transform: scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(1.1); /*Mozilla scale version*/
	-o-transform: scale(1.1); /*Opera scale version*/
	box-shadow: 0px 0px 0px; /*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow: 0px 0px 0px; /*Safari shadow version*/
	-moz-box-shadow: 0px 0px 0px; /*Mozilla shadow version*/
	opacity: 1;
	contrast: 20;
	z-index: 200;
}
.nome-cliente-form {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
	outline: 0 none;
	border: 1px solid #CCC;
}
.nome-cliente-form:hover {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
	outline: 0 none;
	border: 1px solid #990000;
}
.mensagem-form {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	outline: 0 none;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border: 1px solid #CCC;
}
.mensagem-form:hover {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	outline: 0 none;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	outline: 0 none;
	border: 1px solid #990000;
}
