@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:#000000;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

a {
	color: #A61B31;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header-full {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height:97px;

}

#content-full {
	margin-left: 0;
	margin-right: 0;
	min-height:350px;
	height:350px;
	height: auto !important;
	width: 100%;

}

#main-content {
	width: 960px;
	margin: auto;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	}
	
#footer-full {
	margin-left: 0;
	margin-right: 0;
	height:40px;
	width: 100%;
	text-align:center;
}

#header-content {
	height: 97px;
	width:960px;
	margin: auto;
	}
	
#banner-content {
	width:960px;
	height:323px;
	margin: auto;
	}
	


#footer-content {
	width: 960px;
	height: 60px;
	margin: auto;
	}

#footer-left{
	width:500px;
	height:60px;
	float:left;
	display: inline;
	text-align:left;
	}

#footer-right {
	width: 140px;
	height: 60px;
	display: inline;
	text-align:right;
	}

#wide-content {
	width:920px;
	display:inline;
	padding:20px;
	float:left;
	}

ol, ul {
	list-style: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b7acb2;
	font-size: 15px;
	line-height: 21px;
	padding: 10px 10px 10px 0px;
	}
	
.red-text {
	color: #a61b31;
	text-decoration: none;
	}

.footer-link {
	color: #3b3b3b;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7d7986;
	}

.footer-address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7d7986;
	padding-top:10px;
	}

.prop-link {
	float: right;
	color: #7d7986;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top:10px;
	}

#logo {
	float: left;
	width: 230px;
	padding: 23px 10px 0 0;
	}
	
#nav {
	text-align:right;
	padding: 60px 10px 0 0;
	}

.navigation-item{
	padding-right: 10px;
	}

#left-column {
	padding:30px 0 0 0px;
	display:inline;
	width:210px;
	float:left;
	text-align:center;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	}
	
#right-content {	
	width:710px;
	display:inline;
	padding:20px;
	float:left;
	overflow: hidden;
	}
	
#middle-column {
	width:500px;
	display:inline;
	padding:20px;
	float:left;
	}

#right-column {
	padding:30px 0 0 0px;
	width:210px;
	display:inline;
	float:right;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:28px;
	color: #ffffff;
	font-weight: normal;
	line-height:1.4;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:22px;
	color: #ffffff;
	font-weight: normal;
	line-height:1.4;
}

#menu-item-holder  {
	padding: 10px 0 0 10px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;
	height: 30px;
	line-height: 2em;
	float: left;
	width: 180px;
	display: block;
	border: 1px solid #70626c;
	text-decoration: none;
	text-align: left;
}

#menu-item-holder2  {
	padding: 0 0 0 10px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993333;
	font-size: 12px;
	height: 30px;
	line-height: 2em;
	float: left;
	width: 180px;
	display: block;
	border: 1px solid #70626c;
	text-decoration: none;
	text-align: left;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.menu-active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
}

/**************************************** CSS forms *****************************************/

.button 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #a61b31;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:3px;
	cursor:pointer;
	cursor:hand;
}

.link {
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {

	width: 110px;
	float: left;
	display: inline;
}

#forename {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#surname {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#email {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#function {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}


#phone {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#reservation-guests {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
}

#comments {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width: 250px;
}

.formdropdown {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
}

.break-clear {
	clear:both;
	}
	
.upcoming-event {
	float:left;
	display:inline;
	text-align:center;
	width:106px;
}
.upcoming-event-text {
	float:left;
	display:inline;
	text-align:left;
	width:190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	padding-left:15px;
	padding-top:60px;
}

.upcoming-event-text a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}

.homepage-poster{
float:left;
display:inline;
margin-right: 15px;
}

.xmas-list
{
    color: #B7ACB2;
    list-style: circle;
    padding-left: 25px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 18px;

}

.font-large {
	font-size: 18px !important;
}

.font-medium {
	font-size: 16px !important;
}

.twitter {
	float:left;
	padding-left:36px;
	padding-top:10px;
	}
