@charset "UTF-8";
/* CSS Document */

#menu { 
	text-align:center; 
	width:1100px; 
	height: 60px; 
	white-space:nowrap; 
	margin: 0; 
	padding: 0; 
	clear: both; 
}
#menu table { 
	width:956px; 
	text-align:center; 
	height: 60px; 
	margin: 0 auto; 
	padding:0;
}
#menu td { 
	text-align:center; 
	white-space:nowrap; 
	margin: 0; 
	padding:0;
}
#menu h3 { 
	display:block; 
	margin:0; 
	padding:0; 
	font-size:1px; 
	line-height: 1px; 
}
#menu h3 a { 
	display:block; 
	height:60px; 
	text-decoration:none; 
}
#menu h3.food a {
	width:98px; 
	background:url('../images/food.png') left top no-repeat; 
}
#menu h3.food a:hover {
	background:url('../images/food.png') left bottom no-repeat; 
}
#menu td.food {
	width:98px; 
}
#menu h3.beverages a {
	width:145px; 
	background:url('../images/beverage.png') left top no-repeat; 
}
#menu h3.beverages a:hover {
	background:url('../images/beverage.png') left bottom no-repeat; 
}
#menu td.beverages {
	width:145px; 
}
#menu h3.desserts a {
width:123px; 
	background:url('../images/dessert.png') left top no-repeat; 
}
#menu h3.desserts a:hover {
	background:url('../images/dessert.png') left bottom no-repeat; 
}
#menu td.desserts {
	width:123px; 
}
#menu h3.still_life a {
	width:134px; 
	background:url('../images/still_life.png') left top no-repeat; 
}
#menu h3.still_life a:hover {
	background:url('../images/still_life.png') left bottom no-repeat; 
}
#menu td.still_life {
	width:134px; }

#menu h3.projects a {
	width:136px; 
	background:url('../images/projects.png') left top no-repeat; 
}
#menu h3.projects a:hover {
	background:url('../images/projects.png') left bottom no-repeat; 
}
#menu td.projects {
	width:136px; 
}


#menu h3.commercial a {
	XXwidth:159px; 
	background:url('../images/mike_hofstetter_s_g.png') left center no-repeat; 
}
#menu h3.commercial a:hover {
	background:url('../images/mike_hofstetter_s_r.png') left center no-repeat; 
}
#menu td.commercial {
	XXwidth:159px; 
}


#menu h3.private a {
	XXwidth:159px; 
	background:url('../images/nicole_fanke_s_g.png') left center no-repeat; 
}
#menu h3.private a:hover {
	background:url('../images/nicole_fanke_s_r.png') left center no-repeat; 
}
#menu td.private {
	XXwidth:159px; 
}

#menu h3.divider {
	XXwidth:64px; 
	height:59px; 
}
#menu td.divider {
	width:32px; 
	height:59px; 
}

#flashcontent0 {
	width:1100px;
	height:460px;
}

#pagetext table {
	border-bottom: none;
}

#pagetext {
	height:590px;
}

#footer {
	border-top: 1px solid #900000;
	padding: 0;
	width: 1100px;
}