@charset "utf-8";
@import url("typography.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
body {
	margin-top: 0px;
	background-image: url(img/body-bkgrd.jpg);
	background-repeat: repeat;	
}
/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	border: 0 solid #b6b6de;
	-webkit-box-shadow: 0 0 0px #999;
	box-shadow: 0 0 0px #999;
	border-radius: 0px;
}
#div1 {
width: 100%;
}
#logo {
	text-align:center;
	width: 100%;
	margin-left: 0;
}
#clasp_1 {
height:40px;
width:40px;
position:absolute;
margin-top:5px;
}
.clasp {
text-align:left;
}
.mmdisplay{
display:none;
}
#mmenu_1 {
	width:100%;
	float:left;
	border-radius:5px;
}

#menuBlock1 {
width: 100%;
margin-left: 0;
}
#menuBlock2 {
width: 100%;
clear: both;
margin-left: 0;
}
#div2 {
width: 100%;
clear: both;
margin-left: 0;
margin-top:15px;
position:relative;
}
#Ordering {
width:40%;
height:60%;
background-color:transparent;	
position:absolute;
z-index:99999;
bottom:24%;
right:3%;
}
#facebookad {
width:40%;
height:60%;
background-color:transparent;	
position:absolute;
z-index:99999;
bottom:24%;
left:3%;
}
#row1 {
width: 100%;
clear: both;
margin-left: 0;
}
#row2 {
width: 100%;
clear: both;
margin-left: 0;
}
#left33 {
width: 100%;
margin-left: 0;
}
#contactInfo {
display:none;
width: 100%;
}
#row3 {
width: 100%;
}
#row4 {
width: 100%;
clear: both;
margin-left: 0;
}
#row5 {
display:none;
width: 100%;
}
#row6 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#row7 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
/* rowA is a single column stretching horizontally across the main section of the page. */
#rowA {
	clear: both;
	margin-left: 0;
	width: 100%;
}
/* rowb is a single column stretching horizontally across the main section of the page. */
#rowb {
	width: 100%;
	clear:both;
}
/* rowC is a single column stretching horizontally across the main section of the page. */
#rowC {
	width: 100%;
}
#row1a {
}
#contactLabel {
	display:none;
}
#footer {
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #669966;
}
#ftmenu {
	display:none;
}
#footerlc {
width: 100%;
}
#footerrc {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: left;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.contact {
	padding:20px;
	text-align:center;
}
/* center aligns text on the offsite catering page. */
.content-catering {
	padding:20px;
	text-align:center;
}
.content-catering a {
	color:#cc3333;
}
.content-catering a:hover {
	color:#000;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 100%;
}
#logo {
width: 100%;
margin-left: 0;
}
#clasp_1 {
display:none;
}
.mmdisplay{
display:block;
}
#menuBlock1 {
width: 48.7179%;
margin-left: 0;
}
#menuBlock2 {
width: 48.7179%;
margin-left: 2.5641%;
clear: none;
}
#div2 {
width: 100%;
clear: both;
margin-left: 0;
}
#facebookad {
width:20%;
height:30%;
bottom:12.25%;
left:1.25%;
}
#Ordering {
width:20%;
height:30%;
bottom:12.25%;
right:1.25%;
}
#row1 {
width: 100%;
clear: both;
margin-left: 0;
}
#row2 {
width: 100%;
clear: both;
margin-left: 0;
}
#left33 {
width: 100%;
margin-left: 0;
}
#contactInfo {
width: 100%;
}
#row3 {
width: 100%;
}
#row4 {
width: 100%;
clear: both;
margin-left: 0;
}
#row5 {
width: 100%;
}
#row6 {
width: 100%;
clear: both;
margin-left: 0;
}
#row7 {
width: 100%;
clear: both;
margin-left: 0;
}
/* rowA is a single column stretching horizontally across the main section of the page. */
#rowA {
	clear: both;
	margin-left: 0;
	width: 100%;
}
/* rowb is a column 50% to the left of rowC. */
#rowb {
width: 48.1525%;
float:left;
background-color:#;
}
/* rowC is a column 50% to the right of rowb. */
#rowC {
width: 48.1525%;
margin-left:1.0%;
float:left;
background-color:#;
}
/* rowd is a single column stretching horizontally across the main section of the page. */
#rowd {
	clear: both;
	margin-left: 0;
	width: 100%;
	border-top-width: none;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #669966;
}
#row1a {
}
#contactLabel {
}
#cwrapper {
	width: 100%;
	float: right;
	background-image: url(img/watermark.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#footer {
	width:100%;
	margin:0;
	padding:0;
}
#ftmenu {
	display:block;
	width:100%
	margin:0;
	padding:0;
	text-align:center;
}
#ftmenu li {
	list-style-type: none;
	display:inline;
}
#ftmenu a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding:0 5px 0 5px;
}
#ftmenu a:hover {
	color:#669966;
}
#footerlc {
width: 48.7179%;
}
#footerrc {
width: 48.7179%;
margin-left: 2.5641%;
clear: none;
text-align: right;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1023px) {
body {	
}	
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;	
}
#div1 {
	width: 23.7288%;
	height: 100%;
	position: fixed;
	top:0;
	left: 50px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	box-shadow:0px 0px 20px #ccc;
}
#contactLabel {
	display:block;
	width:95%;
	position:absolute;
	text-align:center;
	left:0px;
	bottom:0;
	padding-bottom:20px;
	z-index:0;
}
#logo {
width:95%;
margin-left: 0;
background-color:#FFF;
position:relative;
z-index:9;	
}
#menuBlock1 {
width: 95%;
margin-left: 0;
margin-top:20px;
background-color:#FFF;
position:relative;
z-index:9;
}
#menuBlock2 {
width: 95%;
clear: both;
margin-left: 0;
margin-top:0;
background-color:#FFF;
position:relative;
z-index:9;
}
#div2 {
width: 73.5762%;
margin-left: 2.6949%;
margin-top:10px;
clear: none;
float:right;
}
#row1 {
width: 74.5762%;
margin-left: 1.6949%;
clear: none;
float:right;
}
#row2 {
width: 36.2033%;
margin-left: 1.6949%;
clear: none;
float:right;
}
#left33 {
width: 48.7179%;
margin-left: 0;
}
#contactInfo {
display:none;
width: 100%;
margin-top:70px;
text-align:center;
}
#row3 {
width: 100%;
}
#row4 {
width: 23.7288%;
margin-left: 0;
clear: both;
}
#row5 {
width: 23.7288%;
text-align:center;
}
#row6 {
width: 36.2033%;
margin-left: 1.6949%;
clear: none;
float:right;
}
#row7 {
width: 74.5762%;
margin-left: 1.6949%;
clear: none;
}
#cwrapper {
	width:74%;
	float:right;
}
/* rowA is a single column stretching horizontally across the main section of the page. */
#rowA {
margin-left:0;
clear: none;
width:100%;
background-color:#;
}
/* rowb is a column 50% to the left of rowC. */
#rowb {
width: 48.1525%;
float:left;
background-color:#;
}
/* rowC is a column 50% to the right of rowb. */
#rowC {
width: 48.1525%;
margin-left:1.0%;
float:left;
background-color:#;
}
#row1a {
}

#footer {
}
#ftmenu {
	display:none;
}
#footerlc {
width: 48.7179%;
margin-left: 0;
}
#footerrc {
width: 48.7179%;
margin-left: 0;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.contact {
	text-align:left;
}
/* left aligns text on the offsite catering page in desktop mode. */
.content-catering {
	padding:20px;
	text-align:left;
}
}