/* reset.css */
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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/* main.css */
body {
	background: url('../../../../img/background-tile.gif');
	position: relative;
	color: #421212;
	font-family: georgia;
	font-size: .9em;
	line-height: 18px;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}


p .dropcap:first-letter
{
 float: left;
 font-size: 300%;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
}

pre {
	color:#fff;
}

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

a:hover {
	text-decoration: none;
	background: #421212;
	color: #e7c582;
}

hr {
	color: #421212;
	border: 0px;
	border-top: 1px solid;
	margin: 0 0 10px 0;
	height: 1px; /* Fix for IE6 */
}

strong {
	font-weight: bold;
}
/**************************************************/


#gradient_wrap {
	margin: 0;
	padding: 0;
	background: url('../../img/top-gradient.png') repeat-x;
	min-height:196px;
}

#container {
	width: 1002px;
	margin: 0 auto;
/*	background: red;*/
}

#header {
	background: url('../../img/header.png') no-repeat;
	width: 847px;
	height: 334px;
	margin: 0 auto;
	padding: 0;
}

	#header ul {
		margin: 258px 0 0 70px;
		position: absolute;
	}
	
		#header ul li {
			display: inline;
			margin: 0 24px 0 0;
/*			background: blue;*/
		}
		
			#header ul li a {
				text-decoration: none;
			}
		
			#header ul li a:hover {
				background: none;
			}
#footer {
	width: 427px;
	background: url('../../img/footer.png') no-repeat;
	padding: 30px 0;
	color: #dbb66f;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: .9em;
}

#home-wrap {
	width: 1002px;
	margin: 0 auto;
}
	#home-catering {
		background:  url('../../img/home-catering.png');
		width: 333px;
		height:498px;
		float: left;
	}
		#home-catering a {
			background: url('../../img/buttons/home-catering.png');
			width: 298px;
			height: 29px;
			display: block;
			margin: 216px 0 0 17px;
			text-indent: -4000px;
		}

	#home-menu {
		background: url('../../img/home-menu.png');
		width: 338px;
		height:498px;
		float: left;	
	}
		#home-menu a {
			background: url('../../img/buttons/home-menu.png');
			width: 159px;
			height: 29px;
			display: block;
			margin: 216px 0 0 92px;
			text-indent: -4000px;
		}

	#home-about {
		background: url('../../img/home-about.png');
		width: 331px;
		height:498px;
		float: left;
	}	
		#home-about a {
			background: url('../../img/buttons/home-about.png');
			width: 116px;
			height: 29px;
			display: block;
			margin: 216px 0 0 110px;
			text-indent: -4000px;
		}
/* SUB ************************/

#sub-header {
	width:1002px;
	height:10px;
	background: url('../../img/sub-header.png');
}

#sub-content {
	width:922px;
	background: url('../../img/sub-spacer.png') repeat-y;
	padding: 10px 40px 10px 40px;
}

#sub-footer {
	width: 1002px;
	height: 36px;
	background: url('../../img/sub-footer.png');
}

#sub-image {
	width: 980px;
	margin: 0 auto;
/*	margin: 0 0 0 10px;*/
}
		
/* ABOUT **********************/

#about-header {
	width: 1002px;
	height: 61px;
	background: url('../../img/about-header.png');
	margin: 0;
}

#catering-header {
	width: 1002px;
	height: 61px;
	background: url('../../img/catering-header.png');
}

#menu-header {
	width: 1002px;
	height: 61px;
	background: url('../../img/menu-header.png');
}

#contact-header {
	width: 1002px;
	height: 61px;
	background: url('../../img/contact-header.png');
}

#error-header {
	width: 1002px;
	height: 61px;
	background: url('../../img/404-header.png');
}

/* FORMS **********************/

form {
/*	font-size: 1em;*/
}

form div {
	background: #d2b070;
	margin: 0 0 1px 0;
	padding: 3px 3px 3px 6px;
	
}



label {
	float: left;
	width: 7em;
	font-size: 1.2em;
	line-height:1.3em;
}

input {
	width: 200px;
	border: 0px;
	padding: 3px;
	color: #421212;
	background: #fff;
}

textarea {
	width: 600px;
	height: 60px;
	border: 0px;
	padding: 3px;
	color: #421212;
}

/* MENU PAGE **********************/

#menu_nav_container {
	float: left; 
	width:200px;
}

	#menu_nav li {
		text-align: center;
		font-size: 1.3em;
	}

	#menu_nav li a{
		line-height: 34px;
		height:34px;
		display: block;
		color: #421212;
		background: #d2b070 url('../../img/menu-spacer.gif') no-repeat right;
/*		padding: 9px;*/
		margin: 0 0 1px 0;
		text-decoration: none;
	}

	#menu_nav li a:hover, #menu_nav .selected{
		background: #421212  url('../../img/menu-arrow.gif') no-repeat right;
		color: #d2b070;
	}

#menu_container {
	float: right; 
	width:700px;
}
	
	#menu_container .item {
		width: 320px; 
		float: left; 
		margin: 0 0 30px 30px;
	}
	
	#menu_container .item h4 {
		margin: 0 0 5px 0;
/*		background: #421212;*/
/*		color: #d2b070;*/
/*		padding: 2px 5px 2px 5px;*/
	}
	
	#menu_container .item a {
		float:left; 
		border: 3px #e8eae9 solid; 
		margin: 0 10px 0px 0;
	}
/* thickbox.css */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}