@charset "iso-8859-1";
/* CSS Document */

/*
==============================================================================================
	Folha de estilos - Yoki Galeto's
	
	Versao:		1.0
	Autor:		Ebrothers - Onde idéias se realiazam
	Data:		24-06-2010
	Email:		contato@ebrothers.com.br
	Website:	http://www.ebrothers.com.br
	
	Revisão-1: 24-06-2010
	Alterações: ---  
==============================================================================================
*/

/*
==============================================================================================
*
* IMPORTANTO OUTRAS FOLHAS DE ESTILOS
*
==============================================================================================
*/

@import url("cssSlider.css");
@import url("cssCuber.css");

/*
==============================================================================================
*
* DEFININDO PADRÕES PARA TEXTOS
*
==============================================================================================
*/

h2{
	width: 280px;
	float: left;	
}
span{
	width: 280px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 20px;
	float: left;
	color: #4F0F00;
	margin: -8px 0px 15px 0px;
}

/*
==============================================================================================
*
* DEFININDO PADRÕES PARA PÁGINA HOME
*
==============================================================================================
*/

/* 
* ============================================
* ESTILOS GERAIS
* ============================================
*/

body
{
	background: url(../img/jpg_backgroundHome.jpg) center top no-repeat;
}

/* 
* ============================================
* ESTILOS TOPO
* ============================================
*/

#topo{
	height: 550px;
}
#bannerPrincipal{
	width: 940px;
	height: 370px;
	float: left;
}

/* 
* ============================================
* ESTILOS CONTEÚDO
* ============================================
*/

/* 
* ----------------------
* ESTILOS GERAIS
* ----------------------
*/

#bannerSecundario{
	width: 940px;
	height: 270px;
	float: left;
	margin-top: -12px;
	position: relative;
	z-index: 2000;
}
#conteudoInterno{
	width: 940px;
	height: auto;
	float: left;
	margin-top: 30px;
}

/* 
* ----------------------
* ESTILOS ESPECÍFICOS
* ----------------------
*/

#coluna1{
	width: 295px;
	height: auto;
	float: left;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #EBE3D4;
	border-right-style: dashed;
}
#coluna1 img{
	float: left;
	margin-top: 10px;
}
#coluna2{
	width: 245px;
	height: auto;
	float: left;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #EBE3D4;
	border-right-style: dashed;
}
#coluna3{
	width: 295px;
	height: auto;
	float: left;
}
#coluna3 img{
	float: left;
	margin-top: 10px;
}
