/***********************************************/
/* HTML tag styles         */
/***********************************************/
:focus { -moz-outline-style: none; }
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #303133;
	font-size: 14px;
	color: #522018;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	color: #57211A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #57211A;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/***********************************************/
/* Layout Divs             */
/***********************************************/
#container {
	margin: auto;
	text-align: left;
	background-color: #7089BF;
	width: 957px;
}
/***********************************************/
/* Class styles            */
/***********************************************/
.homeTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
.small{
	font-size: 10px;
}
.chalkText{
	color: #FFFFFF;
	font-size: 11px;
}
.chalkText A:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.chalkText A:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.chalkText A:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.chalkText A:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

.Headercontainer{
	width:943px;
	margin:0 auto;
	padding:0;
}

.reservation a{
	background-image:url(images/button-openTable.gif);
	background-repeat:no-repeat;
	display:block;
	width:330px;
	height:44px;
	float:left;
	background-position: 0 0;
	cursor:pointer;
}

.reservation a:hover{
	display:block;
	background-position: 0 -44px;
}

.OTReserveNowInner{
	display:none;
}


.OTReserveNow{
	background-image:url(images/button-reserve.gif);
	background-repeat:no-repeat;
}
.reservation-footer a{
	background-image:url(images/button-reserve.gif);
	background-repeat:no-repeat;
	display:block;
	width:233px;
	height:70px;
	float:left;
	background-position: 0 0;
	cursor:pointer;
	margin: 23px 0 0 330px;
}

.reservation-footer a:hover{
	display:block;
	background-position: 0 -70px;
}
