@charset "utf-8";
body {
	font-family: 'Droid Sans', 'sans-serif';
	background-image: url(../img/bg_body.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
}
img {
	border: none;
}
.fade {
	opacity: 1;
 transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
	opacity: 0.7;
}
#logocontainer {
	background-image: url(../img/bg_logocontainer.png);
	background-repeat: repeat;
	height: 121px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7ce86;
}
#logocontainer #logo {
	height: 121px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#logocontainer #logo img {
	float: left;
	margin-left: -4px;
}
#logocontainer #logo #telephone {
	float: right;
	height: auto;
	width: auto;
	font-size: 18px;
	font-weight: 400;
	margin-top: 30px;
}
#logocontainer #logo #telephone #openinghours {
	display: block;
	text-align: right;
	font-size: 8pt;
}
#logocontainer #logo #telephone strong {
	font-weight: 700;
}
#logocontainer #logo #socialicons {
	float: right;
	height: auto;
	width: auto;
	margin-right: 25px;
	margin-top: 47px;
}
#container {
	background-image: url(../img/bg_container.png);
	background-repeat: no-repeat;
	background-position: center -20px;
	height: auto;
	width: 100%;
}
#container #topmenu {
	height: 33px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #topmenu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	text-transform: uppercase;
}
#container #topmenu ul li a:link {
	display: block;
	float: left;
	padding: 8px;
	color: #f4f9eb;
	text-decoration: none;
	background-image: url(../img/bg_topmenu_li.png);
	background-repeat: repeat-x;
	margin-right: 10px;
	background-position: top;
}
#container #topmenu ul li a:visited {
	display: block;
	float: left;
	padding: 8px;
	color: #f4f9eb;
	text-decoration: none;
	background-image: url(../img/bg_topmenu_li.png);
	background-repeat: repeat-x;
	margin-right: 10px;
	background-position: top;
}
#container #topmenu ul li a:hover {
	display: block;
	float: left;
	padding: 8px;
	color: #f4f9eb;
	text-decoration: none;
	background-image: url(../img/bg_topmenu_li.png);
	background-repeat: repeat-x;
	margin-right: 10px;
	background-position: bottom;
}
#container #topmenu ul li a:active {
	display: block;
	float: left;
	padding: 8px;
	color: #f4f9eb;
	text-decoration: none;
	background-image: url(../img/bg_topmenu_li.png);
	background-repeat: repeat-x;
	margin-right: 10px;
	background-position: bottom;
}
#container #header {
	height: 400px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#container #header #imgcontainer {
	background-color: #f7f5e7;
	padding: 11px;
	float: left;
	height: 378px;
	width: 591px;
}
#container #header #imgcontainer h6 {
	color: #F7F5E7;
	font-size: 40px;
	font-weight: 400;
	margin: 0px;
	padding: 10px;
	font-family: 'Gochi Hand', 'cursive';
	display: block;
}
#container #header #imgcontainer strong {
	font-weight: 400;
	color: #F7F5E7;
	display: block;
	padding: 10px;
	font-size: 17px;
	font-family: 'Gochi Hand', 'cursive';
}
#container #header #imgcontainer p {
	display: block;
	margin: 0px;
	padding: 10px;
	color: #f4f9eb;
	font-size: 24px;
	font-family: 'Gochi Hand', 'cursive';
}
#container #header #imgcontainer #cheese {
	float: left;
	background-color: #ac9b0c;
}
#container #header #imgcontainer #winesbeers {
	float: right;
	background-color: #666633;
	height: 217px;
	width: 281px;
	overflow: hidden;
}
#container #header #imgcontainer #teas {
	float: right;
	margin-top: 10px;
	background-color: #4e4e27;
	height: 151px;
	width: 281px;
}
#container #header #board {
	font-family: 'Gochi Hand', 'cursive';
	float: right;
	height: 362px;
	width: 326px;
	margin-top: -97px;
	background-image: url(../img/bg_board.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 120px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #a7960c;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
}
#container #header #board h4 {
	font-size: 29px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 9px;
}
#container #header #board h5 {
	font-size: 18px;
	padding: 0px;
	display: block;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: 400;
	color: #FFFFFF;
}
#container #header #board p {
	margin: 0px;
	padding: 0px;
}
#container #header #board strong {
	font-weight: 400;
	color: #FFFFFF;
	font-size: 25px;
}
#container #header #board a {
	color: #FFFFFF;
}
#bottomcontainer {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7f5e7;
	margin-bottom: 20px;
}
#bottomcontainer #imgcontainer2 {
	background-color: #f7f5e7;
	padding: 11px;
	height: auto;
	width: 958px;
	margin-top: 11px;
}
#bottomcontainer #imgcontainer2 #leftmenu {
	float: left;
	height: auto;
	width: 250px;
}
#bottomcontainer #imgcontainer2 #leftmenu h4 {
	font-family: 'Gochi Hand', 'cursive';
	color: #FFFFFF;
	background-color: #666633;
	font-size: 24px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#bottomcontainer #imgcontainer2 #leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bottomcontainer #imgcontainer2 #leftmenu ul li a {
	display: block;
	background-image: url(../img/bullet_leftmenu.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	color: #4E4E27;
	text-decoration: none;
}
#bottomcontainer #imgcontainer2 #content {
	float: right;
	height: auto;
	width: 690px;
	line-height: 23px;
}
#bottomcontainer #imgcontainer2 #content h1, h2, h3, h4, h5, h6 {
	color: #4E4E27;
	font-weight: 400;
	line-height: 34px;
	margin-top: 0px;
	padding-top: 0px;
}
#bottomcontainer #imgcontainer2 #content strong {
	font-weight: 400;
	color: #4E4E27;
	font-size: 15px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm {
	height: auto;
	width: auto;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm fieldset {
	height: auto;
	width: auto;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm fieldset .errors {
	padding: 5px;
	height: auto;
	width: auto;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#bottomcontainer #imgcontainer2 #content #ContactForm fieldset p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm fieldset label {
	display: block;
	float: left;
	margin-right: 15px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm #cfName {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:225px;
	padding: 10px;
	margin: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm #cfCompany {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:225px;
	padding: 10px;
	margin: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm #cfEmail {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:225px;
	padding: 10px;
	margin: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm #cfTelephone {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:225px;
	padding: 10px;
	margin: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm #cfSubject {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:487px;
	padding: 10px;
	margin: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm #cfMessage {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:225px;
	padding: 10px;
	margin: 0px;
	height: auto;
}
#bottomcontainer #imgcontainer2 #content #ContactForm .captcha {
	display: block;
	float: left;
	height: auto;
	width: 225px;
	margin: 0px;
	padding: 0px;
}
#bottomcontainer #imgcontainer2 #content #ContactForm .vericode {
	font-size:12px;
	width:128px;
	margin: 0px;
	display: block;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #FFFFCC;
}
#bottomcontainer #imgcontainer2 #content #ContactForm .button {
	background-color: #333F48;
	margin-top: 19px;
	color: #FFFFFF;
	width: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	clear: left;
	height: auto;
}
#bottomcontainer #imgcontainer2 #content #mc_embed_signup {
	height: auto;
	width: auto;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomcontainer #imgcontainer2 #content #mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
	color: #FF0000;
	margin-bottom: 10px;
}
#bottomcontainer #imgcontainer2 #content #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group .asterisk {
	color: #FF0000;
}
#bottomcontainer #imgcontainer2 #content #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
	margin-bottom: 10px;
}
#bottomcontainer #imgcontainer2 #content #mc_embed_signup #mce-EMAIL {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:350px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#bottomcontainer #imgcontainer2 #content #mc_embed_signup #mce-FNAME {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:350px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 51px;
}
#bottomcontainer #imgcontainer2 #content #mc_embed_signup #mce-LNAME {
	font-size:12px;
	border:1px solid #CCCCCC;
	width:350px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 53px;
}
#bottomcontainer #imgcontainer2 #content #mc_embed_signup #mc-embedded-subscribe {
	background-color: #333F48;
	margin-top: 19px;
	color: #FFFFFF;
	width: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	clear: left;
	height: auto;
}
#bottomcontainer #imgcontainer2 #content .thumb {
	float: left;
	height: 157px;
	width: 206px;
	margin-bottom: 5px;
	margin-right: 10px;
	background-color: #666633;
	padding: 5px;
	background-image: url(http://ginhaus.co.uk/assets/templates/ginhaus/img/bg_thumb.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
}
#bottomcontainer #imgcontainer2 #content .thumb a {
	height: 157px;
	width: 206px;
	display: block;
}
#bottomcontainer #imgcontainer2 #charcuterie {
	float: left;
	height: auto;
	width: auto;
}
#bottomcontainer #imgcontainer2 #takeaways {
	float: right;
	height: auto;
	width: auto;
}
#bottomcontainer #imgcontainer2 #antipasti {
	float: left;
	height: auto;
	width: auto;
	margin-top: 11px;
}
#bottomcontainer #imgcontainer2 #gins {
	height: auto;
	width: auto;
	float: right;
	margin-top: 11px;
}
#bottomcontainer #imgcontainer2 #content .news {
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B09E0D;
	padding-bottom: 10px;
	padding-top: 10px;
}
#bottomcontainer #imgcontainer2 #content .news .date {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #ac9b0c;
	float: left;
	text-align: center;
	width: 55px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #d7ce86;
}
#bottomcontainer #imgcontainer2 #content .news .date em {
	color: #dedca7;
	font-size: 15px;
	font-style: normal;
}
#bottomcontainer #imgcontainer2 #content .news a {
	font-size: 20px;
	color: #b09e0d;
	display: block;
	float: left;
	text-decoration: none;
	margin-left: 15px;
	width: 608px;
}
#bottomcontainer #imgcontainer2 #content .news p {
	display: block;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 608px;
	height: auto;
}
#bottomcontainer #imgcontainer2 .pagination ul li a {
	color: #FFFFFF;
	line-height: 16px;
}
#bottomcontainer #imgcontainer2 .pagination {
	height: auto;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	float: right;
	margin-bottom: 0px;
}
#bottomcontainer #imgcontainer2 .pagination ul {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin: 0px;
}
#bottomcontainer #imgcontainer2 .pagination ul li {
	float: left;
}
#bottomcontainer #imgcontainer2 .pagination ul li a:link {
	display: inline-block;
	float: left;
	margin-right: 5px;
	padding: 5px;
	font-weight: normal!important;
	background-color: #4E4E27;
	text-decoration: none;
	color: #FFFFFF;
}
#bottomcontainer #imgcontainer2 .pagination ul li a:visited {
	display: inline-block;
	float: left;
	margin-right: 5px;
	padding: 5px;
	font-weight: normal!important;
	background-color: #4E4E27;
	text-decoration: none;
	color: #FFFFFF;
}
#bottomcontainer #imgcontainer2 .pagination ul li a:hover {
	background-color: #666633;
	text-decoration: none;
	color: #FFFFFF;
}
#bottomcontainer #imgcontainer2 .pagination ul li a:active {
	display: inline-block;
	float: left;
	margin-right: 5px;
	padding: 5px;
	font-weight: normal!important;
	background-color: #666633;
	text-decoration: none;
	color: #FFFFFF;
}
#footercontainer {
	background-color: #333f48;
	height: auto;
	width: 100%;
	background-image: url(../img/bg_footercontainer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 300px;
	padding-top: 20px;
}
#footercontainer #newsletter {
	background-color: #b09e0d;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footercontainer #footer {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	color: #b0b4b8;
	font-size: 13px;
}
#footercontainer #footer a {
	color: #F7F5E7;
	text-decoration: none;
}