* {
  margin: 0;
  padding: 0;
  }

body {
  font-size:100%;
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  text-align:center;
  background:#121212 url(images/background.gif) no-repeat top center;
}
.style15 {font-size: 30px}
.style16 {color: #FFFFFF}
.style17 {font-style: italic}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style25 {font-style: italic; text-shadow:0px 0px 8px #000; font-size: 24px; text-shadow:0px 0px 8px #000}
.style27 {font-size: 24px; color: #FFFFFF; }
.tabella {
	border: medium outset #009900;
	color: #FFFFFF;
	padding: 5px;
}


#page {width:992px; margin:0px auto; text-align:center;}

#header {
	height:191px;
	width:992px;
	background:url(images/topbg.gif);
	text-align:center;
}

#logo {
	text-align:left;
	letter-spacing:-2px;
	text-shadow:0px 0px 8px #000;
	font:48px Georgia, Arial, "Times New Roman", Times;
	margin-left:0px;
	margin-top:94px;
	color:#FFF;
	width:300px;
	height:97px;
	float: left;
}

.green {
color:#AEF080;
}

#slogan {
  text-align:left;
  margin-left:100px;
  font:14px Arial, "Times New Roman", Times;
  letter-spacing:0px;
  color:#FFF;
}


/* TOP NAVIGATION BAR */
#nav {
	width:692px;
	float:right;
	margin-top:98px;
}

#nav-menu-left {
  background:url(images/navbar-left.gif) no-repeat top left;
  width:27px;
  height:55px;
  float: left;
}
#nav-menu-right {
  background:url(images/navbar-right.gif) no-repeat top left;
  width:27px;
  height:55px;
  float: left;
}
#nav-menu {
	background:url(images/navbar-bg.gif) repeat-x top left;
	height:55px;
	width:638px;
	float: left;
}

#nav-menu ul {
  list-style:none;
}
  
#nav-menu ul a {
  background-image: url(images/navbar-divider.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
  padding-left: 12px;
  padding-top:5px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  text-shadow:1px 1px 1px #000;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #FFF;
}
	
#nav-menu ul a:hover {
	text-decoration:underline;
	text-shadow:0px 0px 4px #FFFF99;
}
 
#nav-menu li {
  float:left;
}
/* END NAVIGATION BAR */

/* Large header image of grass and flower, with slogans */
#header2 {
  background:url(images/header.jpg) no-repeat top left;
  width:992px;
  height:224px;
  text-shadow:1px 1px 1px #000;
}

#headervig {
  background:url(images/headvig.jpg) no-repeat top left;
  width:992px;
  height:224px;
  text-shadow:1px 1px 1px #000;
}

#headerterr {
  background:url(images/headterr.jpg) no-repeat top left;
  width:992px;
  height:224px;
  text-shadow:1px 1px 1px #000;
}

#headervino {
  background:url(images/headvino.jpg) no-repeat top left;
  width:992px;
  height:224px;
  text-shadow:1px 1px 1px #000;
}

#headernoi {
  background:url(images/headnoi.jpg) no-repeat top left;
  width:992px;
  height:224px;
  text-shadow:1px 1px 1px #000;
}

#headercantina {
  background:url(images/headcant.jpg) no-repeat top left;
  width:992px;
  height:224px;
  text-shadow:1px 1px 1px #000;
}

#header2-slogan1 {
  font:48px Georgia, Arial, "Times New Roman", Times;
  padding:68px 0px 0px 106px;
  color:#FFF;
  text-align:left;
  letter-spacing:-2px;
}
#header2-slogan2 {
  font:48px Georgia, Arial, "Times New Roman", Times;
  padding:0px 0px 0px 267px;
  color:#FFF;
  text-align:left;
  letter-spacing:-2px;
}
/* end large header */

/* clears all floated elements */
.clearfloats {
  clear:both;
}
/* end clear floats */

/* first content section, lighter green area */
#content {
	background:#212121 url(images/body-bg.gif) no-repeat top left;
	width:992px;
	text-align:left;
	padding-top:35px;
	padding-bottom:0px;
	height: auto;
}

.content-padding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content-padding a {
	color:#FFFFFF;
	text-shadow:1px 1px 1px #104D00;
	font-family: Arial, "Times New Roman", Times;
	font-size: 16px;
}

.content-padding a:hover {
	font:16px Arial, "Times New Roman", Times;
	color:#FFF;
	text-decoration:underline;
	text-shadow:0px 0px 3px #FFFF99;
}

.content-littleblock {
	padding-left: 20px;	
}

#content h1 {
  font:36px Georgia, Arial, "Times New Roman", Times;
  color:#FFF;
  padding-bottom:10px;
  text-shadow:1px 1px 2px #000;
}

#content p {
	color:#FFF;
	padding-bottom:10px;
	font-family: Arial, "Times New Roman", Times;
}
/* end content 1 section */

  /* three column area, vertical dotted divider */
  .content-divider {
	width:2px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/content-divider.gif);
	background-position: center top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
  }
  /* end divider */

