body {
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/wallpaper_tile.jpg);
}
*{outline: none;}
img {border: 0; margin: 0; padding: 0;}

li{list-style: none;}



#main_header{
width: 899px;
height: 152px;
margin: 0 auto;
}

#logo{
margin: 20px 0 0 -50px;
float: left;

}

/* nav start */
/* nav start */
/* nav start */

.nav_box {
	position: absolute;
	z-index: +14;
	width: 620px;
	padding: 0;
	margin: 0 auto;
	float: right;
	margin-top: 60px;
	margin-left: 300px;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 35px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(../img/nav_home.png);
	width: 86px;
	height: 35px; 
}
ul#topnav a.menus {
	background: url(../img/nav_menu.png);
	width: 92px;
	height: 35px; 
}
ul#topnav a.catering {
	background: url(../img/nav_cater.png);
	width: 107px; 
	height: 35px;
}
ul#topnav a.art{
	background: url(../img/nav_art.png);
	width: 70px; 
	height: 35px;
	
}
ul#topnav a.about {
	background: url(../img/nav_about.png);
	width: 90px; 
	height: 35px;
	
}

ul#topnav a.contact {
	background: url(../img/nav_contact.png);
	width: 105px; 
	height: 35px;
	
}
		li.navdivider{
		background-image:url(../img/nav_divider.png);
		width: 13px;
		height: 35px;
		}

ul#topnav li .sub {
	margin: 0 auto;
	position: absolute;	
	top: 60px; left: 0;
	background: white;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}

ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}

ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
	padding: 5px 0;
	background-image: none;
	color: #30220c;
}

ul#topnav .sub ul li h2 a:hover{
	color:  #30220c;
}

ul#topnav .sub ul li a {
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	font-style: italic;
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	color: #5b5455;
}

ul#topnav .sub ul li a:hover{
	color: #838100;
}

ul#topnav .sub ul li a:
 {color: #ddd; background-position: 5px 12px ;
 }
 
 .horzline{
 width: 10px;
 height: 1px;
 background-color: #dddddd;
 background-repeat: no-repeat;}
 
/* nav end */
/* nav end */
/* nav end */

/* content start */

#content{
//position: relative;
//z-index: -4;
margin: 0 auto;
width: 899px;
height: 400px;
//background-image: url(../img/main_frame.png);
}

#infobar{
width: 100%;
height: 133px;
margin: 0 auto;}

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a{
	display:block;
}

.time{
width: 692px;
height: 13px;
background-image:url(../img/times.png);
margin: 40px auto 0 auto;
 }


/* typography */



h3 { word-spacing: 4px; font-weight: normal; font-style: normal; font-family: 'Josefin Sans Std Light', arial, serif;
	line-height: 100px;
	letter-spacing: 1px;
	text-transform: none;
	text-decoration: none;
	color: #fffac9;
	text-align: center;
	font-size: 12px; }

