BODY#body{
	margin: -30px 0 0 0;
	padding:0;
	text-align: center;
	background: #000;
}

body, td, th, tr, p, div {
	font: normal 12px  georgia, Tahoma, sans-serif;
	color: #333;
	line-height: 165%;
}

html {
     overflow: -moz-scrollbars-vertical;
}

table.hours {
	border-collapse: collapse;
	margin: 1px;	
	font-size: 100%;
	font-family: Arial;
	color: #fff;
	background: transparent;
}

td {
font-size: 90%;
text-align: left;
font-weight: normal;
padding: 0 0px 0 0;
font: normal 10px  georgia, Tahoma, sans-serif;
}

td.first {
padding: 5px 15px 0 0;
color: #fff; 
}

td.time {
color: #ccc; 
}

/* Food Items Styling */
table.menu {
	border-collapse: collapse;
	margin: 10px;	
	font-size: 100%;
	font-family: Arial;
	color: #fff;
	background: transparent;
}

table.menu.td {
font-size: 100%;
text-align: left;
font-weight: normal;
padding: 0 0px 0 0;
font: normal 12px  georgia, Tahoma, sans-serif;
padding: 5px 0 10px 0;
font-style: italic;
}

table.menu td.first {
padding: 5px 15px 0 0;
color: #555; 
width: 400px;
font-size: 16px;
padding: 5px 0 10px 0;
}

table.menu td.rate {
color: 555; 
font-size: 16px;
width: 50px;
padding: 5px 0 10px 0;
}

table.menu td.desc {
font: normal 12px  georgia, Tahoma, sans-serif;
padding: 0px 0 20px 0;
font-style: italic;
}


#home_module div,
#home_module p {
	color: #666;
}

#right div,
#right p {
	color: #fff;
}

.moduletable {
	margin: 0;
	padding: 10px;
}

#content .moduletable {
	padding-left: 0;
}

p {
	margin:0;
	padding: 10px 10px 0 10px;
	padding-left: 0;
}

#left .moduletable,
#left .moduletable_text,
#left .moduletable_menu {
	padding-left: 10px;
}

#wrapper {
	position: relative;
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#header {
top: 5px;
	height:124px;
	width: 540px;
}

#logo {
	position: absolute;
	
top: 10px;
left: -8px;
	width: 510px;
	color: #fff;
	text-transform: lowercase;
	line-height: 28px;
}

#logo h1
{ font-family: century gothic, sans-serif;
  font-size: 200%;
  font-weight: normal;
  padding: 15px 0px 0px 14px;
  border: 0px;
  letter-spacing: 0px;
}

#logo a {color: #fff;}

#header #topright {
	position: absolute;
	top: 40px; left: 480px;	
	color: #f3a000;
	font: normal 9px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
	text-align: center;
	width: 300px;
}

.number {font-size:20px; padding: 0 0 10px 0; line-height: 30px}
.location {color: #ccc; margin-top: 10px; font-size: 10px;}


/* Menu */
#menu {
	margin: 10px 0 5px -12px;
}

#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	float: right;
	line-height: 30px;
}

#menu a, 
#menu a:link, 
#menu a:visited  {
	font-size: 11px;
	color: #f3a000;
	padding-left: 2px;
	padding-right: 18px;
	text-transform: lowercase;
}

#menu ul li a:hover,
#menu ul li a#active_menu {
	text-decoration: none;
	color: #fff;
}

#menu ul li#current a {	
	color: #fff;	
}

/* Right side Content */

#right {
	width: 200px;
	float: left;
	padding-top: 0px;
}

#right .rightbox {
	margin: 0 0 30px 0; 
}

#right .promo {
	margin: 0px 5px 15px 10px; ;
	padding: 5px;
	font: normal 18px Arial Narrow;
	width: 150px;
	border: 1px solid #444;
	background: #222;
	text-align: center;
	color: #f3a000;
	letter-spacing: 0.7px;
}


/* Right side menu */
#right ul.sidemenu {
	text-align: left;
	margin: 7px 0px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 0px solid #EBEBEB;
	
}
#right ul.sidemenu li {
	list-style: none;
	border-bottom: 0px solid #EBEBEB;	
	padding: 2px 3px 0px 10px;
	margin: 0 0px;			
}

#right ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #aaa; 		
}
#right ul.sidemenu li a:hover {	
	color: #0978a5;	
}
#right ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#right ul.sidemenu ul li { border: none; }

#right ul.sidemenu li#current a {	
	color: #db4523;	
}

/* Form Styling */
form {
	padding: 10px;
	margin: 10px;
	background: #fafafa;
	width: 300px;
	border: 1px solid #ddd;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color: #666;
}
input {
	padding:3px;
	border:1px solid #ddd;
	font: normal 11px Arial;
	color:#666;
	background: transparent;
	width: 160px;
}
textarea {
	width:220px;
	padding:2px;
	font: normal 11px Arial;
	border:1px solid #ddd;
	height:100px;
	display:block;
	color:#666;
	background: transparent;	
}
input[type="button"],input[type="submit"] { 
	font: normal 11px Arial; 
	margin: 4px 0px 0 0;
	color: #fff;
	background: #FFF url(images/submitBg.gif) no-repeat;
	border: none;
	text-align: center;
	float: right;
	width: 150px; height: 25px;
	padding-top: 0px;
}
tr.app {
	height: 40px;
	color: #666;
}
td.first {
color: #666;
}

select {
border: 1px solid #ccc;
padding: 1px;
color: #666;
width: 80px;
font: bold 11px Arial;
}

.cta2 {
	background: #fff7e0;
	padding: 5px; margin: 40px 0px 0 0px;	
	font-size: 115%;	
	border: 1px solid #ccc;
	margin-top: 30px;
	color: #666;
	font-weight: bold;
}

#wrapper_content {
	float: left;
	width: 537px;
	background: #fff;
	padding-top: 10px;
}



#right p {
	padding: 10px;
}

#home_img {
	width: 535px;
	height: 388px;
	text-align: center;
}

#home_module {
	float: right;
	width: 315px;
	padding: 0px;
}

#in_img {
	padding: 10px;
	padding-top: 0;
}

#left {
	float: left;
	width: 200px;
}

#content {
	float: left;
	width: 470px;
	padding: 0px 20px 20px 20px;
	min-height: 540px;
}

#content-padding {
	padding: 10px;
}

#logo img {
	display: block;
}

.space {
	height: 50px;
}

.clear {
	clear: both;
}


/* GENERAL PURPOSE STYLES */

a:link, 
a:active, 
a:visited {
	color: #9B0F05;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header2 .moduletable {
	padding: 0;
	margin: 0;
}

.inputbox {
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border: 1px solid #ddd;
}

.sectiontableentry1 {
	background-color: #fff;
}

.sectiontableentry2 {
	background-color: #f9f9f9;
}

.small {
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;  
}

#footer {
	text-align: left;
	margin-top: 10px;
	color: #777;
}

#footer a, 
#footer a:link, 
#footer a:visited,
#right a:link, 
#right a:visited  {
	color: #bbb;
}

#footer a:hover {
	text-decoration: underline;
}

.componentheading,
.contentheading {
	font-size: 13px;
	color: #E13D0C;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	text-transform: lowercase;
}


/* new tags */

h1, h2, h3, h4 {
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

h1 {
	font-size: 14px;
}

#content h1 {
	font-size: 15px;
	padding: 20px 0 0px 0;
	color: #666;
}

h2 {
	font-size: 13px;
	color: #333;
}

h3 {
	font-size: 12px;
}

#left h3 {
	padding-right: 0;
	padding-bottom: 5px;
	text-transform: lowercase;
}

#right h3 {
	background: url(images/right_h3.jpg) no-repeat left top;
	padding: 3px;
	padding-left: 10px;
	text-transform: lowercase;
	height: 24px;
}

#footer h3 {
	display: none;
}

h4 {
	font-size: 11px;
	color: #333;
}

ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	list-style: none;
	padding-left: 1px;
	line-height: 150%;
}

#content li {
	list-style-image: url(images/arrow.png);
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 li {	
	list-style-image: url(images/arrow1.jpg);
}

ul.arrow2 li {
	list-style-image: url(images/arrow2.jpg);
}

#left ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#left ul li a, 
#left ul li a:link, 
#left ul li a:visited {
	text-decoration: underline;
	line-height: 20px;
	font-size: 11px;
	color: #666;
}

#left ul li a:hover,
#left ul li a:active {
	color: #E13D0C;
}


img, fieldset {
	border: 0;
}

#contentbox {
	padding: 10px 10px 30px 10px;
	color: #666;
	background: #fef3e5;
	width: 480px;
	margin: 10px 0 20px 0;
	border: 1px solid #ffdaab;
}

#contentbox h1 {
	font-size: 14px;
	padding: 0px 0 0px 0;
	color: #e56500;
}

#testimonial .source {
	color: #555;
	font-weight: bold;
}

.jsvalidation{
display:block; 
font-size: 12px; 
margin-left: 0px; 
color: red; 
background:transparent; 
text-align: left; 
font-weight: bold;
margin-bottom: 10px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* overrides classes */
.floatleft {float:left;}
.floatright {float:right;}
.widleft {width:130px; clear:both; text-align:right;padding-bottom:5px;}
.widright {width:350px;margin-right:10px;padding-bottom:5px;}
.clear { clear: both; }
form#adminForm img {padding:0;margin:0;}
fieldset {padding-bottom:1em;}
.editor {margin-top:1em;margin-bottom:1em;}
table.mceEditor td {	white-space:normal;}

/* category table styles */
span.author {display:none;}
div.item {padding-top:0.6em;}
.paginate {padding-top:1em; text-align:center;}
.pagecounter {padding-bottom:1em;padding-top:0.6em;text-align:center;}

/* buttons */

.buttons {
float:right;
width:85px;
}

.buttons .buttonheading {
float:left;
}


/* drop-down menu */

#menu ul li { 
position:relative;
}

#menu ul li ul {
display:none;
position:absolute;
top:2em;
left:0em;
width:40em;
}

#menu ul li:hover ul, 
#menu ul li.over ul { 

}

/* Testimonials */

.bubbleTop {
	width:162px; 	
	height: 7px;
	background: url(images/testupbg.gif) no-repeat;
	margin-left: 10px;	
}
.bubble {
	width: 158px;
	background: #333;
	border-left: 2px solid #666;
	border-right: 2px solid #666;		
	min-height: 45px;
	margin-left: 10px;
	color: #fff;
}

.bubble p {
	padding: 4px;
	font-size: 11px;
	color: #fff;
}
.source {
	width: 100px;
	font-size: 14px;
	color: #ccc;
	text-align: left;
	margin:5px 0px 0px 18px;
	font-size: 11px;
	line-height: 14px;
}
.source .name {
	color: #aaa;
	font-weight: bold;
}

.sourcelink a {
	color: #f3a000;
	font-size: 10px; 
}

.sourcelink a:hover {
	color: #f3a000;
	font-size: 10px; 
	text-decoration: underline;
}


.bubbleBottom {
	width: 162px;
	height: 20px;
	background: url(images/testdownbg.gif) no-repeat;
	margin-left: 10px;
}

