/*  
CMS Modify CSS
*/



body {
	margin-top: 56px;
	padding: 0;
	font-size: 13px;
	text-align: left;
	color: #000;
	background:url(../images/body-bg.png)no-repeat center center fixed #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

#home-allcontent #top-content { /* this will hide by default this div *****************/
}


#top-content { /* this will hide by default this div *****************/
	display:block;
	margin:auto;
	margin-top:0px;
	height:200px;
	width:1800px;
	max-width:100%;
	overflow:hidden;
	display:none;
	
}

#top-content-overlay {
}

#wrapper { 
padding:0;
	float:right;
	border: none;
	width:72%;
	max-width:72%;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:url(../images/trans-repeater.png) repeat;
height:100%;
padding-bottom:80px;
	}
	
#page { 
	border: none;
	width:inherit;
	padding-right:2%;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
margin:0;padding:0;
}
	
	
#content, #content-full-width {
	border-radius: 0px;
-moz-border-radius: 0p;
-webkit-border-radius: 0px;
width:96%;
padding:2%;
padding-bottom:0%;
background:none;
}


#content-full-width #main-content {
	
}

h1 {
}

h2 {
}

h3 {
}

p { 
font-size:13px;
line-height:1.3em;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
}

a:hover {
}

hr { margin: 0px; padding: 0px;  color: #fff;
}

/* Header */

#header {
	background:url(../images/header-image.png) no-repeat top left #8e6c53;
	margin:auto;
	float:left;
	padding:0;
	margin:0;
	width:100%;
	max-width:100%;
	min-width:100%;
	overflow:hidden;
	height: 384px;
}
#home-allcontent #header {
}


#header-logo {
margin:0px;padding:0px;position:absolute;
padding-top:0px;margin-left:3px; 
margin-top:37px;
width:157px;height:160px; z-index:1999;
display:none;
 }

#city {
display:none;
}

#address {
display:none;
}

#sidebar-address {
	margin-top:13px;
	font-size:12px;
	margin-left:-17px;
	display:none;
}

#address p {font-weight:normal;}

p .phone-number {
	font-weight:bold;
	font-size:16px;
}

/* Page */

#page {
}

#page-bgtop {
	background: none;
}

#page-bgbtm {
	background: none;
}



/* Content */




/* Home Custom CSS */



/* home specials box */
#home-specials {
	display:none;
}

#header-address {
		float:right;
		margin-top:20px;
		width:auto;
		height:auto;
		text-align:right;
		color:#000;
		z-index:2800;
		padding:8px;
	border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background:#fff;
margin-right:.8em;
display:none;
	}
	
#header-address p {
	margin:0px;padding:0px;
	font-size:14px;
	line-height: 1.2em;
	color:#000;
	}
	
#header-address p .phone-number {
	font-weight:bold;color:#000;font-size:26px;
	line-height:1.4em;
	}

#header-hours {
	margin:0px;padding:0px;
		position:absolute;
		margin-left:18px;
		margin-top:85px;
		width:160px;
		height:auto;
		text-align:left;
		color:#000;
		z-index:2999;
		padding:10px;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#fff;
display:none;
	}
	
#header-hours p {
	margin:0px;padding:0px;
	font-size:15px;
	line-height: 1.2em;
	color:#000;
	font-weight:bold;
	}



/* Main Sidebar */

#nav-wrapper {
	margin:0;
background:#dee1e5;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding:4px;
width:inherit;
}

#nav-wrapper ul li {
	margin:0;
	padding:0;
}

/* defaults to show built in page links in sidebar navigation */
#static-vertical-nav {
}




/* sidebar social links default to show */
#social-sidebar-links {
	display:none;
}

#social-header-links {
	width:auto;
	float:left;
	margin-left:70px;
	margin-top:8px;
	display:none;
}

/* horizontal nav hide  - styling for this is in horizontal-nav.css */
#horizontal-wrapper {
	}

/* side social icons - default to hide - stying for this area is below */
#social-icons-right-side {
position:fixed; margin-top:353px;margin-left:795px;
width:45px; 
}


#sidebar {
	min-width:180px;
	max-width:200px;
	display:none;
}

#sidebar a {
	margin:0;padding:0;
	text-decoration: none;
	color: #fff; font-weight: bold;
	background:none;
}

#sidebar h2 a { 
color:#EBDB6D;
}

#sidebar a:hover {
	text-decoration: none;
	color:#ccc;
}

#sidebar p {
}

 
#sidebar ul, #sidebar ul li ul {
	margin: 0;
	list-style: none;
 padding:0px;
 }
 
 #sidebar ul {
 }

#sidebar li {
}

#sidebar li ul {
	width:inherit;
}


#sidebar li li { 
width:inherit;
	padding: 8px;
	background:#111;
	border:.1em solid #646464;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	margin-bottom:3px;
}


#sidebar ul li ul li ul  {
	padding:0;margin:0;
	background:#111;
	border:.1em solid #646464;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	width:auto;
	min-width:140px; max-width:220px;
	margin-left:-10px; margin-top:15px;
	padding-top:4px;
	padding-bottom:4px;
}

#sidebar ul li ul li ul li  {
	padding:0;margin:0;
}


#sidebar ul li ul li ul li {
	background:none;
width:auto;
min-width:110px;
	padding-left:10px;
	border:none;
}

#sidebar ul li ul li:hover,
#sidebar ul li ul li ul li:hover {
color:#CCC;
position:relative;
z-index:9000;
}



#sidebar ul li ul li:hover ul {
}

#sidebar ul li li:hover,
#sidebar ul li li:visited, 
#sidebar ul li li:active
 {
color:#333;
}





#sidebar h2 {
	margin: 0;
	height: 35px;
	padding: 8px 0px 10px 15px;
	font-size: 15px;
	color: #FFE7E0;
}

#sidebar h3 {
	margin: 0;
	height: 15px;
	padding: 8px 0px 10px 15px;
	font-size: 14px;
	color: #000000;
}


/* second option sidebar */
#sidebar2 { 
	margin:0px; padding:0px;
	float: right;
	width: 195px;
	margin-top: 10px;
	color: #fff;
	margin-right:-15px;
}
#sidebar2 ul {
	margin: 0;
	list-style: none;
 padding:0px;}

#sidebar2 li {
}

#sidebar2 li ul {
	margin-bottom: 3px;
}

#sidebar2 li li {
	border-bottom: 1px solid #660000;
	padding: 3px 0px 3px 0px;
}

#sidebar2 ul li ul li ul li{
	border-bottom: 1px solid #000000;
	padding: 0px;
}

#sidebar2 h2 {
	margin: 0;
	height: 35px;
	padding: 8px 0px 10px 15px;
	font-size: 15px;
	color: #FFE7E0;
}

#sidebar2 h3 {
	margin: 0;
	height: 15px;
	padding: 8px 0px 10px 15px;
	font-size: 14px;
	color: #000000;
}

#sidebar2 a {
	text-decoration: none;
	color: #fff; font-weight: bold;
}

#sidebar2 h2 a { color:#EBDB6D;
}

#sidebar2 a:hover {
	text-decoration: none;
	color:#fff200;
}

#sidebar2 p {
}

#hours {width:100%;color:#fff;
line-height: 1.2em;
margin-bottom:10px;
}
#hours .bold-font {font-weight:bold;}
#hours p {font-weight:normal; font-size:12px;}


#main-list {list-style-type:disc;}

#main-list li {
margin-left: 21px; 
line-height: 145%;
font-size: 12px; }

.list-header { font-weight: bold; 
color:#60678A; font-size: 15px; 
margin-top: 10px;}
h4 { font-weight: bold; color:#990000; 
font-size: 15px; 
margin-top: 0px; 
margin-bottom: 6px;}

.list-sub { font-weight: normal; color:black; font-size: 14px; margin-top: 10px; line-height: 140%;}

#h-line {
margin-left: 2px; 
marign: 0px; 
padding:0px; 
width: 285px; 
height: 1px; }

#h-line2 {
margin-left: 2px; 
marign: 0px; 
padding:0px; 
width: 275px; 
height: 1px; }


/*form styling */

#form-box {
padding: 0px 0px 0px 0px; 
width: 300px;
height: auto;
margin: 0px 0px 0px 0px;
padding-top: 0px;
}

.thank-you {
font-size: 20px; 
font-style: italic; 
color: red; }


/* coupon club top */

#coupon-club-top {
	position:absolute;
	z-index:4000;
	margin-left:666px;
	margin-top:162px;
	width:248px; background:#E9E9E9;
	border:.2em dotted #333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding: .7em;
	background:url(../images/body-bg-repeater.png) repeat;
	opacity:0.9;
 	filter:alpha(opacity=90);
	color:#fff;
}

.coupon-club-title {
	font-size: 25px;
	font-weight:bold;
	color:#FC3;
}

#coupon-club-top .email-form {
margin-top: 8px;
line-height: 160%;
}

/*  
coupon club
*/

#coupon-club {
padding: 0px; 
margin: 0px;
width:500px; 
height: 253px;
background: url(../images/coupon-club.jpg) no-repeat center top;
}

#coupon-club-text {
margin-left:70px; 
padding-top: 94px; 
width: 360px;}

#coupon-club p{
padding-top: 50px; 
padding-left: 10px;}

.small-text {
font-size: 10px; }

#club-disclaimer { padding:0px;margin:0px;line-height:.9em;margin-top:3px;}
.disclaimer-text {font-size: 10px; }

#coupon-club .email-form {
margin-top: 8px;
line-height: 160%;
}

#coupon-specials { 
}

#menu-margin-top {
margin:0px; padding:0px; 
float:left; 
margin-top:-128px; 
padding:0px;}

#coupon-specials h2{ 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, 
sans-serif;font-size:22px;
font-weight: bold;
font-style:normal;
padding-top: 3px; 
padding-bottom: 3px;
}

#coupon-specials h3{ 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
}

#coupon-specials p{ 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top:5px; 
padding-bottom: 1px;
}

#coupon-line {
width: 500px; margin: 0px; padding:0px;}

#print-page a {
color:#FF0000;}

.small-text {
font-size: 10px; }

#menu-navigation {
margin:0px;padding:0px;
}

#menu-wrapper {
	margin-bottom:20px;
}

#menu-navigation a {
color:#C0273F;}


/*  
left specials box
*/


#lunch-specials { 
margin-top: 10px; 
margin-left: 4px;
color:#000000; 
font-family:Arial, Helvetica, sans-serif;
width: 183px;
margin-bottom:17px;
}

#specials-top {
width:183px;
height:55px;
}

#specials-content {
	background-color:#fff; 
	margin-top:-3px;
}

#lunch-specials a { 
color:#FF0000;}

#lunch-specials a:hover { 
color:#FF9900;}

#lunch-specials-bottom {
height:0;margin-bottom:8px;
margin-top:-3px;
}

#lunch-specials ul li .specials-title {
	font-weight:bold;}


#lunch-specials h2 {
margin:0px; padding: 0px;
font-weight:bold; 
font-size: 15px;
text-align:center;
color: #000;
font-family:Arial, Helvetica, sans-serif;
padding-top:4px; 
margin-bottom:-10px;}

#lunch-specials ul {
margin:0px; padding: 0px; }

#lunch-specials p {
font-size: 11px;
margin:0px; 
padding:0px; 
color:#000;
padding-left: 5px; 
padding-bottom:5px; 
line-height: 100%;}

#lunch-specials ul li{
font-size: 11px; 
margin:0px; 
padding: 0px; 
padding-left: 5px; 
padding-right:5px; 
border-bottom:none;}


.breadcrumbs { 
color:#000;
}


.hide-field input
{
}

#google-map {
	display:none;
	}
	
#google-map iframe {
	}
#print-menu {
	}

#float-right {float:right;}
#clear {clear:both;}


#coupon-line hr {

  }
  
  
  
  
  /* side social icons */
  


  
#online-ordering-side-button {
display:none;
}

#header-ordering-button {
	margin:0;padding:0;
	clear:right;
	float:right;
	margin-top:0px;
display:block;
z-index:4001;
padding-right:.8em;
}

#order {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top:7px;
}

#order li {
	display: block;
	float: left;
	margin: 0px;
	width:232px;height:51px;
}

#order a {
	display: block;
	font-family:Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666;
	text-align:center;
	background: url(../images/side-online-order-button.png) no-repeat top;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	width:232px;height:51px;
			-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#order a:hover {
	background: url(../images/side-online-order-button_hover.png) no-repeat top;
		width:232px;height:51px;
			-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}



.menu-description {font-style:italic; padding-bottom:5px;}

#specials-wrapper { 
text-align:left; 
-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding: 10px;
	margin-bottom:5px;
	background: #e32024;
	background: -moz-linear-gradient(top, #ed2024 1%, #800000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ed2024), color-stop(100%,#800000));
	background: -webkit-linear-gradient(top, #ed2024 1%,#800000 100%);
	background: -o-linear-gradient(top, #ed2024 1%,#800000 100%);
	background: -ms-linear-gradient(top, #ed2024 1%,#800000 100%);
	background: linear-gradient(top, #ed2024 1%,#800000 100%);
color:#fff;
  }
.specials-title {
	font-weight:bold;font-size: 1.8em;
	color:#fff;
  }
#specials-wrapper p {

}
	
#specials-allcontent {
	display:none;
	}
	

#hide-contact-fax, #hide-contact-email {
	display:none;
	}

#widget {
	color:#000;
}


#contactinfo {  /* this is the wrapper for the in page form option ********/
width: 50%;
margin: 0 auto;
}
#contactinfo p a {
	color:#000;
}


/* 2nd option for footer */

#footer-wrapper {
	width:100%;
	border-top:none;
	height:auto;
}
#bottom-footer-sections { 
margin:0;
bottom:0;
left:0;
position:fixed;
margin-top:0px;
width: 27%;
padding-right:1%;
color:#fff;
font-size:11px;
clear: both;
padding-top:15px;
}

#bottom-footer-sections p,
#bottom-footer-sections a,
#bottom-footer-sections h1,
#bottom-footer-sections h2,
#bottom-footer-sections h3{ 
color:#fff;
text-decoration:none;
}

#bottom-footer-sections a img:hover {
opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}

#bottom-footer-sections ul {
	display:block;
}

#bottom-footer-sections ul li {
display:inline; margin-right:8px;
}

#bottom-footer-sections #left-section { 
width: 25%;
height: 100%;
float:left;
border-right: none;
margin:0px;
padding:0px;
padding-left:14px;
margin-left: 0px;
}

#bottom-footer-sections #left-section img { 
width:80px;
height:auto;
padding-top:6px;
}

#bottom-footer-sections #left-section  img{ 
margin-top:-12px;
margin-left:-10px;
}

#bottom-footer-sections #center-section {
width: 60%;
height: 100%;
float:right;
padding-right:0px;
}

#bottom-footer-sections #center-section img {
height:36px;width:36px;
}

#bottom-footer-sections #right-section {
width: 100%;
height: 100%;
float:left;
border-left: none;
clear:left;
padding:0;
margin:0;
display:none;
}

#bottom-footer-sections #right-section a {
font-size:12px;
}

#footer-top-section {
margin: 0 auto;
margin-top:10px;
width:960px; 
color:#000;
font-size:11px;
clear: both;
height:auto;
display:none;
}

#footer-top-section table {
	margin-top:-6px;
}



#footer-top-section table tr td {
	font-size:13px;
	padding:0em .4em 0em.4em;
}

#footer-top-left-section {
	clear:left;
	float:left;
	width:55%;
}

#footer-map {
	float:left;
	width:490px;
	height:108px;
	margin-right:12px;
	margin-bottom:3px;
	overflow:hidden;
}

#footer-logo {
	float:left;
	max-width:120px;
	margin-top:0px;
	display:none;
}


#footer-hours {
	float:right;
	width:20%;
	text-align:left;
	color:#fff;
	padding-right:14px;
}

#footer-address {
	float:right;
	width:22%;
	text-align:right;
}

#footer-address p,
#footer-address .phone-number {
	color:#fff;
}

#footer-address #open-marker,
#footer-address #closed-marker {
	float:right;
	clear:both;
width:80%;
padding-top:12px;
padding-bottom:4px;
}

#footer-address #sign-wrapper  {
	margin:0;padding:0;
	float:right;
	width:50px;
	height:27px;
	margin-top:-6px;
	margin-left:8px;
}

#footer-address .currently-text { 
font-size: 12px;font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}




@media screen and (max-width: 990px) {
	
	
body {
}
	
h1 {
	font-size: 2.1em; line-height: auto; 
}

h2 {
	font-size: 1.9em; line-height: auto;
}

h3 {
	font-size: 1.7em;
}

h4, h5, h6 {
	font-size: 1.6em;
}

p {
}

#home-allcontent #top-content { /* this will hide by default this div *****************/
}


#top-content { /* this will hide by default this div *****************/
	width:100%;
	max-width:100%;
	overflow:hidden;
}

.unoslider {
  width: 990px;
  max-width:100%;
  overflow:hidden;
}

#wrapper { 
}

#header {
	margin-top:58px;
}


#sidebar {
display:none;
}



/* Content */

#page {
	width:100%;
	padding:0px;
	margin: 0 auto;
}


#home-allcontent #content {

}

#home-allcontent #content-full width,
#home-allcontent #content,
#content-full-width,
#content {
	padding: 0px; margin:0px;
	float: right;   /* float right for left sidebar */
	width: 97%;
	padding-top: 0px;
	margin-top: 0px;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding:1.5%;
margin-bottom:25px;
}


#main-content { 
float:right; 
width:100%;
margin:0;
padding:0;
}

	
#top-content { /* this will hide by default this div *****************/
}

#horizontal-wrapper {
	display:none;
}


#reduced-menu-button {  /*  this is hidden at this screen width and is replaced by dropdown menu */
	display:block;
	position:fixed;
	z-index:4300;
	margin:auto;
	clear:both;
	width:inherit;
	min-width:100%;
	background:#9405d7;
	height:58px; /* this should match horizontal navigation height */
	margin:0px;
	padding:0px;
	top:0;
	right:0;
	left:0;
}

#nav-links-reduced #divMenu ul {
	margin:0;padding:0;
	display: block;
	float:right;
	clear:both;
	width:100%;
	background:none;
	width:100%;
}

#nav-links-reduced #divMenu ul a {
	display:inline-block;
width:100%;
overflow:hidden;
font-size:2em;
font-weight:bold;
padding:.4em .8em .6em .8em;
color:#fff;
height:28px;
}

.reduced-link {
	margin-top:0px;
}

.reduced-link img {
	margin-top:4px;
}

#reduced-menu-button #nav-links-reduced {
     clear:both;
	 width:auto;height:auto;
	 width:95%;
	background:none;
     }
	 

	 
	 /* javascript div for reduced menu */
#menu1 {
	display:none; 
	position:absolute;
	z-index:9999;
background:#9405d7;
width:99.5%;
max-width:99.5%;
height:auto;
margin:0px 0px 0px 0px;
padding:.5%;
}
	 
#menu1 ul,
#menu1 ul ul, 
#menu1 li li  {
    margin: 0;
    padding: 0;
	border: 0;
	outline: none;
width:100%;
}

#menu1 ul ul {
	    width: 100%;
	background:none;
	float:left;
	clear:both;
	
}

#menu1 ul li,
#menu1 ul ul li {
	width: 100%;
	max-width:100%;
	float:left;
	clear:both;
	overflow:hidden;
}

#menu1 li,
#menu1 li li{
        list-style: none;
        position: relative;
    }
 
#menu1 ul li a,
#menu1 ul ul li a:hover {
    }
	
#menu1 ul > li:hover > a,
#menu1 ul > li ul li a,
#menu1 ul > li:target > a {
}

#menu1 ul > li:target > a {
	float:right;
	clear:both;
}

	
#menu1 ul ul li a {
	}
 
#menu1 ul li:hover ul {
		display:block; visibility: visible;
    }
	
#menu1 ul li,
#menu ul li ul {
	background:none;
}

#menu1 li {
	font-size:22px;
}

#menu1 a {
	display:inline-block;
	width:96.5%;
	max-width:inherit;
	color:#000;
	padding:.5em .8em .5em .8em;
	background:#fff;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
	margin:2px;
}

#menu1 li a {
	width:95%;
	max-width:95%;
}


#menu1 ul ul {
		display:block;
	width:inherit;
	max-width:99%;
	font-size:22px;
	color:#000;
	padding:.5em;
	background:none;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
	margin:2px;
	margin-top:-10px;
    }
		
#menu1 ul ul li a {
	display:block;
	width:97%;
	font-size:22px;
	color:#000;
	padding:.5em;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
	color:red;
}





#online-ordering-side-button {
}

#online-ordering-top-button {
}


#home-slider-wrapper {
}

/* Unoslider container */
.unoslider {
}

.unoslider img {
}

.unoslider {
}

#content-full-width #coupon-wrapper {
	width:960px;
	}

/* footer */

#footer-wrapper {
	margin-top:0px;
	padding-top:1em;
	width:100%;
	margin-top:-5.5em;
}

#footer-wrapper p {
	font-size:12px;
}

#footer-top-section {
	width:100%;
}

#footer-top-left-section {
	display:none;
}

#footer-address {
	padding-right:2%;
	width:35%;
}

#footer-address #open-marker,
#footer-address #closed-marker {
	float:right;
	clear:both;
width:170px;
padding-top:12px;
padding-bottom:4px;
}

#footer-hours {
	padding-left:2%;
	float:left;
	width:48%;
	border-right:none;
}

#bottom-footer-sections { 
width: 100%; 
}


#bottom-footer-sections #left-section  { 
display:none;
}

#bottom-footer-sections #center-section {
width: 40%;
height: 100%;
float:left;
padding-left:14px;
position:relative;z-index:4001;
}


#bottom-footer-sections #right-section {
width: 43%;
margin-right:1%;
}

}


@media screen and (max-width: 768px) {



#top-content { /* this will hide by default this div *****************/
	overflow:hidden;
}

#online-ordering-top-button {

}

#header-address, #header-hours {
		display:none;
	}
	


/* Unoslider container */
.unoslider {
}

.unoslider img {
}

.unoslider {
}

#content-full-width #coupon-wrapper {
	margin-top:10px;
	width:706px;
	}
	
#coupon-wrapper h2 {
	margin-top:-10px;
	line-height:1.2em;
	width:63%;
	}
	
	#coupon-body,
#coupon-address,
#coupon-disclaimer,
.present-line {
	width:63%;
	text-align:left;
	}
	
	
#home-slider-wrapper {
}
	
	
/* footer */

#footer-wrapper {
	margin-top:0px;
	padding-top:1em;
	width:100%;
	margin-top:-5.5em;
}

#footer-wrapper p {
	font-size:12px;
}

#footer-top-section {
	width:100%;
}

#footer-top-left-section {
	display:none;
}

#footer-address {
	padding-right:2%;
	width:35%;
}

#footer-address #open-marker,
#footer-address #closed-marker {
	float:right;
	clear:both;
width:170px;
padding-top:12px;
padding-bottom:4px;
}

#footer-hours {
	padding-left:2%;
	float:left;
	width:48%;
	border-right:none;
}

#bottom-footer-sections { 
width: 100%; 
}


#bottom-footer-sections #left-section  { 
display:none;
}

#bottom-footer-sections #center-section {
width: 40%;
height: 100%;
float:left;
padding-left:14px;
position:relative;z-index:4001;
}

#bottom-footer-sections #center-section img {
height:28px;width:28px;
}


#bottom-footer-sections #right-section {
width: 43%;
margin-right:1%;
}

#page {
	width:100%;
}

#content-full-width {
	width: 96%;
		padding:2%;
		padding-top:0%;
}

#main-content {
}

#header {

}


#wrapper { 

}

	
}



@media screen and (max-width: 700px) {
	
body {
min-width:700px;
}


#header {
}

#bottom-footer-sections #center-section {
	margin-top:0em;
	margin-bottom:1em;
	text-align:right;
width: 99%;
margin-right:1%;
float:right;
clear:right;
}

#bottom-footer-sections #right-section {
width: 99%;
margin-right:1%;
}
	
}