@charset "UTF-8";
/* CSS Document */

.burgundy {
	color: #4b1a1c;
}

.orange {
	color: #a23522;
}

.green {
	color: #8aaa9f;
}


/* global
================================= */

html {
	height: 101%;
}

body {
	font: normal 10px arial, sans-serif;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img a {
	border: none;
}

.clear {
	clear: both;
}

/* structure
================================= */

#outer {
	margin: 0 auto;
	width: 920px;
}

#inner {
	
}

/* mainmenu
================================= */

ul#mainmenu {
	margin-right: 30px;
	height: 20px;
	float: right;
	width: 679px;
	margin-top: 24px;
}

ul#mainmenu li {
	display: inline;
	font: normal 1.2em arial, sans-serif;
	color: #505151;
	text-transform: uppercase;
	margin: 0 20px;
}




/* submenu
================================= */

ul#submenu {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}

ul#submenu li {
	display: inline;
	font: normal 1.1em arial, sans-serif;
	color: #a23522;
	text-transform: uppercase;
	margin: 0 12px;
}

ul#submenu li a.active {
	font-weight: bold;
}

ul#submenu li a:hover {
	color: #4b1a1c;
}

ul#submenu li a {
	color: #a23522;
}


/* layout
================================= */


#header {
	background: url(../images/bg-header.jpg) no-repeat;
	width: 920px;
	height: 340px;
	margin-top: 15px;
}

#inner.inside #header {
	background: url(../images/bg-header-inside.jpg) no-repeat;
}

#mainpic {
	height: 216px;
	width: 881px;
	display: block;
	margin: 0 0 0 19px;
	padding: 15px 0 0;
}


#content {

}

#content #left {
	float: left;
	width: 225px;
	display: block;
	height: 300px;
}

#content #center {
	float: left;
	display: block;
	width: 475px;
	padding: 0 10px;
}

#inner.home #content #center {

}

#inner.menu #content #left {
	width: 50px;
}

#inner.menu #content #center {
	padding-top: 40px;
	width: 800px;
}

#content #right {
	float: left;
	display: block;
	width: 180px;
	padding: 0 10px;
	height: 300px;
}

#inner.home #content #right {
	padding-top: 78px;
}

#inner.inside #center {
	width: 300px;
}

#inner.inside #center p, #inner.inside #right p, #center p {
	font: normal 1.2em arial, sans-serif;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.2em;
}

#center table.contenttable p {
	font: normal 12px arial, sans-serif;
}

#center p a {
	color:  #a23522;
}

#center p a:hover {
	text-decoration: underline;
}

#inner.two-col #content #center {
	width: 605px;
}


#inner.inside #right {
	width: 300px;
}

#footer {
	clear: both;
	padding: 20px 0;
}

#footer #copyright {
	font: normal 1.2em arial, sans-serif;
	color: #1c1b1b;
	margin-left: 235px;
}

#footer #copyright strong {
	color: #8aaa9f;
}


/* layout
================================= */

#inner.home #content #center p {
	font: normal 1.4em arial, sans-serif;
	color: #645e5e;
	line-height: 1.5em;
	margin: 0 0 7px;
	padding: 0;
}

#inner.home ul#additional li {
	margin: 7px 0;
}

#inner.home ul#additional {
	font: normal 1.2em arial, sans-serif;
	text-transform: uppercase;
}

#inner.home ul#additional a {
	color: #5c423d;
}

#inner.home ul#additional a:hover {
	color: #3b1b0e;
	font-weight: bold;
}



/* TYPO3 page styles
================================= */


h1.csc-firstHeader {
	color: #a23522;
	font-weight: normal;
	margin: 0 0 15px;
}	

.csc-header h1 {
	font: italic normal 1.8em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333;
	margin: 10px 0 15px;
}


.div.tx-rscontentcolumn-pi1 {
	margin: 0;
	padding: 0;
}

div.tx-rscontentcolumn-pi1 div.leftcol {
	padding: 0 !important;
	width: 350px !important;
}

div.tx-rscontentcolumn-pi1 div.rightcol {
	padding: 0 !important;
	width: 350px !important;
	float: right;
}


.leftcolfood {
	width: 350px;
	float: left;
}

.rightcolfood {
	float: right;
	width: 350px;
}


table {
	font: normal 1.2em arial, sans-serif;
}


/* Powermail
================================= */

fieldset {
	border: none;
}

fieldset legend {
	display: none;
}

form#specialevents label {
	float: left;
	width: 150px;
	display: block;
	margin: 10px 0 0;
	clear: both;
	font-size: 1.2em;
	color: #333;
}

form#specialevents input {
	float: left;
	width: 250px;
	display: block;
	margin: 10px 0 0;
}

form#specialevents textarea {
	width: 254px;
	height: 100px;
	margin: 10px 0 0;
}

form#specialevents input.powermail_submit {
	width: 70px;
	margin-left: 150px;
}

.powermail_mandatory_js {
	color: #a23522;
	clear: both;
}


form#contactform label {
	float: left;
	width: 150px;
	display: block;
	margin: 10px 0 0;
	clear: both;
	font-size: 1.2em;
	color: #333;
}

form#contactform input {
	float: left;
	width: 250px;
	display: block;
	margin: 10px 0 0;
}

form#contactform textarea {
	width: 254px;
	height: 100px;
	margin: 10px 0 0;
}

form#contactform input.powermail_submit {
	width: 70px;
	margin-left: 150px;
}

fieldset.tx-powermail-pi1_fieldset {
	background: white !important;
	border: none;
}


/* Wine List
======================================== */

.wine-item {
	width: 700px;
	font: normal 1.2em arial, sans-serif;
	color: #333;
}

.wine-item span {
	height: 20px;
	display: block;
	float: left;
	clear: none;
	font-weight: bold;
	color: #333;
}

#center .wine-item p.wine-description {
	font: normal 12px arial, sans-serif;
}

.wine-item p {
	clear: both;
}

span.name { width: 130px; }
span.style, span.country { width: 155px; display: block; }
span.fiveoz, span.halfLitre, span.bottle { width: 70px; text-align: right; display: block;}


.jdGallery .slideInfoZone h2 {
	font-size: 12px !important;
}


.fiftyfifty .fifty { float: left; width: 48%; }

.video .video_left { float: left; width: 500px; }
.video .video_right { float: left; width: 280px; padding: 0 10px; }


#inner.home #left p { font: normal 12px arial, san-serif; color: #645E5E; margin-bottom: 10px; line-height: 1.5em;}
#inner.home #left { width: 200px; padding: 80px 10px 0 15px; }
#inner.home #left p b { color: #ab3323; }
#inner.home #left p a { text-decoration: underline; }