@charset "utf-8";
html,body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	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;
	background-color: #857041;
}

.container  {
	width: 780px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: Fuchsia;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}
.header  {
	height: 100px;
	margin: 0px;
	background-color: #000000;
	padding: 0;
}
.menu1  {
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #7c7a3f;
}

.menu2  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #810031;
}

/* maincontent index.html background */
.mainContent  {
	padding: 0 20px 50px;
	background-image: url(images/p1569.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}

/* maincontentdinner dinner.html background */
.mainContentdinner  {
	padding: 0 20px;
	background-image: url(images/prest1.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}

/* maincontentchef chef.html background */
.mainContentchef  {
	padding: 0 20px 50px;
	background-image: url(images/p052.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}


/* maincontentwines wine.html background */
.mainContentwines  {
	padding: 0 20px 30px;
	background-image: url(images/p1582.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}


/* maincontentspecial special.html background */
.mainContentSpecial  {
	padding: 0 20px 150px;
	background-image: url(images/p1575.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}

/* maincontentcontact contact.html background */
.mainContentContact  {
	padding: 0 20px 150px;
	background-image: url(images/pd2.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}

/* maincontentSuppliers suppliers.html background */
.mainContentSuppliers  {
	padding: 0 20px;
	background-image: url(images/p100.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}

/* maincontent3 index.html background */
.mainContentmenu  {
	padding: 0 20px;
	background-image: url(images/pscallops.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}

/* maincontent4 suppliers.html background */
.mainContentNews  {
	padding: 0 20px 150px;
	background-image: url(images/prest1.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}

/* maincontentreviews reviews.html background */
.mainContentReviews  {
	padding: 0 20px 20px;
	background-image: url(images/pchoc2.jpg);
	background-attachment: scroll;
	background-color: #857041;
	background-repeat: no-repeat;
}

.content  {
	padding: 10px;
	width: 320px;
	position: static;
	left: 30px;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
}
.footer  {
	background-color: #000000;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	text-align: left;
	letter-spacing: normal;
	text-indent: 2px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	float: none;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.tran  {
	padding: 10px;
	width: 300px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: .75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.valtran  {
	padding: 10px;
	width: 350px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: .75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.contacttran  {
	padding: 10px;
	width: 380px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: .75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.tranindex  {
	padding: 10px;
	width: 360px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: .75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.transkinny  {
	padding: 10px 10px 0 10px;
	width: 250px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: .75; /* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75; /* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85; /* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85); /* Internet Explorer 5.5, 6 */
	background-color: White;
	border-color: Black;
	border: thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}



.tranfood  {
	padding: 10px;
	width: 430px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: .75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.tranform  {
	padding: 10px;
	width: 400px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: .75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}





.footleft {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
}



A {
	FONT-WEIGHT: bold;
	COLOR: #CCCCCC;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS";
}
A.download {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 12px;
}
A:hover {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A.download:hover {
	FONT-WEIGHT: bold; COLOR: #7e919a; TEXT-DECORATION: underline
}

.notran  {
	text-align : justify;
		
}

.notranfood  {

	background-color: White;
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color: Black;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	margin-top: 2px;
	margin: 0px;
}

.selected {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}
.park1 #footer #footright    {
	float: none;
	text-align: right;
	font-weight: bold;
	color: #000000;
	width: auto;
	position: relative;
	right: 6px;
	clear: none;
	background-color: #000000;
	top: auto;
	display: inherit;
  }


p  {
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color: Black;
	margin: 0px;
	
	margin-bottom : 5px;
}

.inline {
	FONT-WEIGHT: bold;
	COLOR: Blue;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS";
}

A.inline:hover {
	FONT-WEIGHT: bold;
	COLOR: Red;
	TEXT-DECORATION: underline;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS";
}

.form  {
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color: Black;
	margin: 0px;
}

.pmain {
	text-align : left;
	text-indent: 0px;
	margin-top : 0px;
	margin-bottom : 5px;
	color: Black;
	font : 75% "Trebuchet MS", Arial, sans-serif;
}

.food {
	text-align: center;
	margin-bottom : 6px;
	margin-top : 6px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 70%;
}

A.pdf:link  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : #006400; 
}

A.pdf:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	 color: #6B8E23; 
}

A.pdf:hover  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
	 color: Red; 
}

.table76 {
	background : #FFFFFF;
	height: 76px;
}

.table10 {
	background : #7c7a3f;
	height: 10px;
}

.table10b {
	height: 10px;
}

.topmenu1 {
	background : #7c7a3f;
	height: 25px;
}

.topmenu2 {
	background :#7c7a3f;
	height: 15px;
}


