/* CSS Document */

/* ______________________________________________layout__________________________________________________ */

#main {
	margin: 0 auto;
	width: 770px;	
}

#header {
	height: 156px;
	width: 770px;		
}

#top {	
	background-image: url(img/bg-top1.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 770px;
}

#content {
	width: 770px;
	background-color: #ffffff;
	padding: 3px 0 3px 0;	
}

#footer {
	height: 70px;
	width: 770px;
	clear: both;
	background-image: url(img/bg-footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 9px;	
}

#footer hr{
	height: 1px;
	width: 755px;
	margin: 8px auto 5px auto;
	background-color: #e2e1da;
	color: #e2e1da;		
}


#logo {
	float: left;
	width: 295px;
	text-align: left;
}

#menubanner {
	float: left;
	width: 475px;
	height: 30px;		
}

#menubanner ul{
	height: 30px;	
	width: 358px;
	background-color: #FFFFFF;
	margin-left: 117px;
}

#menubanner li{
float: left;
font-size: 0px;
line-height: 0px;
background-color: #FFFFFF;	
}

#menubanner span {
	display: none;	
}

#fotos a , #cadastro a, #eflyers a, #contato a{
	display:block;
	height: 30px;
	background-position: top left;
	background-repeat: no-repeat;	
}

#fotos a:hover, #cadastro a:hover, #eflyers a:hover, #contato a:hover {
	background-position: 0 -30px;	
}

#fotos a {
	width: 99px;
	background: url(img/bt-fotos.gif)
}

#cadastro a {
	width: 94px;
	background: url(img/bt-cadastro.gif)
}

#eflyers a {
	width: 79px;
	background: url(img/bt-eflyer.gif)
}

#contato a {
	width: 86px;
	background: url(img/bt-contato.gif)
}

#banner468 {
	margin-top: 5px;
}

#menutop {
	background-image: url(img/bg-menu.gif);
	background-repeat: repeat-x;
	height: 41px;
	width: 770px;
}

#menutop ul li {
	float: left;
	font-size: 12px;
    line-height: 38px;	
	color: #494b4a;
	font-weight: bold;
	margin: 3px 6px 0 6px;
	position: relative;	
}

#menutop li ul {
  
  position: absolute;
  display: none;   
  top: 20px;
  padding-top: 15px;
  left: -13px;  
  background-image: url(img/bg-submenu.gif);
  background-repeat: no-repeat;
  width: 77px;   
 }

#menutop li:hover ul, #menutop li.over ul{ display: block; }	


#menutop .lii {
	margin: 3px 6px 0 9px;
}

#menutop .lii2 {
	margin: 3px 0 0 6px;
}

#menutop .divisoria {
	background-image:url(img/divisoria-menu.gif);
	background-repeat:no-repeat;
	width: 6px;
	height: 41px;
	margin: 0;
}

#menutop a {	
	color: #494b4a;
	display: block;
	height: 30px;
	float: left;
}

#menutop a:hover {
	color: #438698;
	text-decoration: none;
}

#menufestas ul li{
  margin: 0 0 1px 0;
  height: 30px; 
}

#menufestas {
 text-align: center;  
}

 #sub1 a{
 display: block;  
 background-image: none;
 text-align: center;
 width: 70px;
 border-bottom: 1px #daa088 solid;
 margin-left: 3px;
 line-height: 32px; 
 }