@charset "utf-8";
/* 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;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	clear: none;
	float: none;
}
#menu {margin: 3px auto 0px auto}
.addy {max-width: 82%}
.pagecon {
	clear: none;
	float: left;
	margin-left: 0;
	padding: 0.5em 0 0.5em 0;
	width: 98%;
	display: block;
}
.fmenuleft {
	margin-bottom: 0.5em;
}
.fmenuright {
}
.fmenuleft h2, .fmenuright h2 {font-size: medium} 
.fmenuleft li, .fmenuright li {font-size: small}
.pricelefthead {width: 34px}
.pricerighthead {margin-right: 11px; width: 30px}
.priceleft, .priceright  {width: 34px}
.itemdiv {border: none}
.gmap {width: 99%}
.contactinfo {width: 95%; margin-bottom: 0.4em}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90%;
	padding-left: 1%;
	padding-right: 1%;
	clear: none;
	float: none;
	margin-left: auto;
}
#menu {margin: 1px auto}
.addy {max-width: 64%}
.pagecon {
	clear: none;
	float: left;
	margin-left: 0;
	padding: 0.5em;
	width: 96.5%;
	display: block;
}
.fmenuleft {
	margin-bottom: 0.5em;
	padding: 0.5em;
}
.fmenuright {
	padding: 0.5em;
}
.fmenuleft h2, .fmenuright h2 {font-size: large} 
.fmenuleft li, .fmenuright li {font-size: medium}
.pricelefthead, .pricerighthead {width: 50px}
.priceleft, .priceright  {width: 50px}
.itemdiv {border: #F00 groove; padding: 0.2em; margin-bottom: 0.4em; line-height: 1.50; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 1px 2px 2px #333;  -webkit-box-shadow: 1px 2px 2px #333; box-shadow: 2px 2px 3px #333 }
.gmap {width: 99%}
.contactinfo {width: 95%; margin-bottom: 0.4em}
.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: 769px) {

.gridContainer {
	width: 89%;
	max-width: 1232px;
	padding-left: 0.50%;
	padding-right: 0.50%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#menu {margin: 0px auto}
.addy {max-width: 56%}
.pagecon {
	clear: both;
	float: left;
	margin-left: 0;
	padding: 0.5em;
	width: 97%;
	display: block;
}
.fmenuleft {
	width: 45%;
	float: left;
	padding: 0.5em;
	display: block;
	margin-bottom: 0;
}
.fmenuright {
	width: 45%;
	float:right;
	padding: 0.5em;
	display: block;
}
.fmenuleft h2, .fmenuright h2 {font-size: large} 
.fmenuleft li, .fmenuright li {font-size: medium}
.pricelefthead, .pricerighthead {width: 50px}
.priceleft, .priceright  {width: 55px}
.itemdiv {border: #F00 groove; padding: 0.2em; margin-bottom: 0.4em; line-height: 1.50; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 1px 2px 2px #333;  -webkit-box-shadow: 1px 2px 2px #333; box-shadow: 2px 2px 3px #333 }
.gmap {
	clear: none;
	float: right;
	display: block;
	width: 47%;
	max-width: 600px;
}
.contactinfo {
	clear: none;
	float: left;
	width: 47%;
	max-width: 600px;
	display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}