@charset "utf-8";
/* CSS Document 

==========================================

	Layout desenvolvido por Masters Web
	www.imastersweb.com
	contato@imastersweb.com
	15/11/07
	Autor: Junio Albino
	
==========================================

	Body
*/

body
	{
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
	color: #333333;
	margin: 0;
	}
	
/*
	Elementos alternativos
*/

address 
	{
	font-style: italic;
	}

blockquote 
	{
	font-style: italic;
	}
	
code 
	{
	font-style: italic;
	}
	
/*
	Absoluto
*/

div 
	{
	position: absolute;
	}
	
/*
	Títulos
*/

h1, h2, h3, h4, h5, h6
	{
	font-family: "Monotype Corsiva", Verdana, Arial, sans-serif;
	font-weight: normal;
	}
	
h1, h2
	{
	color: #00923F;
	}
	
h1
	{
	font-size: 28px;
	}
	
h2, h3
	{
	font-size: 22px;
	}
	
h3
	{
	color: #333333;
	}
	
/*
	Img sem borda
*/

img
	{
	border: none;	
	}
	
/*
	Listas
*/

ul 
	{
	list-style-type: square;
	}

ol
	{
	list-style-type: decimal;
	}
	
/*
	Links
*/

a:link, a:visited, a:active
	{
	font-weight: bold;
	text-decoration: underline;
	}

a:hover 
	{
	font-weight: bold;
	text-decoration: none;
	}
	
a:link.img, a:visited.img, a:active.img, a:hover.img
	{
	text-decoration: none;
	}
	
/*
	Classes
*/
	
.texto1	{
	font-size: 14px;
	color: #333333;
	}
	
.texto2
	{
	font-size: 11px;
	color: #444444;
	text-align:justify;
	}
	
.texto3
	{
	font-size: 10px;
	color: #FFFFFF;
	}
	
.texto4
	{
	font-size: 10px;
	color: #00923f;
	}
	
.rodape
	{
	font-size: 11px;
	color: #666666;
	text-align: center;
	}
	
/*
	Ids
	
=================================================

	Index
*/
	
#todo1
	{
	background-image: url(media/fundo_index.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 985px;
	height: 600px;
	top: 10px;
	left: 10px;
	}
	
/*
	Páginas
*/
	
#todo2
	{
	background-image: url(media/fundo_paginas.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 955px;
	height: 600px;
	top: 10px;
	left: 10px;
	}
	
/*
	Quadros
*/
	
#logo
	{
	width: 356px;
	height: 48px;
	top: 37px;
	left: 54px;
	}
	
#flash1
	{
	width: 190px;
	height: 206px;
	top: -7px;
	left: 756px;
	}
	
#menu
	{
	width: 223px;
	height: 170px;
	top: 205px;
	left: 0px;
	}
		
#flash2
	{
	width: 263px;
	height: 189px;
	top: 200px;
	left: 698px;
	}
	
#newsletter
	{
	text-align: center;
	width: 183px;
	height: 165px;
	top: 393px;
	left: 30px;
	}
	
#guarda
	{
	width: 201px;
	height: 160px;
	top: 400px;
	left: 235px;
	}
	
#cadastro
	{
	width: 290px;
	height: 171px;
	top: 412px;
	left: 663px;
	}
	
#rodape
	{
	width: 995px;
	height: 55px;
	top: 554px;
	left: 0px;
	}
	
/*
	Quadro no index, meio
*/
	
#quadro1
	{
	width: 469px;
	height: 188px;
	top: 205px;
	left: 263px;
	}
	
/*
	Quadro no index, abaixo
*/
	
#quadro2
	{
	width: 240px;
	height: 171px;
	top: 393px;
	left: 433px;
	text-align: center;
	}
	
/*
	Quadro central das páginas
*/

#quadro3
	{
	width: 648px;
	height: 302px;
	top: 225px;
	left: 255px;
	overflow: scroll;
	padding-right:10px;
	}
	
/*
	W3C
*/

#direitos
	{
	width: 955px;
	height: 31px;
	top: 605px;
	left: 0px;
	text-align: right;
	}
	
/*
	Fim
*/