/*--- HTML Tag Overrides ---*/
html, body {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}
em, i {
	font-style: italic;
}
h1 {
	color: #b30101;
	font-size: 18px;
}
h2 {
	color: #8c8c8c;
	font-size: 16px;
	margin-bottom: 10px;
}
h3 {
	color: #FFFFFF;
	font-size: 14px;
}
h4 {
	background-color: #424242;
	color: #c2c2c2;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 3px;
	text-align: center;
}
hr {
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	margin-bottom: 1em;
}
strong, b {
	font-weight: bold;
}
ul, ol {
	margin-bottom: 1em;
	margin-left: 2em;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
.gmnoprint {
	color:#858585;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
input.error_field, select.error_field, textarea.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
	margin: auto;
	width: 880px;
}
#logo_container {
	margin: 0px;
	padding-top: 25px;
	position: absolute;
	top: 0px;
	width: 268px;
}
#logo_container img {
	background-image: url(/images/logo.png);
	background-position: top;
	background-repeat: no-repeat;
}
#logo_container img:hover {
	background-position: bottom;
}
#top_container {
	margin-top: 25px;
}
#layout_container {
}
#content_container {
	border-right: 1px solid #FFFFFF;
	float: left;
	min-height: 415px;
	padding-top: 20px;
	width: 628px;
}
#side_container {
	float: left;
	font-weight: bold;
	margin-left: 18px;
	width: 233px;
}
#footer_container {
	color: #ffffff;
	font-size: 10px;
	padding-top: 12px;
}
/*--------------------*/

/* Menu Definitions */
#top_menu_container {
	margin-bottom: 25px;
}
#top_menu_container div {
	float: left;
	margin-right: 16px;
}
#top_menu_container a {
	color: #ffffff;
	text-decoration: none;
}
#bottom_menu_container {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 65px;
}
#bottom_menu_container div {
	float: left;
	margin-right: 20px;
	text-align: center;
}
#bottom_menu_container a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#bottom_menu_container a:hover {
	text-decoration: underline;
}
/*--------------------*/

/* Custom Definitions */
#menu_button_container > div {
	float: left;
	margin-right: 35px;
	text-align: center;
	width: 161px;
}
#brunch_menu_button {
	background-image: url(/content_files/images/brunch-menu-button.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#brunch_menu_button:hover {
	background-position: bottom;
}
#lunch_menu_button {
	background-image: url(/content_files/images/lunch-menu-button.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#lunch_menu_button:hover {
	background-position: bottom;
}
#dinner_menu_button {
	background-image: url(/content_files/images/dinner-menu-button.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#dinner_menu_button:hover {
	background-position: bottom;
}
#wine_list_button {
	background-image: url(/content_files/images/wine-list-button.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#wine_list_button:hover {
	background-position: bottom;
}
/*--------------------*/

/* CSS IMAGE ROLLOVERS */
img.rollover { background-position: top; background-repeat: no-repeat; }
img.rollover:hover { background-position: bottom; background-repeat: no-repeat; }

/* sIFR Styles */
.sIFR-active #top_menu_container .menu_item {
	visibility: hidden;
}
.sIFR-active h1 {
	visibility: hidden;
}
.sIFR-active h2 {
	visibility: hidden;
}
/*--------------------*/

/* ReCaptcha Styles */
#recaptcha_container {
	border: 1px solid #dfdfdf;
	padding: 4px;
}
#recaptcha_container #recaptcha_image {
	border: 1px solid #dfdfdf;
}
/*--------------------*/

/* Print Media Definitions */
@media print {
}
/*--------------------*/