﻿/*
================================================================================
PROJEVIDROS
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 09/06/09			      |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
Ultima Alteracao: 09/06/09		  |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
		Criacao do arquivo
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/

html, body {
	height:100%;
	} 

body {
	margin:0px; 
	padding:0px;
	text-align:center;
	background:#fff url('../img/bg-fundo-projevidros.jpg') repeat-x;
	}
	
	
	/* DIVS ESTRUTURA*/
	
#master {
	width:expression(document.body.clientWidth > 859? "859px" : "auto");
	max-width:859px;
	min-width:764px;
	margin:auto;
	
}	

#topo {
	width:100%;
}

#fotos {
	height:243px;
	position:relative;
	margin-top:-30px;
	z-index:0;
}

#logo {
	height:74px;
	position:relative;
	z-index:1;	
}

#menu {
	height:54px;
	position:relative;
	margin-top:-25px;
	z-index:2;	
}


#meio {
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
}

#sombraesq {
	width:6px;
	height:100%;
	float:left;
	background:url('../img/bg-sombra-esq.jpg') repeat-y;
}

#sombradir {
	width:6px;
	height:100%;
	float:right;
	background:url('../img/bg-sombra-dir.jpg') repeat-y;
}

#conteudo {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}


#rodape {
	width:100%;
	height:60px;
	float:left;
	margin-top:20px;
	text-align:center;
	background:url('../img/bg-traco-rodape.jpg') no-repeat center top;
	
	/*border-top:1px #c9c9c9 dashed;*/
}

/*#fadeesq {
	width:6px;
	height:100px;
	position:relative;
	float:left;
	margin-top:-99px;
	background:url('../img/bg-fade-esq.jpg') no-repeat;	
}*/

#vegapix {
	width:56px;
	height:15px;
	position:relative;
	float:right;
	margin-top:10px;
	margin-right:30px;
}


#endereco {
	width:430px;
	margin:auto;
	padding-top:10px;
}


	/* PAGINAS INTERNAS */

#portfolio {
	width:320px;
	height:227px;
	float:right;
}

#conteudointerno {
	padding:0px 30px 30px 30px;
}

#conteudoportfolio {
	width:auto;
	margin-top:-5px;
	padding:0px 30px 30px 30px;
}

.chamadaconteiner {
	width:28%;
	min-width:200px;
	float:left;
	text-align:center;
	border-right:1px dashed #6d6d6d;
}

/*#empresa {
	width:expression(document.#conteudo.clientWidth > 240? "240px" : "auto");
	max-width:240px;
	min-width:200px;
	float:left;
	border-right:1px dashed #6d6d6d;
}*/

.chamada {
	width:170px;
	height:295px;
	text-align:justify;
	margin:auto;
}


	/* CLASSES */
	
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6d6d6d;
}	

	/* LINKS */
	
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6d6d6d;
	text-decoration:none;
}	

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6d6d6d;
	text-decoration:none;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6d6d6d;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6d6d6d;
	text-decoration:underline;
}
/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 09/06/09	      |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criacao do arquivo
--------------------------------------------------------------------------------
================================================================================
*/
