@import url(hero.css);

body
{
	color: #5D5D5D;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #55CBF5;
	background-image: url(../images/backgrounds/rotator.php);
	/*background-image: url(../images/backgrounds/background_christmasStars.gif);*/
	background-repeat: repeat;
	background-attachment: fixed;
}

#popup 
{
	background: #FFFFFF;
}

/****************************************************************/
/* HTML ELEMENTS */
/****************************************************************/

em
{
	color: #919296;
	font-size: 90%;
}

h1
{
	width: 315px;
	color: #00A0C6;
	margin: 0px 0px 5px 0px;
	font-size: 20px;
	font-weight: normal;
}

h2
{
	color: #00B9E4;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
}

h3
{
	color: #00A0C6;
	font-size: 14px;
	font-weight: normal;
}

p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

strong.dish {
	width: 300px; 
	position: absolute; 
	z-index: 1;
}

table
{
	border-collapse: collapse; 
	border-spacing: 0px;
}

td
{
	padding: 0px;
}
hr {
	width: 100%;
	border: 0px;
	height: 1px;
	background-color: #CCCCCC;
}
a img {
	border: 0px;
}

/****************************************************************/
/* LOGO */
/****************************************************************/

#logo
{
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#logo img.logo
{
	float: left;
}
#logo h1
{
	float: left;
	margin-left: 10px;
	width: 580px;
	font-size: 21px;
	text-align: center;
	padding: 0 80px 0 20px;
}

#logo img.logoExtra {
	float: right;
	padding-top: 2px;
}

#logo img { behavior: url(iepngfix.htc) }

/****************************************************************/
/* WRAPPER */
/****************************************************************/

#wrapper
{
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#popup_wrapper
{
	background: #FFFFFF;
	width: 570px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

#popup_wrapper.print
{
	width: 420px;
}

#christmasBanner {
	padding-top: 5px;
	width: 780px;
	height: 325px;
	overflow: hidden;
}

/****************************************************************/
/* MENU */
/****************************************************************/

#menu
{
	background: #00A0C6;
	color: #FFFFFF;
	margin-top: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menu a
{
	color: #FFFFFF;
	margin: 0px 4px;
	text-decoration: none;
}

#menu span.pipe
{
	color: #8bD3E5;
}

#menu a:hover, #menu a.selected, #menu span.highlight
{
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;
}

/****************************************************************/
/* SEARCH */
/****************************************************************/

#search
{
	width: 780px;
	height: 120px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 10px;
}

#search.small
{
	height: 100px;
}

#search form, #search .form
{
	height: 40px;
	margin: -5px 0px 5px 0px;
}

#search .left
{
	width: 380px;
	float: left;
}

#search .left .nav 
{
	color: #666666;
	width: 360px;
	margin: 0px 10px 0px 15px;
	padding: 10px 0px;	
	font-size: 80%;
	border-bottom: 1px dotted #DCDCDC;
}

#search .left .nav img 
{
	float: left;
	padding-right: 5px;
}

#search .left .navAlphabet 
{
	float: left;
	margin: 2px 0px 0px 0px;
}

#search .left .nav a, #search .left .results a
{
	color: #666666;
	margin: 0px 3px 0px 0px;
	text-decoration: none;
}
#search .left .results.bookLinks a
{
	font-size: 15px;
	line-height: 1.4em;
}

#search .left .nav a:hover, #search .left .nav a.selected, #search .left .results a:hover, #search .left .results a.selected
{
	color: #009193;
}

#search .left .navAlphabet .selected
{
	text-decoration: underline;
}

#search .left .results
{
	margin: 5px 10px 10px 15px;
}

#search .left .results div
{
	width: 116px; 
	float: left;
}

#search .right
{
	width: 380px;
	padding: 10px 10px 10px 0px;
	float: right;
}

#box
{
	width: 380px;
	height: 80px;
}

#box .box_left, #box .box_leftCook
{
	color: #FFFFFF;
	background: url('../images/mod_findOut.gif') no-repeat;
	width: 170px;
	height: 60px;
	padding: 10px 10px 10px 10px;
	float: left;
}

#box .box_leftCook
{
	background: url('../images/mod_recipes.gif') no-repeat;
}

#box .box_left a, #box .box_leftCook a
{
	color: #FFF;
	text-decoration: none;
}

#box .box_left a:hover, #box .box_left a.selected, #box .box_leftCook a:hover, #box .box_leftCook a.selected
{
	color: #FFFFFF;
	text-decoration: underline;
}

#box .box_right
{
	color: #FFFFFF;
	background: url('../images/mod_cal.gif') no-repeat;
	width: 170px;
	height: 60px;
	padding: 10px 10px 10px 10px;
	float: left;
}

#box .box_right a
{
	color: #FFFFFF;
	text-decoration: none;
}

#box .box_right a:hover, #box .box_right a.selected
{
	color: #FFFFFF;
	text-decoration: underline;
}

#box .box_right div.x41
{
	width: 41px;
	float: left;
}

#box .box_right div.end
{
	float: left;
}

#map
{
	background: #EEEEEE;
	width: 376px; 
	height: 76px; 
	border: 2px solid #DCDCDC;
}

#map_more
{
	position: absolute;
	margin: 8px 0px 0px 356px;
	_margin: 4px 0px 0px 356px;
	z-index: 1;
	cursor: pointer;
}

/****************************************************************/
/* CONTENTS */
/****************************************************************/

#contents
{
	margin: 20px 0px 15px 0px;
	background-image: url(../images/new/contentColumnsDots.gif);
	background-repeat: repeat-y;
}

#moblog
{
	background-color: #FFFFFF;
}

#contents_popup
{
	margin: 10px 0px 15px 10px;
}

#contents a
{
	color: #333333;
	/* color: #000000; */
	text-decoration: none;

}

#contents a .diaryContent
{
	color: #666666;	
	font-weight: normal;
}

#contents a .diaryContent:Hover
{
	text-decoration: none;
	color: #333;
}

#contents a:hover
{
	color: #009193;
}

#contents .left
{
	width: 357px;
	min-height: 220px;
	_height: 220px;
	float: left;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#contents .leftLargeText
{
	font-size: 1.2em;
	width: 357px;
}

#contents .right
{
	width: 348px;
	min-height: 220px;
	_height: 220px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#contents .right input, #contents .right textarea
{
	color: #7D7D7D;
}

#LivebookingsDirect {
	margin-left: 0;
}

#copyright
{
	background-color: #fff;
	padding: 0 3px;
}

#copyright a
{
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

#print_copyright
{
	clear: both;
	width: 420px;
	padding: 10px 0px 10px 10px;
	color: #BCBCBE;
	font-size: 90%;
	border-top: 2px solid #E4E4E4;
}

#reservation
{
	vertical-align: 40%;
	font-size: 90%;
}
/****************************************************************/
/* TABLES */
/****************************************************************/

table.hours tr td {
	font-size: 12px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
}
table.hours td {
	padding: 5px 2px;
	padding-bottom: 5px;
}
table.hours tr.row2 td {
	color: #393939;
	background-color: #C1E5F0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: none;
}

/****************************************************************/
/* CLASSES */
/****************************************************************/

.buttons
{
	width: 360px;
	position: absolute;
	text-align: right;
}

.rbuttons
{
	width: 347px;
	position: absolute;
	text-align: right;
}

.buttons img, .rbuttons img
{
	cursor: pointer;
}

.dimmed, .dimmed .heading
{
	/*color: #DCDCDC;*/
	color: #BCBCBE;
}

.heading
{
	color: #000000;
}

.hidden
{
	visibility: hidden;
}

.highlight
{
	color: #00A0C6;
	cursor: pointer;
}

.form_l
{
	float: left;
	width: 70px;
}

.form_r
{
	float: left;
	width: 300px;
}

.form_l .input, .form_r .input
{
	width: 220px;
}

.form_r #submit
{
	vertical-align: -30%;
	/*IE hack*/
	_vertical-align: -50%;
}

.imgl
{
	margin: 0px 10px 0px 0px;
}

.imgr
{
	margin: 0px 0px 0px 10px;
}

.input
{
	color: #7D7D7D; 
	padding: 2px;
	font-size: 100%;
	border: 1px solid #7D7D7D;
}

.message
{
	position: absolute; 
	margin: 0px 0px 0px 0px;
}

.seen
{
	margin: 0px;
	display: block;
	width: 345px;
}

.unseen
{
	width: 345px;
	display: none;
}

.submit1
{
	/*vertical-align: -30%;*/
	/*IE hack*/
	/*_vertical-align: -20%;*/
	vertical-align: -20%;
}

.submit2
{

}

.clearer {
	clear: both;
}
