@import url('reset.css');
body {
	background:#350806;
	font-family:Arial;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -216px; /* íèæíèé margin ÿâëÿåòñÿ îòðèöàòåëüíîé âåëè÷èíîé âûñîòû footer */
}
.center-content {
	width:1002px;
	margin:0px auto;
}
#header-center {
	height:100%;
	position:relative;
}
#header {
	width:100%;
	height:111px;
	background-color:#7d0000;
	border-bottom:solid 2px #571e1e;
	position:relative;
}
h1#restaurant-name {
	padding-top:5px;
	font-size:46pt;
	color:#D47F0F;
}
#title-message {
	position:absolute;
	bottom:15px;
	left:4px;
	color: rgb(223, 150, 58); //#995B0B;
}
a#param2link, a#master-cuisine {
	display:block;
	font-size:11pt;
	color:#D47F0F;
	position:absolute;
	bottom:8px;
	right:0px;
}
a#master-cuisine {
	left:381px;
}
#top-menu-div {
	width:100%;
	background-image:url(../images/menu.background.png);
	background-repeat:repeat-x;
	height:63px;
	position:relative;
	z-index:1;
}
ul#top-menu {
	padding:12px 0px 0px 0px;
}
ul#top-menu li {
	display:block;
	float:left;
	margin:0px 15px;
}
ul#top-menu li a {
	font-size:20pt;
	color:#571e1e;
	font-weight:bold;
}
#content-data-div {
	position:relative;
	top:-14px;
	z-index:0;
	margin:6px auto;
}
.push {
	height:179px;
	width:100%;
}
#footer {
	height:216px;
	width:100%;
	background-image:url(../images/footer.background.png);
	color: rgb(223, 150, 58);
	z-index:1;
	position:relative;
	line-height:150%;
}
#footer a {
	color: rgb(223, 150, 58);
	display: block;
}
#footer-center {
	padding-top:40px;
}
#footer-center .footer_link {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 10px;
	display:block;
}
.content-line {
	background-color:white;
	border-bottom:solid 9px #350806;
	padding:36px;
}
.restaurant-info {
	width:520px;
	text-align:center;
}
.restaurant-info-locations {
	width:438px;
	text-align:center;
}
.restaurant-photo, .restaurant-map {
	border:solid 7px #ddcca5;
	width:392px;
	height:227px;
}
.restaurant-map {
	width:474px;
}
.restaurant-logo {
	font-size:23pt;
	color:#571e1e;
}
.restaurant-location {
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	color:#a2a2a2;
}
.restaurant-address-phone {
	font-size:14pt;
	color:#000000;
	margin-top:35px;
	margin-bottom:58px;
}
.order-left-header {
	font-size:23pt;
	color:#000000;
}
.order-left-subheader {
	font-size:12pt;
	color:#000000;
}
.order-restaurant {
	color:#999;
}
.or-name {
	font-size:24pt;
}
.or-location {
	font-size:9pt;
	font-style:italic;
}
.or-address {
	font-size:11pt;
}
.or-pd-button {
	width: 430px;
	display:block;
	margin:30px auto 0;
}
#iphone {
	position:absolute;
	top:15px;
	right:146px;
}
#android {
	position:absolute;
	top:15px;
	right:0px;
}
#social {
	margin:0 0 15px 0;
}
#rest-hours {
	margin:15px 0 0;
}
.day-time {
	width: 330px;
	margin:0 auto;
	border-top:2px solid #EDEBEB;
	border-right:4px solid #EDEBEB;
	border-bottom:2px solid #EDEBEB;
	border-left:4px solid #EDEBEB;
}
.day {
	width: 100px;
	padding:3px 6px;
	display:inline-block;
	color:#571E1E;
	font-size:15px;
	font-weight:bold;
	text-align: right;
}
.time {
	width:200px;
	padding:2px 4px;
	display:inline-block;
	font-size:13px;
}
#first-day {
	border-top:4px solid #EDEBEB;
}
#last-day {
	border-bottom:4px solid #EDEBEB;
}
.order-btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:5px 5px 10px #777;
}
.abs {
	position:absolute;
}
.eat24 {
	width:279px;
	height:48px;
	display:inline-block;
	background:url(../images/red_logo_banner.png);
}
.eat24:hover {
	background:url(../images/red_logo_banner_glow.png);
}
.preload {
	background:url(../images/red_logo_banner_glow.png);
	visibility:hidden;
}