@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	height: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background: #9FC14C url("../images/bg-grad.gif") top left repeat-x fixed;
}

body {
	background: transparent url("../images/bg-stripe.gif") top left repeat fixed;
}

/*Layout*/
#grad {
	background: transparent url("../images/bg-stripe.gif") left top repeat fixed;
}

#container {
	width: 823px;
	margin: 0px auto;
	padding-top: 60px;
	text-align: left;
	z-index: 10;
}

#header {
	height: 167px;
	background: transparent url("../images/header.png") top left no-repeat;
	z-index:100;
}

#content {
	background: transparent url("../images/footer.png") left bottom no-repeat;
}

/*Header*/
#header #title {
	position: absolute;
	top: -30px;
	left: 52px;
}

#header h1, #header h1 a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F5F12;
	font-size: 200%;
}

#header #subtitle {
	display: none;
}

#header #top-corner {
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url("../images/top-corner.png") top right no-repeat;
	width: 65px;
	height: 65px;
}

/*Navigation*/
#navigation {
	position: absolute;
	top: 18px;
	left: 460px;
	width: 382px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	list-style: none;
	font-weight: bold;
	overflow: none;
	height:25px;
	line-height: 25px;
}

#navigation a {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 25px;
	width: 315px;
	height:25px;
	overflow:hidden;
	background-color: transparent;
	color: #0B5A01;
	padding-left: 30px;
	display: block;
}

#navigation a:hover, #navigation ul li.selected a {
	background-color: #0B5A01;
	color: #FFF;
	opacity: 0.5;

}

#navigation ul li ul a {
	width: 200px;
	font-weight: bold;
	padding-left: 0px;
	text-align: center;
	background-color: #76A364;
	color: #FFF;
}

#navigation ul li.selected ul a {
	background-color: #76A364;
	opacity: 1;

}

#navigation ul li ul a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #76A364;
	opacity: 1;

}

#navigation ul a:hover ul, #navigation ul li:hover ul {
	display: block;
	z-index: 300;
}

#navigation ul ul {
	position: absolute;
	left: -200px;
	top: 0px;
	display: none;
	z-index: 300;
}

#navigation ul ul li {
	margin: 0px;
	padding: 0px;
}


/*Content*/

#content .content-text {
	padding: 0px 40px 0px 40px;
	background-color: #fff;
}

#content #text-left.content-text {
	padding-right: 380px;
	margin-bottom: 78px;
}

#content .content-text p {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	font-size: 80%;
	line-height: 1.2em;
	padding: 5px 0px 5px 0px;
	color: #2F5F12;
}

#content .content-text p a {
	color: #2F5F12;
}

#content .content-text p.review {
	text-align: center;
	display: inline;
	float: left;
	width: 50%;
}

#content .content-text p.small_print {
	text-align: center;
	font-size: 80%;
	margin-bottom: -62px;
}

#content .content-text p.top {
	padding-top: 0px;
}

#content .content-text .end {
	margin-bottom: -62px;
}

#content .content-text p.bottom {
	padding-bottom: 0px;
}

#content .content-text h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F5F12;
	font-size: 150%;
}

#content .content-text h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F5F12;
	padding: 5px 0px 5px 0px;
}

#content .content-text h5 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F5F12;
	padding: 5px 0px 0px 0px;
	margin-bottom: -5px;
	font-size: 80%;
}

#content .content-text h5.none {
	margin-bottom: 0px;
}

#content .content-text ul {
	list-style: square;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F5F12;
	font-size: 80%;
	padding-left: 20px;
	margin-top: 0px;
}

#content .content-text ul.wines {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content .content-text .wine-end {
	height: 90px;
	clear:both;
}

#content .content-text ul.wines li{
	float: left;
	width: 25%;
	text-align: center;
}

#content.menu {
	padding-bottom: 62px;
}

#content #menu-image {
	margin: 0px -16px 0px -16px;
	height: 222px;
}

#content #menu-image div #image1 {
	padding: 6px 0px 0px 6px;
	height: 210px;
	width: 378px;
	float: left;
}

#content #menu-image div #image2 {
	padding: 6px 0px 0px 12px;
	height: 210px;
	width: 378px;
	float: left;
}

#content #menu-image img#border {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	height: 222px;
	width: 390px;
}

#content #menu-image img#border2 {
	position: absolute;
	top: 0px;
	left: 390px;
	z-index: 2000;
	height: 222px;
	width: 390px;
}

#content #main-image {
	position: absolute;
	right: -37px;
	bottom: -47px;
	width: 390px;
	height: 222px;
}

#content #main-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F5F12;
}

.cycle {
	top: 6px;
	left: 6px;
}

.cycle img {
	height: 210px;
	width: 378px;
}

#content #main-image img#border {
	z-index: 2000;
}

/*Footer*/
#footer {
	width: 800px;
	margin-left: 41px;
	color: #3E5032;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
}

#footer #address {
	line-height: 180%;
	padding-left: 21px;
	background: transparent URL("../images/post-ico.png") left center no-repeat;
}

#footer #address address {
	font-style: normal;
}

#footer #phone_number {
	line-height: 180%;
	float: left;
	display: inline;
	padding-left: 19px;
	margin-left: 1px;
	background: transparent URL("../images/phone-ico.png") left center no-repeat;
	z-index: 2000;
}

#footer #email {
	line-height: 180%;
	float: left;
	display: inline;
	padding-left: 18px;
	margin-left: 12px;
	background: transparent URL("../images/email-ico.png") left center no-repeat;
	z-index: 2000;
}

#footer a {
	color: #3E5032;
}

#footer #credit {
	padding-top: 35px;
	text-align: center;
	font-size: 90%;
	padding-bottom: 10px;
}

/* Admin */
#content .content-text p.error {
	text-align: center;
	color: #BF1717;
}

form {
	width: 270px;
	margin: auto;
	white-space: nowrap;
}

form.file {
	width: 350px;
}

form label {
	width: 100px;
	float: left;
	display: block;
	text-align: right;
	margin-right: 5px;
	overflow: visible;
	white-space: nowrap;
}

form input {
	width: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F5F12;
}

form input.file {
	width: 200px;
}

#content .content-text p.submit {
	text-align: center;
}

form input.submit {
	margin: auto;
	width: 50px;
}


/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}
