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

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color:black;
}
img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


#maincontainer {
	width:1000px;
	height:auto;
	margin:auto;
	position:relative;
	z-index:1;
	overflow: hidden;
}

#headerimgContainer {
	width:1000px;
	height:200px;
	background-image: url(images/general/header.jpg);
}

#social-contact {
	width:300px;
	height:200px;
	margin:0px 0 0 0px;
	float:right;
	background-image:url(images/general/social-contact-bg.png);
	background-repeat:no-repeat;
}

#social-contact a {
	text-decoration:none;
	color:#e6d1aa;
	background-image:url(images/general/h2_bg.png);
	padding:5px;
	}
	


#social-contact a:hover {
	background-size:auto;
	color:#F60;

}

#social-contact ul {
	margin-left:65px;
	font-size:14px;
	margin-top:15px;
	width:350px;
	}
	
	
#navbar {
	width:1000px;
	height:37px;
	background-image: url(images/general/nav_bar.jpg);
	padding-top:15px;
	padding-left:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#navbar ul{
	color:#e6d1aa;
	margin:0;
	padding:0;
	
}
#navbar ul li a{
	text-align:center;
	text-decoration:none;
}
#navbar ul ul li { 
	clear:both;
	display:block;
	background:url(images/general/nav_bar.jpg);
	width:380px;
	height:40px;
	text-transform:uppercase;
}
#navbar ul ul li:hover { 
	background:black;
}
#navbar ul li:hover ul{
	visibility:visible;
	width:300px;
	margin-left:10px;
	padding-bottom:5px;

}
#navbar ul ul{
	position:absolute;
	visibility:hidden;
	top:28px;
	z-index:1000;

}
#navbar a{
	color:#e6d1aa;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 11px;
	height:25px;
	padding:5px 3px 0px 3px;
}

#navbar a:hover {
	color:#c65502;
}


a.active {
	background-color:#c65502;
}

a:hover.active {
	color:#e6d1aa !important;
}


	
#navbar li{
	list-style:none;
	display:inline;
	position:relative;
	float:left;
}

p{
	margin:0;
	padding-top:10px;
	font-size:16px;
	color:#e6d1aa;
	line-height:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:18px;
	color:#F60;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottome:10px;
	padding:10px 0 10px 0;
	text-decoration:none;
}

h1.h1nomargin {
	padding-top:0 !important;
}

a {
	color:#F60;
	text-decoration:underline;
	font-weight:lighter;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h1>a  {
	font-family:Verdana, Geneva, sans-serif;
}

h2 {
	margin-top:25px;
	margin-bottom:0px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e6d1aa;
	font-weight:lighter;
	font-size:22px;
	background-image:url(images/general/h2_bg.png);
	background-repeat: no-repeat;
}
	
ul {
	margin:10px 0 0 20px;
	padding:0px;
	color:#e6d1aa;
	font-weight:lighter;
	font-family:Times, serif;
	text-decoration:none;
}

li {
	color:#e6d1aa;
	font-weight:lighter;
	font-family:Times, serif;
	text-decoration:none;
	line-height:25px;
}
	

#pagetitle {
	width:290px;
	float:left;
	height:810px;
	background-image:url(images/general/floral_design.png);
}

	
	

p.eventdate {
	margin-top:10px;
	width:60px;
	padding-right:10px;
	float: left;
	font-size:20px;
	color:#e6d1aa;
	font-weight:lighter;
	font-family:Times, serif;
	text-decoration:underline;
}

p.eventscontent {
	margin-top:10px;
	width:600px;
	padding-left:10px;
	float:left;
	font-style: italic;
}
	
#content-mainsite {
	width:980px;
	margin:10px 20px;
	
}



#historycontent {
	width: 700px;
	padding-top:15px;
	float:right;
}

#historycontent img{
	margin-bottom:15px;
	opacity: 1;
   transition: opacity .45s ease-in-out;
   -moz-transition: opacity .45s ease-in-out;
   -webkit-transition: opacity .45s ease-in-out;
   -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border:2px solid; 
	border-color:transparent;
	width:330px;

}


#historycontent a img:hover{
	margin-bottom:15px;
	opacity: 0.6;
	border:2px solid white;
	
	

}


#rotationcontainer {
	height:500px;
	width:1000px;

}

#tourism_container {
	width:700px;
	height:350px;
	overflow:hidden;
}

.whitebar_homepage {
	width:auto;
	height:auto;
	border-top:groove #e6d1aa;
	margin-top:2px;
}

#whitebar {
	width:auto;
	height:auto;
	border-top:groove 1px #e6d1aa;
	margin-top:15px;
}

#footer {
	height:30px;
	width:1000px;
	background-color:#4c0c06;;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	text-align:center;
	color:#e6d1aa;
	padding:5px;

}
#footer a {
	
	color:#f60 !important;
	text-decoration:underline !important;
	

}


#fastforward {
	margin-top:-10px;
	
}

#fastforward a {
	color:#e6d1aa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	text-decoration:none;
}
#fastforward a:hover {
	color:#F60;
}


#historycontent.contact {
	width:550px;
	padding-top:10px;
	padding-left:30px;
	border-left: groove #e6d1aa;

}

a img {
	border:0px;
}
	
#wine-lables {
	height:270px;
	width:660px;
	border-bottom:1px dotted white;
}
#wine-lables img{
	height:250px !important;
	width:auto !important;
	float:left;
	margin-right:15px;
}

#fiftypercent {
	float:left;
	max-width:45%;
	padding:15px;
	margin:0px;
	text-align:center;
}