	
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 InternetZ Soluções Web (http://www.internetz.com.br)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Projeto:	Website ArteOficius Gupos
 Versão:	1.0
 Data:	08-2008
 Copyright: 	2008 ArteOficius Grupo - www.arteoficius.com.br
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

	
/***** Preferências globais *****/
body {
	margin-top:0;
	padding-top:0;
	background:#ffffff url(../imagens/back.jpg) no-repeat scroll top;
}


	
/***** Links *****/
a {
	text-decoration:none;
	color:#294D6C;
}

a:hover {
	text-decoration:underline;
}


	
/***** Cabeçalho *****/
#cabecalho {
	height:40px;
	background:transparent;
}


	
/***** Banner *****/
#banner {
	position:absolute;
	text-align:center;
	background-color:Aqua;
	height:250px;
	display:none;
}


	
/***** Globo *****/
#globo {
	background:transparent;
	text-align:center;
	margin-top:65px;
}


	
/***** Logo *****/
#logo {
	text-align:center;
	margin-top:125px;
}


	
/***** Rodapé *****/
#rodape {
	color:#294D6C;
	background:transparent;
	font-size:.8em;
}


	
/***** Classes diversas *****/
.erro {
	color:#ff0000;
}

.tcenter {
	text-align:center;
}

.tleft {
	text-align:left;
}

.tright {
	text-align:right;
}

.titulo {
	color:#383838;
	font-weight:bold;
	font-size:1.1em;
	padding-left:2px;
	cursor:pointer;
}

.left {
	float:left;
}

.right {
	float:right;
}