@charset "utf-8";
/* CSS Document */
/*Criado por André Rubio Design - www.andrerubiodesign.com.br*/

/**** Resets ****/

* {margin:0; padding:0;}
img{border:0}

/**** Partes e textos ****/

body{
	background: url(../img/bg_body.jpg) #814E1D repeat-x;
}

@font-face {
	font-family: Rockwell;
	src: url('http://www.quiosquearicanduva.com.br/Rockwell.eot');
	src: url('http://www.quiosquearicanduva.com.br/Rockwell.ttf');
}

@font-face {
	font-family: Rockwell;
	font-weight: bold;
	src: url('http://www.quiosquearicanduva.com.br/RockwellNegrito.eot');
	src: url('http://www.quiosquearicanduva.com.br/RockwellNegrito.ttf');
}

h1{
	padding:19px 0 0 0;
	float:left;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:14px;
}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	margin-bottom:10px;
	line-height:1.5em;
}

h2, h3{
	margin:0 0 10px 0;
}

a:link, a:active, a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#9B2B21;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/**** Menu ****/

#menu{
	padding: 73px 0 0 7px;
}

#menu li{
	display:block;
	float:left;
	list-style-type:none;
	margin:0 0 0 4px;
}

a.home, a.home:active, a.home:visited{
	width:63px; height:25px;
	display:block;
	background:url(../img/bt_home.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.sobre, a.sobre:active, a.sobre:visited{
	width:63px; height:25px;
	display:block;
	background:url(../img/bt_sobre.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.cardapio, a.cardapio:active, a.cardapio:visited{
	width:87px; height:25px;
	display:block;
	background:url(../img/bt_cardapio.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.dicas, a.dicas:active, a.dicas:visited{
	width:62px; height:25px;
	display:block;
	background:url(../img/bt_dicas.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	display:none;
}

a.fotos, a.fotos:active, a.fotos:visited{
	width:62px; height:25px;
	display:block;
	background:url(../img/bt_fotos.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.reservas, a.reservas:active, a.reservas:visited{
	width:131px; height:25px;
	display:block;
	background:url(../img/bt_agendamento.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.contato, a.contato:active, a.contato:visited{
	width:101px; height:25px;
	display:block;
	background:url(../img/bt_sugestoes.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
}

#menu li a:hover{
	background-position: 0 -25px;
}

#menu .current{
	background-position: 0 -25px;
}

.vinho{color:#9B2B21;}
.laranja{color:#F26716;}
.marrom{color:#523313;}

.right{
	float:right;
}

.left{
	float:left;
}

/**** Divs ***/

#wraper{
	float:left;
	width:100%; height:auto;
	background:url(../img/bg_wraper.jpg) top center no-repeat scroll;
}

#geral{
	width:777px;
	margin:auto;
}

#header{
	float:left;
	width:777px; height:163px;
	margin:auto;
}

#cont{
	float:left;
	width:750px; height:auto;
	margin:0 auto 10px auto;
	padding:10px;
	background-color:#FAF1DA;
	border:solid 3px #ECDEC1;
}

#flash{
	width:750px; height:200px;
}

#promos{
	width:750px; height:150px;
	background-color:#FAF1DA;
	margin-top:10px;
	text-align:center;
}

#promos img{
	margin-top:5px;
}

#promos p{
	margin:0;
	line-height:normal;
}

.copyright {
	font-size:9px;
	color:#C79D47;
	float:left;
	width:706px;
	text-align:center;
}

.assinatura{
	float:left;
}

.small{
	font-size:10px;
}
