html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #ede5d3 url(../images/bg.jpg) repeat-x;
	text-align: center;
	font: 11px "verdana", arial, sans-serif;
	color: #000000;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 672px;
	background: #ffffff;
	position: relative;
}

#header {
  background: #ebe2cb url(../images/bg2.jpg);
  height: 266px;
}
#logo {
	position: absolute;
	top: 26px;
	left: 3px;
	width: 257px;
	height: 88px;
}
#nav {
  background: #4b4336;
  position: absolute;
  top: 101px;
  left: 287px;
  width: 385px;
  padding: 9px 0;
  text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a {
  text-decoration: none;
  color: #fff;
}
#nav a:hover {
  text-decoration: none;
  color: #fff;
  text-decoration:underline;
}

#flashtopo {
	position: absolute;
	top: 153px;
	left: 0px;
	width: 672px;
	height: 111px;
}
#body {
  padding-top: 3px;
  background-color:#FFF;
}
#seasonal, #collection {
  float: right;
  width: 474px;
  background: #ebe2cb;
  margin-bottom: 2px;
}
#seasonal .inner, #collection .inner {
  padding: 6px 12px;
}
#seasonal p, #collection p {
  margin: 0.9em 0;
}

.more a {
  font: 12px "AlternatecGothic2 BT", arial, sans-serif; 
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h3 {
  margin-top: -5px;
  font: bold 13px "AlternatecGothic2 BT", arial, sans-serif; 
  color: #000;
}

h2 {
  font: bold 18px "AlternatecGothic2 BT", arial, sans-serif; 
  color: #514535;
  padding-bottom: 10px;
}

#categories {
  background: #ebe2cb;
  float: left;
  width: 195px;
}

#categories h1 {
  font: 18px "AlternatecGothic2 BT", arial, sans-serif; 
  color: #fff;
  padding: 4px 0 5px 39px;
  background: #4b4336;
}
#categories li {
  background: #ebe2cb left url(../images/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}
#categories a {
  font: 12px "Verdana", arial, sans-serif; 
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  font: 12px "Verdana", arial, sans-serif; 
  text-decoration:underline;
  color: #000000;
}

#collection {
 float:right;
  background: #ebe2cb;
}
#collection .inner {
  padding-right: 15px;
}
#collection .img {
  border-width: 2px;
  border-style: solid;
  border-color: #d7caba;
}

#minigal {
  float: right;
  width: 222px;
  margin: 5px 8px;
}
#minigal div {
  float: left;
  margin: 6px;
}
#minigaleria {
  float: right;
  width: 370px;
  margin: 5px 35px;
}
#minigaleria div {
  float: left;
  margin: 6px;
}
#minigaleria .img {
  border-width: 2px;
  border-style: solid;
  border-color: #d7caba;
}

#locacao-eventos {
  float:right;
  width: 474px;
  margin-top: 1px;
}

#adress {
  height:50px;
}

#copyright {
  text-align: center;
  font-size: 11px;
  margin-top: 3px;
  padding-top: 3px;
  float:left;
  width:645px;
}

#logomarca {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  padding-top: 3px;
  float:right;
  width:25px;
}

/**************************** Contato  ****************************/
#contato {
  float: left;
  margin-left: 60px;
  margin-bottom: 20px;
  border: 1px solid #999999;
  text-align: center;
  width: 320px;
}

.CxNome {
	font:normal 12px "AlternatecGothic2 BT", arial, sans-serif;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 232px;
}
.CxMsg {
	font:normal 12px "AlternatecGothic2 BT", arial, sans-serif;
    background-color: #ffffff;
	border: 1px solid #999999;
	width: 290px;
}
.Botao {
	margin-top: 10px;
	color: #000000;
	font:normal 12px "AlternatecGothic2 BT", arial, sans-serif;
	width: 90px;
	height: 28px;
}


