/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-left:0;
} 

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {list-style: none;}
table {
	border-collapse: separate;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* .clearfix {display:inline-block;}*/

/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p, h1,h2,h3,h4,h5,h6,ol {margin-bottom:2px}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:20px}/* 26px */
h2{font-size:18px}/* 24px */
h3{font-size:16px}/* 22px */
h4{font-size:14px}/* 20px */
h5{font-size:12px}/* 18px */
h6{font-size:10px}/* 16px */


/*div principal, contem todas as div's*/
#outerPrincipal {
	background:url(../img/degrade.png);
	background-repeat:repeat-x;
	text-align:left;/* reset text back to left due to ie5.x fix */
	background-color:#b3a992;
	height:auto;
}

#outer {
	background:url(../img/riscas.png);
	text-align:left;/* reset text back to left due to ie5.x fix */
	height:auto;
}

#container {
	margin:auto;/* center the page*/
	width:950px;
}

/*logo + menu*/
#header {
	width:950px;
	padding-top:20px;
}

#logo {
	float:left;
	width:340px;
	height:125px;
}

#menu {
	height:125px;
	margin-left:40px;
	float:right;
	width:520px;
	/*position:relative;*/
	margin-top:10px;
}

.btMenu {
	width:98px;
	height:27px;
	padding-top:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#FFFFFF;
	/*background-color:#000000;*/
	background:url(../img/bt_menu_off.png);
	background-repeat:no-repeat;
	background-position:right top;
	/*-moz-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
    -Webkit-border-radius: 8px;*/
	margin-right:5px;
	float:right;
	cursor:pointer;
}

.btMenu:hover {
	/*width:98px;
	height:27px;
	padding-top:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#FFFFFF;
	background-color:#000000;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
    -Webkit-border-radius: 8px;
	margin-right:5px;
	float:right;
	cursor:pointer;*/
	background:url(../img/bt_menu_on.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.btMenu a {
	color:#FFFFFF;
}

.btMenu a:hover {
	color:#ffffff;
}

.btMenuUsados {
	width:98px;
	height:27px;
	padding-top:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#FFFFFF;
	/*background-color:#7e7351;*/
	background:url(../img/bt_menu_usados.png);
	background-repeat:no-repeat;
	background-position:right top;
	/*-moz-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
    -Webkit-border-radius: 8px;*/
	margin-right:5px;
	float:right;
	cursor:pointer;
}

.btMenuUsados:hover {
	/*width:98px;
	height:27px;
	background-color:#c1170d;
	cursor:pointer;
	color:#FFFFFF;*/
	background:url(../img/bt_menu_on.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.btMenuUsados a {
	color:#FFFFFF;
}

.btMenuUsados a:hover {
	color:#FFFFFF;
}

.btMenuActivo {
	width:98px;
	height:27px;
	padding-top:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#FFFFFF;
	background:url(../img/bt_menu_on.png);
	background-repeat:no-repeat;
	background-position:right top;
	/*background-color:#c1170d;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
    -Webkit-border-radius: 8px;*/
	margin-right:5px;
	float:right;
	cursor:pointer;
}

#content {
	width:950px;
	padding-bottom:20px;
}

#sombraPrincipal {
/* Rounded corners – All browsers */
	/*border: 1px solid #696;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 1em;
	-moz-box-shadow: #666 0px 0px 1em;
	box-shadow: #666 0px 0px 1em;
	background: #FFFFFF;
	width:910px;
	/*height:415px;*/
	padding:20px;
	margin-top:107px;
	behavior: url(css/PIE.htc);
	/*#behavior: url(css/border-radius.htc);*//* override for Microsoft Internet Explorer browsers*/
	/*#behavior: url(css/border-radius-ie8.htc);*/
	border-radius: 8px;/* override for Microsoft Internet Explorer browsers*/
	overflow:hidden;
	position:relative;
}

#sombraMarcas {
/* Rounded corners – All browsers */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 1em;
	-moz-box-shadow: #666 0px 0px 1em;
	box-shadow: #666 0px 0px 1em;	
	/*-khtml-border-radius: 8px;*/
	background:#FFFFFF;
	background:url(../img/ima_marcas.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:910px;
	/*height:670px;*/
	padding:20px;
	margin-top:107px;
	behavior: url(css/PIE.htc);
	/*#behavior: url(css/border-radius.htc);*//* override for Microsoft Internet Explorer browsers*/
	/*#behavior: url(css/border-radius-ie8.htc);*/
	border-radius: 8px;/* override for Microsoft Internet Explorer browsers*/
	overflow:hidden;
	position:relative;
}

#sombraPrincipalProdutos {
/* Rounded corners – All browsers */
	box-shadow: 0px 0px 1em #666;
	-webkit-box-shadow: 0px 0px 1em #666;
	-moz-box-shadow: 0px 0px 1em #666;
	-moz-border-radius: 8px;
    border-radius: 8px;
	-khtml-border-radius: 8px;
    -Webkit-border-radius: 8px;
	background:#FFFFFF;
	width:910px;
	/*height:570px;*/
	padding:20px;
	margin-top:107px;
	behavior: url(css/PIE.htc);
	/*#behavior: url(css/border-radius.htc);*//* override for Microsoft Internet Explorer browsers*/
	/*#behavior: url(css/border-radius-ie8.htc);*/
	border-radius: 8px;/* override for Microsoft Internet Explorer browsers*/
	overflow:hidden;
	position:relative;
}

#sombraPrincipalMaquina {
/* Rounded corners – All browsers */
	box-shadow: 0px 0px 1em #666;
	-webkit-box-shadow: 0px 0px 1em #666;
	-moz-box-shadow: 0px 0px 1em #666;
	-moz-border-radius: 8px;
    border-radius: 8px;
	-khtml-border-radius: 8px;
    -Webkit-border-radius: 8px;
	background-color:#FFFFFF;
	width:910px;
	/*height:650px;*/
	padding:20px;
	margin-top:107px;
	behavior: url(css/PIE.htc);
	/*#behavior: url(css/border-radius.htc);*//* override for Microsoft Internet Explorer browsers*/
	/*#behavior: url(css/border-radius-ie8.htc);*/
	border-radius: 8px;/* override for Microsoft Internet Explorer browsers*/
	overflow:hidden;
	position:relative;
}

#colunaEsquerda {
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #232021;
	line-height:140%;
	float:left;
	margin-left:25px;
}

#colunaEsquerdaMarcas {
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #232021;
	line-height:140%;
	float:left;
	margin-left:25px;
	/*padding-top:55px;*/
	z-index:50;
}

#colunaEsquerdaProdutos {
	width: 230px;
	float:left;
	margin-left:25px;
}

#imagemMarcas {
	/*position:relative;*/
	background:url(../img/ima_marcas.png);
	background-repeat:no-repeat;
	width:463px;
	height:441px;
	float:right;
	margin-right:-20px;
	margin-left:10px;
	z-index:30;
}

#colunaDireita {
	width: 435px;
	margin-left:10px;
	float:right;
}

#colunaDireitaMarcas {
	width: 450px;
	margin-left:5px;
	float:right;
}

#colunaDireitaProdutos {
	width: 600px;
	margin-left:10px;
	float:right;
	margin-top:10px;
}

#colunaDireitaContactos {
	width: 470px;
	/*margin-left:5px;*/
	float:right;
}

.sombraUsados {
	box-shadow: 0px 0px 1em #666;
	-webkit-box-shadow: 0px 0px 1em #666;
	-moz-box-shadow: 0px 0px 1em #666;
	-moz-border-radius: 8px;
    -Webkit-border-radius: 8px;
	behavior: url(css/PIE.htc);
	/*#behavior: url(css/border-radius.htc);*//* override for Microsoft Internet Explorer browsers*/
	/*#behavior: url(css/border-radius-ie8.htc);*/
	border-radius: 8px;
	/*padding-top:3px;*/
	padding-bottom:30px;
	padding-left:25px;
	padding-right:5px;
	background:#dfdfdf;
	margin-top:42px;
	/*opacity: .85;
    -moz-opacity: .85;
    filter:alpha(opacity=85);*/
	width:920px;
	height:160px;
}

.btCategorias {
	width:195px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:25px;
	padding-right:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#232021;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
    -Webkit-border-radius: 5px;
	float:left;
	cursor:pointer;
	background:url(../img/seta_categorias.png);
	background-repeat: no-repeat;
	background-color:#edebe5;
	margin-bottom:2px;
	line-height: 140%;
}

.btCategorias:hover {
	width:195px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:25px;
	padding-right:13px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	-khtml-border-radius: 5px;
    -Webkit-border-radius: 5px;
	float:left;
	cursor:pointer;
	background:url(../img/seta_categorias.png);
	background-repeat: no-repeat;
	background-color:#d1d1d1;
	margin-bottom:2px;
	line-height: 140%;
}

.btCategoriasAtivo {
	width:195px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#232021;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:25px;
	padding-right:13px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	-khtml-border-radius: 5px;
    -Webkit-border-radius: 5px;
	float:left;
	cursor:pointer;
	background:url(../img/seta_categorias.png);
	background-repeat: no-repeat;
	background-color:#a2a2a2;
	margin-bottom:2px;
	line-height: 140%;
}

.titulos {
	padding-bottom:10px;
	padding-top:5px;
}

.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #232021;
	padding-bottom:5px;
}

.arvore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c0c0c0;
	margin-right:20px;
	padding-bottom:10px;
}

.arvore a {
	color: #c0c0c0;
	text-decoration:none;
}

.arvore a:hover {
	color: #d60d00;
	text-decoration:none;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #232021;
	line-height:140%;
	text-align: justify;
}

.texto a {
	color: #da261b;
	text-decoration:none;
}

.texto a:hover {
	color: #da261b;
	text-decoration:underline;
}

.textoDestaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #232021;
	line-height:140%;
	text-align: justify;
	padding-top:30px;
}

.destaques {
	width:110px;	
	background-color: #f4f4f4;
	padding: 16px;
	cursor:pointer;
	/*border: 2px solid #f4f4f4;*/
	margin:1px;
	top:5px;
	float:left;
	position:relative;
	height:140px;
}

.destaques:hover {
	background-color: #e6e6e6;
	padding: 16px;
	/*border: 2px solid #000;*/
	cursor:pointer;
}

.destaques img {
	margin-bottom: 5px;
}

.fotoDestaque {
	border: 2px solid #d5d5d5;
}

.fotoUsados {
	border: 2px solid #787878;
}

.nomeDestaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9c9c9c;
}

#tituloUsados {
	position:relative;
	width:98px;
	height:22px;
	overflow:hidden;
	bottom:18px;
	z-index:100;
	left: 800px;
}

.nomeUsados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #232021;
}

/*.tit_usados {
	width:900px;
	left:50%;
	margin:0 0 0 -450px;
	position:relative;
	top:-160px;
	float:right;
}*/

.usados {
	border: 2px solid #dfdfdf;
	padding:15px;
	cursor:pointer;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;*/
	background-color:#dfdfdf;
	margin-right:1px;
	width:114px;
	float:left;
}

.usados:hover {
	border: 2px solid #d60d00;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;*/
	background-color:#dfdfdf;
}

.usados img {
	margin-bottom: 5px;
}

.destaqueUsados {
	border: 2px solid #dfdfdf;
	padding:10px 15px 15px 15px;
	cursor:pointer;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;*/
	background-color:#dfdfdf;
	margin-right:1px;
	width:114px;
	float:left;
}

.destaqueUsados:hover {
	border: 2px solid #d60d00;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;*/
	background-color:#dfdfdf;
}

.destaqueUsados img {
	margin-bottom: 5px;
}

.destaqueProdutos {
	border: 2px solid #ffffff;
	padding:15px;
	cursor:pointer;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;*/
	background-color:#ffffff;
	margin-right:1px;
	/*margin-bottom:15px;*/
	width:114px;
	height:140px;
	float:left;
}

.destaqueProdutos:hover {
	border: 2px solid #d60d00;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;*/
	background-color:#ffffff;
	background:url(../img/link_info.png);
	background-repeat: no-repeat;
	background-position:bottom right;
}

.destaqueProdutos img {
	margin-bottom: 5px;
}

.menu {
	background-color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f4f4f3;
	/* cantos redondos*/
	-moz-border-radius: 8px;
   border-radius: 8px;
   -Webkit-border-radius: 8px;
   height:30px;
   padding-top:3px;
   padding-left:8px;
   padding-right:8px;
   cursor: pointer;
}

.menu a {
	background-color:#000000;
	color: #f4f4f3;
	text-decoration:none;
}

.menu a:hover {
	background-color:#b3a992;
	color: #f4f4f3;
	text-decoration:none;
}

.menuAct {
	/*background-image:url(../img/degrade_menu.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f4f4f3;
	background-color:#c1170d;
	/* cantos redondos*/
	-moz-border-radius: 8px;
   border-radius: 8px;
   -Webkit-border-radius: 8px;
   height:30px;
   padding-top:3px;
   padding-left:8px;
   padding-right:8px;
   cursor: pointer;
}

.menuUsados {
	background-color:#c1170d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f4f4f3;
	/* cantos redondos*/
	-moz-border-radius: 8px;
   border-radius: 8px;
   -Webkit-border-radius: 8px;
   height:30px;
   padding-top:3px;
   padding-left:8px;
   padding-right:8px;
   cursor: pointer;
}

#maquina {
	width: 450px;
	/*margin-left:5px;*/
	float:left;
	margin-top:15px;
}

#imprimir {
	width:570px;
	height:23px;
	bottom:25px;
	z-index:50;
	position:relative;
}

#imprimir:hover {
	width:570px;
	height:23px;
	bottom:25px;
	z-index:100;
	position:relative;
	cursor:pointer;
}

#fotos {
	width: 600px;
	/*margin-left:5px;*/
	float:left;
}

.fotoGrande {
	width: 450px;
	/*height: 350px;*/
	/*margin-left:5px;*/
	float:left;
	border: 2px solid #d5d5d5;
}

#fotosMini {
	width: 100px;
	/*margin-left:5px;*/
	float:right;
	z-index:80;
}

.mini {
	width: 70px;
	/*margin-left:5px;*/
	/*float:right;*/
	border: 2px solid #d5d5d5;
	margin-bottom:10px;
}

.mini:hover {
	width: 70px;
	border: 2px solid #d60d00;
	margin-bottom:10px;
	cursor:pointer;
}

.nomeMaquina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #232021;
	padding-bottom:15px;
}

.descricaoMaquina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6e6e6e;
	padding-bottom:8px;
	text-align: justify;
	line-height:140%;
}

.precoMaquina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6e6e6e;
	padding-bottom:15px;
}

.voltar {
	width: 100px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #232021;
	margin-top:10px;
}

.voltar a{
	color: #d60d00;
	text-decoration:none;
}

.voltar a:hover {
	color: #d60d00;
	text-decoration:none;
}

#formulario {
	border: 2px dotted #CCCCCC;
	padding:8px;
	width:420px;
}

/*rodape*/
#footer {
	background-color:#232021;
	width:100%;
	padding:15px 0 15px 0;
}

.copyright {
	width:950px;
	margin:auto;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e2dcd0;
}

.desenvolvido {
	width:950px;
	margin:auto;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e2dcd0;
	padding-bottom:5px;
}

.desenvolvido a {
	color: #e2dcd0;
	text-decoration:none;
}

.desenvolvido a:hover {
	color: #e2dcd0;
	text-decoration:none;
}

/*formulario*/
.formTipo {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

.formTipo #texto {
	font-size: 11px;
	font-weight: normal;
	color: #2e263d;
}

.formTipo #mandatorio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #e40707;
}

.formTipo #txtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7e8185;
	padding: 3px;
	border: 3px solid #e0e0e0;
}

.formTipo #txtarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7e8185;
	padding: 3px;
	border: 3px solid #e0e0e0;
}

.formTipo #btt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background:url(../img/bt_form.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
}

.formTipo #paginaEnvio {
	/*background-color: #ffffff;*/
	font-size: 12px;
	color: #181027;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	/*text-align: left;*/
}