
/* --------------------------------------
    RESET
----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html { overflow-y: scroll; }
body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    background-color: #fffde9;
	color: #555555;
}

p { margin-bottom: 10px; }
p.intro { font-size: 18px; }

/* links */
a:link, a:visited {
    color: #512306;
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus, a:active {
    color: #b6c72e;
}

/* Headers */
h1, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

h2, h3 {
    font-family: Helvetica, sans-serif;
}

h1 {
    font-size: 18px;
    line-height: 20px;
    /*letter-spacing: -0.9px;*/
    color: #272727;
    /*margin-left: -2px;*/
}
h2 {
    font-size: 12px;
	font-weight: bold;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #512306;
}
h3 {
    font-size: 12px;
	font-weight: bold;
    line-height: 25px;
	color: #512306;
}

.disclaimer {
	font-style:italic;
	font-size: 11px;

	}
/* Lists */
ul, ol {
	margin-bottom: 25px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dl { margin-bottom: 25px; }
dt {
    font-weight: bold;
    color: #046416;
}
dd {
    padding-left: 20px;
}

blockquote {
	margin: 25px 0;
 	padding-left: 40px;
    padding-right: 30px;
    background: url(../images/quote.png) no-repeat 3px 0;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}
input, select {
    vertical-align: middle;
}

strong, b {
    font-weight: bold; 
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
mark {
    background-color: #FDD2B3;
}

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */
#header-wrap {
    width: 100%;
    height: 150px;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}
header {
    position: relative;
	background: url(../images/header.png);
    width: 940px;
    height: 150px;
	background-color: #fffde9;
    margin: 0 auto;
}
.content-wrap {
    width: 940px;
    margin: 0 auto;
}
.content-wrap section {
    position: relative;
    padding: 180px 0 25px 0;
    background: url(../images/section-sep.png) repeat-x left 25px;
}
.content-wrap section section {
    background: none;
    margin: 0;
}
.content-wrap section .row {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
}
.content-wrap section .row .col {
    float: left;
    margin: 0;
    padding: 0;
    width: 290px;
}
.content-wrap section .row .mid  {
    margin-left: 35px;
    margin-right: 35px;
}
.content-wrap section .no-bottom-margin{
    margin-bottom: 0;
}
.content-wrap section .primary {
    float: left;
    width: 420px; 
}

.content-wrap section .gallery {
	float: left;
	width: 620px;
	margin: 0;
	}
.content-wrap section .primary p {
    /* margin: 15px 0 10px 0; */
    margin: 15px 0 25px 0;
	line-height: 20px;
}

.content-wrap section .primary img {
    margin: 30px 0 0 0; 
}

.content-wrap section aside {
    float: right;
    width: 460px; 
}

.content-wrap section aside.dlmenu {
	
	float: right;
	width: 290px;
	}


.content-wrap section aside p {
    margin: 10px 0 25px 0;
	line-height: 20px;
}

.content-wrap section aside h2 {
    margin: 30px 0 0 0;
}



footer {
    position: relative;
    background: url(../images/section-sep.png) repeat-x left 25px;
    width: 940px;
    margin: 0 auto;
    padding-top: 125px;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

/* Logo */
header hgroup {
    position: absolute;
    background: url(../images/lg_logo.png) no-repeat;
    height: 136px;
    width: 114px;
    display: block;
    top: 5px;
    left: 0;
}
header hgroup h1 a {
    text-indent: -9999em;
    display: block;
    height: 31px;
    width: 130px;
}
header hgroup h3  {
    text-indent: -9999em;
    height: 0;
}

/* Main Navigation */
header nav {
    float: left;
    margin-top: 95px;
	margin-left: 200px;
}

header nav ul {
    font: 13px/25px  Oswald, Verdana, Sans-serif;
    margin-right: -5px;
    padding: 0;
    list-style: none;
}
header nav ul li {
    float: left;
}
header nav ul a:link, header nav ul a:visited {
    color: #512306;
    margin-right: 20px;
}
header nav ul a:hover, header nav ul a:active {
    color: #b6c72e;
	text-decoration: none;
	border-bottom: 3px solid;
}


/* Address */
.address {
	float: left;
    margin-top: 87px;
	margin-left: 110px;
}

.address h2 a:link, a:visited{
	color: #512306;
	}
	
/* -----------------------------------------
    Main Section
------------------------------------------ */
section#main {
    width: 940px;
	height: 500px;
    background: none;
}

section#main .intro-box {
    float:left;
    width:460px;
    min-height: 300px;
}
section#main .row .col h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* -----------------------------------------
   Services
------------------------------------------- */
section #services {
	margin-top: 0px;
	}

section#services h1 {
   margin: 0 0 25px 0;
}

.button {
	width:137px;
	height: 39px;
	display:block;
	background-image:url(../images/dl_btn.png);
	background-position: top;
}
.button:hover{
	width:137px; 
	background-position: bottom;
	height:39px;
	background-image:url(../images/dl_btn.png) no repeat;
}

/* ---------------------------------------
    Slider
----------------------------------------- */





/* ---------------------------------------
    Menu
----------------------------------------- */
section#menu aside h2{
	margin: 0;
	padding: 0;
	}
	
section#menu aside .lunch-btn {
	margin: 10px 0 20px 0;
	width:145px;
	height: 39px;
	display:block;
	background-image:url(../images/l_btn.png);
	background-position: top;
}

section#menu aside .lunch-btn:hover {
	margin: 10px 0 20px 0;
	width:145px;
	height: 39px;
	display:block;
	background-image:url(../images/l_btn.png) no repeat;
	background-position: bottom;
}

section#menu aside .dinner-btn {
	margin: 10px 0 20px 0;
	width:145px;
	height: 39px;
	display:block;
	background-image:url(../images/d_btn.png);
	background-position: top;
}

section#menu aside .dinner-btn:hover {
	margin: 10px 0 20px 0;
	width:145px;
	height: 39px;
	display:block;
	background-image:url(../images/d_btn.png) no repeat;
	background-position: bottom;
}

section#menu aside .ld-btn {
	margin: 10px 0 20px 0;
	width:153px;
	height: 39px;
	display:block;
	background-image:url(../images/ld_btn.png);
	background-position: top;
}

section#menu aside .ld-btn:hover {
	margin: 10px 0 20px 0;
	width:153px;
	height: 39px;
	display:block;
	background-image:url(../images/ld_btn.png) no repeat;
	background-position: bottom;
}


/* ------------------------------------------------
    About
------------------------------------------------ */
section#about-us .primary .row .first {
    margin-right: 35px;
}

section#about-us aside a:link, section#about-us aside a:visited, section#about-us aside a:active {
	text-decoration: underline;
	color: #b6c72e;
	
	}
	
	section#about-us aside a:hover {
	text-decoration: none;
	color: #512306;	
		}


/* ----------------------------------------------------
    Footer
----------------------------------------------------- */
footer p.footer-text {
    font-family: Helvetica, sans-serif;
	font-size: 10px;
    color: #b6c72e;
    padding: 0 0 0 470px;
    margin-bottom: 0;
    clear: both;
}

footer p.footer-text  a{
    
    color: #b6c72e;
    
}
footer .footer-content {
    position: relative;
	padding: 25px 0;
    width: 940px;
    top: -105px;
	background: #664833;
}



