@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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: #161a11;
}

#page-holder {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	float: left;
}

#page-width {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 110px;
	float: left;
	display: inline;
	background: url(../images/background/page-width-bg.gif) repeat-y;
	border-bottom: 1px solid #161a11;
}

#header-left {
	width: 165px;
	padding: 0 35px 0 35px;
	float: left;
	display: inline;
}

#header-right {
	width: 620px;
	padding: 0 70px 0 35px;
	float: left;
	display: inline;
}

#header-left-column {
	width: 337px;
	padding:  31px 3px 0 0;
	float: left;
	display: inline;
}

#header-right-column {
	width: 262px;
	padding: 31px 0 0 18px;
	float: left;
	display: inline;
}

#content-holder {
	width: 960px;
	float: left;
	display: inline;
	background: url(../images/background/page-width-bg.gif) repeat-y;
}

#content-left {
	width: 165px;
	padding: 20px 35px 0 35px;
	float: left;
	display: inline;
}

#content-right {
	width: 620px;
	padding: 20px 70px 0 35px;
	float: left;
	display: inline;
}

#left-column {
	width: 320px;
	padding: 0 20px 10px 0;
	float: left;
	display: inline;
}

#right-column {
	width: 260px;
	padding: 0 0 0 20px;
	float: left;
	display: inline;
}

#image-holder {
	width: 258px;
	height: 200px;
	float: left;
	display: inline;
	border: 1px solid #5c610b;
	margin: 0 0 25px 0;
	position:relative;
}

#form-holder {
	width: 228px;
	padding: 15px;
	float: left;
	display: inline;	
	background: #161a11;
	border: 1px solid #5c610b;
}

#footer {
	width: 960px;
	height: 175px;
	float: left;
	display: inline;
	background: url(../images/background/footer-bg.gif) no-repeat;
}

#footer-buttons {
	width: 960px;
	height: 135px;
	float: left;
	display: inline;
	background: url(../images/background/footer-bg.gif) no-repeat;
}

#footer-left {
	width: 165px;
	padding: 10px 35px 0 35px;
	float: left;
	display: inline;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #161a11;
	font-weight: normal;
	line-height: 15px;
}

#footer-right {
	width: 640px;
	padding: 10px 60px 0 25px;
	float: left;
	display: inline;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #161a11;
	font-weight: normal;
	line-height: 15px;	
}

/* CSS Fonts */

h1, .recipe-of-the-month {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #5c610b;
	font-weight: normal;
	line-height: 21px;
	padding: 0 0 15px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #5c610b;
	font-weight: normal;
	line-height: 31px;
	padding: 0 0 25px 0;
	
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #161a11;
	font-weight: normal;
	line-height: 17px;	
}

span.quote {
	font-style: italic;
}

.read-more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px !important;
	color: #161a11 !important;
	font-weight: normal;
	line-height: 17px;
}

/* CSS Links */

#left-column a:link, #left-column a:visited, #left-column a:active {
	color: #5c610b;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

#left-column a:hover {
	color: #161a11;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #161a11;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #5c610b;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	text-decoration: none;
}

/* CSS Forms */

.form-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 15px;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {
	width: 80px;
	float: left;
	display: inline;
	padding: 0 5px 0 0;
}

.form-input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 3px;
	margin: 2px 0 2px 0;		
	background: #161a11;
	border: 1px solid #5c610b;
	width: 132px;
}

.drop-down {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 3px;
	margin: 2px 0 2px 0;		
	background: #161a11;
	border: 1px solid #5c610b;
	width: 68px;
}

.drop-down-no-width {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 3px;
	margin: 2px 0 2px 0;		
	background: #161a11;
	border: 1px solid #5c610b;
}

.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
	margin: 2px 3px 2px 0;		
	background: #161a11;
	border: 1px solid #5c610b;
	float: right;
}

/* CSS Images */

.bg-home {
	background-image: url(../images/background/homepage-bg.jpg);
}

.bg-history {
	background-image: url(../images/background/history-bg.jpg);
}

.bg-reviews {
	background-image: url(../images/background/reviews-bg.jpg);
}

.bg-food, .bg-recipe-of-the-month {
	background-image: url(../images/background/food-bg.jpg);
}

.bg-wine {
	background-image: url(../images/background/wine-bg.jpg);
}

.bg-music {
	background-image: url(../images/background/music-bg.jpg);
}

.bg-sundays {
	background-image: url(../images/background/sunday-bg.jpg);
}

.bg-function {
	background-image: url(../images/background/function-bg.jpg);
}

.bg-sport {
	background-image: url(../images/background/sport-bg.jpg);
}

.bg-whatson {
	background-image: url(../images/background/whatson-bg.jpg);
}

.bg-friends {
	background-image: url(../images/background/friends-bg.jpg);
}

.bg-gallery {
	background-image: url(../images/background/gallery-bg.jpg);
}

.bg-contact {
	background-image: url(../images/background/contact-bg.jpg);
}

.bg-christmas {
	background-image: url(../images/background/christmas-bg.jpg);
}

#image {
	width: 258px;
	height: 200px;
	float: left;
	display: inline;
	position: absolute;
	z-index:10;
}

.absolute {
	position:absolute;
	left: 0;
	top: 0;
}

.hide {
	display:none;
}

.flash-btns {
	float: left;
	display: inline;
	padding: 0 10px 0 10px;
}

/* CSS Misc */

.menu-btn {
	float: left;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	color: #5c610b !important;
	border: 1px solid #5c610b;
	background: #e7e6ca;
	padding: 5px;
	font-weight: normal !important;
	text-transform: uppercase;
	width: 300px;
	margin: 2px 0 2px 0;
}
.valentines-btn {
	float: left;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	color: #5c610b !important;
	background: #e7e6ca;
	padding: 5px;
	font-weight: normal !important;
	text-transform: uppercase;
	width: 300px;
	margin: 2px 0 2px 0;
	background-image:url(../images/valentines-bg.gif);
	background-position:center center;
	border: 1px solid #5c610b;
	background-repeat:no-repeat;
	text-align:center;
}


.xmas-btn {
	float: left;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	color: #e7e6ca !important;
	border: 1px solid #5c610b;
	background-color: #161a11;
	background-image: url(../images/btn-bg-xmas.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
	font-weight: normal !important;
	text-transform: uppercase;
	width: 300px;
	margin: 2px 0 2px 0;
}

.clear {
	clear: both;
}

/*/////// CHRISTMAS COUNTER  ///////*/

#cc-outer {
	float: left;
	display: inline;
	width: 299px;
	height: 73px;
}

#cc-clickhere{
float: left;
	display: inline;
	width: 113px;
	height: 73px;
}

#cc-date {
	float: left;
	display: inline;
	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: inline;
	width: 113px;
	height: 73px;
}

.cc-style {
	border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #161a11;
	width: 55px;
	height: 45px;
	text-align:center;
	font-weight: bold;
	background: none;
}

#menu-tasting-banner {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

img, div { behavior: url(iepngfix.htc) }