/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
.container {
	width: 900px;
	margin: 0 auto;
}
.message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #191919;
	padding: 20px;
}
.navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: small;
	text-align: center;
	padding-bottom: 15px;
}
#container #navbar a {
	color: #CCCCCC;
	text-decoration: none;
}
#container #navbar a:hover {
	color: #FFCC33;
	text-decoration: none;
}

#imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
	margin-left: 60px;
}
.text {
	margin-top: 20px;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.5;
}
.form_field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #1A1A1A;
	background-color: #999999;
	border: thin double #666666;
	padding: 5px;
}
.text_thumbs {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #CCCCCC;
	line-height: 1.5;
}
.right_col {
	width: 280px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
}
.centre_col {
	width: 300px;
	float: right;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
}
.left_col {
	width: 280px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 800px;	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #141414;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:148px;
	height: 200px;
}

#imageMenu ul li.cakes a {
	background: url(images/cakes.jpg) repeat scroll 0%;
}

#imageMenu ul li.bread a {
	background: url(images/bread.jpg) repeat scroll 0%;
}

#imageMenu ul li.pastry a {
	background: url(images/pastry.jpg) repeat scroll 0%;
}

#imageMenu ul li.salads a {
	background: url(images/salads.jpg) repeat scroll 0%;
}

#imageMenu ul li.jam a {
	background: url(images/jam.jpg) repeat scroll 0%;
}



.clear {
	clear: both;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #CCCCCC;
}
.footer {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
	padding-top: 10px;
}
.phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #CCCCCC;
	text-align: center;
}
