﻿/*
================================================================================
DESPACHANTE NIVALDO
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 09/02/09			      |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
Ultima Alteracao: 28/07/09		  |  Autor: Diego <diegom@vegait.com.br>
--------------------------------------------------------------------------------
	*	Adicionados estilos para o lightbox
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/

html, body {
	height:100%;
	} 

body {
	margin:0px; 
	padding:0px;
	background:url(../img/bg-fundo_braslift_empilhadeiras.jpg) repeat-x;
	}
	
#master { 
	width:750px;
	position:relative; 
	margin:auto;
	text-align:center;
	}
	
#topo {
	width:750px;
	height:169px;
	}	
	
#conteiner {
	width:750px;
	height:auto;
	float:left;
	background-color:#fff;
	}	

#conteudo {
	height:auto;
	float:left;
	background-color:#eee;
	text-align:left;
	}
	
#sombraesquerda {
	width:4px;
	height:230px;
	float:left;
	margin-left:-4px;
	background-image:url(../img/bg-sombra_fundo_braslift_empilhadeiras1.jpg);
	}

#sombradireita {
	width:4px;
	height:230px;
	float:right;
	margin-right:-4px;
	background-image:url(../img/bg-sombra_fundo_braslift_empilhadeiras2.jpg);
	}
	
	
	/* RODAPÉ */
	
#rodape {
	max-width:100%;
	height:77px;
	background:url(../img/bg-canto_rodape_braslift_empilhadeiras3.jpg) repeat-x;
	}
	
#rodapecantoesquerdo {
	width:9px;
	height:77px;
	float:left;
	background-image:url(../img/bg-canto_rodape_braslift_empilhadeiras1.jpg);
	}
	
#rodapecantodireito {
	width:9px;
	height:77px;
	float:right;
	background-image:url(../img/bg-canto_rodape_braslift_empilhadeiras2.jpg);
	}
	
#rodapecentro {
	max-width:100%;
	height:77px;
	}
	
#endereco {
	position:relative;
	float:right;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}
	
#telefone {
	float:left;
	}
	
	
	/* PÁGINAS INTERNAS */
		
#empilhadeiras {
	width:238px;
	float:right;
	padding-top:17px;
	text-align:left; 
	margin-left:10px;
	background-color:#fff;
	}
	
#home1 {
	width:460px;
	min-height:180px;
	text-align:left;
	}
	
#home2 {
	width:460px;
	min-height:140px;
	text-align:left;
	padding-top:10px;
	}
	
#interno {
	padding:17px 15px 15px 15px;
	}


	/* CLASSES */
	
.clear {
	clear:both;
	}
	
.texto {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	text-align:justify;	
	}
	
.titulo {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
	font-weight:bold;
	}
	
	
	/* FORMULÁRIOS */
	
input {
	background-color:#fff;
	border:1px solid #888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;		
	}
	
textarea {
	background-color:#fff;
	border:1px solid #888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
select {
	background-color:#fff;
	border:1px solid #888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	}
	
	/* LINKS */

a:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

a:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}

 #lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 09/02/09	      |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criacao do arquivo
--------------------------------------------------------------------------------
================================================================================
*/
