@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.restweek2015
{
      position: absolute;
    top: -160px;
    left: 290px;
}
.wrapper{
	float:left;
	width:950px;
}
.banner{
	float:left;
	margin:10px;
	width:351px;
}
.logo{
	float:left;
	width:179px;
}
.menudiv{
	float:left;
	width:470px;
	margin:94px 0 0;
}
.menudiv div{
	margin:7px 0 7px 28px;
	position:relative;
}
.footer{
	float:left;
	margin:11px 10px 0;
}
/********************************/
.left{float:left;}
.right{float:right;}

a img{border:none;}
a{text-decoration:none; color:#fff;}
/**************************************/
.blog
{
    float:left;
    margin:0 0 0 37%;
    width:89px;
    height:21px;
    background:url(blogimg.jpg) left top no-repeat;
}
.blog:hover
{
    background:url(blogimg.jpg) left -24px no-repeat;
}
.pqclosed{
	margin: 0 !important;
    position: absolute !important;
    right: 45px;
    top: -140px;
}
.footer .left .left a {
	display: inline-block;
	float: left;
    margin-right: 12px;
}
.footer .left .left a img {
	vertical-align: top;
}
.span1 {
	/*background: url(../html_files/restaurantweek.jpg) no-repeat;*/
	height: 175px;
    margin: 0 !important;
    position: absolute !important;
    right: 27px;
    top: -264px;
    width: 185px;
}
.span1 img{
	max-width: 100%;
}
/*************Added on 30 jan 2015***/

.order_delivery_online{
	background: none repeat-x scroll center center #ff0000;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font: bold 12px sans-serif;
    margin-bottom: 5px;
    padding: 4px;
    text-decoration: none;
    width: 160px;
}
.btn_group1, .btn_group2, .btn_group3 {
    position: relative;
	width: 190px;
	margin-bottom: 30px;
}
.btn_group1 {
}
.btn_group2 {
	margin-left: 15px;
}
.btn_group3 {
	margin-left: 32px;
}
.order_del_online, .order_pic_online {
	background-color: #ff0000;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px;
    width: 140px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.order_del_online:hover, .order_pic_online:hover {
	background-color: #72b036;
}
.img_sec
{
	min-height: 140px;
}
.pqmark{
    background: url("pqmark.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 100px;
    left: 160px;
    position: absolute !important;
    top: -64px;
    width: 100px;
}
.pqmark a{
    height: 100px;
    width: 100px;
	display:block;
}

.pqmark.pqmarkNew{
    background: url("postalmarkDC.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    left: 270px;
    
}


.pqmark.pqmarkLaf{
    background: url("postalmarkLPx.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    left: 380px;
    
}
.pqmark.pqmarkOT{
    background: url("seasonal-menu-icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    left: 490px;
    
}
.btn-order-online-style {
    position: relative;
}
.btn-order-online-style:before {
    content: "Order Online";
    background-color: red;
    padding: 12px;
    border-radius: 4px;
    width: 163px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    text-align: center;
    pointer-events: none;
}
.btn-order-online-style:hover:before {
    background-color: #72b036;
}

