@charset "UTF-8";
a {
        color: #ffffff
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B88437;
	background-image: url(images/elephantlowres.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#container  {
	width: 995px;
	text-align: left;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	padding-top: 0px;
}
#topnav   {
	background-image: url(images/topnavbgd_06.png);
	background-position: left top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 55px;
	margin: 0px;
}
#topnav    ul    li  a  {
	color: #FCD222;
	text-decoration: none;
	list-style-type: none;
}
#topnav  ul  {
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#topnav  ul  li  {
	display: inline;
	margin-top: 0px;
	padding-right: 40px;
	font-weight: normal;
}
#topnav   h1   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FCD222;
}
#mainContent  {
	background-color: #b60101;
	color: #FCD222;
	padding: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCD222;
	border-right-color: #FCD222;
	border-bottom-color: #FCD222;
	border-left-color: #FCD222;
	background-image: url(images/contentbgd_08.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#footer  {
	background-image: url(images/footerbgd_17.png);
	height: 70px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FCD222;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header  {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 205px;
	background-image: url(images/indiahouselady_02.png);
	background-repeat: no-repeat;
	width: 882px;
	background-position: center;
}
#footer a {
	color: #FCD222;
	text-decoration: none;
	list-style-type: none;
}
#footer ul {
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-top: 15px;
}
#footer ul li {
	display: inline;
	margin-top: 0px;
	padding-right: 40px;
	font-weight: normal;
}
#legal {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	margin-bottom: 50px;
}
#topnav ul li a:hover {
	color: #FFFF99;
	text-decoration: underline;
	list-style-type: none;
	background-repeat: repeat-x;
	background-position: top;
}
#footer ul li a:hover {
	color: #FFFF99;
	text-decoration: underline;
	list-style-type: none;
	background-repeat: repeat-x;
	background-position: top;
}
#container img {
	border: medium solid #FCD222;
	margin: 5px;
}
#mainContent h1 {
	margin: 0px;
	padding: 0px;
}

#menucontent {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 200px;
	float: none;
	text-align: left;
	color: #FCD222;
	border: 3px solid #FCD222;
	background-color: #720201;
	width: 620px;
	background-repeat: no-repeat;
	background-image: url(images/Spicy-frame.jpg);
	height: 865px;
}
#sidebar {
	width: 175px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#innermenu {
	font-size: 10px;
	color: #FCD222;
	padding-top: 65px;
	padding-right: 100px;
	padding-bottom: 25px;
	padding-left: 100px;
}
#sidebar h3 {
	font-size: large;
	text-decoration: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar ul {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li ul {
	list-style-type: none;
}
#sidebar ul li ul li {
	background-color: #580101;
	border: 1px solid #FFFF99;
}
#sidebar ul li ul li a {
	color: #FCD222;
	text-decoration: none;
	font-size: small;
	display: block;
	padding: 8px;
}
#sidebar ul li ul li a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	background-color: #B70202;
	display: block;
	padding: 8px;
}
#dish {
	font-weight: bold;
	padding-top: 5px;
}
#dishrow {
	font-size: small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	vertical-align: bottom;
}
#innermenu img {
	border: 1px solid #FCD222;
}
#mainContent_menu {
	background-color: #b60101;
	color: #FCD222;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCD222;
	border-right-color: #FCD222;
	border-bottom-color: #FCD222;
	border-left-color: #FCD222;
	background-image: url(images/contentbgd_08.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 844px;
	text-align: center;
}
#topnav_menu {
	background-image: url(images/topnavbgd_menu.png);
	background-position: left top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 55px;
	margin: 0px;
	text-align: left;
}
#footer_menu {
	background-image: url(images/footerbgd_menu.png);
	height: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FCD222;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
	text-align: left;
}
#container_menu {
	width: 850px;
	text-align: left;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	padding-top: 0px;
}
#footer_menu a {
	color: #FCD222;
	text-decoration: none;
	list-style-type: none;
}
#footer_menu ul {
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-top: 15px;
	padding-left: 30px;
}
#footer_menu ul li {
	display: inline;
	margin-top: 0px;
	padding-right: 20px;
	font-weight: normal;
}
#topnav_menu ul li a {
	color: #FCD222;
	text-decoration: none;
	list-style-type: none;
}
#topnav_menu ul {
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#topnav_menu  ul  li {
	display: inline;
	margin-top: 0px;
	padding-right: 20px;
	font-weight: normal;
}
#topnav_menu ul li a:hover {
	color: #FFFF99;
	text-decoration: underline;
	list-style-type: none;
	background-repeat: repeat-x;
	background-position: top;
}
#footer_menu ul li a:hover {
	color: #FFFF99;
	text-decoration: underline;
	list-style-type: none;
	background-repeat: repeat-x;
	background-position: top;
}
h2   a  {
	color: #FCD222;
	text-decoration: none;
}
h2 a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
#innermenu h2 a {
	color: #FDD121;
	font-size: 36px;
	font-family: "Curlz MT", Verdana;
	margin: 0px;
	padding: 0;
	font-weight: normal;
	text-align: center;
}
#innermenu h2 a:hover {
	color: #FDD121;
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
}
#innermenu h4 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
}
#innermenu h2 {
text-align: center;
}#cateringtable {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FCD222;
	margin-right: 10px;
}
#cateringspace {
	padding-left: 15px;
}

