@charset "utf-8";

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
	margin: 0px;
}

body {
	background-color: #17161b;
	margin: 0px;
	color: #E4DEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;	
}

form {
	padding: 0px;
	margin: 0px;
}

a, a:link, a:visited {
	color: #C79705;
	text-decoration: none;
	outline: none;
}

a:active {
	color: #c5b8b0;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #c5b8b0; 
	text-decoration: underline;
	outline: none;
}

hr {
	border: 0px;
	text-align: center;
	width: 90%;
	background-color: #999999;
	height: 1px;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;	
}

input, select, textarea {
	padding-left : 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1D1D21;
	border: 1px solid #383838;
}

ul {
	list-style-position: inside;
	list-style-type: circle;
}

.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #262626;
	border: 1px solid #383838;
	/*background-image: url(data/button.jpg);*/
	background-repeat: repeat-x;
}

/* Text Formatting */
.title {
	font-size: 18px;
	font-weight: bold;
	color: #C79705;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: .1em;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #C79705;
	font-variant: small-caps;
	letter-spacing: .1em;
}

.title3 {
	font-size: 12px;
	font-weight: bold;
	color: #C79705;
}

.title4 {
	font-size: 12px;
	color: #C79705;
}

.copyright {
	font-size: 9px;
	color: #EFEFEF;
	text-align: center;
}

.small {
	font-size: 11px;
}

.specialList {
	padding-bottom: 10px;
}

/* Features Image Placements */
.feature-left {
	float: left;
	clear: left;
	padding-right: 8px;
	padding-left: 5px;
}

.feature-right {
	float: right;
	clear: right;
	padding-left: 8px;
	padding-right: 5px;
}

/* Table Row Border */
.rowBorder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;	
}

/* Bar Logo Positioning */
.barlogo {
	float: right;
	clear: right;
}

/* Bar Gallery */
.barGallery {
	margin: 6px;
	border: 1px solid #454d51;
}

/* Other Location Positioning */
.otherLocations {
	float: left;
	height: 110px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

/* Primary Body Table */
.body {
	padding: 0px;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

.bg-container {
	width: 100%;
	height: 100%;
}

.bg-left {
	text-align: right;
	background-color: #17161b;
}

.bg-center {
	background-color: #27282E;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/bg-texture.jpg);
	background-repeat: repeat;
}

.bg-right {
	text-align: left;
	background-color: #17161b;
}

/* Header Table */
.main-header {
	width: 100%;
	height: 161px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
}

.main-header .epdrinks {
	height: 137px;
	width: 50%;
}

/* Search Border Table Cell */
.search-border {
	height: 6px;
}

/* No JavaScript Warning */
.noscript {
	z-index: 10;
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	height: 100%;
	width: 100%;
}

/**
 * Table Containers
 **/
.header-container {
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	padding: 0px;
	margin: 0px;
} 

.leftbar-container {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

.rightbar-container {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

.mainbody-container {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

.googlemap-container {
	width: 886px;
	vertical-align: top;
}

.content-container {
	width: 100%;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
}

/**
 * Table Contents
 **/
/* Main Body Table */
.mainbody {
	width: 505px;
	border: 1px solid #999999;
}

/* Main Body Table Header */
.mainbody .header {
	height: 27px;
	background-image: url(images/big-header-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/* Main Body Table Tall Rows */
.mainbody .row {
	height: 25px;
	text-align: center;
	vertical-align: top;
}

/* Google Map Body Table */
.googlemap {
	width: 977px;
	background: transparent;
	border: 1px solid #999999;
}

/* Google Map Body Table Header */
.googlemap .header {
	height: 27px;
	background-image: url(images/google-header.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

/* Sidebar Table */
.sidebar {
	width: 234px;
	border: 1px solid #999999;
	margin-bottom: 2px;
}

/* Sidebar Table Header */
.sidebar .header{
	height: 27px;
	background-image: url(images/sm-header-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/* Sidebar Table Tall Rows */
.sidebar .row {
	height: 25px;
	text-align: center;
}

/* Sidebar Table */
.loginbar {
	width: 234px;
	border: 1px solid #999999;
	margin-bottom: 2px;
	background-color: #27282E;
	background-image: url(images/bg-texture.jpg);
	background-repeat: repeat;
	background-position: center;
	margin: 1px;
}

/* Sidebar Table Header */
.loginbar .header{
	height: 27px;
	background-image: url(images/sm-header-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/* Sidebar Table Tall Rows */
.loginbar .row {
	height: 25px;
	text-align: center;
}

/* Search Table */
.search {
	width:490px;
	height: 90px;
	border: 1px solid #FFFFFF;
}

/* Search Table Header */
.search .header {
	height: 30px;
	text-align: center;
}

/* Happy Hour Table */
.happyhour {
	width:487px;
	height: 90px;
	border: 1px solid #ffffff;
}

/* Happy Hour Table Header */
.happyhour .header {
	height: 30px;
	text-align: center;
}

/**
 * Interior Content Tables
 **/
/* Specials Table */
.specials {
	width: 162px;
	vertical-align: top;
}

/* Specials Table Header */
.specials .header {
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: none;
	background: none;
}

/* Specials Table Tall Rows */
.specials .row {
	height: 25px;
	text-align: center;
}

/* Specials Table AJAX Rows */
.specials .ajaxrow {
	height: 25px;
	text-align: left;
}

/**
 * Calendar
 **/
.calendar {
	margin-right: auto;
	margin-left: auto;
	width: 225px;
}

.calendar-header {
	text-align: center;
	font-weight: bold;
	color: #c5b8b0;
}

.calendar a {
	padding: 3px 8px;
	display: block;
}

.calendar-day {
}

.calendar-today {
	font-weight: bold;
	background-color: #333333;
	border: 1px solid #444444;
}

.calendar-day:hover {
	background-color: #444444;
}

.calendar-today:hover {
	background-color: #444444;
	border: 1px solid #333333;
}

/**
 * Spry
 **/
.SpryHiddenRegion {
	visibility: hidden;
}

/* Spry Even Row */
.even {
	background-color: #333333;
}

/* Spry Odd Row */
.odd {
	background-color: #000000;
}

/* Spry Form Label */
.formLabel {
	width:150px;
	margin-bottom:7px;
	margin-top:7px;
}

/**
 * Google Map
 **/
.googleMap {
	float: right;
	width: 575px;
	height: 500px;
}

.googleMapDirections {
	float: left;
	width: 375px;
}

.googleMapTooltip {
	text-align: center;
	color: #000000;
}

/* My Mobile Warning */
.mymobile {
	z-index: 1000;
	position: absolute;
	background-color: #000000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: inline;
}

.mymobile .mobilenotice {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

/* My Account Notices */
.notice {
	background-color: #121212;
	width: 300px;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #232323;
}
