body {
	background: #550400 url(../images/background_body.png) repeat-x;
	color: #ffffff;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}

p {
	margin-bottom: 1em;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

hr {
	background-color: #5c342a;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pdf-icon {
	background: url(../images/icon_pdf.gif) no-repeat;
	padding-left: 40px;
	height: 35px;
}

/*---HEADER---*/
#header {
	height: 88px;
	position: relative;
}

#logo {
	position: absolute;
	left: 33px;
	top: 0px;	
	height: 118px;
	width: 165px;
}

#logo h1 {
	display: none;
}

#header-right {
	float: right;
	margin-right: 40px;
}

/*---NAV---*/
#nav {
	height: 28px;
	background: url(../images/nav_background.png) repeat-;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float:right;
	margin-right: 37px;
}
 
#nav li {
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}

#nav li a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#nav li a:hover {
	color: black;
	text-decoration: underline;
}

/*---BANNER---*/
#banner {
	margin-left: 40px;
	margin-right:40px;
	margin-bottom: 7px;
}

/*---CONTENT---*/
#content {
	float: left;	
	color: #ffffff;
	margin: 25px 25px 25px 25px;
}

.content-bg {
	background: #280200 url(../images/background_content.png) repeat-x;
}


#home #content {
	margin-right: 15px;
	font-size: .9em;
}


#home-ads {
	float: left;
	width: 350px;
}

#home-ads div {
	position: relative;
	padding-bottom: 10px;
	float: right;
}

#home-ads div span {
	display: none;
}
#news-ticker {
	list-style-type: none;
	height: 30px;
	font-size: 14px;
	margin: 0;
	margin-left: 18px;
}
#news-ticker li {
	display: none;
}

#stay-informed {
	background: url(../images/home_ad_stay_informed.jpg) no-repeat;
	width:330px;
	height:137px;
}

#join-email-list {
	position: absolute;
	display: block;
	width: 168px;
	height: 35px;
	top: 43px;
	left: 10px;
}

#facebook-fan {
	position: absolute;
	display: block;
	width: 300px;
	height: 40px;
	top: 85px;
	left: 10px;
}

/*---LOCATIONS---*/
.location {
	width: 446px;
	height: 75px;
	background: url(../images/location_background.jpg) no-repeat;
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 20px;
	margin-bottom: 15px;
}

.location h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

.map-button {
	position: absolute;
	top: 30px;
	left: 224px;	
}

.menu-button {
	position: absolute;
	top: 30px;
	left: 292px;
}

.order-online-button {
	position: absolute;
	top:30px;
	left:367px;
}

/*---MENU---*/
.menu h3 {
	color: #e3bd83;
	margin-bottom: 15px;
	font-weight: bold;
}

#happy-hour-specials {
	font-size: .8em;
	line-height: 1em;
}

.menu-ads div {
	margin-bottom: 10px;
	float: right;
	margin-right: 40px;
}

.menu-section {
	margin-bottom: 30px;
}

.menu-section-image {
	width: 171px;
	height: 171px;
}

.menu-item {
	margin-bottom: 7px;
	font: .9em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.menu-item-title {
	color: #e3bd83;
	font: bold 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
}
.pizza-table {
	width: 300px;
}
.pizza-table td, .pizza-table th {
	text-align: center;
}

.pizza-table th {
	border-bottom: 2px solid white;
}

.cyp-table {
	width: 350px;
}

.cyp-table td {
	text-align: center;
}

.cyp-table td.left-align {
	text-align: left;
}

.menu-tooltip {
	cursor: pointer;
}

#tooltip {
	opacity: 1;

}

/*---WIDE PAGES---*/
.info-pages #content {
	background-color: #150100;
	line-height: 1.5em;
	padding: 25px;
	margin-top: 0px;
	font-size: .9em;
}

#catering #content {
	background-color: #150100;
	padding: 25px;
	margin-top: 0px;
}

.catering-table {
	background-color: #2a110b;
	border: 1px solid #5c342a;
}

.catering-table th {
	color: #f0d177;
	width: 275px;
}

.catering-table th, .catering-table td {
	padding: 2px 2px 2px 5px;
}

.info-pages a {
	color: #e3bd83;
	text-decoration: none;
}

.info-pages a:hover {
	text-decoration: underline;
}




#content .content-right {
	width: 382px;
	float: right;
	margin-left: 35px;
}

#content .content-right a {
	font-size: 1.1em;
	font-weight: bold;
}

.info-pages #content h3 {
	color: #e3bd83;
	margin-bottom: 15px;
	font-weight: bold;
}

.info-pages #content h4 {
	color: #ffffff;	
	margin-bottom: 15px;
}

/*---JOIN EMAIL LIST---*/
#email-form {
	width: 734px;
	height: 295px;
	background: url(../images/email_list_background.jpg) no-repeat;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 10px;
}

#email-list #content {
	width: 770px;
}

#email-form span.label,
#email-form span.spacer,
#email-form span.multiple span {
	width:150px;
	float:left;
	text-align:right;
} 
#email-form label {
	padding: 7px;
	color: #E3BD83;
}
#email-form span.multiple {
	float:left;
} 
#email-form span.button {
	padding-left:150px;
} 
#email-form div.clear {
	clear:both;padding-top:5px;
} 

#email-form div {
	margin-bottom: 10px;
}

#email-bottom-text {
	width: 734px;
	line-height: 1em;
	margin: 0 auto;
}

/*---FOOTER---*/
#footer {
	color: #fff;
	text-align: center;
	font-size: .9em;
	padding: 10px 0 10px 0;
}

.plug, .plug a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #801008;
	font-size: 11px;
}

.left-align {
	text-align: left;
}