focus@charset "utf-8";
/* CSS Document */
html {
	background: #000;
}
body {
	background: #000;
	font: normal 12px/140% Arial, Tahoma, Verdana;
	color: #ccc;
	line-height: 1.4em;
	text-align: center;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font: 500 1em/140% Arial, Helvetica, sans-serif;
	margin: 0 0 0.2em 0;
	text-align: left;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
.container{
	width: 990px;
	margin: 0 auto;	
	position:relative
}
/*#header {
	z-index: 1;
	position: relative;
	width:990px;
	height:200px;
	padding-top: 50px;
	background: url(img/topoInner.png) no-repeat center 50px ;
}*/
#header {
    z-index: 1;
    position: relative;
    width:990px;
    height:200px;
    background: url(img/topoInner.png) no-repeat center 0 ;
}
#header h1 img{
	position: absolute;
	z-index: 10;
	width: 280px;
	height:96px;
	top: 70px;
	left: 10px;
}
#menu {
	display: block;
	width:990px;
	height:45px;
	position:absolute;
	left: 0;
	bottom:0;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 2px solid #444;
	border-top: 2px solid #444;
}
#menu a {
	color: #fff;
	display:inline-block;
	float: left;
	text-indent: -9000em;
	background: url(img/menu.png) no-repeat top left;
	height: 45px;
}
#menu a.home{
	width: 85px;	
}
#menu a.home:hover{
	background-position: 0 -45px;	
}
#menu a.quem{
	width: 133px;
	background-position: -85px 0;
}
#menu a.quem:hover{
	background-position: -85px -45px;	
}

#menu a.produtos{
	width: 115px;	
	background-position: -218px 0;
}
#menu a.produtos:hover{
	background-position: -218px -45px;	
}
#menu a.onde{
	width: 148px;
	background-position: -333px 0;
}
#menu a.onde:hover{
	background-position: -333px -45px;	
}
#menu a.novidades{
	width: 118px;
	background-position: -481px 0;
}
#menu a.novidades:hover{
	background-position: -481px -45px;	
}
#menu a.representantes{
	width: 164px;
	background-position: -599px 0;
}
#menu a.representantes:hover{
	background-position: -599px -45px;	
}
#menu a.downloads{
	width: 126px;
	background-position: -763px 0;
}
#menu a.downloads:hover{
	background-position: -763px -45px;	
}
#menu a.contato{
	width: 101px;
	background-position: -889px 0;
}
#menu a.contato:hover{
	background-position: -889px -45px;	
}
#menu a:hover {
	color: #ff0;
}
#header .squareTop{
	background: url(img/white.png) repeat;
	border: 1px solid #ccc;
	padding: 7px 5px;
	text-align: left;
	display:block;
	position:absolute;
	left:0;
	bottom: 60px;
	width:978px;
	z-index:9;
	font-size: 19px;
	color: #fff;
	text-shadow:  0 1px 2px #000;
	letter-spacing:1px
	
}
#home #header .squareTop{
	background: url(img/white.png) repeat;
	border: 1px solid #ccc;
	padding: 7px 5px ;
	text-align: left;
	display:block;
	position:absolute;
	left:0;
	bottom: 60px;
	width:978px;
	z-index:9;
	font-size: 24px;
	color: #fff;
	text-shadow:  0 1px 2px #000;
	letter-spacing:1px
}
#menuMarcas{
	/*background: url(img/bar1.png) repeat-x center center;	*/
	padding-bottom:3px;
	padding-top:3px;
	border-bottom: 1px solid #4E4E4E;
	border-top: 1px solid #4E4E4E;
}
#menuMarcas img{
	padding:0px 0px 0px 1px;
}
.whiteBG{
	background: url(img/white.png) repeat;
	text-shadow:  0 1px 2px #000;
}
.y{
	color:#FF0;
}
.voltar {
	margin-top: 20px;
	font-size: 1.2em;
	clear: both;
	text-align: left;
}
/* FORMS */
.inputImg {
	margin: 0;
	vertical-align: middle;
}
fieldset {
	padding: 15px 5px 0;
	border: 0;
}
label {
	float: left;
	display: block;
	padding: 6px 5px 2px 0;
	line-height: 18px;
	font-weight: normal;
	font-size: 1.1em;
	color: #eee;
}
.textarea, .campo, .select, .botao {
	border: 1px solid #333;
	background: #fff;
	width: auto;
	font: normal 12px Arial, Tahoma, sans-serif;
	margin: 2px 0 0 1px;
	float: left;
	padding: 5px 6px;
	line-height: 20px;
	color: #333;
}
.textarea{
	width: 320px;
	font: normal 12px Arial, Tahoma, sans-serif;
	overflow: auto;
}
.campo, .select {
	width: 320px;
	height: 18px;
	vertical-align: middle;
}
.textarea:hover, .textarea:focus, .campo:hover, .campo:focus, .select:hover, .select:focus {
	border-color: #F90;
}
.select {
	width:auto!important;
}
option {
	background: none;
}
.botao {
	border: 2px solid #333;
	background: #000;
	color: #eee;
	margin-top: 4px;
	vertical-align: middle;
	padding: 3px 4px;
	line-height: normal;
	font-size: 1em;
	font-weight: bold;
}
.botao:hover, .botao:focus {
	color: #000;
	background: #fff;
	border-color: #fff!important;
}
.checkbox, .radio {
	margin: 0 3px 0 0!important;
	border: 0;
}
/* FIM FORMS*/
#footer {
	text-align: center;
	padding-top:5px;
	margin-top:5px;
}
#footer p {
}
#footer #menuFooter{
	text-align: center;	
	line-height:45px;
	background: url(img/bar1.png) repeat-x top center;
}
#menuFooter a{
	padding: 0 30px;
	color: #fff;
}
#menuFooter a span{
	color: #FF0	
}
#menuFooter a:hover{
	color: #ff0;	
}
#footer .assinatura{
	padding-top: 20px;
	color: #666;
	font-size: 11px
}
/* =-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-= */
.destaque{
	width:465px;
	outline:1px solid #666;
	background: url(img/gradient1.png) repeat-x bottom center;
	color: #fff;
	font-size: 12px!important;
	text-align: center!important;
	float: left;
	margin: 15px;
	display: inline-block;
	padding: 15px 0;
}
.destaque h3{
	text-align: center;
	font-size: 14px;	
}

.photostream{
	width:990px;
	/*border-top: 1px solid #333;
	border-bottom: 1px solid #333;*/
	padding: 3px 0;
}
.photostream ul{
	display:block;
	width:990px;
	background: #333;
	text-align: center;
	padding: 10px 0;
}
.photostream ul li{
	display: inline-block;
	width:140px;
	font-size: 12px;
}
.photostream ul li a{
	color: #fff;	
}
.photostream ul li a img{
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	*/
	padding: 0 19px;
}
.photostream ul li a span{
	display: block;
	padding-top:5px;
	text-align: center	
}
.photostream ul li a:hover{
	color: #ff0;	
}
.bloco{
	padding: 5px 0;
	/*border: 1px solid #ccc;*/
	border-left:0;
	border-right:0;
	margin: 5px 0;	
}
.titleBar{
	background:url(img/bar1.png) repeat-x top center;
	font: Verdana, Arial, Helvetica, sans-serif;
	height: 45px;
	line-height: 45px;
	font-size:16px;	
	font-weight:bold;
	text-shadow:0 1px 9x #000;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}
.titleBar a{
	color: #fff;	
}
.titleBar img{
	float: left;
	margin: 0 15px;
}
.titleBar .marca{
	display:inline-block;
	float: left;
	padding-right: 20px;
	border-right: 2px solid #000; 	
	text-transform:uppercase;
}
.titleBar .modelo{
	display:inline-block;
	float: left;
	padding: 0 40px;
	border-right: 2px solid #000;
	border-left: 1px solid #ccc;
	text-transform:uppercase
}
.titleBar .hack{
	display:inline-block;
	float: left;
	border-left: 1px solid #ccc;
}
.bloco ul{
	display:block;
	width:990px;
	background: #000;
	text-align: center;
	padding: 10px 0;
}
.bloco ul li{
	display: inline-block;
	height: 120px;
	width:140px;
	font-size: 12px;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/	
	padding: 0 17px;
	margin-bottom:20px;
}
.bloco ul li a{
	color: #fff;	
}
.bloco ul li a img{
	/*border: 1px solid #fff;*/
/*	-webkit-box-shadow: 0 0 2px 0 #fff;
	-moz-box-shadow: 0 0 2px 0 #fff;
	-khtml-box-shadow: 0 0 2px 0 #fff;
*/}
.bloco ul li a span{
	display: block;
	padding-top:5px;
	text-align: center	
}
.bloco ul li a:hover{
	color: #CCCCCC;	
}
.automovel{
	width: 490px;
	padding: 10px 0 0 5px;
	float: left;
}
.automovel img{
	margin-bottom: 10px;	
	width:420px;
}
.automovel span{
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 2px #000;
}
.automovel .texto{
	color: #ccc;
	padding: 20px 35px;
	text-align: left	
}
.grade{
	width: 480px;
	padding: 10px 0 0 5px;
	float: left;
}
.grade img{
	margin-bottom: 10px;	
	width:420px;
}
.grade ul{
	width:80%;
	margin: 0 10%;
	background: none
}
.grade ul li{
	display:block;
	border: none;
	border-bottom: 1px solid #666;
	height: auto;
	width:auto;
	padding:0;
	margin: 0;
	text-align: left;
}
.grade ul li a{
	color: #ccc;
	text-decoration:none;
	display:block;
	padding: 7px 5px;	
}
.grade ul li a em{
	font-size:.9em;
	color: #999
}

.sm {list-style:none; width:990px; height:330px; display:block; overflow:hidden; border-bottom: 2px solid #333; padding-bottom:2px;}
.sm li {float:left; display:inline; overflow:hidden;box-shadow: 0 0 30px 0px #000;-moz-box-shadow: 0 0 30px 0px #000;-webkit-box-shadow: 0 0 30px 0px #000;}
.maisFotos img{
	width: 120px!important	;
	margin: 10px
}
table{
	border-collapse:collapse;	
	text-align: center!important
}
table tr td{
	color: #fff;
	background: url(img/bgTabel.png) repeat-x top center;
	padding: 5px;	
	border: 1px solid #000;
}
table tr th{
	color: #fff;
	background: url(img/btTabelTT.png) repeat-x top center;
	padding: 5px;	
	border: 1px solid #000;
}
.bloco a{
	color: #fff;	
}
.downloads div{
	width: 200px;
	padding: 5px;
	display: inline-block;
	margin: 10px;
	border: 1px solid #333;
	height:180px;
	color: #fff;
}
.downloads div img{
	max-width: 	180px;
	max-height: 160px;
}
.downloads a{
	text-decoration: none;
	color: #fff;	
}
.mapa{
	width:300px!important;
	border: 0!important
}

/* =-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-= */
.login{
	width:450x;
	outline:1px solid #666;
	background: url(img/gradient1.png) repeat-x bottom center;
	color: #fff;
	font-size: 12px!important;
	text-align: center!important;
	margin: 0px;
	display: inline-block;
	padding: 20px 0;
}
.login h3{
	text-align: center;
	font-size: 14px;	
}

.carregando{
	color:#666;
	display:none;
}


ul#imagepreview{
margin:0;
padding:0;
}
ul#imagepreview li {
list-style:none;
float:left;
display:inline;
margin-right:10px;
}
#preview{
position:absolute;
border:1px solid #ccc;  /*---Edite cor da borda---*/
background:#000;   /*---Edite cor de fundo---*/
padding:5px;
display:none;
color:#fff;   /*---Edite cor da fonte---*/
}


a.tooltip span {display:none; padding:2px 2px; margin:45px 10px 0px 5px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 1%;
    left: 50%;
    
    margin-left: -450px;
    width: 900px;
    
    color: #000;
    border: 1px solid black;
    padding: 12px;
}
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  color: #FFF;
}
div.jqmConfirm a.jqmClose{ 
background-color:#FFFFFF;
background-position: 0 -20px;
}
div.jqmConfirm a.jqmClose:hover{ 
background-color:#FFFFFF;
background-position: 0 -20px; 
}


/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
