/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style: none;
}

html>body #content {
	height: auto;
	min-height: 300px;
}

.clear{
	clear:both;
}

body{
	background:url("images/red_bg.jpg") repeat top left;
	color:#000;
	font-family:"Trebuchet MS";
	font-size:small;
	line-height:1.6em;
	
}

p, div, td{
	margin:0;
	padding:0;
	
}

ul
{
margin-left: 1.5em;

}

li
{
line-height: 1.5em;
list-style-type:square;
}

ul.links
{
list-style: none;
margin-left: 0em;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

h1{
	color:#990000;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1#menu {
	background:url("images/menu_icon.jpg") no-repeat top left;
	text-indent:-1000px;
	height:38px;
}

h1#about {
	background:url("images/about.jpg") no-repeat top left;
	text-indent:-1000px;
	height:38px;
}

h1#welcome {
	background:url("images/welcome.jpg") no-repeat top left;
	text-indent:-1000px;
	height:38px;
}

h1#contact {
	background:url("images/contact.jpg") no-repeat top left;
	text-indent:-1000px;
	height:38px;
}

h1#catering {
	background:url("images/catering.jpg") no-repeat top left;
	text-indent:-1000px;
	height:38px;
}

h1#photo {
	background:url("images/photo.jpg") no-repeat top left;
	text-indent:-1000px;
	height:38px;
}

h1#award {
	background:url("images/award.jpg") no-repeat top left;
	text-indent:-1000px;
	height:29px;
	padding-bottom:5px;
}

a{
	color:#990000;
	text-decoration:none;
}

a:hover{
	color:#990000;
	text-decoration:underline;
}

#container{
	width:950px;
	position:absolute;
	top:0;
	left:200px;
	height:90%;
	background:url("images/header.jpg") no-repeat top left;
}

#top_left{
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:224px;
	background:url("images/left_corner.jpg") no-repeat top left;
	
}

#header{
	margin:0 auto;
	margin-top:10px;
	padding:5px;
	width:950px;
	height:246px;
	
	
}

#header h1{
	background:transparent url("images/logo.png") no-repeat top left;
	text-indent:-1000px;
	width:249px;
	height:119px;
	position:relative;
	margin:25px 0 0 20px;
	
		
}


#globalNav{
	margin:-180px 170px 0 0;
	width:480px;
	float:right;
	height:52px;
	background:url("images/menu.jpg") no-repeat top left;
}


#globalNav ul{
	margin:0px;
	padding:0px;
}


#globalNav li{
	float:left;
	padding:0px;
	margin:0px;
	list-style: none;
	
}
	
	
#globalNav a{
	display:block; 
	height:0; 
	padding-top:24px; 
	color:#fff; 
	overflow:hidden;
	text-indent:-1000px;
	margin:17px 0 0 17px;
	background:url("images/menu_text.jpg") no-repeat;
	
	
	
}



#globalNav ul li#home a{
	background-position: 0 0;
	width:56px;
	
	
}

#globalNav ul li#menu a{
	background-position: -80px 0px;
	width:60px;
	
	
}

#globalNav ul li#about a{
	background-position: -159px 0;
	width:93px;
	
	
}

#globalNav ul li#contact a{
	background-position: -270px 0;
	width:85px;
	
	
}

#globalNav ul li#catering a{
	background-position: -370px 0;
	width:90px;
	
	
}

#globalNav ul li#home a:hover{
	background-position: 0 -24px;
	
	
}

#globalNav ul li#menu a:hover{
	background-position: -80px -24px;
		
}

#globalNav ul li#about a:hover{
	background-position: -159px -24px;
		
}

#globalNav ul li#contact a:hover{
	background-position: -270px -24px;
	
	
	
}

#globalNav ul li#catering a:hover{
	background-position: -370px -24px;
	
	
	
}

#content{
	background:url("images/middle.jpg") repeat-y top left;
	width:800px;
	height:100%;
	position:relative;
	margin-top:-20px;
	
}

#mid_home{
	background:url("images/mid_home.jpg") no-repeat top left;
	width:610px;
	height:260px;
}

#mid_home img{
	margin:25px 10px 0 10px;
}

#mid_text{
	width: 315px;
	position:relative;
	float:right;
	margin:15px 70px 10px 0;

}

#text{
	margin:0 0 0 130px;
	width:615px;
	position:relative;
	
}

#text img{
	padding:0 5px 5px 0;
}

#content_bottom{
	background:url("images/bottom.jpg") no-repeat top left;
	width:800px;
	height:155px;
	margin-top:0;
}




#footer{
	color:#fff;
	width:800px;
	font-weight:normal;
	font-size:small;
	text-align:center;
	padding-top:10px;
	
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}



/* lightbox styling*/

#lightbox{
	background-color:#eee;
	color:#333;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightbox a{
	color:#333;
}

#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;	
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url("images/overlay.png"); }

* html #overlay{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
#showcase{
	margin-left:30px;
}

#showcase img{
	border:1px solid #9d8210;
	padding:2px;
	background:#9d8210;
}

#showcase img:hover{
	border:1px solid #831111;
	padding:2px;
	background:#831111;
}

#showcase li{
	list-style-type:none;
	margin:0;
	display:block;
	float:left;
	padding:10px 10px 10px 10px;
}


