﻿/*
================================================================================
VALMIR ROSSARI
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 22/04/10	  			  |  Autor: Carla <carlac@vegait.com.br>
--------------------------------------------------------------------------------
Ultima Alteracao: 22/04/10		  |  Autor: Carla <carlac@vegait.com.br>
--------------------------------------------------------------------------------
		Criacao do arquivo
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/

html {
	height: 100%;
	text-align: center;
}
body {
	height:100%;
	margin:0px;
	text-align: center;
	background:url('../img/bg-fundo.jpg') repeat;

}
#master { 
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px auto;
	position: relative;
	text-align: center;
}
* html #master {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

#topo  {
	width:100%;
	height:120px;
}

#menu  {
	width:100%;
	height:45px;
	text-align:center;
	background:url('../img/bg-menu.jpg') repeat;
}

#menu_flash  {
	margin:auto;
}

#container1 {
	width:100%;
	min-height:200px;
	background:#e6dfc3 url('../img/bg-conteudo-cima.jpg') repeat-x top;
}

#container2 {
	width:100%;
	min-height:350px;
	margin:auto;
	padding:50px 0px 30px 0px;
	background:url('../img/bg-conteudo-baixo.jpg') repeat-x bottom;
}

#conteudo {
	width:600px;
	margin:auto;
	margin-top:20px;
	padding:20px;
	text-align:justify;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:14px;
	color:#6f2907;
	background:#f3efe1;
	border:5px #ffffff solid;
}

#portfolio {
	margin-top:-20px;
}

#rodape {
	width:100%;
	height:148px;
	margin-top:-5px;
	text-align:center;
}

#rodapemeio {
	width:510px;
	height:148px;
	position:relative;
	float:left;
	margin-left:-260px;
	padding-top:10px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:12px;
	color:#6f2907;
	background:url('../img/bg-rodape.png') no-repeat;
}

#rodapeesq {
	width:50%;
	height:115px;
	float:left;
	background:url('../img/bg-rodape-esq.png') repeat-x top;
}

#rodapedir {
	width:49.99%;
	height:115px;
	float:left;
	background:url('../img/bg-rodape-dir.png') repeat-x top;
}

input, select, textarea {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:13px;
	color:#000000;
	background-color:#ffffff;
	border:1px #6f2907 solid;
}

/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 22/04/10	  	|  Autor: Carla <carlac@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criacao do arquivo
--------------------------------------------------------------------------------
================================================================================
*/
