/*Links in tables set to #66F under contact*/

/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: 0;
}
/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	background-image: url(../images/page-background.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #4d3e4e;
	line-height: 1.4;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-bottom: 10px;
}
a {
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;
}
a:focus {
	-moz-outline: 0;
	outline: 0;
	outline-offset: 0;
}
a img {
	border: 0;
} 
h1 {
	font-size: 15pt;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px;
	padding: 0px;
}
h3 {
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px;
	padding: 0px;
}
h4 {
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px;
	padding: 0px;
	color: #222;
}
p {
	margin: 0 0 18px 0;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#container {
	position: relative;
	margin: 0px auto;
	padding: 0px 30px;
	width: 500px;
	text-align: justify;
}
#header {
	position: relative;
	width: 500px;
}
#page {
	position: relative;
	width: 500px;
}
#footer {
	position: relative;
	padding: 1px 30px;
	width: 440px;
	font-size: 11px;
}
/* 
-----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/
#logo {
	height: 181px;
}
#banner {
	border-style: solid;
	border-width: 1px 0px;
	border-color: #FFF;
}
/* 
-----------------------------------------------------------------------------
Page CSS
-----------------------------------------------------------------------------*/
#menu {
	position: relative;
	width: 460px;
	height: 20px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 20px;
	padding-top: 8px;
}
#menu li {
	list-style: none;
	display: inline;
}
#menu * {
	margin: 0px;
	padding: 0px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 3px;
}
#sub-menu {
	position: relative;
	height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
#sub-menu li {
	list-style: none;
	display: inline;
}
#sub-menu * {
	margin: 0px;
	padding: 0px;
}
#sub-menu a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 10px;
}
#content {
	position: relative;
	margin: 6px 30px 0px;
	padding: 0px 15px 10px 15px;
	border-style: solid;
	border-width: 10px 0px 10px 0px;
	min-height: 300px;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height: 300px;
}
/**/
/* 
-----------------------------------------------------------------------------
FOOTER CSS
-----------------------------------------------------------------------------*/
#site-links {
	padding: 10px 0px 10px 3px;
	border-bottom: 1px solid;
	text-align: center;
}
#site-links a {
	width: 74px;
	height: 44px;
}
#site-links img {
	margin-right: 5px;
	border-right: 1px solid;
	padding-right: 5px;
	width: 74px;
	height: 44px;
}
#site-links .end img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#brightsite {
	float: left;
	text-align: left;
	padding: 10px 0px 20px 0px;
}
#brightsite a {
	color: #FFF;
	text-decoration: none;
}
#footer-menu {
	text-align: right;
	margin-left: 110px;
	width: 330px;
	padding: 10px 0px 20px 0px;
}
#footer-menu * {
	margin: 0px;
	padding: 0px;
}
#footer-menu li {
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid;
}
#footer-menu a {
	text-decoration: none;
}
#footer-menu a:hover {
	text-decoration: underline;
}
address {
	margin-top: 10px;
	font-style:normal;
}
address a {
	color:#66F;
}
/* 
-----------------------------------------------------------------------------
Menu CSS
-----------------------------------------------------------------------------*/
.menu-sections {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.menu-sections li {
	display: inline;
}
.menu-sections li a {
	text-decoration: none;
	color:#FFF;
}
.menu-sections li a:hover {
	text-decoration: underline;
}
.food-menu p {
	padding: 3px 0px;
	margin: 0px;
}
.price {
	color: #999;
}
.day {
	font-size: 12pt;
	color: #563d5b;
	letter-spacing: -1px;
}
.veg {
	color: #336600;
}
.small {
	font-size: 10pt;
}
.food-menu tr {
	border-top: 1px solid #555;
}
.food-menu td {
	padding-top: 3px;
}
.back-to-top {
	text-align: right;
	padding: 10px;
}
.back-to-top a {
	color:#FFF;
}
/* 
-----------------------------------------------------------------------------
Contact CSS
-----------------------------------------------------------------------------*/
.input {
	border: 1px solid #999;
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 2px;
	margin: 2px;
	float: left;
}
.select {
	border: 1px solid #999;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 2px;
}
.label {
	color: #FFF;
    padding-right: 3px;
}
.button {
    background-color: #777;
    border-color: #CCC #555 #555 #CCC;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
    margin-left: 2px;
    padding: 2px 15px 3px 15px;
    text-align: center;
    cursor: pointer;
}
#google-map {
	margin-top: 10px;
	border: 1px solid #FFF;
	width: 408px;
	height: 300px;
}
table tr td a {
	color:#66F;
}
/* 
-----------------------------------------------------------------------------
Sitemap CSS
-----------------------------------------------------------------------------*/
.sitemap li {
	margin-left: 40px;
}

q
/* 
-----------------------------------------------------------------------------
Calendar CSS
-----------------------------------------------------------------------------*/
input.dashboard,
select.dashboard {
	width: 90px;
	float: left;
}

button.dashboard {
	background: url(../images/icons/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 0px;
	width: 20px;
	margin-top: 3px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}

div.dashboard {
	background: url(../images/icons/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
div.dashboard * {
	margin: 0;
	padding: 0;
}	
div.dashboard div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.dashboard caption {
	color: #795997;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}
div.dashboard caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}
div.dashboard caption a.prev {
	background-image: url(../images/icons/dashboard-prev.gif);
	left: 1px;
}
div.dashboard caption a.next {
	background-image: url(../images/icons/dashboard-next.gif);
	right: 1px;
}
div.dashboard caption a:hover {
	background-position: 0 11px;
}
div.dashboard caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.dashboard caption span.month {
	padding-right: 8px;
}
div.dashboard caption span.month:after {
	content: ',';
}

div.dashboard table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.dashboard td,
div.dashboard th {
	border: 0;
	color: #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
}
div.dashboard td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}
div.dashboard td.invalid {
	color: #666;
}
div.dashboard td.valid {
	color: #FFF;
	cursor: pointer;
}
div.dashboard td.active,
div.dashboard td.hover {
	color: #795997;
	cursor: pointer;
}
