@charset "utf-8";
/* CSS Document */

*{padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px}
body{

background-color:#916B47}
hr{display:none}
h1,h2{display:none;}
p{margin:5px; text-indent:20px;}
#layout{
	background-image: url(../img/layout/fundo_layout.jpg);
}
.tit_pacotes{
	font-size:24px;
	font-weight:bold;
	color:#916B47;
}
#topo{
	width:100%;
	height:362px;
	min-width:1003px;
	background-image: url(../img/layout/topo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#topo ul{
	list-style:none; 
	display:block; 
	width:1003px; 
	margin:auto;
	padding-top: 310px;
}
#topo ul li{
	display:block;
	float:left;
}
#topo ul li a{
	display:block;
	width:100px;
	height:50px;
	text-indent: -5000px;
}
#topo ul li #festival{
	width:200px;
	background-image: url(../img/layout/menu/festival.png);
	background-repeat: no-repeat;
	background-position: center 5px;	
}
#topo ul li #pacotes{
	width:170px;
	
	background-image: url(../img/layout/menu/pacotes.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#topo ul li #alambiques{
	width:220px;
	
	background-image: url(../img/layout/menu/alambiques.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#topo ul li #paraty{
	width:160px;
	
	background-image: url(../img/layout/menu/paraty.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#topo ul li #como_comprar{
	width:240px;
	
	background-image: url(../img/layout/menu/como_comprar.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

#corpo2{
	width:100%;
	min-height:500px;
	min-width:1003px;
	background-color:#FFFFFF;
	padding-bottom:40px;
}
#corpo #conteudo{
	margin:auto;
	width:999px;
	background-color:#FFFFFF;
	padding:2px;
	
	min-height:600px;
}
#corpo #conteudo h3{
	display:block;
	width:100%;
	height:62px;
	font-size:30px;
	color:#916B47;
	text-indent:70px;
	background-image: url(../img/layout/h3.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;	
	padding-top:15px;
}
#corpo #conteudo h4{
	display:block;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#efefef;
	margin:10px;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;	
}
#rodape{
	width:100%;
	height:130px;
	width:1003px;
	margin: auto;
	background-color:#FFFFFF;
}
#rodape table{
	margin: auto;
}

.obs{color:#FF0000; font-size:9px}
.tab_pacotes{
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
}

/* FORMULARIO DE COMPRA */
#form_compra {margin:auto}
#form_compra td {padding:10px;}
#form_compra .texto{width:100%; border: 1px solid #993300; font-size:12px; padding:4px;}
