@charset "iso-8859-1";

/*Seletores HTML*/

*
{
	margin:0px;
	padding:0px;
}

body
{
	background-color: #ccc !important;
	font-family:Tahoma, Geneva, sans-serif;
}

h1
{
	font-size:small;
	display:none;
	visibility:hidden;
}

h3, h4, h5
{
	font-size:small;
	font-family:Verdana, Geneva, sans-serif;
	color:#5B0C1E;
	font-weight:bold;
}

/*Fim dos Seletores HTML*/

/*IDs*/

#layout 
{
	display: block;
	margin: auto;
	width: 901px;
	position: relative;
	/*background:url(../images/layout/background.jpg) no-repeat;*/
	height: auto;
	background-repeat:repeat-y;
	background-position:0px 423px;
	
}

#banner {
	height: 434px;
	width: 900px;
	position: relative;
	margin-right:auto;
	margin-left:auto;
}

#titulo_pagina 
{
	display: block;
	height: 42px;
	width: 523px;
	position: relative;
	top: 10px;
	left: 40px;
	font-size:small;
	line-height:42px;
}

#conteudo
{
	display: block;
	min-height:216px;
	height: auto;
	width: 523px;
	font-size: small;
	position: relative;
	top: 20px;
	left: 40px;
	border-bottom-style: solid;
	border-bottom-color: #5B0C1E;
	border-bottom-width:1px;
	margin-bottom: 5px;
}

#conteudo p
{
	text-align:justify;
}

#conteudo a:link, a:visited
{
	text-decoration:none;
	color: #333;
}

#conteudo a:hover
{
	text-decoration: underline;
	color: #333;
}

#destaques {
	display: block;
	width: 820px;
	height:auto;
	position: relative;
	left: 40px;
	border: 1px solid #81112b;
	margin-bottom: 40px;
	margin-top: 100px;
	}

#destaques span {
	background-image: url(../images/layout/fundo_destaques.gif);
	display: block;
	height: 23px;
	width: 820px;
	position: relative;
	line-height:23px;
	text-indent:3px;
	font-size:small;
	color:#FFF;
	font-weight:bold;
}
#rodape {
	background-image: url(../images/layout/linha_rodape.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	width: 900px;
	position: relative;
	display: block;
	font-size: x-small;
	text-align: center;
	line-height:30px;
}

#rodape a:link, a:visited
{
	text-decoration:none;
	color:#000;
}

#rodape a:hover
{
	text-decoration: underline;
	color:#000;
}

/*Fim dos IDs*/

/*Come�o das Classes*/

.titulo_pagina_home
{
	background-image: url(../images/layout/fundo_titulos_home.gif);
}

.titulo_pagina_empresa
{
	background-image: url(../images/layout/fundo_titulos_empresa.gif);
}

.titulo_pagina_contato
{
	background-image: url(../images/layout/fundo_titulos_contato.gif);
}

.titulo_produtos
{
	border-bottom-style: solid;
	border-bottom-color: #5B0C1E;
	border-bottom-width:1px;
}

/*Fim das Classes*/


/*TOPO*/
	.topo{
		padding: 20px 10px;
	}

	.topo--logo img{
		width: 80%;
	}

	.topo--contato{
		text-align: center;
		line-height: 1;
		margin-bottom: 1rem;
		font-weight: 600;
	}

	.topo--contato a, .topo--contato a:hover{
		color: #000;
	}

	.topo--nav{
		list-style: none;
		text-align: center;
		margin-bottom: 0;
	}

	.topo--nav li{
		display: inline-block;
	}

	.topo--nav li a{
		color: #811524;
		text-align: center;
		position: relative;
		display: inline-block;
		font-weight: 600;
		text-transform: uppercase;
		width: 80px;
    	margin: auto;
	}

	.topo--nav li a:hover{
		text-decoration: none;
	}


	.topo--icone{
		height: 50px;
		width: 50px;
		border: 1px solid #811524;
		border-radius: 50%;
		display: block;
		margin: auto;
		transition: all .2s;
	}

	.topo--nav li a:hover .topo--icone{
		background: #811524;
	}

	.topo--nav li a:hover .topo--icone i{
		color: #fff;
	}

	.topo--icone i{
		font-size: 30px;
		display: block;
		margin: auto;
		text-align: center;
		line-height: 50px;
		transition: all .2s;
		
	}
/*FIM TOPO*/

#galeria_home{
	top: 0;
}