body {
	width: 100%;
	min-width: 620px;
	border: 0;
	margin: 0;
	font-family: "Merriweather", Arial, serif;
	font-weight: 300;
	font-size: 14px;
	color: #444444;
}

h1 {
	font-family: "Merriweather", Arial, serif;
	font-weight: 900;
	color: #2c2c2c;
}

h2 {
	font-family: "Merriweather", Arial, serif;
	font-weight: 700;
	color: #2c2c2c;
}

h3 {
	font-family: "Merriweather", Arial, serif;
	font-weight: 400;
	color: #2c2c2c;
}

p {
	font-family: "Merriweather", Arial, serif;
	font-weight: 300;
	color: #444444;
}

a, a:visited, a:active {
	color: #f03939;
	text-decoration: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.font_black {
	color: black !important;
}

.font_white {
	color: white !important;
}

.font_red {
	color: #f03939 !important;
}

.top_header_wrapper {
	overflow: hidden;
	background-color: #f03939;
}

.top_header_content {
	max-width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 20px 25px 0px 25px;
	color: white;
}

.bottom_header_content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 25px 0px 25px;
	color: red;
}

.logo_wrapper {
	width: 344px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 37%;
	background-image: url('../images/backgrounds/logo.png');
	background-repeat: no-repeat;
}

.logo_wrapper h1 {
	position: relative;
	left: -50%;
}

.nav {
	position: relative;
	background-color: #2b2b2b;
}

.slider_content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 25px 0px 25px;
}

.nivoSlider {
    position:relative;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nav_wrapper {
	width: 100%;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0.85;
	background-color: white;
	border-style: solid;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: #5f5f5f;
	z-index: 100;
}

.nav_content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 25px 0px 25px;
	text-align: center;
}

.nav_content ul{
	margin:0px;
	padding:0px;
	display: inline-block;
	list-style:none;
}

.nav_content ul li{
	float:left;
	position: relative;
	padding: 5px 20px 5px 20px;
}

.nav_content ul li a{
	color: #3d3d3d;
	padding-right: 2px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.nav_content ul li a:hover{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f03939;
}

.current_page {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.nav_content ul li ul{
	position: absolute;
	width: 203px;
	top: -999em;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	border-color: #333333;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav_content ul li:hover ul{
	left: 0;
	z-index: 101;
	top: 35px;
	background-color: #1f1f1f;
}

.nav_content ul li ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	border-color: #333333;
	background-color: #1f1f1f;
	margin: 0;
	list-style: none;
}

.nav_content ul li ul li a {
	color: white;
}

.special_offer_wrapper {
	height: 197px;
	background-color: #f03939;
}

.special_offer_content {
	max-width: 960px;
	margin: 0 auto;
	padding: 25px 25px 25px 25px;
	text-align: center;
	color: white;
}

.main_content_wrapper {
	height: 100%;
	background: url('../images/effects/content_top_shadow.png') 0px 0px repeat-x;
}

.main_content_wrapper2 {
	background-image: url('../images/effects/content_bottom_shadow.png');
	background-position: 0px bottom;
	background-repeat: repeat-x;
	padding-bottom: 50px;
}

.main_content {
	max-width: 960px;
	margin: 0 auto;
	padding: 70px 25px 0px 25px;
}

.left_content {
	width: 67%;
	padding: 0px 10px 0px 0px;
}

.right_content {
	width: 30%;
	padding: 0px 10px 0px 0px;
	margin-left: 5px;
}

.row {
	width: 100%;
}

.column {
	float: left;
	/*width: 310px;*/
	max-width: 48%;
	height: 375px;
	padding: 0px 10px 0px 0px;
}

.food_wrapper {
	padding: 6px;
	position: relative;
	-moz-box-shadow: 0px 0px 6px #bbbbbb;
	-webkit-box-shadow: 0px 0px 6px #bbbbbb;
	box-shadow: 0px 0px 6px #bbbbbb;
}

.food_price {
	background-color: #f03939;
	color: white;
	display: block;
	padding: 8px 13px 08px 13px;
	font-size: 15px;
	position: absolute;
	right: 16px;
	top: -6px;
}

.food_details {
	margin-top: 28px;
}

.read_more {
	margin-top: 18px;
	margin-bottom: 0px;
	background-color: #f03939;
	color: white !important;
	display: inline-block;
	cursor: pointer;
	padding: 2px 16px 0px 16px;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	-moz-box-shadow: 0px 0px 6px #bbbbbb;
	-webkit-box-shadow: 0px 0px 6px #bbbbbb;
	box-shadow: 0px 0px 6px #bbbbbb;
	text-decoration: none;
}

.opening_hours {
	margin-bottom: 45px;
}

article header h3 {
	font-size: 14px;
	padding: 14px 15px 12px;
	margin-bottom: 8px;
	position: relative;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #f03939;
	color: white;
}

.opening_hours ul {
	list-style: none;
	margin-left: 0px;
}

.opening_hours ul li {
	background-image: none;
	padding: 8px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

span.head {
	color: #f03939;
	width: 90px;
	display: block;
	float: left;
	line-height: 16px;
}

span.time {
	background-image: url('../images/icons/clock.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 22px;
	line-height: 16px;
	display: block;
}

.pre_footer_wrapper {
	height: 30px;
	background-color: #2b2b2b;
}

.footer_wrapper {
	background-color: #f03939;
}

.footer_content {
	margin: 0px auto 0px auto;
	max-width: 960px;
	color: #fef1f1;
}

.footer_column {
	width: 25%;
	float: left;
	padding: 0 10px;
	position: relative;
}

.footer_column2 {
	width: 43%;
	float: left;
	padding: 0 10px;
	position: relative;
}

.top_margin {
	margin-top: 35px;
}

.footer_column ul {
	list-style: none;
	margin-left: 0px;
}

.footer_column ul li {
	background: url('../images/icons/arrow.png') no-repeat 0px 14px;
	margin-left: -55px;
	padding: 8px 0px 8px 15px;
	background-position: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #f03939;
}

.footer_column ul li a {
	color: #fef1f1;
	text-decoration: none;
}


.copyright_wrapper {
	height: 52px;
	border-color: #242424;
	background-color: #2b2b2b;
	border-top-width: 1px;
	border-top-style: solid;
}

.copyright_content {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 25px 0px 25px;
	color: #919191;
}

.copyright_content a {
	 color: #919191;
 }

.food_image {
	max-width: 100%;
	height: auto;
	display: block;
}

.pre_content_wrapper {
	height: 70px;
	background-color: #2b2b2b;
}

.page_header_wrapper {
	height: 100px;
	background-color: #f03939;
}

.page_header_content {
	max-width: 960px;
	margin: 0 auto;
	padding: 15px 25px 15px 25px;
	text-align: center;
	color: white;
}

.contact_form {
	padding-bottom: 100px;
	padding-top: 50px;
	color: #888888;
}

.form_input {
	color: #888888;
	background-color: #ffffff;
	border-color: #e0e0e0;
	-webkit-box-shadow: #ececec 0px 1px 4px inset, #f5f5f5 -5px -5px 0px 0px, #f5f5f5 5px 5px 0px 0px, #f5f5f5 5px 0px 0px 0px, #f5f5f5 0px 5px 0px 0px, #f5f5f5 5px -5px 0px 0px, #f5f5f5 -5px 5px 0px 0px;
	box-shadow: #ececec 0px 1px 4px inset, #f5f5f5 -5px -5px 0px 0px, #f5f5f5 5px 5px 0px 0px, #f5f5f5 5px 0px 0px 0px, #f5f5f5 0px 5px 0px 0px, #f5f5f5 5px -5px 0px 0px, #f5f5f5 -5px 5px 0px 0px;
	width: 320px;
	height: 30px;
	padding: 5px;
	margin: 10px 5px 5px;
	line-height: 20px;
	max-width: 100%;
	display: block;
	outline: none;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.form_textarea {
	width: 600px !important;
	height: 165px !important;
}

.form_submit {
	float: left;
	padding: 9px 17px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f03939;
	-moz-box-shadow: 0px 0px 6px #bbbbbb;
	-webkit-box-shadow: 0px 0px 6px #bbbbbb;
	box-shadow: 0px 0px 6px #bbbbbb;
}

.page_title_content {
	max-width: 960px;
	height: 171px;
	margin: 0 auto;
}

.page_title {
	width: 100%;
	padding-top: 70px;
	text-align: center;
	color: white;
}

.menu_wrapper {
	position: relative;
	margin-top: 25px;
}

.menu_tab_wrapper {
	float: left;
	width: 110px;
	background: none !important;
	border: none !important;
	margin-left: 0;
	margin-top: 12px;
	margin: 0;
	color: #222;
	font-weight: bold;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	left: 0;
	padding: 0;
}

.menu_tab {
	border-radius: 5px 0 0 5px;
	clear: left;
	width: 100%;
	margin: 0 0 6px 0 !important;
	top: 0;
	background-color: #f03939;
	-webkit-box-shadow: 2px 2px 4px #a7a39c;
	-moz-box-shadow: 2px 2px 4px #a7a39c;
	box-shadow: 2px 2px 4px #a7a39c;
	border: none !important;
	padding: 10px 10px 10px 10px;
	color: white;
}

.menu_tab:hover {
	color: black;
	cursor: pointer;
	background-color: #f83232;
}

.menu_tab a{
	color: white;
	text-shadow: 1px 1px black;
	text-decoration: none;
}

.menu_tab:hover a {
	color: black;
	text-shadow: 1px 1px #ccc;
}

.menu_content_wrapper {
	margin-left: 130px;
	min-height: 480px;
	padding: 20px;
	position: relative;
	z-index: 1;
	border-style: solid;
	border-color: #f03939;
	border-width: 1px;
	overflow: hidden;
}

.menu_item {
	margin-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.menu_item h3 {
	font-size: 17px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.menu_item .price {
	font-weight: bold;
}

.menu_item .description {
	margin-top: 10px;
	margin-bottom: 10px;
}

.hidden {
	display: none !important;
}

.active {
	display: block;
}

.address {
	margin-top: 50px;
}

.no_line_height {
	line-height: normal !important;
}

.error_wrap {
	padding: 30px 30px 10px 30px !important;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icons/error.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.success_wrap {
	padding: 30px 30px 10px 30px !important;
	color: #000;
	background-color: #a5f894;
	background-image: url('../images/icons/success.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.glow {
	color: #f03939 !important;
	text-shadow: 1px 5px 10px #f03939;
    filter: dropshadow(color=#f03939, offx=1, offy=5);
}

.margin_left {
	margin-left: 40px;
}

.z_index {
	z-index: 999;
}

.margin_left_top{
	margin-left: 90px;
	margin-top: 5px;
}

.required {
	color: #f03939;
}
