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

body{
	margin:0px;
	background:url(../img/bg_color.jpg);
	background-color:#e9eee4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#717d48;
}

img{
	border:none;
}
a{
	color:#004538;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color: #004538;
	text-decoration:none;
}

#sub_menu a:visited{
	color:#97946b;
	text-decoration:none;
}	
.campos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/bg_forms.jpg) top repeat-x;
	background-image:#ecebe4;
	border: solid 1px #e4e4e0;
	border-top:none;
	padding:5px;
	/*width:325px;*/
}
.send{
	background-color:#004538;
	border:none;
	width:50px;
	height:23px;
	color:#FFF;
	font-size:11px;
	text-transform:lowercase;
}

#content{
	background:url(../img/bg_full.jpg) no-repeat top;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}

#main{
	width:958px;
	background:url(../img/bg_full.jpg) top no-repeat;
	background-color:#f2f2eb;
	border-left: solid 1px #d4dbc3;
	border-bottom: solid 1px #d4dbc3;
	border-right: solid 1px #d4dbc3;
	min-height:460px;
	margin-bottom:20px;
	}

#left{
	width:230px;
	float:left;
	margin:20px 0px 0px 20px;
	}
	
	
#shadow_content{
	width:20px;
	float:left;
}

#right{
	float:left;
	width:688px;
	}
	
ul {
	padding:0px;
	margin:0px;
		}
		
li {
	list-style:none;	
		}	
	
#menu{
	height:50px;
}

#menu ul {
	float:left;
	list-style: none;
	margin: 0px;
	padding:0px;
}
#menu li {
	float: left;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Tahoma, Arial, geneva, sans-serif;
}



#conteudo{
	background:url(../img/bg_conteudo.jpg) top no-repeat;
	background-color:#e3e2cd;
	min-height:460px;
	padding:20px;
}
#resumo_pag{
	margin-bottom:20px;
}
#slideshow{
	height:400px;
	margin-bottom:20px;
}
#underline_logo{
	margin: 30px 0px 30px 0px;
}
#newsletter{
	margin-top:20px;
}
.coluna{
	width:200px;
	float:left;
	margin-bottom:30px;
	}
.coluna_meio{
	width:200px;
	float:left;
	margin:0px 24px 25px 24px;
}
.coluna_cardapio{
	width:230px;
	float:left;
	margin-bottom:30px;
	}
.coluna_meio_cardapio{
	width:230px;
	float:left;
	margin:0px 24px 25px 30px;
}
h2{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
/*	color:#004538;*/
color:#000;
	text-transform:uppercase;
	margin: 5px 0px 5px 0px;
	font-weight:100;
}
h1{
	font-size:18px;
	color:#004538;
	margin: 5px 0px 5px 0px;
	font-weight:100;
}
.form_content{
	margin-bottom:10px;
}

.campos_mailing{
	background:#d0d7bd;
	border:solid 1px #bec3a1;
	height:23px;
	width:180px;
	margin-left:5px;
}
