/* ============================================================
  
   Title:	Moorish Master Stylesheet
   Author:	David Longworth, david@teabagstudios.com
   Updated:	18th June 2009

---------------------------------------------------------------
   Copyright (c) 2009 Moorish. All rights reserved.
=============================================================== */

/* @group Misc */

*{
	outline:none;
}

*:focus::-moz-focus-inner {
    border-color: transparent ! important;
}

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, font, 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,
.clear {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html{
	height:100%;
	margin-bottom:1px;
}

body {
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	background: #DFD2A6 url(img/bg.png) repeat 0 0;
	color: #2C2220;
	line-height: 1;
	text-align: center;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear, hr {
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

hr {
	visibility: hidden;
}

#wrap img, #wrap a img {
	border: 0;
}

.hide {
	visibility: hidden;
}

strong {
	background: #e7e68b;
	color: #222;
}
#col_2 strong {
	background: none;
}

p {
	margin: 0 0 1.2em 0;
}

/* @end */

/* @group Links */

a {
	text-decoration: underline;
	color: #B74900;
	font-weight: bold;
}

a:hover {
	color: #cf5b2f;
	background: #fff;
}

#col_2 a {
	padding: 15px 10px;
	margin: 0 0 0 -10px;
	background: url(img/bg_footer_el.png) repeat-x 0 50%;
}

#col_2 dl dt {
	margin: 0 0 10px;
}
#col_2 dl dd {
	margin: 5px 0;
}
#col_2 dl a {
	display: block;
	background: url(img/link_menu.gif) no-repeat 0 0;
	padding: 0 0 0 10px; margin: 0;
	width: 185px; height: 22px;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
}
#col_2 dl a:hover {
	background-position: 0 -23px;
	color: #EBD638;
}


/* @end */

/* @group Navigation */

#nav #main {
	background: url(img/bg_nav_main.png) no-repeat 0 0;
	width: 695px; height: 67px;
	display: block;
	position: absolute;
	bottom: 0; left: 0;
}
#nav li {
	float: left;
	position: absolute;
	z-index: 50;
}
#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 51;
}

#nav #main a {
	margin: 0 0 0 3px;
}

#nav #sec li {
	z-index: 51;
}
#nav #sec a {
	text-indent: -1000em;
}

#nav li#nav_about,
#nav li#nav_culture,
#nav li#nav_recipies,
#nav li#nav_contact { background: url(img/bg_nav_li.png) no-repeat 0 0; }

#nav li#nav_home { top: 32px; left: 56px; }
#nav li#nav_home a { padding: 10px 0 12px; }

#nav li#nav_about { top: 25px; left: 177px; }
#nav li#nav_about a { padding: 12px 0 17px; }

#nav li#nav_culture { top: 20px; left: 298px; }
#nav li#nav_culture a { padding: 17px 0; }

#nav li#nav_recipies { top: 21px; left: 419px; }
#nav li#nav_recipies a { padding: 16px 0 17px; }

#nav li#nav_contact { top: 26px; left: 540px; }
#nav li#nav_contact a { width: 115px; padding: 16px 0 12px; }

#nav_rest {
	bottom: 42px; left: 148px;
}
#nav_rest a {
	background: url(img/bg_nav_rest.png) no-repeat 0 0;
	width: 123px; height: 40px;
}
#nav_rest a:hover,
#nav_rest a:active,
#nav_rest.cur a {
	height: 46px;
	background: url(img/bg_nav_rest_on.png) no-repeat 0 0;
}

#nav_deliv {
	bottom: 45px; left: 286px;
}
#nav_deliv a {
	background: url(img/bg_nav_deliv.png) no-repeat 0 0;
	width: 121px; height: 42px;
}
#nav_deliv a:hover,
#nav_deliv a:active,
#nav_deliv.cur a {
	height: 47px;
	background: url(img/bg_nav_deliv_on.png) no-repeat 0 0;
}


#nav_events {
	bottom: 41px; left: 422px;
}
#nav_events a {
	background: url(img/bg_nav_events.png) no-repeat 0 0;
	width: 121px; height: 42px;
}
#nav_events a:hover,
#nav_events a:active,
#nav_events.cur a {
	height: 47px;
	background: url(img/bg_nav_events_on.png) no-repeat 0 0;
}


#nav #main a:hover,
#nav #main li.cur a,
#nav #main a:active {
	color: #EBD638;
	background: url(img/bg_nav_on.gif) repeat-x 0 100%;
}

/* @end */

/* @group Header */

#header {
	background: #1A1514;
	height: 308px;
	font-size: 1.25em;
	font-weight: bold;

}
#header h1 {
	display: none;
}
#nav {
	margin: 0 auto;
	width: 695px;
	height: 308px;
	display:block;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;

}

/* @end */

/* @group Content */

#curtain {
	width: 1175px;
	height: 308px;
	display: block;
	margin: 0 auto;
	position: relative;

	background: #1A1514 url(img/bg_header.jpg) no-repeat 50% 100%;
}
#curtain  #hdr {
	width: 1076px;
	height: 307px;
	position: absolute;
	display: block;
	left: 33px;

	top:1px;
}

#wrap {
	width: 1175px;
	text-align: left;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.6em;
	position: relative;
	background: url(img/bg_wrap.png) no-repeat -20px 0px;
}

#content {
	width: 940px;
	display: block;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
}

#footer {
	clear: both;
	width: 940px; height: 72px;
	margin: 0 auto;
	background: url(img/bg_footer.png) no-repeat 0 100%;
	font-size: 0.9em;
	display: block;
}
#footer span {
	float: left;
}
#footer p {
	padding: 0 30px 0;
}
#footer a {
	font-weight: normal;
	color: #222;
	text-decoration: none;
	float: right;
}
#footer a,
#footer span {
	padding: 15px;
	background: url(img/bg_footer_el.png) repeat-x 0 50%;
}

#col_left {
	width: 650px;
	float: left;
}
#col_right {
	float: right;
	width: 290px;
	background: url(img/bg_right_top.png) no-repeat 100% 0;
	height: 465px;
/*	position: absolute; */
	right: 0;
	z-index: 50;
}
#col_right div {
	margin: 60px 65px 0;
}

#col_1 {
	float: right;
	width: 355px;
	background: #E6DEBD url(img/bg_page.png) no-repeat 50% 100%;
	padding: 20px 15px 35px;
}
#col_2 {
	float: left;
	width: 215px;
	padding: 29px 20px 95px 30px;
}

/* @end */

/* @group Typography */

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	clear: both;
}
h2 {
	color: #B74900;
	margin: 0 0 20px 0;
}
h3 {
	color: #015B9A;
	font-size: 1.45em;
	margin: 30px 0 15px 0;
}
h4 {
	margin: 0 0 10px 0;
}

.lead {
	font-weight: bold;
}

#col_2 ul li {
	margin: 0 0 3px 0;
}

p.adr {
	font-weight: bold;
	margin: -5px 0 10px 0;
}

#col_right.box_open strong {
	width: 35px;
	float: left;
	background: none;
}

#col_right.box_contact strong {
	display: block;
	background: none;
}


/* @end */

/* @group Widgets */

.img_right {
	float: right;
	margin: -15px 0 -40px 15px;
}
.img_left {
	float: left;
	margin: 10px 0 10px 10px;
}

#col_2.box_recipes {
	background: url(img/bg_left.png) no-repeat 100% 100%;
	padding-bottom: 35px;
}
#col_right.box_kada {
	background: url(img/bg_right_kada.png) no-repeat 100% 0;
}
#col_right.box_hire {
	background: url(img/bg_right_hire.png) no-repeat 100% 0;
}
#col_right.box_contact {
	background: url(img/bg_right_contact.png) no-repeat 100% 0;
}
#col_right.box_open {
	background: url(img/bg_right_open.png) no-repeat 100% 0;
}

.gallery {
	float: left;
	margin: 0 0 10px 0;
}
#col_2 .gallery li {
	float: left;
	margin: 0 7px 7px 0;
}
#col_2 .gallery li a {
	display: block;
	padding: 0;
	margin: 0;
}
.gallery li a img {
	border: 1px solid #fff;
}

#form_enq label {
	display: block;
	margin: 0 0 5px 0;
	color: #49473c;
}
#form_enq .text {
	width: 343px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	padding: 4px;
	border: 1px solid #cec7aa;
	border-top: 1px solid #a09b84;
}
#form_enq .btn input {
	background: url(img/btn.png) no-repeat;
	width: 111px; height: 27px;
	border: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

p.home_rece {
background: url(img/pics/home_rece.png); 
width:223px;
height:90px;
}

p.home_1 {
background: url(img/pics/home1.jpg); 
width:205px; 
height:168px;
 float: right;
        margin: -15px 0 -40px 15px;
}

/* @end */
