@charset "utf-8";

/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img, div, a {behavior: url(iepngfix.htc);
}

body {
	background-color:#4f424d;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#content-holder {
	margin-left: 0;
	margin-right: 0;
	width:960px;
	margin: auto;
}

#header-content {
	height: 306px;
	width:960px;
	margin: auto;
	}
	
#nav-holder {
	width:920px;
	background-color:#784349;
	height:36px;
	background-image:url(../images/nav/nav-bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding-left:40px;
	}
	
#body-holder {
	float:left;
	display:inline;
	margin-left: 0;
	margin-right: 0;
	min-height:350px;
	height: auto !important;	
	height:350px;
	width: 960px;
	background-color:#e1d7c4;
}

#main-content {
	width: 544px;
	margin: auto;
	float:left;
	padding:20px 15px 20px 35px;

	}
	
#main-content-wide {
	width: 890px;
	margin: auto;
	float:left;
	padding:20px 35px 20px 35px;

	}

#right-column {
	width:326px;
	float:left;
	padding:38px 35px 20px 0;
	}
	
#bottom-holder {
	float:left;
	display:inline;
	width:960px;
	background-image:url(../images/footer-break.gif);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:140px;
	height:140px;
	height: auto !important;
	background-color:#e1d7c4;
	padding:20px 0;
	}
	
#footer-holder {
	display:inline;
	float:left;
	margin-left: 0;
	margin-right: 0;
	height:33px;
	width: 920px;
	padding:0 20px;
	background-image:url(../images/footer-bg.gif);
	background-position:top;
	text-align:center;
	background-repeat:repeat-x;
}

#footer-left{
	width:600px;
	height:60px;
	float:left;
	display: inline;
	float: left;
	text-align:left;
	}
	
#footer-mid {
	width: 30px;
	height: 60px;
	display: inline;
	float: left;
	text-align:center;
	}

#footer-right {
	width: 280px;
	height: 60px;
	display: inline;
	float: left;
	text-align:right;
	}

#bottom-content {
	padding:20px 35px;
	text-align:center;
	}

.flash-buttons {
	float:left;
	display:inline;
	padding:0 40px 0 40px;
	}

#slideshow {
	padding-bottom:20px;
	}

/************************** TEXT ************************/

a.nav-item-home {
	font-weight:normal;
	float:left;
	display:inline;
	text-align:center;
	height:24px;
	text-transform:uppercase;
	font-size:12px;
	text-decoration: none;
	color:#e2d8c5;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	margin-left:30px;
	}

a.nav-item-home:hover {
	font-weight:normal;
	float:left;
	display:inline;
	text-align:center;
	height:24px;
	background-position:center center;
	background-image:url(../images/nav/nav-hover.gif);
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:12px;
	text-decoration: none;
	color:#f7f3ec;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	margin-left:30px;
	}

a.nav-item {
	font-weight:normal;
	float:left;
	display:inline;
	text-align:center;
	height:24px;
	text-transform:uppercase;
	font-size:11px!important;
	text-decoration: none;
	color:#e2d8c5;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	}

a.nav-item:hover, a.over {
	font-weight:normal;
	float:left;
	display:inline;
	text-align:center;
	height:24px;
	background-position:center center;
	background-image:url(../images/nav/nav-hover.gif);
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:11px!important;
	text-decoration: none;
	color:#f7f3ec;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	}

h1 {
	color:#8b6b68;
	font-size:26px;
	letter-spacing:-1.5pt;
	padding-bottom:10px;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8b6b68;
	font-weight: normal;
	letter-spacing:-1pt;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #625c50;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 10px 10px 0px;
	}

.customer-comments {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #625c50;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 10px 10px 0px;
	}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #625c50;
	font-size: 11px;
	line-height: 18px;
	font-weight:bold;
	}

ol, ul {
	list-style: none;
}


	
.red-text {
	color: #a61b31;
	text-decoration: none;
	}

.footer-link {
	color: #3b3b3b;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d7986;
	}

.footer-address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3dac8;
	padding-top:10px;
	}

.prop-link {
	float: right;
	color: #e3dac8;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:10px;
	}

.small-text {
	font-size:9px;
	}










/**************************************** CSS forms *****************************************/

.button 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #473b45;
	padding:5px 10px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

.link {
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {
	width: 140px;
	float: left;
	display: inline;
}

#forename {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width:250px;
}

#surname {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width:250px;
}

#email {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width:250px;
}

#phone {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width:250px;
}

#reservation-guests {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
}

#comments {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width: 250px;
}

.formdropdown {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
}

.break-clear {
	clear:both;
}

/* Countdown */
#cc-outer {
	float:left;
	display: inline;
	width: 230px;
	margin:0;	
}

#cc-date {
	float: left;
	display:block;
	clear:both;
	width: 58px;
	height: 52px;
	background-image: url(../images/cc-counterbg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 6px;
	padding-top: 12px;
}

#cc-rhs {
	float: left;
	display: block;
	width: 139px;
	height: 73px;
}


.cc-style {
	border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #4f424d;
	width: 55px;
	height: 45px;
	text-align:center;
	font-weight: bold;
	background: none;
}
/* end countdown */