/* CSS Document */
body {
	background: #CC0000 url("images/menubg2-trans.png") fixed top no-repeat;
	color:#fff;
	font: Georgia, serif;
	text-align: center;
}
#margins {
	background: transparent;
	width: 100%;
	height: 139px;
	position: fixed;
	z-index: 10;
	top:0; left:0;
}
#header-bg {
	background: url("images/menunav.png") center no-repeat;
	width: 100%;
	height: 191px;
	position: fixed;
	z-index: 20;
	top:0; left:0;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 750px;
	height: auto;
	text-align: center;
	z-index: 30;
}
#header h1 {
	font-size: 36px;
	margin-top: 10px;
	margin-left: 150px;
	color: #FFFFFF;
	font: Georgia, serif;
	font-style:italic;
}
#header h2 {
	font-size: 24px;
	margin-left: 150px;
	color: #FFFFFF;
	font: Georgia, serif;
	margin-top: -15px;
}

#header-nav {
	position: relative;
	width: 748px;
	height: 39px;
	text-align: center;
	z-index: 35;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: -8px;
	left: 1px;
}
ul#nav {
	position: relative;
	width: 100%;
	height: 38px;
	display: inline;
	vertical-align:middle;
	left: 0px;
	z-index: 40;
}
#nav li {
	display: inline;
	float: left;
	list-style-type: none;
	width: 185px;
	height: 38px;
	text-align: center;
	line-height: 34px;
	vertical-align: middle;
	padding: 0 1px;
	font: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
#nav li a {
	color: #fff;
	border: 0 !important;
	background-color: transparent;
	text-decoration: none;
	display: block;
}
#nav li:hover {	background: url("images/nav-tab.png") no-repeat; }

#spacer {
	margin: 0px auto;
	position: relative;
	width: 750px;
	height: 170px;
	z-index: 0;
}
#content {
	margin: 0px auto;
	background: #CC0000 url("images/lalita-logo.gif") center repeat-y; 
	position: relative;
	width: 748px;
	height: auto;
	z-index: 0;
}
#content h1 {
	font-size: 24px;
	color: #FFFFFF;
	font: Georgia, serif;
	font-style:italic;
	text-align: center;
	text-decoration: underline;
}
#content h2 {
	font-size: 18px;
	color: #FFFFFF;
	font: Georgia, serif;
	text-align: center;
	text-decoration: underline;
}
#content h3 {
	font-size: 14px;
	color: #FFFFFF;
	font: Georgia, serif;
	text-align: center;
}

table.menu {
	text-align: left;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	width: 630px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	position: relative;
	left: 100px;
}
table.centered {
	text-align: center;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	position: relative;
}
table.drinks {
	text-align: left;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	width: 630px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	position: relative;
	left: 70px;
}
table.drinks td {
	padding-top: 5px;	
}
table tr.item {
	font-style: normal;
	font-weight: bold;
}
table td.desc {
	padding: 2px 40px 10px 20px;
	font-style: italic;
	width: 500px;
}
p.cc {
	text-align: center;
	font-size: 12px;
	font-style:italic;
	vertical-align:middle;
}
p.cc a {
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
th.header {
	font-size: 18px;
	color: #FFFFFF;
	font: Georgia, serif;
	text-align: left;
	text-decoration: underline;
	padding-top: 10px;
}
th.headerSm {
	font-size: 14px;
	color: #FFFFFF;
	font: Georgia, serif;
	text-align: left;
	text-decoration: underline;
	padding-top: 15px;
}
th.price {
	font-size: 18px;
	color: #FFFFFF;
	font: Georgia, serif;
	text-align: left;
	text-decoration: none;
}
table td.descDrinks {
	font-style: italic;
}
table td.priceSmall, th.priceSmall {
	font-weight: bold;
	padding: 0px 20px;	
}
p.copy {
	text-align: center;
	font-size: 8px;
	font:Arial, Helvetica, sans-serif;	
}
