body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7a2531;
  line-height: 17px;
  
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  border: none;
}

#page {
  height: 100%;
  background: #fff url(../images/background_shadow.png) no-repeat top left;
  margin: auto;
  width: 1020px;
  position: relative;  
  border: none;
}

#header {
  position: absolute;
  top: 22px;
  left: 27px;
  width: 963px;
}

#header #logo {
  float: left;
}

#header #logo h1{
	width: 293px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../UserFiles/Image/logo.gif) no-repeat;
}

#mainMenu {
  position: absolute;
  bottom: 38px;
  right: 0px;
  height: 19px;

}

#mainMenu ul{
	margin: 0px;
	padding: 0px;
}

#mainMenu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#mainMenu ul li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 12px 0px 12px;
	background: url(images/divider.gif) no-repeat center right;
	text-decoration: none;
	color: #fecb00;
}

#mainMenu ul li a:hover, #mainMenu ul li a.current{
	color: #772432;
}

#mainMenu ul li#contact_us a{
	background: none;
}

#viewport {
  overflow-x: hidden;
  width: 948px;
  height: 1000px;
}

#content {
  position: absolute;
  top: 152px;
  left: 43px;
  width: 960px;
}

#social-networking {
  text-align: right;
  padding: 0px 10px 0px 0px;
  float: right;
  margin-top: 18px;

}

#social-networking p {
	padding: 0px 0px 3px 0px;
	width: 100px;
	display: inline;
}

.promotion-box {
  border: solid green 1px;
  border: none;
  clear: none;
  height: 420px;
  width: 940px;
  margin: none;
  padding: none; 
}

#promo-wrapper{
	width: 420px;
}

#promo-content{
	margin: 0px;
	padding: 50px 0px 0px 64px;
}

#promo-content h2{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -5000px;
}

#promo-content p{
	margin: 0px;
	padding: 32px 0px 0px 0px;
	font-size: 18px;
	line-height: 24px;
	width: 340px;
}

#promo-content p a{
	color: #7a2531;
	text-decoration: none;
}

#promo-content p a:hover{
	text-decoration: underline;
}

/* promo headers */

h2.promo-home{
	width: 346px;
	height: 117px;
	background: url(../UserFiles/Image/promo_headers/home.gif) no-repeat;
}

h2.promo-menu{
	width: 313px;
	height: 179px;
	background: url(../UserFiles/Image/promo_headers/menu.gif) no-repeat;
}

h2.promo-franchise{
	width: 340px;
	height: 179px;
	background: url(../UserFiles/Image/promo_headers/franchise.gif) no-repeat;
}

h2.promo-location{
	width: 300px;
	height: 180px;
	background: url(../UserFiles/Image/promo_headers/location.gif) no-repeat;
}

h2.promo-catering{
	width: 300px;
	height: 237px;
	background: url(../UserFiles/Image/promo_headers/catering.gif) no-repeat;
}

h2.promo-contact{
	width: 340px;
	height: 123px;
	background: url(../UserFiles/Image/promo_headers/contact.gif) no-repeat;
}

.promotion-box img {
  float: right;
  margin: none;
  padding: none;
}

.menu-category {
  margin-bottom: 12px;
}

.menu-category-bar {
  background: url(images/menu_category_bar.png) no-repeat top left;
  padding-top: 9px;
  padding-left: 10px;
  position: relative;
  height: 37px;
}

.menu-category-bar h3{
	width: 212px;
	height: 21px;
	overflow: hidden;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

.menu-category-bar h3#fast_favorites{
	background: url(../UserFiles/Image/menu_headers/fast_favorites.gif) no-repeat;
}

.menu-category-bar h3#moveable_feasts{
	background: url(../UserFiles/Image/menu_headers/moveable_feasts.gif) no-repeat;
}

.menu-category-bar h3#flatbreads{
	background: url(../UserFiles/Image/menu_headers/flatbreads.gif) no-repeat;
}

.menu-category-bar h3#borderline_breakfasts{
	background: url(../UserFiles/Image/menu_headers/borderline_breakfasts.gif) no-repeat;
}

.menu-category-bar h3#griddle_greats{
	background: url(../UserFiles/Image/menu_headers/griddle_greats.gif) no-repeat;
}

.menu-category-bar h3#sides__drinks{
	background: url(../UserFiles/Image/menu_headers/sides_drinks.gif) no-repeat;
}

.menu-category-bar img.label {
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
  
}
.menu-category .menu-item {
  width: 226px;
  margin-top: 13px;
  margin-bottom: 5px;
  float: left;

  border: solid black 1px;
  border: none;
}

.menu-category .menu-item-thin {
  margin-top: 13px;
  margin-bottom: 5px;
  margin-right: 32px;
  float: left;

  border: solid black 1px;
  border: none;
}

.menu-item h4 {
  margin: 0px;
  margin-bottom: 5px;
}

.block {
  margin-right: 12px;
  margin-bottom: 18px;
  float: left;

}

.view-four {
  width: 940px;
  overflow-x: hidden;  
}
.view-three {
  width: 702px;
  overflow-x: hidden;  
}
.view-two {
  width: 464px;
  overflow-x: hidden;  
}
.view-one {
  width: 230px;
  overflow-x: hidden;  
}
.box-four {
  width: 960px;  
}
.box-three {
  width: 714px;
}
.box-two {
  width: 476px;
}
.box-one {
  width: 238px;
}

.four-column {
}
.three-column {
  width: 702px; 
  margin-right: 12px;
  overflow-x: hidden;
}

.two-column {
  width: 464px;
  margin-right: 12px;
  overflow-x: hidden;
}

.one-column {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 226px;
  float: left;
  margin-right: 12px;
  margin-bottom: 5px;
}


/** new **/

.blurb{
	
}

.blurb a{
	display: block;
	color: #7a2531;
	text-decoration: none;
	line-height: 14px;
	width: 224px;
	height: 140px;
	font-size: 11px;
}


.blurb a h4{
	display: none;
}

.blurb a p{
	padding: 57px 105px 0px 17px;
	margin: 0px;
}

.blurb a.our_menu{
	background: url(../UserFiles/Image/home_blurbs/menu.gif) no-repeat;
}

.blurb a.ordering{
	background: url(../UserFiles/Image/home_blurbs/ordering.gif) no-repeat;
}

.blurb a.catering{
	background: url(../UserFiles/Image/home_blurbs/catering.gif) no-repeat;
}

.blurb a.franchise{
	background: url(../UserFiles/Image/home_blurbs/franchise.gif) no-repeat;
}

.blurb a:hover{
	background-position: 0px -140px;
}

.blurbLocation{
	line-height: 14px;
	width: 224px;
	height: 160px;
	font-size: 11px;
	background: url(../UserFiles/Image/location_blurbs/back.gif) no-repeat;
}

.blurbLocation h4{
	margin: 0px;
	padding: 0px;
	width: 224px;
	height: 40px;
	text-indent: -5000px;
	overflow: hidden;
}

.blurbLocation p{
	margin: 0px;
	padding: 12px 14px 0px 14px;
}

.blurbLocation table{
	margin: 0px 0px 0px 14px;
}

.blurbLocation h4.our_place{
	background: url(../UserFiles/Image/location_blurbs/our_place.gif) no-repeat 14px 17px;
}

.blurbLocation h4.delivery{
	background: url(../UserFiles/Image/location_blurbs/delivery.gif) no-repeat 14px 17px;
}

.blurbLocation h4.delivery_area{
	background: url(../UserFiles/Image/location_blurbs/delivery_area.gif) no-repeat 14px 17px;
}

.blurbLocation h4.hours{
	background: url(../UserFiles/Image/location_blurbs/hours.gif) no-repeat 14px 17px;
}

.horz-line{
	width: 939px;
	height: 7px;
	background: url(../UserFiles/Image/horz_line.gif) repeat-x;
}

#sidebar {
  width: 226px;
  float: left;
  margin-right: 12px;
  margin-bottom: 5px;
  background: #fff4bf url(../UserFiles/Image/sidebar_bottom.gif) no-repeat bottom;
}

.column-content{
	padding: 18px;
}

#footer{
	color: #999;
	font-size: 11px;
	height: 36px;
	float: left;
	margin: 36px 0px 0px 0px;
}

#footer p{
	float: left;
}

#footer ul{
	margin: 0px 0px 0px 256px;
	padding: 0px;
	list-style: none;
}

#footer ul li{
	float: left;
}

#footer ul li a{
	text-decoration: none;
	color: #999;
	padding: 0px 10px 0px 8px;
	background: url(../UserFiles/Image/footer_divider.gif) no-repeat center right;
}

#footer ul li a:hover{
	text-decoration: underline;
}

#footer ul li#contact_us a{
	background: none;
}

.flinks a  { font-weight:bold; color:#7a2531; text-decoration:none; padding:5px;}

.flinks a:hover, .fselec { font-weight:bold; color:#7a2531; text-decoration:none; background:#ffe774; padding:5px ;}
