/* Fonts
-----------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Eurostile';
	font-style: normal;
	font-weight: normal;
	src: url('../img/eurostile.eot');
	src: local('Eurostile'), local('Eurostile'), url('../img/eurostile.ttf') format('truetype');
}
/* Global element definitions
-----------------------------------------------------------------------------------------------*/
* {
	font-size: 100.1%;
}
*:focus {
	outline: none;
}
html {
	background: #FFF;
	font-size: 75%;
	overflow-x: hidden;
}
body {
	background: #FFF url(../img/bgn_body.jpg) repeat 50% 0;
	font: 90%/120% Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	min-height: 956px;
}
a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}
.hide {
	position: absolute;
	left: -999999px;
}
.hide hr {
	display: none;
}
h1, h2, h3, h4, h5, fieldset {
	margin: 0;
	padding: 0;
}
a img, fieldset {
	border: 0;
}
.clear {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
label {
	cursor: pointer;
}
#layout a, #fancy_div a {
	color: #ed1e24;
	text-decoration: underline;
}
#layout a:hover, #fancy_div a:hover {
	color: #9d9d9d;
	text-decoration: none;
}
p {
	line-height: 145%;
}
.red {
	color: #e41500;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
.gray {
	color: #666;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.nomargin {
	margin: 0;
}

/* wrapper */
#wrapper {
	background: url(../img/bgn_wrapper.png) no-repeat 50% 0;
	width: 980px;
	margin: 0 auto 10px;
	padding: 0 50px;
}

/* layout */
#layout {
	background: url(../img/bgn_layout.png) no-repeat 50% 0;
	width: 980px;
	height: 667px;
	position: relative;
	padding-top: 20px;
}

/* header */
#header {
	height: 175px;
	position: relative;
}
#header .logo {
	background: url(../img/the_merk_logo.png) no-repeat;
	width: 237px;
	height: 129px;
	float: left;
	margin: 26px 0 0 21px;
}
#header .logo a {
	display: block;
	width: 237px;
	height: 129px;
	text-indent: -999999px;
}
#mainmenu {
	float: right;
	margin: 0 22px 0 0;
}
#mainmenu ul {
	border-bottom: #ed1e24 1px solid;
	list-style: none;
	margin: 33px 0 0;
	padding: 0 7px 0 30px;
	height: 55px;
}
#mainmenu ul li {
	display: block;
	float: left;
	height: 61px;
}
#mainmenu ul a {
	font: normal 17px/20px 'Eurostile', Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	letter-spacing: -1px;
	color: #000;
	padding: 14px 11px 0;
}
#mainmenu ul li.on {
	padding-left: 5px;
}
#mainmenu ul li.on a {
	color: #ed1e24;
	padding-left: 4px;
	padding-right: 9px;
}
#mainmenu ul li.on a span {
	background: url(../img/bgn_menu_on.png) no-repeat 52% 42px;
	display: block;
	padding-bottom: 30px;
}
#purchase {
	position: absolute;
	left: 310px;
	top: 94px;
}
#purchase a {
	background: url(../img/btn_gift_card.png) no-repeat;
	display: block;
	width: 92px;
	height: 92px;
	text-indent: -999999px;
}
#purchase a:hover {
	background-position: 0 -92px;
}

/* footer */
#footer {
	background: url(../img/bgn_footer.png) no-repeat;
	margin: -15px 0 0;
	padding: 0 6px;
}
#footer .sites {
	float: left;
}
#footer .sites p {
	margin: 0 0 0 15px;
	display: block;
	padding: 11px 0;
}
#footer .sitelinks {
	height: 49px;
}
#footer .sitelinks a {
	display: block;
	float: left;
	height: 31px;
	text-indent: -999999px;
}
#footer .sitelinks a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#footer .sitelinks .krust {
	background: url(../img/bgn_footer_krust.png) no-repeat;
	margin-left: 14px;
	width: 85px;
}
#footer .sitelinks .keating {
	background: url(../img/bgn_footer_keating.png) no-repeat;
	margin-left: 24px;
	width: 138px;
}
#footer .sitelinks .sway {
	background: url(../img/bgn_footer_sway.png) no-repeat;
	margin-left: 21px;
	width: 98px;
}
#footer .sitelinks .giftpopup {
	background: url(../img/btn_footer_gift_card.png) no-repeat;
	margin-left: 21px;
	width: 87px;
}
#footer .sitelinks .opentableaward {
	background: url(../img/bgn_footer_winner_opentable.png) no-repeat;
	margin-left: 21px;
	width: 200px;
	height: 48px;
	margin-top: -9px;
}
#footer .sites .footmenu {
	background: url(../img/bgn_dotted_gray.gif) repeat-x;
	clear: left;
	width: 730px;
}
#footer .sites .footmenu ul {
	list-style: none;
	padding: 10px 0 0 15px;
	margin: 0;
}
#footer .sites .footmenu ul li {
	display: block;
	float: left;
	margin-right: 18px;
}
#footer .sites .footmenu ul li a {
	color: #ed1e24;
	text-decoration: none;
}
#footer .sites .footmenu ul li a:hover {
	color: #666;
	text-decoration: underline;
}
#footer .social {
	float: right;
	width: 220px;
	margin-right: 4px;
	padding-top: 9px;
}
#footer .social p {
	display: block;
	padding: 0 0 0 6px;
	margin: 0;
	height: 32px;
	position: relative;
}
#footer .social p .merklogo {
	background: url(../img/the_merk_logo_small.png) no-repeat;
	display: block;
	position: absolute;
	width: 47px;
	height: 32px;
	left: 56px;
	top: -3px;
	text-indent: -999999px;
}
#footer .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .social ul li {
	display: block;
	float: left;
}
#footer .social ul a {
	display: block;
	width: 54px;
	height: 58px;
	text-indent: -999999px;
}
#footer .social ul a:hover {
	background-position: 0 -58px;
}
#footer .social ul .fb {
	background: url(../img/bgn_social_facebook.png) no-repeat;
}
#footer .social ul .delicious {
	background: url(../img/bgn_social_delicious.png) no-repeat;
}
#footer .social ul .twitter {
	background: url(../img/bgn_social_twitter.png) no-repeat;
}
#footer .social ul .urbanspoon {
	background: url(../img/bgn_social_urbanspoon.png) no-repeat;
}
#footer .social ul .yelp {
	background: url(../img/bgn_social_yelp.png) no-repeat;
}
#footer .address {
	background: url(../img/the_merk_logo_small.png) no-repeat 15px 3px;
	margin: 10px 0 0;
	*margin-top: 30px;
	padding: 3px 0 10px 69px;
	color: #000;
	clear: both;
}
#footer .address p {
	margin: 0;
}
#footer .newsletter {
	background: url(../img/bgn_newsletter.gif) no-repeat;
	padding: 3px 0 3px 30px;
	float: right;
	margin: -10px 8px 0 0;
	*margin-top: 10px;
	width: 180px;
}
#footer .newsletter a {
	color: #ed1e24;
	text-decoration: none;
}
#footer .newsletter a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer .newsletter label {
	float: left;
	margin: 6px 10px 0 0;
}
#footer .newsletter .newsletter_email {
	float: left;
	color: #7b7d7e;
	border: 0;
	background: url(../img/bgn_footer_field.png) no-repeat;
	padding: 4px 2px;
	width: 196px;
	height: 16px;
	margin: 0 2px;
}
#footer .newsletter .newsletter_submit {
	float: left;
	width: 68px;
	height: 23px;
}

/* text and content */
#textleft {
	margin: 0 0 0 25px;
	padding: 22px 0 0;
	width: 365px;
	float: left;
	font-size: 12px;
}
#contactleft {
	margin: 0 0 0 25px;
	padding: 22px 0 0;
	width: 460px;
	float: left;
}
#contactright {
	margin: -10px 0 0 15px;
	padding: 0;
	width: 460px;
	float: left;
}
.scroller {
	width: 360px;
	height: 285px;
	overflow: auto;
	float: left;
}
.wider {
	width: 460px;
}
.slidergallery {
	float: right;
	margin-right: 25px;
	width: 535px;
	height: 450px;
}
.slidergallery.narrow {
	width: 455px;
}
.slidergallerybig {
	float: right;
	margin-right: 25px;
	width: 928px;
	height: 290px;
}
.sliderquotes {
	float: right;
	margin-right: 25px;
	width: 435px;
	height: 340px;
	margin-top: 37px;
}
#reservations {
	width: 351px;
	height: 110px;
	position: absolute;
	left: 19px;
	bottom: 25px;
}
#reservations a {
	background: url(../img/bgn_reservations.png) no-repeat;
	display: block;
	width: 351px;
	height: 110px;
}
#reservations a:hover {
	background-position: 0 -110px;
}
#layout h2 {
	background: url(../img/bgn_h2.png) no-repeat 0 100%;
	color: #ed1e24;
	font-weight: normal;
	font-size: 220%;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
#layout h3 {
	background: url(../img/bgn_dotted_darkgray.gif) repeat-x 0 100%;
	margin: 0 0 10px;
	padding: 0 0 4px;
	font-size: 110%; 
}
#layout h3.red {
	background: none;
	margin-bottom: 0;
	padding: 0;
}
div.menu {
	 padding: 90px 40px 40px;
}
#textleft div.menu {
	padding: 0;
	float: left;
}
#textleft div.menu .menuitems {
	margin: 0;
}
#layout div.menu .group {
	display: block;
	float: left;
	width: 105px;
	height: 105px;
	margin: 0 12px 8px 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #ED1E24;
}
#layout div.menu .last {
	margin-right: 0;
}
#layout div.menu .first {
	margin-left: 58px;
}
#layout div.menu .higher {
	height: 145px;
}
#layout div.menu .group:hover {
	color: #666;
}
div.menu .group img {
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	height: 90px;
	width: 105px;
}
div.menu .group:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.innerfancy h3.titled {
	background: #ed1e24 url(../img/bgn_h3_innerfancy%20.gif) repeat-x 0 100%;
	font-size: 170%;
	color: #FFF;
	padding: 10px;
	margin: 0 0 15px 0;
	font-weight: normal;
	text-transform: none;
}
.smallpopup h3 {
	text-align: center;
}
.smallpopup p {
	font-size: 140%;
	text-align: center;
}
.innerfancy h3 {
	font-size: 160%;
	text-transform: uppercase;
	color: #ed1e24;
}
.innerfancy h4 {
	font-size: 140%;
	color: #ed1e24;
	font-weight: normal;
}
.innerfancy .menuitem {
	background: url(../img/bgn_dotted_gray.gif) repeat-x 0 100%;
	padding: 0 0 1px;
	margin: 0 0 10px;
}
.innerfancy .highlight {
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
.innerfancy .highlight2 {
	background-color: #222;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.innerfancy .menuitem blockquote {
	font-size: 120%;
	line-height: 120%;
	margin-left: 0;
	margin-right: 0;
}
.innerfancy .menuitem p {
	color: #999;
}


/* Form elements
-----------------------------------------------------------------------------------------------*/
#layout form {
	padding: 0;
/*
	background: #e7e7e7;
	border: #b7b7b7 1px solid;
*/
}
#layout form {
}
#layout form .frow {
	display: block;
	margin-bottom: 6px;
	_margin-bottom: 4px;
}
#layout form label {
	float: left;
	display: block;
	width: 120px;
	padding-top: 5px;
}
#layout form .field  {
	border: #9d9d9d 1px solid;
	background: #e9e9e9;
	color: #7B7D7E;
	padding: 2px;
}
#layout .small {
	width: 60px;
	_width: 61px;
}
#layout .medium {
	width: 208px;
	_width: 209px;
}
#layout form span {
	padding: 2px 0;
	display: block;
}
#layout form .buttons {
	background: url(../img/bgn_dotted_gray.gif) repeat-x;
	margin: 10px 0 0 0;
	padding-top: 10px;
	text-align: center;
}
.button {
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin: 0 2px 0 0;
}
.button.normal {
	background: #ed1e24;
	color: #FFF;
	border-color: #ed1e24;
	width: 120px;
	font-weight: bold;
}
.button.alert {
	background: #FFF;
	color: #999;
	border-color: #FFF;
	width: 100px;
}
.button.normal:hover, .button.alert:hover {
	background: #3c3c3c;
	border-color: #3c3c3c;
	color: #999;
}
.form {
	width: 360px;
	margin: 20px auto;
}

.sliderquotes blockquote {
	font-size: 130%;
	margin: 10px 20px;
	padding: 0 20px 5px 80px;
	height: 70px;
	background: url(../img/bgn_quotes.png) no-repeat;
}
.sliderquotes blockquote p {
	padding: 0;
	margin: 0;
	line-height: 120%;
}
.sliderquotes blockquote .author {
	font-size: 75%;
	font-weight: bold;
	color: #ed1e24;
}

.refer {
	margin-top: 30px;
	clear: both;
}
.sd {
	background: url(../img/bgn_footer_sd.png) no-repeat 99% 0;
	height: 99px;
	margin-top: -54px;
}
#textleft h2, #textright h2, #contactleft h2 {
	font: normal 40px/30px 'Eurostile', Arial, Helvetica, sans-serif;
	color: #ed1e24;
	letter-spacing: -1px;
}
#layout .sliderquotes h3, #textleft h3 {
	font: normal 18px/18px 'Eurostile', Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: -1;
}
.googlecart-add-button {
	background: url(../img/btn_add_to_cart.png) no-repeat !important;
	width: 92px !important;
	height: 23px !important;
	float: left;
}
.product-attr-custom {
	float: left;
	width: 200px;
	margin: 2px 10px 0 25px;
}
.likebox {
	height: 185px;
	overflow: hidden;
	background: url(../img/bgn_h2.png) no-repeat 0 100%;
	margin-bottom: 10px;
	padding-bottom: 18px;
}
.commentsbox {
	height: 245px;
	overflow-y: auto;
	overflow-x: hidden;
}
