@import url("../fonts/stylesheet.css");
/* RESET */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
/* ESTRUTURA */

html, body {
	min-width: 1000px;
	background:#EFC040 url(../images/intro_bg.jpg) no-repeat center top;
}
#wrapper {
	width: 800px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
}
#header {
	position: absolute;
	right: 20px;
	left: 20px;
	top: 20px;
}
	#logo {
		width: 30%;
		height: auto;
	}
		#logo img {
			max-width: 100%;
			height: auto;
		}
	#ifood {
		width: 142px;
		height: 38px;
		position: absolute;
		top: 25px;
		right: 100px;
		z-index: 2;
	}
	#redes {
		width: 75px;
		height: 30px;
		position: absolute;
		top: 25px;
		right: 0;
		z-index: 2;
	}
		#redes a {
			width: 32px;
			height: 32px;
		}
		#redes a:hover, #ifood a:hover {
			filter: alpha(opacity=70);
		 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
			-moz-opacity: 0.70;
			opacity: 0.7;
			text-decoration: none;
		}
#promo {
	width: 75%;
	height: 125px;
	position: absolute;
	top: 110px;
	right: -40px;
}
	#promo img {
		max-width: 100%;
		height: auto;
	}
#container {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10%;
	margin-left: -45%;
}
	.block {
		width: 320px;
		float: left;
		margin-right: 5%;
	}
	.block p {
		text-align: left;
		color: #98000F;
		font: normal 15px "segoe_printbold", sans-serif;
		padding-bottom: 15px;
	}
	.last {
		margin: 0;
	}
	.zoom {
		width: 240px;
		height: 170px;
		display: block;
		position: relative;
		overflow: hidden;
		border: 2px solid #98000F;
		background: #fff url(../images/loader.gif) no-repeat center;
	}
		.zoomOverlay {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			display: none;
			background-image: url(../images/zoom.png);
			background-repeat: no-repeat;
			background-position: center;
		}
#footer {
	width: 100%;
	position: absolute;
	bottom: 20px;
}
	#horarios {
		float: left;
		clear: both;
		display: inline-table;
		margin-left: 40px;
		margin-top: -100px;
		color: #98000F;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
	}
		#horarios h3 {
			font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
			margin-bottom: 5px;
		}
		#horarios span {
			color: #fff;
			padding: 2px 8px;
			display: inline-block;
			background-color: #98000F;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			margin-top: 2px;
		 	*width: 340px;
		}
	#bywssites {
		width: auto;
		font: bold 10px "Arial", Helvetica, sans-serif;
		text-align: right;
		color: #000000;
		position: absolute;
		right: 30px;
		bottom: -5px;
	}
		#bywssites a {
			text-decoration: none;
			color: #98000F;
		}
		#bywssites a:hover {
			text-decoration: underline;
		}
