@import url("../fonts/stylesheet.css");

body {
	width: 100%;
	margin: 0;
	padding-top: 20px;
	background: #fff url(../images/3slice.jpg) -129px 47px fixed no-repeat;
	font-family: FamiliarProBold, Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.page {
	width: 960px;
	margin: 0 auto;
}
#header-bg {
	width: 100%;
	height: 643px;
	position: absolute;
	top: 0;
	left: 0;/*background: url(../images/header-bg.jpg) repeat-x;
	z-index: -1;*/
}
.heading {
	width: 100%;
	height: 185px;
	margin-bottom: 15px;
	position: relative;
	font-family: FamiliarProBold, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background: #832125;
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	box-shadow: 2px 3px 6px rgba(0,0,0,0.7);
}
.heading > h1 {
	margin: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	
}
#rest-address {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #FFC;
	text-shadow: 0px -1px 2px rgba(0,0,0,0.7);
	font-size: 53px;
	font-family: lithograph;
}
#rest-address h3 {
	margin: 10px 0;
}
#iphone {
	position: absolute;
	top: 20px;
	right: 180px;
}
#android {
	position: absolute;
	top: 20px;
	right: 25px;
}
#param2link {
	position: absolute;
	top: 77px;
	right: 40px;
	color: #FFC;
	font-size: 16px;
	text-decoration: none;
}
#param2link:hover {
	top: 75px;
	right: 24px;
	font-size: 18px;
}
#nav1 {
	padding: 4px 40px 3px 50px;
	position: absolute;
	bottom: 25px;
	right: 25px;
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	background: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.77);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
}
#nav1 li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
}
#nav1 li a {
	color: white;
	font-size: 15px;
	text-decoration: none;
}
#nav1 li a:hover {
	text-shadow: 1px 1px 6px #000fff;
}
#nav2 {
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 25px;
	list-style-type: none;
	color: #690000;
	text-transform: uppercase;
}
#nav2 li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
}
#nav2 li a {
	color: #690000;
	font-size: 11px;
	text-decoration: none;
}
#nav2 li a:hover {
	text-shadow: 1px 1px 6px #c92a35;
}
#nav2 img {
	vertical-align: middle;
}
#nav-pipe1 {
	color: #ffffff;
	font-size: 12px;
}
#nav-pipe2 {
	color: #7c010a;
	font-size: 11px;
}
.main {
/*width: 958px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 6px #000;
	-moz-box-shadow: 3px 3px 6px #000;
	box-shadow: 3px 3px 6px #000;*/
}
.local {
	margin: 0 0 5px;
	padding: 25px 0;
	text-align: center;
}
.local img {
}
#local-text {
	width: 700px;
	margin: 20px auto;
}
#local-text span {
	color: #F00;
	font-weight: bold;
}
.menu {
	margin: 0 0 5px;
}
.coupons {
	margin: 0 0 5px;
}
.location {
	margin: 0 0 5px;
}
#content-info {
	width: 284px;
	height: 514px;
	margin: 15px 15px 15px 15px;
	padding: 15px;
	float: right;
	border: solid 1px #004F99;
	color: #ffffff;
	text-align: justified;
	background: #004F99; /* Old browsers 
	background: -moz-linear-gradient(left, #4f0000 0%, #690000 20%, #690000 80%, #4f0000 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4f0000), color-stop(20%, #690000), color-stop(80%, #690000), color-stop(100%, #4f0000)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(left, #4f0000 0%, #690000 20%, #690000 80%, #4f0000 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(left, #4f0000 0%, #690000 20%, #690000 80%, #4f0000 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(left, #4f0000 0%, #690000 20%, #690000 80%, #4f0000 100%); /* IE10+ 
	background: linear-gradient(to right, #4f0000 0%, #690000 20%, #690000 80%, #4f0000 100%); /* W3C 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f0000', endColorstr='#4f0000', GradientType=1 ); /* IE6-9 */
*/
}
#content-info h3 {
	margin: 0 0 10px;
	text-align: center;
}
#content-info h3 img {
	margin: 10px 0 0;
}
#btn_order {
	width: 282px;
	display: block;
	margin: 15px 0px;
}
#footer {
	width: 928px;
	height: 115px;
	margin: 5px 0 10px;
	padding: 15px;
	display: block;
	position: relative;
	color: #ddd;
	line-height: 150%;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
background: -moz-linear-gradient(top,  rgba(131,33,37,0.7) 0%, rgba(121,31,34,1) 50%, rgba(112,29,31,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,33,37,0.7)), color-stop(50%,rgba(121,31,34,1)), color-stop(99%,rgba(112,29,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(131,33,37,0.7) 0%,rgba(121,31,34,1) 50%,rgba(112,29,31,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(131,33,37,0.7) 0%,rgba(121,31,34,1) 50%,rgba(112,29,31,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(131,33,37,0.7) 0%,rgba(121,31,34,1) 50%,rgba(112,29,31,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(131,33,37,0.7) 0%,rgba(121,31,34,1) 50%,rgba(112,29,31,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3832125', endColorstr='#701d1f',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	font-size: 14px;
}
#footer a {
	display: block;
	color: #ddd;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.f-left {
	float: left;
}
.f-right {
/*float: right;*/
}
.hide1 {
	display: none;
}
#banner {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
}
#slideshow {
	width: 578px;
	height: 524px;
	margin: 15px 0 0 14px;
	padding: 10px;
	float: left;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
#slideshow > div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
#content-title {
	margin: 4px 0 40px;
	font-size: 40px;
	text-align: center;
}
#about_rest {
	height: 190px;
	display: inline-block;
}
.eat24:hover {
	background: url(../images/red_logo_banner_glow.png);
}
.preload {
	background: url(../images/red_logo_banner_glow.png);
	visibility: hidden;
}
.about {
	width: 898px !important;
	padding: 30px;
}
.restaurant-info1 {
	width: 480px;
	text-align: center;
}
.restaurant-info1 h2 {
	margin: 0;
}
.day-time {
	width: 280px;
	margin: 0 auto;
	border-top: 2px solid rgba(0, 0, 0, 0.25);
	border-right: 4px solid rgba(0, 0, 0, 0.25);
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	border-left: 4px solid rgba(0, 0, 0, 0.25);
}
.day {
	width: 50px;
	padding: 3px 6px;
	display: inline-block;
	color: #571E1E;
	font-size: 15px;
	font-weight: bold;
}
.time {
	width: 200px;
	padding: 2px 4px;
	display: inline-block;
	font-size: 13px;
}
#first-day {
	border-top: 4px solid rgba(0, 0, 0, 0.25);
}
#last-day {
	border-bottom: 4px solid rgba(0, 0, 0, 0.25);
}
.restaurant-photo {
	border: solid 7px #832125;
	width: 392px;
	height: 227px;
}
.order-online {
	text-align: center;
}
.wings-togo {
	display: inline-block;
	z-index: 10;
	font-size: 12px;
	margin: 15px 0px;
	text-align: center;
}
.eat24b {
	width: 279px;
	height: 48px;
	margin: 15px 0px;
	display: inline-block;
	background: url(../images/red_logo_banner.png);
	z-index: 10;
}
.wings-togo2 {
	width: 279px;
	display: inline-block;
	z-index: 12;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	color: white;
}
.center-content {
	width: 960px;
	margin: 0px auto;
}
#content-data-div {
	position: relative;
	z-index: 0;
	margin: 6px auto;
}
.content-line {
	padding: 36px;
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	margin: 15px auto;
	overflow: auto;
}
.restaurant-info {
	width: 480px;
	text-align: center;
}
.restaurant-info-locations {
	/*width: 438px;*/
	text-align: center;
}
.restaurant-photo, .restaurant-map {
	border: solid 7px #832125;
	width: 392px;
	height: 227px;
}
.restaurant-map {
	width: 474px;
}
.restaurant-logo {
	font-size: 20pt;
	margin-top: 0px;
	font-family: lithograph;
	color: #832125;
}
.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: 35px;
}
.order-left-header {
	font-size: 22pt;
	color: #000000;
}
.order-left-subheader {
	font-size: 12pt;
	color: #000000;
	padding-bottom:42px;
}
.order-restaurant {
	color: #832125;
}
.or-name {
	font-size: 24pt;
	font-family: lithograph;
	margin: 5px 0 30px;
}
.or-location {
	font-size: 9pt;
	font-style: italic;
}
.or-address {
	font-size: 13pt;
}
.or-pd-button {
	display: block;
	margin-top: 30px;
}
#rest-hours {
	margin: 5px 0 0;
}
.day-time {
	width: 280px;
	margin: 0 auto;
	border-top: 2px solid rgba(0, 0, 0, 0.25);
	border-right: 4px solid rgba(0, 0, 0, 0.25);
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	border-left: 4px solid rgba(0, 0, 0, 0.25);
}
.day {
	width: 50px;
	padding: 3px 6px;
	display: inline-block;
	color: #571E1E;
	font-size: 15px;
	font-weight: bold;
}
.time {
	width: 200px;
	padding: 2px 4px;
	display: inline-block;
	font-size: 13px;
}
#first-day {
	border-top: 4px solid rgba(0, 0, 0, 0.25);
}
#last-day {
	border-bottom: 4px solid rgba(0, 0, 0, 0.25);
}
.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(http://eat24hrs.com/buttons/images/red_logo_banner.png);
}
.eat24:hover {
	background: url(http://eat24hrs.com/buttons/images/red_logo_banner_glow.png);
}
.preload {
	background: url(http://eat24hrs.com/buttons/images/red_logo_banner_glow.png);
	visibility: hidden;
}
.abs-left {
	float: left;
	text-align: left;
}
.abs-right {
	text-align: right;
}
.ordertype {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	
}