/*CSS RESETER*/
@import url("css_reseter.css");

body{
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

/*Site BG */
.site_bg{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	position: fixed;
}

#container{
	position: absolute;
	width: 950px;
	left:50%;
	top:20px;
	margin-left:-475px;
}

#black_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: url("../images/black_bg.png") top left;
	display: none;
}

#black_bg_container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -175px;
}

#black_bg_container #close{
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
}

/*TOPO DO SITE*/
#header{
	position: static;
	height: 262px;
	z-index: 100;
}

.logo{
	position: absolute;
	left: 0px;
}

/* MENU TOPO */
.menu{
	position: absolute;
	background: url("../images/menu_bg.png") top left no-repeat;
	width: 610px;
	height: 151px;
	right: 0px;
	z-index: 100;
}

ul.nav{
	position: absolute;
	top: 75px;
	left: 100px;
	color: #423625;
	font-size: 12px;
}

ul.nav li{
	float: left;
	padding-left: 30px;
	font-size: 15px;
}

ul.nav li.white a,
ul.nav li.white{
	color: #FFF;
}

ul.nav li a{
	color: #423625;
}

ul.nav li a:hover{
	color: #FFF;
}

/* CAIXA GRANDE PARA SLIDESHOW e MAPA*/
.big_square{
	background: url("../images/bg_big_square.png") top left no-repeat;
	width: 480px;
	height: 340px;
	padding-top: 20px;
	padding-left: 20px;
}

#link_slideshow{
	padding-top: 5px;
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

/* CAIXA PEQUENA PARA SLIDESHOW*/
.small_square{
	background: url("../images/bg_small_square.png") top left no-repeat;
	width: 270px;
	height: 200px;
	padding-top: 10px;
	padding-left: 10px;
}

/*CONTAINER*/
#content_container{
	margin-top: 20px;
	z-index: 100000;
}

/*CONTEUDO ESQUERDA*/
#left_content_slideshow,
#left_content{
	float: left;
	width: 400px;
}
#left_content{ padding-left: 0px;}
#left_content_slideshow{ padding-left: 55px;}

#right_content{
	margin-top: -120px;
	float: right;
	z-index: 100000;
}

p{
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 15px;
}

.white{color: #FFF;}
.orange{color: #F4BE61;}
.red{color: #BC2E2B;}
.brown{color: #423625;}
.bold{font-weight: bold;}

.enviar_amigo a,
.enviar_amigo{
	color: #FFF;
	font-size: 11px;
	margin-top: 25px;
}


/* EMENTA */
.texto_ementa{
	width: 463px;
	z-index: 2000;
}

.texto_ementa h1{
	font-size: 15px;
	padding: 10px 0 5px 0;
}

.texto_ementa ol{
	font-size: 12px;
	color: #FFF;
}

.texto_ementa ol li{
	padding-left: 10px;
	line-height: 20px;
}

.texto_ementa ol li:hover{
	font-weight: bold;
	color: #FFF;
	cursor: default;
}

.texto_ementa input{
	width: 380px;
	border: none;
	padding: 2px;
	margin-top: 5px;
}

.texto_ementa textarea{
	width: 380px;
	border: none;
	padding: 2px;
	margin-top: 5px;
	height: 100px;
	z-index: 10000;
	font-size: 10px;
}

#leftEmenta{ float: left; width: 40%;}
#rightEmenta{
	float: right;
	width: 55%;
	background: url("../images/ementa_bg.png");
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

input.submitButton{
	width: 100px;
	height: 20px;
	background-color: #333;
	color: #fff;
}

/* FOOTER */

#footer{
	margin-top: 40px;
	font-size: 9px;
	text-align: center;
	margin-bottom: 10px;
}

#footer a,#footer a:hover,#footer a:visited{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
