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

body {
	background: #000 url(../images/background.jpg) top center no-repeat;
	color: #b74126;
}

#wrapper {
	width:100%
}

#content {
	width:1000px; 
	margin:auto;
}

#header {
	height: 385px;
}
#footer {
	text-align:center;
	text-transform:uppercase;
}
	
#logo {
	width:400px;
	padding: 35px 0 0 0;
}

#tv {
	position:absolute;
	float:right;
	margin-left: 550px;
	margin-top: -10px;
}
#nav {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	height:130px;
	background: url(../images/nav_bg.jpg) repeat-x;
}
#nav img {
s	padding:0;
	margin:0;
}

#nav a {
	padding: 0 0 0 4px;
}
#inner_content {
	min-height: 600px;
	padding: 0 15px 20px 15px;
	background: #c3a338 url(../images/content_slice.jpg) repeat-x;
}

#inner_content p {
	margin: 0;
	padding: 0 0 5px 0;
}


.coupon{text-align:center}
.coupon a{     font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #0C3;
    padding:10px  31px;
    margin-top: 20px;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-decoration: none;}
.coupon a:hover{background:#CF0; color:#000000;  }
.menu {
	margin-left: 10px;
}

h1 {
	font-family: 'Cookie', cursive;
	margin: 0;
}

#menu_button {
	background:url(../images/menu_button.png) no-repeat;
	height:29px;
	width:127px;
	float:left;
	margin: 10px;
}
.menu_button {
	color:#FFF;
	text-decoration:none;
	padding: 4px 0 0 0;
	text-align:center;
	display:block;
}

#menu_button a:hover {
	color:#CCC;
}

#menu {
	width: 735px;
	margin:auto;
}
.heading {
	margin-top:5px;
}
.go-up {
	color: #FFF;
	background-image:url(../images/arrow-up.png);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 70px;
	width: 70px;
	position: fixed;
	bottom: 0;
	text-align:center;
	line-height: 85px;
	margin-left: 910px;
}
.go-up:hover {
	background-image:url(../images/arrow-up-long.png);
	
}

.go-up a {
	color: #FFF;
	display: block;
	
}
#galleria {
	height:500px;
	padding-top: 20px;
}

.waitress {
	height: 382px;
	width: 364px;
	position: absolute;
	margin-top:17px;
	margin-left: -20px;
}

.omelette {
	position:absolute;
	margin-left: 675px;
	margin-top: 25px;
	float:right;
}

#contact_form {
	position:absolute;
	float:right;
	min-height:400px;
	width:335px;
	margin-left:635px;
	margin-top:85px;
	background:#b74126;
	-moz-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 0px 3px 4px #000;
   -webkit-box-shadow: 0px 3px 4px #000;
    box-shadow: 0px 3px 4px #000;
   /* For IE 8 */
   -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');
}

#contact_form p {
	margin: 0;
	padding: 7px 0 3px 10px;
	color:#FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
	
}

#contact_form h1 {
	padding: 10px 0 5px 8px;
	color:#FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}
#map {
	height: 225px;
	width: 625px;
	clear:both;
	
}
#map img {
	float:right;
}
#map p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #b74126;
}
	
#map p>span {
	font-size:18px;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #b74126;
}

#home_content {
	width:575px;
    margin-left:50px;
	margin-top:10px;
	text-align:justify;
	font-size:17px;
}

.bottom_image {
	position:absolute; 
	margin-left:415px; 
	margin-top:198px;
}

.check_out {
	position:absolute;
    margin-left:220px;
	margin-top:35px; 
}

.employment {
	position:absolute;
	margin-top:-40px;
	margin-left:485px;
}
.facebook {
	position:absolute;
	margin-top:305px;
	margin-left:465px;
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	.waitress {
	height: 382px;
	width: 364px;
	position: absolute;
	margin-top:33px;
	margin-left: -20px;
}
.bottom_image {
	position:absolute; 
	margin-left:415px; 
	margin-top:213px;
}
}
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.waitress {
	height: 382px;
	width: 364px;
	position: absolute;
	margin-top:33px;
	margin-left: -20px;
}
.bottom_image {
	position:absolute; 
	margin-left:415px; 
	margin-top:213px;
}