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

body{
	background-color: #000103;
	background-image: url(bggradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div.menubar{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	width: 802px;
	margin: 0px;
	padding: 3px;
	text-align: left;
}

div.menubar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 10px;
}
div.menubar a:hover{
	color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.footnote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
	vertical-align: top;
	margin: 20px;
	padding: 20px;
	color: #CCCCCC;
}
.mnuName {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #D0393E;
}
.mnuName2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	color: #D0393E; 
	}
.mnudescription {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CCCCCC;	
}
.mnuPrice {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold;
	color: #CCCCCC;	 
}
.mnuSection {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #D0393E;
	text-align: center;
}
.mnuSectionDesc {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #CCCCCC;	
}
div.overlay{
	z-index: -100;
	position: absolute;
}
div.directgallery {
	text-align: center;
	padding: 50px;
	width: 700px;
}
div.directgallery img {
	margin: 5px;
}