@import url(http://fonts.googleapis.com/css?family=Oxygen);

.top_wrapper {
  text-align: center;
  height: 325px;
}

.header {
	position:relative;
	margin:0 auto;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	padding: 10px 0;
	z-index: 1000;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:none;
	text-align: center;
	background-color: none;
	border-style: none;
	border-width: none;
	border-color: none;
	height: 350px;
	background-image: url(/images/header-texture.png?1);
}

.header .header_logo {
	position: static;
	margin:0 auto!important;
	width: 400px;
	display:block;
	float: none;
	height: 300px;
	text-align: center;
	direction: inherit;
	text-indent: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	color: transparent;
}


.header .header_info .name {display:none}
.header .header_info .address {display:none}
.header .header_info .phone {display:none}
.header .header_info .social:before {display:none}
.header .header_info .social {
	padding-top: 10px;
}


/* -- NAVBAR STYLES -- */
.nav {
  display: block;
  margin: 0 auto;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  font-family: 'Oxygen';
  margin-top: 275px;
  clear: none;
}
.nav_scroll	{
	margin-top: 0px;
}
.nav .list_pages {
  text-align: center;
}
.nav .list_pages .item_page .link_page,
.nav .list_pages .item_page.active .link_page,
.nav .list_pages .item_page:hover .link_page,
.nav .list_pages .item_page .link_page:hover {
  color: #a23100;
  text-decoration: none; 
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: none;  
  text-shadow: 0 0 0 transparent;
}
.nav .list_pages .item_page.active .link_page,
.nav .list_pages .item_page:hover .link_page,
.nav .list_pages .item_page .link_page:hover {
  color: #000000;
  border-color: #000000;
}
.nav .list_pages .item_page:after {
  position: relative;
  bottom: 3px;
  margin: 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  content: " - ";
  color: #000000; 
  text-shadow: 0 0 0 transparent;
}
.nav .list_pages .item_page:last-child:after {
  display: none;
}


/* -- CONTENT STYLES -- */
.page	{
	border-color: #000000 !important;
	border-bottom-color: #000000;
}
.page .page_content	{
	background-image: url(/images/body-texture.jpg?1);
	font-family: 'Oxygen';
}
.content .highlight_block {
	border-color: transparent !important;
	background-color: transparent !important;
}
.content hr	{
	border-color: #000000;
	border-bottom-width: 2px;
}
.content .body_sublinks {
	position: fixed;
	right: 50px;
	bottom: 532px;
	left: 1550px;
	font-size: 18px;
	z-index: 9999;
	top: 10px;
	display: none;
}
.adp, 
.adp table, 
.adp-placemark	{
	color: #000000;
	background-color: transparent;
}
.page .block_contact_results .adp-placemark	{
	background-color: transparent;
	border-color: transparent;
}
.page .menus_content .menu_top .menu_name	{
	font-size: 24px;
}
.menu_section h3.section_name,
.menu_section .menu_item	{
	border-color: #000000;
	font-size: 24px;
}
.menu_section .menu_item h4.item_name	{
	font-family: 'Oxygen';
}
.menu_section .menu_item td.price	{
	font-family: 'Oxygen';
	font-size: 16px;
}
.menu_section .menu_item table.menu_item_prices tbody {
	font-size: 14px;
}
.content .menu_section .menu_item .item_desc{
    clear: left;
}
#iframe_certificates_html, 
#iframe_certificates, 
#iframe_reservations_html, 
#iframe_reservations, 
#iframe_viplist_html, 
#iframe_viplist, 
#iframe_viplist .field_format	{
	color: #000000;
}

/*- Footer -*/
.footer {
	background-color: transparent;
	background-image: url(/images/header-texture.png?1);
}
.footer .footer_info,
.footer .footer_info a,
.footer .footer_logo .text	{
	font-family: 'Oxygen';
	color: #000000;
	font-weight: bold;
}
.footer .footer_info a:hover,
.footer .footer_links,
.footer .footer_links a,
.footer .footer_links a:hover	{
	color: #000000;
	font-weight: bold;
}
.footer .footer_info .footer_column_logo .logo_image {
	width: 400px;
	height: 300px;
}
.footer .footer_info .footer_column	{
	border-color: #000000;
}