body {
	color: #FFF;
}
body {
	background-color: #000;
    overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container {
	width:100%;
	height: 100%;
}
/*#slideshow {
	width:100%;
	height: 600px;
	background:#000;
	margin: 0px;
	overflow:hidden;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
*/
#slideshow {
	width:100%;
	height: 100%;
	background:#000;
	margin: 0px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index: 1;
}
.bg {
	width: 100%;
}
#header { position: absolute; z-index: 1010; width: 100%; top: 0px; background:url(../images/bg/G100.png) repeat-x center top; height: 100px; text-align: center; 
}
.footer {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: auto;
	right: auto;
	z-index: 9000;
	text-align:center;
}
#Logo {
	width: 780px;
	margin:auto;
	text-align:center;
}
#Logo img {float:left}
#Logo img.middle {margin-top:40px}
div.art {
	background:transparent url(../images/general/Art-R4W.png) no-repeat scroll right center;
	width:80px;
	height:97px;
	float:left;
}
td.Logo {
	width: 620px;
}
a, a:visited {
	color: #ED1C24;
	text-decoration: none;
	outline: none;
}
a:hover {
	/*color: #000066;*/
	text-decoration: underline;
}
a:active {
	color: #808080;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline:none
}
* {
	margin: 0;
	padding: 0
}
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
p {
	text-align: left;
	margin: 15px 0
}
p.center {
	text-align: center;
	margin: 15px 0
}
p, ul {
	font-size: 12pt;
	line-height: 1.4em
}
p a, li a {
	color: #ED1C24;
	text-decoration: none
}
p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 100%
}
p#cross-links {
	text-align: center
}
p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}
img {
	border: 0
}
h3 {
	font-size:14pt;
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-align: left;
	font-variant:small-caps;
	letter-spacing:1px;
}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0 auto;
	position: absolute;
	width: 100%;
	top: 100px;
	left: auto;
	right: auto;
	z-index: 10000;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;  /* this is the border. should have the same value for the links */
	margin: auto;
	width: 750px;
	height: 430px;   /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
    border:none;
 
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	width: 750px;
	height: 430px;
	position: absolute;  /* Also specified in  .stripViewer  above */
    
	background:url(../images/bg/T75.png);
	background-repeat: repeat;
	overflow:hidden;
	overflow-y:auto;
	_background:#000;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;  
border-radius: 10px; 
z-index:9999;
display:none}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: auto;
}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	font-variant: small-caps;
	letter-spacing:1px;
}
.stripNav li.tab1 a, .stripNav li.tab2 a, .stripNav li.tab3 a, .stripNav li.tab4 a, .stripNav li.tab5 a, .stripNav li.tab6 a {
	color:#FFFFFF;
	background:url(../images/bg/T50.png);
	background-repeat: repeat;
	margin: auto;
	_background:#000;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;      
}
.stripNav li a:hover {
	background: #ED1C24;
	color: #000000;
	text-decoration:none;
}
.stripNav li a.current, .stripNav li a:focus {
	color: #ED1C24;
	background:url(../images/bg/T75.png);
	background-repeat: repeat;
	_background:#000;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: none;
	height: 0px;
	width: 0px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url(../images/general/arrow-left.gif) no-repeat center;
	display:none;
}
.stripNavR {
	background: url(../images/general/arrow-right.gif) no-repeat center;
	display:none;
}
/*.stripNav { display: none }*/

.Bar1 {
	height: 1px;
	background-color: #FFF;
	margin: 5px auto 10px;
	padding: 0px;
	width: 99%;
}
.Bar1bl {
	width: 78px;
	height: 1px;
	float: left;
	background-color: #FFF;
}
.Bar1br {
	width: 77px;
	height: 1px;
	float: right;
	background-color: #FFF;
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
	color: #a00;
	text-decoration: underline
}
noscript ol {
	margin-left: 25px;
}
#s7 strong {
	margin: 0 5px;
	padding: 3px 5px;
	border: 0px solid #999999;
	background: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background:url(../images/bg/T75.png);
	background-repeat: repeat;
}
#nav a.activeSlide {
	background: #000000
}
#nav a:focus {
	outline: none;
}
#output {
	text-align: left;
}
#nav {
	text-align: center;
	position: absolute;
	z-index: 500;
	right: 21%;
	display:none;
	top: 7px;
}
#nav img {
	cursor:pointer;
	margin:0 2px;
}
#wrapper {
	width:100%;
	height: 100%;
	margin:0 auto;
}
#PageContent {
	height:auto;
	position:absolute;
	background:url(../images/bg/T75.png);
	z-index:100;
	padding:0px;
	color:#fff;
	left: auto;
	top: 100px;
	right: auto;
	width: 750px;
	background-repeat: repeat;
}
#BodyContent {
	background:url(../images/bg/T75.png) repeat;
}
.scroll {
	overflow-y:hidden;
	overflow-x:hidden;
	height:440px;
}
.copyright {
	text-align:center;
}
.bubbleInfo {
	position: relative;
	display:inline;
}
.trigger {

}
/* Bubble pop-up */

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	width:auto;
     
}
.popup td.left {
	background-color: #282828;
}
.popup td.right {
	background-color: #282828;
}
.popup td.bottom {
	text-align: center;
}
.popup td.bottom img {
	display: block;
	margin: 0 auto;
}
.popup td.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #282828;
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	white-space: nowrap;
	text-align: center;
	padding: 5px 7px;
}
table.popup-contents th { text-align: right; text-transform: lowercase; 
}
table.popup-contents td {
	text-align: left;
	color:#666;
}
tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	height: 17px;
	color:#666;
}
tr#release-notes td a {
	color: #333;
}
td.popup-contents span {
	cursor:pointer;
	text-align:center;
	white-space:nowrap;
}
td.popup-contents span.ch:hover, td.popup-contents span.sel { text-decoration:underline; color:#FFF; }
td.popup-contents span.sel { font-weight: bold; }


#gmap { width:400px; height:250px; color:#000; font-size:10px; font-family:Verdana, Geneva, sans-serif; padding-top: 5px; padding-bottom: 5px; 
}
#directions {
	width:390px;
	color:#000;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FFF;
	margin-top:10px;
}
#find {
	float:right;
	width:400px;
	margin-bottom:5px;
	text-align:left
}
.print{
	float:right; margin:4px; cursor:pointer;
}
#player {
	position:absolute;
	left:21%;
	top: 7px;
	display:none
}
.MenuSectionTitle {
font-size:14pt;
font-variant:small-caps;
font-weight:bold;
letter-spacing:1px;
line-height:12pt;
padding-bottom:10px;
text-align:center;
display:block;
float:none;
clear:both;
border-bottom:1px solid silver;
margin-bottom:5px;
}

.Left50 { clear:left; float:left; position:static; text-align:left; width:49%; padding-left: 1%; 
}
.Right50 { clear:right; float:right; position:static; text-align:right; width:49%; padding-right: 1%; 
}
.Left50B { clear:left; float:left; position:static; text-align:left; padding-left: 1%; 
}
.Right50B { clear:right; float:right; position:static; text-align:right; padding-right: 1%; 
}
.Right50 p { text-align:right; }

.pizza {
  width:460px;
  float: left;
}

.MenuSection { margin-top:10px; }
.subtitle {
font-size:14pt;
font-variant:small-caps;
font-weight:bold;
letter-spacing:1px;
line-height:10pt;
}
.BottomPane {text-align:left; display:block; clear:both}
.zuppe {
  float:left;
  margin-left:50px;
  margin-top:10px;
  width:200px;
}

.Primi { margin-top:10px; float:left; width: 45%;}
.Panini { margin-top:10px; float:right; width: 45%; }

.hidden {
	position:absolute;
	left:-9000px;
    z-index:99999;
}
.hovers img {
	cursor:pointer;
	margin: 0 2px;
}

/* slightly enhanced, universal clearFix hack */
.clearFix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearFix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* close commented backslash hack */


/* 
_(underscore hack)property---for i6 or less than
*(hack)property---for i6
* html body tag selector ---for ie
*/

#map_area {float:left; width:400px;}
.center { text-align: center; }
.red {color:#ED1C24;}