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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	color:#7C7056;
	font:Helvetica;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
	text-decoration:none;
}

h2{
	color:#C60;
	font:Helvetica;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	text-decoration:none;
}

a{
	color:#b1a68f;
	font:Helvetica;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	text-decoration:none;
}

.Menu a{
	color:#b1a68f;
	font:Helvetica;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	text-decoration:none;
}

.Rodape{
	color:#bab2a2;
	font:Tahoma;
	font-size:14px;
}

.botao{
	color: #b1a68f;
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#413f3f;
}

.TituloHome{
		height:30px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color:#413f3f;
}
.TituloHome p{
		color:#eca204;
		font-family:Cricket;
		font-size:14px;
		font-weight:bold;
}
.Vitrine p{
	font:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#413f3f;
}
.Vitrine span{
	font:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#0b0802;
}
.Vitrine h5{
	font:Tahoma;
	font-size:11px;
	color:#545353;
}

.Form{
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border-color:transparent;
		background-color:#6c6960;
		width:300px;
}

.Contato{
	font:Tahoma;
	font-size:14px;
	color:#333;
}
