@charset "utf-8";
/* 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, b, u, i, center, 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-size: 100%;
}
body {
	color: #FFFFFF;
	text-align: center;
	font: 0.875em/120% Arial, Helvetica, sans-serif;
	background: #000000;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0.6em 0px 1em 0px;
	margin: 0px;
	line-height: 120%;
	font-style: italic;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	text-align: center;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p, table {
	padding-bottom: 1.2em;
}
ul, ol {
	padding: 0 0 1.2em 4em;
}
ul li {
	line-height: 140%;
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a, a:link, a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
table {
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing: 0;
	margin:0px 0px 10px 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table th, table td {
	border:1px solid #999999;
	padding:5px;
}
table th {
	font-weight: bold;
}
table caption {
	font-size:1.3em;
	margin:0px;
	padding:0px 0px 0.6em;
}
fieldset {
	padding:1em 10px;
	margin-bottom:1.2em
}
legend {
	color:#666666;
	font-weight:bold
}
label {
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-bottom:0.6em;
	text-align:right
}
input, textarea, select {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px 0px 0.6em 0px;
	padding:0px
}


.clearer {
	clear: both;
	display: block;
	line-height: 1px;
	height: 1px;
}
.imageright {
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}
.imageleft {
	float: left;
	margin: 0px 10px 10px 0px;
	clear: left;
}
.smallprint {
	font-size: 0.875em;
}
.highlight {
	color: #FF0000;
}


#container {
	text-align: left;
	width: 920px;
	position: relative;
	margin: auto;
	padding: 20px 0px 0px;
}
#menu {
	background: url(graphics/menu.jpg) no-repeat;
	height: 80px;

}
#menu a {
	display: block;
	float: left;
	height: 80px;
	text-indent: -9000px;
}

#content {
	padding: 0px 20px 20px 20px;
}



#footer {
	clear: both;
	text-align: center;
	font-size: 0.875em;
	padding: 10px;
	color: #999999;
}
a.home {
	background: url(graphics/menu.jpg) no-repeat 0px top;
	width: 89px;
}
a.tariffs {
	background: url(graphics/menu.jpg) no-repeat -89px top;
	width: 83px;
}
a.catering {
	background: url(graphics/menu.jpg) no-repeat -172px top;
	width: 105px;
}
a.teambuilding {
	background: url(graphics/menu.jpg) no-repeat -277px top;
	width: 149px;
}
a.history {
	background: url(graphics/menu.jpg) no-repeat -587px top;
	width: 107px;
	margin-left: 161px;
}
a.directions {
	background: url(graphics/menu.jpg) no-repeat -694px top;
	width: 115px;
}
a.contact {
	background: url(graphics/menu.jpg) no-repeat -809px top;
	width: 111px;
}



a.home:hover {
	background: url(graphics/menu-mo.jpg) no-repeat 0px top;
	width: 89px;
}
a.tariffs:hover {
	background: url(graphics/menu-mo.jpg) no-repeat -89px top;
	width: 83px;
}
a.catering:hover {
	background: url(graphics/menu-mo.jpg) no-repeat -172px top;
	width: 105px;
}
a.teambuilding:hover {
	background: url(graphics/menu-mo.jpg) no-repeat -277px top;
	width: 149px;
}
a.history:hover {
	background: url(graphics/menu-mo.jpg) no-repeat -587px top;
	width: 107px;
	margin-left: 161px;
}
a.directions:hover {
	background: url(graphics/menu-mo.jpg) no-repeat -694px top;
	width: 115px;
}
a.contact:hover {
	background: url(graphics/menu-mo.jpg) no-repeat -809px top;
	width: 111px;
}
#content img {
	border: 1px solid #FFFFFF;
}
.imgright {
	margin: 0px 0px 8px 18px;
	float: right;
}
.imgleft {
	margin: 0px 18px 8px 0px;
	float: left;
}