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

body {
	background-image:url(IMAGES/bg.jpg);
	background-repeat:no-repeat;
	background-color:#990000;
	margin:0px;
	min-width:858px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size:14px;
}

a:active {text-decoration: underline; color:#FFFF99;}
a:link {text-decoration: underline; color:#FFFF99;}
a:visited {text-decoration: underline; color:#FFFF99;}
a:hover {color: #FFFFFF;}

.header {
	background-image:url(IMAGES/header.png);
	width:858px;
	height:64px;
	padding-top:186px;
	text-align:center;
	margin:auto;
}

.container_body {
	background-image:url(IMAGES/body_bg.png);
	background-repeat:repeat-y;
	width:788px;
	min-height:330px;
	margin:auto;
	padding-left:35px;
	padding-right:35px;
}

.footer {
	background-image:url(IMAGES/footer.png);
	background-repeat:no-repeat;
	width:858px;
	height:25px;
	margin:auto;
	text-align:center;
	padding-top:65px;
}


/* ---------- About us Page ----------*/


/* ---------- Menu Page ----------*/
.menu_selection {
	width:200px;
	height:500px;
	background-image:url(IMAGES/vertical_bar.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:5px;
	margin-top:-20px;
	padding-top:26px;
	float:left;
}

.bullet {margin-right:2px;}

.iframe {
	width:589px;
	height:500px;
	margin-right:-30px;
	border:none;
	margin-top:-10px;
}
/* ---------- Reservations Page ----------*/
.reservation_box {
	width:500px;
	margin:auto;
	border:2px solid #660000;
}

#button{
	font-variant: small-caps;
	font-size: 16px;
}

.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color: #CC0000;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border-bottom:solid thin #CC0000;
			color:#FFFFFF;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			color:#006699;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color: #006699;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080 ;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #CC0000;
			border-width:1;
			border:solid 1px #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:solid thin #CC0000;
			border-width:1 0 0 0;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:solid thin #6677DD;
			}


/* ---------- Find us Page ----------*/


/* ---------- Contact us Page ----------*/
.contact_box {
	width:500px;
	border:2px solid #660000;
	float:left;
}
