﻿/* Common Style */
body {
	background: #F0F8FF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	text-decoration: underline overline;
	color: #0000FF;
	text-align: center;
}

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #000000;
}

table, tr,td {
	margin:0;
	padding:0;
}


/* Header Style */
.SiteHeader {
	background-color:purple;
	width:100%;
}

.SiteTitle {
	text-align:center;
	width:50%;
	height:85px;
	color:white;
	padding: 20px 0;
}

.SiteTitle .title {
	font-size:36px;
}

.SiteTitle .subtitle {
	font-size:14px;
	font-style:italic;
}

.SiteLogo {
	text-align:center;
	width:50%;
}

.SiteLogo img {
	height:100px;
}


/* Main Navigation Style */
.NavigateMenu {
	width:100%;
	border-collapse:separate;
	font-size: 24px;
}

.linkbg a {
	color: #F0FFFF;
	color: #340c5a;
	
}
.linkbg a:hover {
	color: #87CEFA;
}

.linkbg {
	background-color: #a281ba; 
	text-align: center;
	height: 71px; 
	width: 236px;
}


/* Content/Body Style */
.warning {
	color: red;
	font-size:24px;
	text-align:center;
}


.contentTable {
	width: 100%;
	text-align: center;
	margin-top:50px;
}

.homepage span {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-top:10px;
	font-weight: bold;
	font-size: 24px;
	color:#8f35e3;
}

/* Menu Style */
.foodMenu {
	
}

.ItemBox {
	background-color: #fff;
	width: 250px;
	margin: 10px auto;
	padding: 10px;

}
.ItemTitle {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	Font-size:20px;
	color: #8f35e3;
	font-weight: bold;
}

.ItemDesc {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	Font-size:14px;
	color: #000;
}

.ItemCost {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	Font-size:14px;
	color: #000;
	font-weight: bold;
}

/* Contact Us */

.contactus {
	background-color: #fff;
	margin: 20px auto;
	padding: 20px;
	width:450px;
	font-size: 18px;
}
