﻿/* CSS layout */
body {
	font-family: "Times New Roman", Times, serif;
	background: #000;
	font-style: normal;
	color:white;
	font-size: smaller;
	margin:0 auto;
	text-align: center;
}
#calcontainer {
	width: 800px;
	height: 690px;
	margin: 0 auto;
	text-align: left;
	background-color: #ADB7D9;
}
#container {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #ADB7D9;
}
#logo{
	width:328px;
	height:149px;
	float:left;
}
#titlecater {
 	width:472px;
 	height:149px;
 	top:10px;
 	float:left;
 	text-align:center;
 	background-image:url('../images/cateringblue_02.gif');
}
#titlenewsletter {
 	width:472px;
 	height:149px;
 	top:10px;
 	float:left;
 	text-align:center;
 	background-image:url('../images/newsletterblue_02.gif');
}
#titlecontact {
 	width:472px;
 	height:149px;
 	top:10px;
 	float:left;
 	text-align:center;
 	background-image:url('../images/contactblue_02.gif');
}
#titledinner {
	width:472px;
 	height:149px;
 	top:10px;
 	float:left;
 	text-align:center;
 	background-image:url('../images/menublue_02_02.gif');
}
#titlemap {
	width:472px;
 	height:149px;
 	top:10px;
 	float:left;
 	text-align:center;
 	background-image:url('../images/directionsblue_02.gif');
}
#titleevents {
	width:472px;
 	height:149px;
 	top:10px;
 	float:left;
 	text-align:center;
 	background-image:url('../images/eventsblue_02.gif');
}
#titlewine {
	width:472px;
	height:149px;
	top:10px;
	float:left;
	text-align:center;
	background-image:url('../images/winetastingblue_02.gif');
}
#tabmenu {
	color: #000;
	margin: 29px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px 
}
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}
#tabmenu a, a.active {
	color: #DEDECF;
	background: #003066;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:small;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	padding: 5px 5px 1px 5px;
	margin: 0;
	text-decoration: none; 
}
#tabmenu a.active {
	background: #36498D;
	border-bottom: #FDFEB5;
	color: #FDFEB5;
}
#tabmenu a:hover {
	color: #fff;
	background: #6F8DB9; 
}
#tabmenu a:visited {
	color: #FFFFFF; 
}
#tabmenu a.active:hover {
	background: #36498D;
	color: #FDFEB5; 
}
#content {
	font-size: small;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align: justify;
	background: #003066;
	color: #DEDECF;
	padding: 20px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-top: none;
	z-index: 2;	
}
#content a {
	text-decoration: none;
	color: #FFFFFF;
}
#content a:hover { 
	background: #6F8DB9; 
}
#mainarea {
	background-color: #ADB7D9;
	width:800px;
	top:150px;
	float:left;
	font-size:medium;
}
#mainareacontact2 {
	background-color: #ADB7D9;
	width:800px;
	top:150px;
	float:left;
	font-size:x-large;
	font-weight:bolder;
	text-align:left;
	vertical-align:middle;
}
#mainareadinner {
	background-color: #ADB7D9;
	width:800px;
	top:150px;
	float:left;
	color:#000066;
}
#mainareamap {
	background-color: #ADB7D9;
	width:528px;
	top:150px;
	float:left;
	font-size:medium;
}
#mainareamenu {
	background-color: #ADB7D9;
	width:528px;
	top:150px;
	float:left;
	font-size:medium;
	text-align:center;
	font-size:xx-large;

}
#calendar {
	display:block;
	float: left;
	width: 528px;
	height:515px;
	top:0px;
	vertical-align:top;
	background-color:#ADB7D9;
}
#picture {
	display: block;
	float: right;
	width: 272px;
	height: auto;
	background-color: #ADB7D9;
}
#apicture {
	display: block;
	float: right;
	width: 272px;
	height: 515px;
	background-color: #ADB7D9;
}
#copyright {
	display:block;
	width:800px;
	height:26px;
	text-align:center;
	font-weight:bolder;
	color:white;
	vertical-align:bottom;
	background-image:url('../images/cateringblue_05.gif');
	background-color:#1C2851;
	float:left;
}