@charset "utf-8";
/* CSS Document */
body{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #396CA0;
	background: url(img/bodyBG.png) repeat-x top center;
}
/*TITULOS*/
h1, h2, h3{
	font: 500 Arial, Helvetica, sans-serif;
	color: #222;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
}
h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.6em;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1em;
}
h3{
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	background: #842A7C;
	padding: 0.5em;
	margin-bottom: 1px;
}
/*TABELAS*/
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-top: 1px;
	float: left;
}
table caption {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin:0;
	background: #999;
	padding: 0.3em 0.5em;
}
table a {
	font-weight: bold;
}
table tr:hover {
	background: #efefef;
}
table th {
	padding: 0.5em;
	border-right: 1px dotted #ccc;
	width: 11em;
	border-bottom: 1px dotted #ccc;
	background: #efefef;
	color: #333;
	vertical-align: top;
}
table td {
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	padding: 0.2em 0.3em;
	padding-left: 5px;
	font-size: 1.1em;
}
/* FORMS */
fieldset{
	padding-top: 20px;
}
label{
	float: left;
	display: block;
	padding: 0 5px;
	line-height: 3em;
	width: 6em;
}
textarea{
	border: 1px solid #999;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #333;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px 0;
	background: #fff url(img/bodyBG.png) repeat-x 0 -192px;
	width: 100%;
	overflow: auto;
	height: 80px;
	float: left;
}
textarea:hover, textarea:focus, input:hover, input:focus, select:hover, select:focus{
	border-color: #999;
	outline: 2px solid #ddd;
}
input, select{
	border: 1px solid #999;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #000;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em;
	margin: 5px 0;
	background: #fff url(img/bodyBG.png) repeat-x 0 -192px;
	width: 200px;
	vertical-align: middle;
}
select{
	width:auto!important;
	padding: 0.4em!important;
	vertical-align: middle;
}
option{
	background: none;
}
.hand {
	cursor:pointer;
}
.botao{
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #333;
	font: 1em Verdana, Helvetica, sans-serif;
	padding: 0.3em 0.7em;
	margin: 2px 5px 2px 0;
	background: #ccc;
	cursor:pointer;
	width: auto;
}
.botao:hover, .botao:focus{
	color: #000;
	border-color: #efefef!important;
	border-bottom-color: #000!important;
	border-right-color: #000!important;
}
.checkbox{
	margin: 0 3px 0 0!important;
}
/*ID's*/
#geral{
	width: 950px;
	position: relative;
}
#topo{
	position: relative;
	background: url(img/topBG.jpg) no-repeat top center;
	height: 180px;
}
#rodape{
	position: relative;
	width: 950px;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 10px;
	background: url(img/rodapeBG.png) no-repeat center top;
	clear: both;
	color: #fff;
}
/*CLASSES*/
.menu{
	width: 950px;
	height: 43px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu span{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	height: 43px;
	background: url(img/menu.png) no-repeat 0px 0px;
}
.menu a span:hover{
	cursor: pointer;
}
.menu .home{
	background-position: 0px 0px;
	width: 47px;
}
.menu .home:hover{
	background-position: 0px -43px;
}
.menu .aEmpresa{
	background-position: -47px 0px;
	width: 114px;
}
.menu .aEmpresa:hover{
	background-position: -47px -43px;
}
.menu .produtos{
	background-position: -161px 0px;
	width: 95px;
}
.menu .produtos:hover{
	background-position: -161px -43px;
}
.menu .representantes{
	background-position: -256px 0px;
	width: 138px;
}
.menu .representantes:hover{
	background-position: -256px -43px;
}
.menu .pedidos{
	background-position: -394px 0px;
	width: 184px;
}
.menu .pedidos:hover{
	background-position: -394px -43px;
}
.menu .acao{
	background-position: -578px 0px;
	width: 110px;
}
.menu .acao:hover{
	background-position: -578px -43px;
}
.menu .contato{
	background-position: -688px 0px;
	width: 88px;
}
.menu .contato:hover{
	background-position: -688px -43px;
}
.menu .atendimento{
	background-position: -776px 0px;
	width: 174px;
}
.menu .atendimento:hover{
	background-position: -776px -43px;
}

.conteudo{
	width: 950px;
}
.caixa{
	padding: 4px;
	padding-bottom: 6px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	background: #fff url(img/borderBottom.gif) bottom center repeat-x;
}
.fotos{
	float: left;
	width: 530px;
	position: relative;
	margin: 0 15px 10px 0;
}
.fotos .foto1{
	margin:0;
	z-index: 1;
}
.fotos .fotoDescricao{
	z-index: 2;
	background: #000;
	color: #999;
	width: auto;
	padding: 0.3em 0.5em;
	width: auto;
	margin-top: 1px;
}
.fotos .thumb{
	margin: 10px 11px 0 0;
	border: 1px solid #ddd;
}
.fotos .thumb:hover{
	border-color: #f60;
}
.widget{
	width: 288px;
	margin: 0 0 10px 0;
	float: left;
}
.widget .nome{
	padding: 10px;
	height: 15px;
	width:200px;
	background: url(img/camposFullBG.png) no-repeat right top scroll;
	vertical-align: middle;
	border: 0;
}
.widget .botaoImg{
	vertical-align: middle;
	width: auto;
	height:auto;
	padding: 0;
	margin:0;
	border: 0;
	margin-left: 1px;
}
.w950{
	width: 940px;
	margin: 20px auto;
}
.content{
	width: 910px;
	margin: 20px auto 0;
	padding: 19px;
}
.w450{
	width: 440px;
	margin: 0;
	margin-top: 10px;
}
.w288{
	width: 266px;
	padding: 10px;
	padding-bottom: 11px;
	padding-top: 8px;
	margin: 0;
	border-top: none;
}
.h100{
	height: 80px;
}
.sidebar{
	width:269px;
	padding-right: 70px;
	float: left;
}
.sidebar #menu{
	margin-bottom: 15px;
}
.sidebar #menu *{
	outline: none;
}	
.sidebar #menu, .sidebar #menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width:270px;
	font-size: 1.2em;
}
.sidebar #menu a {
	display: block;
	text-decoration: none;
}
.sidebar #menu li {
	display: block;
}
.sidebar #menu li a {
	background: #efefef;
	font-weight:bold;
	padding: 0.6em;
	padding-right: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
}
.sidebar #menu li a:hover, .sidebar #menu li.fixo a:hover {
	border-bottom: 1px solid #999;
	background: #ddd!important;
}
.sidebar #menu ul{
	width: 270px;
	font-size: 1em;
}
.sidebar #menu li ul li a {
	padding-left: 20px;
	font-weight: normal;
	margin:0;
	background: #eee!important;
	display: block;
	width: 230px;
}
.sidebar #menu li ul li a:hover {
	background: #fff!important;
	border-bottom: 1px #999 solid;
}
.sidebar #menu li ul li.active a {
	background: #ddd;
	border-bottom-color:#ddd;
	color: #000;
	font-weight: bold;
}

.descricao{
	width: 530px;
	float: left;
	padding-left: 39px;
	border-left: 1px dotted #ddd;
}
.listaProduto{
	padding: 10px 0;
}
.listaProduto li{
	display: block;
	width: 225px;
	padding: 10px 20px;
	float: left;
}
.listaProduto span{
	display: block;
	background: #842A7C;
	color: #fff;
	text-align: center;
	padding: 0.3em 0.5em;
}
.listaOrcamento{
	padding: 0;
}
.listaOrcamento li{
	display: block;
	width: 158px;
	padding: 0.5em;
	float: left;
	margin: 0;
	background: #fff;
	font-size: 0.9em;
	min-height:40px;
}
.listaOrcamento .categoria{
	float: none;
	width: auto;
	background: #842A7C;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.3em;
	padding: 0.3em 0.5em;
	clear: both;
	height: 1.2em;
}
.listaOrcamento span{
	display: block;
	background: #842A7C;
	color: #fff;
	text-align: center;
	padding: 0.3em 0.5em;
}
.listaAcao{
}
.listaAcao li{
	padding: 0.3em 0 0.8em;
	list-style: square inside;
}

.menuRodape{
	position: absolute;
	right: 10px;
	top: 15px;
}
.menuRodape a, .menuRodape a:visited{
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
}
.menuRodape a:hover{
	color: #cff;
	text-decoration: underline;
}
.assinaturaRodape{
	position: absolute;
	bottom: 15px;
	right: 220px;
	font-size: 1em;
}
.assinaturaRodape a, .assinaturaRodape a:visited{
	color: #cff;
	text-decoration: none;
}

/* ======================================================================= */

#carregando {
	position:absolute;
	left:25px;
	top:257px;
	z-index:100;
	color:#FF0000;
	font-weight:bold;
	display:none;
}