@charset "UTF-8";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {outline: 0; }

/* end reset */



* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #000000;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#sidebar {
	width: 220px;
	clear: left;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top:0;
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#header {
	height: 120px;
}
#main {
	background-image: url(../images/main-bgd.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-color: #c92f31;
	background-image: none;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#logotop {
	background-image: url(../images/logo_01.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 248px;
	float: left;
}
#headertop {
	background-image: url(../images/header-bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 552px;
	height: 76px;
	float: left;
}
.clear {
	clear: both;
}
#logobottom {
	background-image: url(../images/logo_02.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 154px;
	width: 248px;
	clear: both;
}
#nav {
	height: 44px;
	width: 552px;
	float: left;
}
#nav li {
	list-style-type: none;
	float: left;
	display: block;
}
#nav li a {
	text-decoration: none;
	height: 44px;
	float: left;
	display: block;
	text-indent: -9999px;
}
#nav   #home a   {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	width: 111px;
}
#nav #about a {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	width: 97px;
}
#nav #menu a {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	width: 92px;
}
#nav #catering a {
	background-image: url(../images/catering.jpg);
	background-repeat: no-repeat;
	width: 133px;
}
#nav #findus a {
	background-image: url(../images/findus.jpg);
	background-repeat: no-repeat;
	width: 119px;
}
#nav #home a:hover {
	background-position: left bottom;
}
#nav #about a:hover {
	background-position: left bottom;
}
#nav #menu a:hover {
	background-position: left bottom;
}
#nav #catering a:hover {
	background-position: left bottom;
}
#nav #findus a:hover {
	background-position: left bottom;
}
#photo {
	background-color: #FFFFFF;
	height: 510px;
	width: 552px;
	margin-left: 248px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#sidebar h1 {
	color: #6EAFDF;
	font-size: 23px;
	line-height: 25px;
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 5px;
}
#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 12px;
	margin-top: 0px;
}
.caps {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
#logotop h1, h3 {
	text-indent: -9999px;
}
#footer p {
	color: #000000;
	text-align: center;
	line-height: 20px;
}
#footer a {
	color: #7E0911;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .clear {
	font-size: 15px;
	color: #7E0911;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#headertop p {
	text-align: center;
}
.eatin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #c92f31;
	font-style: italic;
	padding: 22px;
	font-weight: bold;
}
#content {
	margin-left: 265px;
	padding: 15px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
#content table p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 3px;
}
.heads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #1A4B7A;
	margin-top: 5px;
}
.subheads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A4B7A;
	margin-top: 5px;
}
.subheads2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #1A4B7A;
	margin-top: 15px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A4B7A;
	margin-bottom: 5px;
}
.clickhere {
	margin: 0px;
	color: #6EAFDF;
	font-size: 11px;
	text-transform: uppercase;
}
.clickhere a {
	text-decoration: none;
	color: #6EAFDF;
}
.clickhere a:hover {
	text-decoration: underline;
}
#sidebar a {
	color: #6EAFDF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.indent {
	padding-left: 15px;
}
.plain {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#content .plain a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.eclub {
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	text-transform: uppercase;
	background-color: #4C87B6;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: block;
	padding: 3px;
}
#sidebar .eclub a {
	color: #FFFF00;
}
.textbox {
	background-color: #DDE7EE;
	border: 1px solid #1A4B7A;
}
.headssmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A4B7A;
	margin-top: 5px;
}
#granat  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 15px;
	text-align: center;
	color: #333333;
}
#granat a {
	color: #333333;
	text-decoration: none;
}
#granat a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.e24 img {
	padding:0 0 0 15px;
}

