/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Copyright 2009 Spiegel Design Group, Inc. All Rights Reserved.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*-------------------------------------------------
GLOBAL 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility: hidden;
}

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

body {
	background: #100B08 url("/global/img/bg.jpg") repeat-x;
}

/*-------------------------------------------------
WRAPPER
-------------------------------------------------*/

.wrapper {
	width: 950px;
	margin: 0 auto;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.nav ul {
	padding: 75px 0 0 0;
}
.nav li a:link, .nav li a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.nav li {
	float: right;
	background-repeat: no-repeat;
	margin: 0 0 0 40px;
}
.nav li a {
	display: block;
}
.nav li a.on, .nav li a:hover {
	color: #ffcc7c !important;
}
/*.nav li span {
	display: none;
	visibility: hidden;
}*/
/*li.nHome a { background-image: url("/global/img/nHome.png"); width: 49px; }
li.nMenu a { background-image: url("/global/img/nMenu.png"); width: 51px; }
li.nContact a { background-image: url("/global/img/nContact.png"); width: 73px; }
li.nCatering a { background-image: url("/global/img/nCatering.png"); width: 80px; }
li.nDelivery a { background-image: url("/global/img/nDelivery.png"); width: 79px; }
li.nGallery a { background-image: url("/global/img/nGallery.png"); width: 80px; }

.nav li a:hover, .nav li a.on {
	background-position: 0 -22px !important;
}*/

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.header {
	height: 118px;
	width: 950px;
	margin: 0 auto;
	background: url("/global/img/logo.png") 0 0 no-repeat;
}

/*-------------------------------------------------
SPLASH
-------------------------------------------------*/

.splash {
	margin: 15px 0;
}

/*-------------------------------------------------
TEXTAREA
-------------------------------------------------*/

.textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}
.textarea p {
	margin: 10px 0;
}
.textarea strong {
	font-weight: bold;
}
.textarea ul {
	margin: 0 0 0 35px;
}
.textarea ul li {
	list-style-type: square;
}
.textarea a:link, .textarea a:visited {
	color: #fff;
}
.textarea span {
	color: #fff;
}
.textarea h2 {
	background-repeat: no-repeat;
	height: 17px;
	display: block;
	margin: 0 0 20px 0;
}
.textarea h2 span {
	display: none;
	visibility: hidden;
}
.textarea h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.textarea h4 {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}
.textarea table td {
	padding: 1px 3px;
}

/*TABLES*/

table.col2 {
	width: 100%;
}
table.col2 td {
	width: 50%;
	vertical-align: top;
}

/* TRAINERS */

img.trainerPic {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #eee;
}

#map {
	border: 1px solid #eee;
	float: right;
	width: 600px;
	height: 300px;
	color: #000;
}
img.img {
	border: 1px solid #eee;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

#footer {
	padding: 10px 0;
	margin: 35px 0 0 0;
	border-top: 1px solid #413d39;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #eee;
	text-align: center;
}
#footer span {
	font-weight: bold;
}
#footer p a:link, #footer p a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer p.copyright {
	margin: 5px 0 0 0;
}
#footer p.copyright, #footer p.copyright a:link, #footer p.copyright a:visited {
	color: #666;
}
#footer p a:hover, #footer p.copyright a:hover {
	color: #fff;
}
