/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	overflow: scroll;
	overflow-x: hidden;
}

img {
	border: none;
}
h1, h2, h3{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#container {
	width: 100%;
	height: 100%;
}
.center {
	width: 980px;
	margin: 0 auto;
	display: block;
}
.topo {
	display: block;
	float: left;
	width: 980px;
	height: 80px;
	margin-top: 20px;
}
#slider {
	display: block;
	float: left;
	width: 980px;
	height: auto;
	margin-top: 20px;
}	
.logo {
	display: block;
	float: left;
	margin-left: 60px;
}
.menu {
	display: block;
	float: left;
	margin: 13px 0 0 415px;
}
.menu ul {
	display: block;
	float: left;
}
.menu ul li {
	list-style: none;
	display: inline;
	margin-left: 21px;
}
.menu li a {
	font-family: "kalinga";
	text-transform: uppercase;
	text-decoration: none;
	color: #757575;
	font-size: 14px;
}
.menu li a:hover {
	border-bottom: 3px solid #922327;
}
.empresa {
	display: block;
	float: left;
	margin-top: 20px;
}
.empresa img{
	display: block;
	float: left;
	margin-left: 80px;
}
.descricao {
	display: block;
	float: left;
	font-family: "kalinga";
	width: 576px;
	margin-left: 30px;
}
.descricao h1{
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 24px;
}
.descricao p{
	display: block;
	float: left;
	font-size: 14px;
	color: #767676;
	line-height: 14px;
	margin-top: 15px;
}
.galeria {
	display: block;
	float: left;
	margin: 20px 0 0 54px;
	width: 886px;
	min-height: 430px;
}
.imagens {
	display: block;
	float: left;
	width: 206px;
	height: 146px;
	margin: 0 13px 15px 0;
}
.primeira {
	float: left;
}
.segunda{
	float: left;
	margin-top: -146px;
}
.imagens span{
	display: block;
	float: left;
	text-decoration: none;
	font-family: "kalinga";
	text-transform: uppercase;
	width: 206px;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	margin: -35px 0 0 3px;
	position: relative;
	z-index: 99;
}
.pages {
	display: block;
	float: left;
	width: 920px;
	height: 60px;
	margin-left: 60px;
}
.pages p{
	font-family: "kalinga";
	text-transform: uppercase;
	font-size: 12px;
	color: #922327;
}
.pages p a{
	text-decoration: none;
	font-family: "kalinga";
	text-transform: uppercase;
	font-size: 12px;
	color: #922327;
}
.pages p a:hover{
	text-decoration: underline;
}
.produto-detalhado{
	display: block;
	float: left;
	margin-left: 65px;
	width: 980px;
}
.detalhado{
	display: block;
	float: left;
	width: 536px;
	height: auto;
}
.detalhado a{
	margin: 0 12px 0 0;
}
.descricao-produto {
	display:block;
	float: left;
	width: 330px;
	min-height: 400px;
	margin-left: 35px;
}
.descricao-produto h1{
	display: block;
	width: 330px;
	float: left;
	font-family: "kalinga";
	text-transform: uppercase;
	font-size: 26px;
	line-height: 24px;
}
.descricao-produto p{
	display: block;
	float: left;
	font-family: "kalinga";
	font-size: 14px;
	color: #767676;
	line-height: 14px;
	margin-top: 15px;
}
.mapa {
	display: block;
	float: left;
	width: 449px;
	height: 449px;
	border: 1px solid #e4e4e4;
	margin-left: 90px;
}
.mapa iframe {
	margin: 9px 0 0 9px;
}
.mapa img {
	margin: 9px 0 0 9px;
}
.contato{
	display: block;
	float: left;
	width: 340px;
	height: 449px;
	margin: 30px 0 0 25px;
}
.contato h3{
	font-family: "kalinga";
	text-transform: uppercase;
	font-size: 28px;
	color: #000;
	line-height: 24px;
	margin-bottom: 18px;
}
.contato a {
	text-decoration: none;
}
.contato h2 {
	font-family: "kalinga";
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	line-height: 24px;
	margin-bottom: 18px;	
}
.contato a:hover {
	color: #371a1a;
}
#formcontato {
	float: left;
	display: block;
}
.form_input input{
	border: none;
	float: left;
	display: block;
	font-family: "kalinga";
	text-transform: uppercase;
	width: 335px;
	height: 26px;
	line-height: 26px;
	color: #cbcbcb;
	border: 1px solid #5b5b5b;
	margin-bottom: 5px;
	padding-left: 4px;
}
#formcontato textarea{
	border: none;
	display: block;
	float: left;
	width: 335px;
	height: 160px;
	resize: none;
	font-family: "kalinga";
	text-transform: uppercase;
	color: #cbcbcb;
	border: 1px solid #5b5b5b;
	padding-left: 4px;
}
#btn_enviar {
	display: block;
	float: right;
	border: none;
	width: 113px;
	height: 33px;
	background: #922327;
	font-family: "kalinga";
	text-transform: uppercase;
	font-size: 23px;
	color: #FFF;
	margin-top: 10px;
	cursor: pointer;
}
/*#footer {
	position: relative;
	margin-top: -90px;
	height: 90px;
	clear: both;
}*/
.rodape {
	display: block;
	float: left;
	width: 100%;
	height: 90px;
	background: url(../imgs/rodape.png) bottom repeat-x;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 40px;}  /* deve ser a mesma altura do rodapé */
#footer {
	position: relative;
	margin-top: -90px; /* A mesma altura do rodapé, o valor deve ser negativo */
	height: 90px;
	clear:both
}

.direitos p {
	display: block;
	font-family: "kalinga";
	text-transform: uppercase;
	color: #757575;
	font-size: 10px;
	text-align: center;
	margin-top: 40px;
}
.aqua {
	display: block;
	float: right;
	margin-top: -20px;
}
@font-face {
	font-family: "kalinga";
	src: url(../fontes/kalinga.ttf);
}