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

article, aside, figure, footer, header, nav, section {
	display: block;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #363636;
	margin: 0px;
	padding: 30px;
}
#container {
	/* background-image: url(../../images/bg_fruit.jpg); */
	background-repeat: no-repeat;
	background-position: right top;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 100%;
}
#logo hgroup {
	position: absolute;
	/*top: -500px;*/
}
nav {
	padding-top:  30px;
	padding-left: 200px;
}
ul {
	padding:0;
	margin:0;
}
nav ul {
	list-style: none;
	margin-bottom: 15px;
	font-weight: bold;
	font-size:16px;
}
nav ul li {
	float: left;
	/*
	-webkit-transition-duration:.5s;
	-webkit-transition-property:margin-top;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-duration:.5s;
	-o-transition-property:margin-top;
	-o-transition-timing-function:ease-in-out;
	-moz-transition-duration:.5s;
	-moz-transition-property:margin-top;
	-moz-transition-timing-function:ease-in-out;
	transition-duration:.5s;
	transition-property:margin-top;
	transition-timing-function:ease-in-out;
	*/
}
nav ul a {
	display: block;
	width:120px;
	padding: 10px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	/* border: 1px solid #618A37; */
	margin: 5px 0px;
	font-weight: lighter;	
	/* 
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    text-shadow: rgba(0,0,0,0.8) 1px 1px 1px; 
	*/
}
nav ul a:link, nav ul a:visited {
	/* background: rgba(255,255,255,0.2); */
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #b5a63d;
	/* background: rgba(255,255,255,0.4); */
}
nav ul li:hover {
	/* margin-top:-10px;*/
}
#maincontent {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#langcontent {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
}
#vision {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	font-weight:bold;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height:654px;
	/* padding:20px 450px 0 30px; */
	margin-bottom:20px;
	}
#contentbg_a {
	background-image:url(../images/aboutus.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height:650px;
	/* padding:20px 450px 0 30px; */
	margin-bottom:20px;
	}
#contentbg_vine {
	background-image:url(../images/vineyard.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height:650px;
	/* padding:20px 450px 0 30px; */
	margin-bottom:20px;
	}
#contentbg_winery {
	background-image:url(../images/winery.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height:650px;
	/* padding:20px 450px 0 30px; */
	margin-bottom:20px;
	}
#contentbg_team {
	background-image:url(../images/team.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height:650px;
	/* padding:20px 450px 0 30px; */
	margin-bottom:20px;
	}
#contentbg_product {
	background-image:url(../images/product.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height:650px;
	/* padding:20px 450px 0 30px; */
	margin-bottom:20px;
	}
#contentbg_contact {
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height:650px;
	/* padding:20px 450px 0 30px; */
	margin-bottom:20px;
	}
.contentword {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color: #fff;
	padding-left: 235px;
	padding-top: 2px;
	padding-right: 20px;
	text-align: justify;
	line-height: 15px;
	font-weight: bold;
}

.langword {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:11px;
	color: #b5a63d;
	text-align: right;
	font-weight: bold;
	}

.langword a:link, .langword a:visited {
	color: #fff;
	text-decoration: none;
}
.langword a:hover, .langword a:active, .langword a:focus {
	color: #b5a63d;
	text-decoration: none;
}

	
.pod {
	background: #fff;
	padding: 10px;
	width: 244px;
	float:left;
	margin-right: 13px;
}
.podContent {
	margin-top:10px;
	width: 244px;
	height:181px;
	overflow:hidden;
}
#news .podContent {
	margin-top:12px;
	overflow:auto;
}
#news .podContent p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:6px;
	font-size:15px;
}
.pod h1 {
	background: #CCC;
	color: #000;
	padding:5px;
	background-image:url(../../images/icon_chevron.png);
	background-repeat:no-repeat;
	background-position:95%;
	font-size:16px;
	font-weight:normal;
	margin: 0 0 10px 0;
}
a.block {
	text-decoration:none;
	display:block;
}
time {
	font-weight:bold;
}
footer {
	padding: 10px 0;
	clear:both;
	color: #fff;
}
footer p {
	margin:0 0 5px 0;
}
#phone {
	font-weight:bold;
	color: #000;
}
#facebookTwitter {
	float:right;
	margin-right:25px;
}
