/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,canvas,video {
    display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],template {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,input,select,textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
	Standard classes
   ========================================================================== */
.fit-img{
	display:block;
	max-width:100%;
	max-height:100%;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.user-template{
	width:940px;
	margin:0px auto;
	padding:10px 0 20px;
	min-height:400px;
	position:relative;
} 
.user-content{
	line-height:1.15;
	font-size:16px;
}
.user-content a:hover{
	text-decoration:underline;
}
body{
	overflow-y:scroll;
	font-family:'HelveticaNeueW02-55Roma', arial, san-serif;
	font-size:14px;
	color:#565252;
	min-width:1020px;
}
h1{
	font-size:36px;
	font-weight:normal;
	margin:0px 0px 12px;
}
h2{
	font-size:24px;
	font-weight:normal;
}
h3 {
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    color: #DB7A3C;
}

a{
	color:#db7a3c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.file object{
	width:150px;
	height:35px;
}

body{
	background: #c1c1ae; /* Old browsers */
	background: -moz-linear-gradient(top, #c1c1ae 0%, #e0dfd5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1ae), color-stop(100%,#e0dfd5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c1c1ae 0%,#e0dfd5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c1c1ae 0%,#e0dfd5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c1c1ae 0%,#e0dfd5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c1c1ae 0%,#e0dfd5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1ae', endColorstr='#e0dfd5',GradientType=0 ); /* IE6-9 */
}

a.branding img{
    margin: 22px 0px 0px 0px;
}

.mcmenamins-button{
	color:#fff;
	font-size:18px;
	display:inline-block;
	width:273px;
	height:76px;
	background-image: url('../images/homepage_ctas/text-bg.png');
	background-repeat:no-repeat;
	line-height:76px;
}

.mcmenamins-button:hover{
	text-decoration: underline;
	}


.page-wrap{
	width:1020px;
	margin:0px auto;
}
header{
	height:110px;
	position:relative;
	z-index: 2;
}


/* start main nav */
nav{
	position:absolute;
	top:55px;
	right:40px;
}

nav ul{
	margin:4px 16px 0px 0px;
	padding:0;
	list-style:none;
	min-height:30px;
	font-size:13px;
	font-weight: bold;	
}
nav a{
	padding: 0px 6px 0;
	color: #682f13;
	display: block;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

nav a:hover, nav a.on{
	color:#d07924;
	text-decoration:none;
}

nav li{
	float:left;
	display:block;
	position:relative;
	min-height:17px;
	color:#682f13;
	font-family: 'Helvetica Neue', sans-serif;
	margin-left:1px;

	border-right: 1px solid #b7ae9f;
	padding: 0 .25em;
	color: #682f13;
}
nav  li:last-child  { border: 0; }

/* end main menu */

/* start homeslides */
.homeslides-overlay{
	position:absolute;
	z-index:100;
	background-image:url(../images/homeslides-top.png);
	width:979px;
	height:97px;
	display:block;
	margin-left:5px;
}
.homeslides-wrap{
	margin-left:5px;
}

.homeslides-pager { 
    text-align: right;
	width: 939px;
	z-index: 500;
	position: absolute;
	top: 141px;
}
.homeslides-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}


.homeslides-pager span.cycle-pager-active { color: #D69746;}
.homeslides-pager > * { cursor: pointer;}


.homeslides{
	margin: 33px 0px 0px 13px;
	width: 929px;
	height: 438px;
	overflow:hidden;
	position:relative;
	z-index:1;

	border:8px solid #fff;
	box-shadow: 3px 3px 3px #666;
	
}
.homeslide{
	position:relative;
	display:block;
}
.homeslide-img{
	display:block;
	z-index:1;
}
.homeslide-content{
	position:absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	z-index:2;
	color:#efede7;
	text-align:center;
	background-image:url(../images/trans-000-75.png);
	border-top:1px solid #d97e25;

}
.homeslide-text{
	font-size: 16px;
	margin: 28px 21px;
	text-align: left;
}
.homeslide + .homeslide{display:none;}
.cycle-prev, .cycle-next { 
	position: absolute; 
	top: 0; width: 30%; 
	opacity: 0; 
	filter: alpha(opacity=0);
	z-index: 800; 
	height: 100%;
	cursor: pointer; 
}
.cycle-prev { left: 0;  background: url(../images/cycle-prev.png) 0% 50% no-repeat;}
.cycle-next { right: 0; background: url(../images/cycle-next.png) 100% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }
/* end homeslides */

.content-wrap{
	margin: 20px 0px 0px 14px;
}



.home-cta{
	display:block;
	float:left;
	width:310px;
	height:215px;
	margin:20px 0px 0px 12px;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	color:#565252;
	position:relative;
}
.home-cta img{
	border:8px solid #fff;
	box-shadow: 3px 3px 3px #666;
}
.home-cta.tall{
	height:478px;
}
.home-cta.wide{
	width:612px;
}
.cta-title{
	color:#fff;
	font-size:22px;
	padding:10px 12px;
	text-align:left;
}
.cta-content{
	padding:12px;
}

.joinus{
	background-image:url('../images/join-bg.png');
	width:960px;
	height:203px;
}

div.joinus div.content{
	display: inline-block;
	margin: 111px 0px 0px 302px;
	width: 400px;
	text-align: center;
}

div.content-box div.top{
	background-image:url('../images/content-top-bg.png');
	width:960px;
	height:40px;
}
div.content-box div.bottom{
	background-image:url('../images/content-bottom-bg.png');
	width:960px;
	height:40px;
	margin-bottom:20px;
}

div.content-box div.middle{
	background-image:url('../images/content-middle-bg.png');
	background-repeat:repeat-y;
	width:960px; 
}

/*
div.content-box div.middle div.inside{
	margin: 0px 28px 0px 32px;
	position: relative;
	top: 1px;
	display: block;
}

div.right, div.left{
	display:inline-block;
	width: 47%;
	margin: 5px;
	vertical-align: top;
	max-height: 999999px;
	line-height: 125%;
}
*/

div.content-box div.middle div.inside{
	margin: 0px 28px 0px 32px;
	position: relative;
	top: 1px;
	display: inline-table;
}

div.right, div.left{
	display:inline-block;
	float:left;
	width: 47%;
	vertical-align: top;
	max-height: 999999px;
	line-height: 125%;
}

div.right{margin-left:10px;}

div.full{
	display:inline-block;
	margin: 0px 30px 0px 0px;
	vertical-align: top;
	max-height: 999999px;
	line-height: 125%;
}

.cta-product-img{
	max-width: 100%;
	max-height: 100%;
	padding: 14px 0px;
}
.tall .cta-content{
	min-height:50px;
	background:rgb(237,237,230);
	background:rgba(237,237,230, 0);
}
.cta-content{
	position:absolute;
	bottom:-13px;
	left:0px;
	right:0px;
	/* background:rgb(237,237,230);
	background:rgba(237,237,230, 0); */
	/*background-image: url('../images/homepage_ctas/text-bg.png');
	background-repeat:no-repeat;*/
}

.cta-content .korkers-button{
	float:right;
}
.wide .cta-text{
	margin:0;
}
.cta-image {
	display:block;
}
.cta-text{
	text-align:left;
	line-height:20px;
}
.cta-headline{
	text-align:left;
	background:#e3e3de;
	font-size:14px;
	color:#565252;
	font-family:'HelveticaNeueW02-75Bold';
	padding:8px;
	position:relative;
}

.footer-wrap{
	clear:both;
	padding: 20px;
}
.footer{
	width: 931px;
	margin: 0px 0px 0px -7px;
	padding: 9px;
	font-size: 9pt;
	font-family: Georga;
	font-style: italic;
	color:#000;
	text-align: center;
	background: #b2b1a8;
	background: -moz-linear-gradient(top, #b2b1a8 0%, #9e9e90 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b1a8), color-stop(100%,#9e9e90));
	background: -webkit-linear-gradient(top, #b2b1a8 0%,#9e9e90 100%);
	background: -o-linear-gradient(top, #b2b1a8 0%,#9e9e90 100%);
	background: -ms-linear-gradient(top, #b2b1a8 0%,#9e9e90 100%);
	background: linear-gradient(to bottom, #b2b1a8 0%,#9e9e90 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b1a8', endColorstr='#9e9e90',GradientType=0 );
}
.footer a{
	text-decoration:none;
	color:#9f0000;
}
.footer a:hover{
	text-decoration:underline;
}