/************************************************************
	Autor: Odirlei Borgert
	E-mail: odirleiborgert@gmail.com
	Proprietário: agênciaSONAR
-------------------------------------------------------------
	Versão: 3.0
	Criação: 02/03/2012
	Última Atualização: 09/04/2012
************************************************************/


#geral{
	min-height:100%;
	position:relative;
	}

* html #geral{
	height:100%, /*  hack para IE6 que trata height como min-height */
	}



/**********************************************
									TOPO
**********************************************/
/*
header{
	width: 100%;
	height: 225px;
	margin: 0 auto;
	background: url('../images/bg-header.jpg') center no-repeat;
}
*/

.header{
	width: 100%;
	height: 225px;
	margin: 0 auto;
	background: url('../images/bg-header.jpg') center no-repeat;
	
}

img#logotipo{
	margin-top:15px;
	float: left;
	}

img#slogan{
	margin-top: 30px;
	float: right;
	}


/**********************************************
									   MENU
**********************************************/
nav{
	width: auto;
	height: 30px;
	float: left;
	margin-left:75px;
	margin-top: 40px;
}

nav ul{list-style: none;}

nav ul li{
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 15px;
	border-left: 1px solid #e8be7c;
	border-right: 1px solid #c58c35;
	}

nav ul li:first-child{border-left: none;}
nav ul li:last-child{border-right: none;}

nav ul li a{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

nav ul li a:hover{color:#a52144;}

/**********************************************
								   CONTEUDO
**********************************************/
#conteudo{
	margin-bottom: 20px;
	width: 690px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 50px;
}

#publicidade{
	width: 220px;
	height: 635px;
	overflow: hidden;
	float: right;
}

p.label-pub{
	color:#a52144;
	line-height: 14px;
	margin-top: 30px;
	border-bottom: 1px solid #a52144;
}

a.pub-lateral{
	width: 220px;
	height: 180px;
	display: block;
	margin: 10px 0;
	border-radius: 20px;
	background: #c0c0c0;
}

#grupo{
	width: 100%;
	height: 200px;
	clear: both;
	padding: 45px 0 65px;
}

span.bt-controle{
	width: 20px;
	height: 100px;
	line-height: 100px;
	display: block;
	cursor: pointer;
}

span.prev{
	float: left;
	background: url('../images/bt-controle.png') 0 40px no-repeat;
}

span.next{
	float: right;
	background: url('../images/bt-controle.png') -22px 40px no-repeat;
}

div#carrossel{
	float: left;
}




/**********************************************
								RODAPÉ
**********************************************/

.footer{
		position:absolute;
		bottom:0;
		width: 100%;
		height:66px;
		background: url('../images/bg-footer.jpg') center no-repeat;
}

	.footer p{
		font-size: 10px;
		color: #fff;
		line-height: 14px;
		margin-top: 20px;
	}