@charset "utf-8";
/* 
+----------------------------------------+
	Project:

	Buffet Equipe Festa 										

	Copyright (c) Novembro 2008  							    																												    Desenvolvido por:
	Tiago Cardoso // www.tiagocardoso.com											 
+------------------------------------------+
*/

* {	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background:#E9E5E2 url(../img/bgr.gif) no-repeat center top;	
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
img {border:none;}
a{text-decoration:none;color:#666666;}
a:hover{text-decoration:underline;color:#666666}

#geral{
	width:780px;
	margin:0 auto;
}

#logo{
	width:140px;
	height:135px;
	background:url(../img/logo.png) no-repeat;
	position:absolute;
	z-index:1000;
	text-indent:-9999px;
	margin-left:60px;
	margin-top:-3px;
	
}

#front{
	width:780px;
	height:412px;
	margin-top:70px;
	position:absolute;
}
/*/////////// MENU ////////////////*/
#menu{
	width:520px;
	height:50px;
	position:absolute;
	z-index:1;
	text-indent:-9999px;
	margin-top:54px;
	margin-left:265px;

}
ul#menu li {display:inline; /* por causa do bug no IÉca 6 */}

/*----------------------------------------------*/
a.home {
    display:block;
    width: 33px;
    height: 11px;
    background: url(../img/menu/home.png) 0 0 no-repeat;
	float:left;
}

a:hover.home {background-position: bottom;}

/*----------------------------------------------*/

a.buffet {
    display: block;
    width: 58px;
    height: 11px;
    background: url(../img/menu/obuffet.png) 0 0 no-repeat;
	float:left;
	margin-left:15px;
}
a:hover.buffet {background-position:bottom;}

/*----------------------------------------------*/

a.cardapio {
    display: block;
    width: 66px;
    height: 14px;
    background: url(../img/menu/cardapio.png) 0 0 no-repeat;
	float:left;
	margin-left:15px;
	margin-top:-3px;

}
a:hover.cardapio {background-position:bottom;}
/***********************************************/
a.servicos {
    display:block;
    width: 56px;
    height: 14px;
    background: url(../img/menu/servicos.png) 0 0 no-repeat;
	float:left;
	margin-left:15px;

}

a:hover.servicos {background-position:bottom;}

/*----------------------------------------------*/

a.depoimentos{
    display: block;
    width: 82px;
    height: 11px;
    background: url(../img/menu/depoimentos.png) 0 0 no-repeat;
	float:left;
	margin-left:15px;
}

a:hover.depoimentos {background-position:bottom;}

/*----------------------------------------------*/

a.galeria{
    display: block;
    width: 51px;
    height: 11px;
    background: url(../img/menu/galeria.png) 0 0 no-repeat;
	float:left;
	margin-left:15px;
}

a:hover.galeria {background-position:bottom;}

/*----------------------------------------------*/

a.contato{
    display: block;
    width: 58px;
    height: 11px;
    background: url(../img/menu/contato.png) 0 0 no-repeat;
	float:left;
	margin-left:15px;
}

a:hover.contato {background-position:bottom;}

/*----------------------------------------------*/


/*////////// FIM MENU ///////////////*/

/*////// BOX BAIXOS //////////////////////////*/
h2{display:block; text-indent:-99999px;}
#low{	
	width:780px;
	height:150px;
	background: transparent url(../img/divLow.png) no-repeat center;
	position:absolute;
	float:left;
	margin-top:485px;
}
#restrita{
	width:170px;
	height:115px;
	background: transparent url(../img/cardapio.png) no-repeat 30% top;
	margin-top:-20px;
	margin-left:130px;
	}
.texto_cardapio{
	padding-top:35px;
	padding-left:20px;
}
	
/* FORM RESTRITO */

.formUser{width:125px;height:15px;font-size:11px;background-color:#E9E5E2;border:thin solid #CCC;color: #666666;
margin-top:38px; margin-left:25px;padding:2px;}

.formPass{	width:125px;height:15px;font-size:11px;background-color:#E9E5E2;border:thin solid #CCC;color:#666666;
margin-top:5px; margin-left:25px; margin-right:5px;padding:2px; }
.btOk{ margin-left:138px; margin-top:8px;}

/****************************/

#encomendas{
	width:290px;
	height:115px;
	background: transparent url(../img/encomendas.png) no-repeat top center;
	margin-left:420px;
	margin-top:-115px;
	}
.encomimg{margin-top:14px;margin-left:-20px;}
.txtTrabalha{margin-top:-35px; margin-left:73px;}
.doces{margin-left:73px;}

.bullet{
margin-top:15px;
margin-left:175px;
margin-right:5px;
}
.bullet2{
margin-top:15px;
margin-left:50px;
margin-right:5px;
}

#depoimentos{
	width:250px;
	height:115px;
	margin-left:515px;
	margin-top:-115px;
}

.imgDepo{ margin-top:25px; margin-left:8px;}


/* **** FOOTER *****/

#footer{
	width:780px;
	height:86px;
	background: transparent url(../img/footer.png) no-repeat bottom;
	text-indent:-9999px;
	}
	
	
	
/*************** O BUFFET **********************/
#topo{
	width:780px;
	height:208px;
	background: transparent url(../img/buffet/topo.jpg) no-repeat;
	margin-top:70px;
	position:absolute;
}
#low_buffet{
	width:770px;
	height:360px;
	position:absolute;
	float:left;
	margin-top:280px;
	background: transparent url(../img/buffet/bgtexto.png) no-repeat right top;
}

#textoBuffet{
	width:460px;
	height:360px;
	margin-top:-20px;
	padding-left:10px;
}
.textosobre{
	font-size:14px;
	text-align:justify;
	}
#depoimentos_buffet{
	width:250px;
	height:115px;
	background: transparent url(../img/depoimentos.png) no-repeat top center;
	margin-left:515px;
	margin-top:-350px;
	float:left;
}
.fotosBuffet{
	margin-top:-20px;
	margin-left:540px;
}
	
