



html{
	margin: 0px;
	padding: 0px;
/*  	background: url(../images/cardboard2.jpg); */
background: black;
}

body {
	
	margin:-20px 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family: Verdana, Arial,  Helvetica, sans-serif;

}

a {

	text-decoration : none;
	color: #910000; /* old color - 660000 */

}

a:hover {
	text-decoration: underline;
}

a.selected{
	text-decoration: underline;	
}
a:active, a:focus { outline-style: none; -moz-outline-style:none; }


p {
	padding: 15px;
	/*line-height: 21px;*/
	font-size: 11px;
	line-height: 16px;
	color:#d3c9ba;
}

li{
	list-style : none
	
}

pre {
	font-family: Verdana, Arial,  Helvetica, sans-serif;

}

h3{
	margin-top: 0px;
	padding:  0px;
	padding-top: 10px;
	color: #910000;
	text-align: center;
}

.menuItem
{
	padding-left: 40px;
	text-transform: uppercase;
	 
}

.menuDescription{
	padding-left: 70px;
	font-style: italic;
}


#wrapper{
width:1000px;
margin:30px auto; /* Right and left margin widths set to "auto" */
text-align:left; /* Counteract to IE5/Win Hack */
overflow: hidden;

}


#content0{
	position: relative;
	left:0px;
	top:0px;
	color:#d3c9ba;
	margin: auto;
	width: 1000px;
	height: 450px;	
	text-align: left;
	background: url(../images/widebg1.jpg) no-repeat;
}

#eventsContent{
	position: relative;
	left:0px;
	top:0px;
	color:#d3c9ba;
	font-size: 11px;
	margin: auto;
	width: 1000px;
	height: 450px;	
	text-align: left;
	background: url(../images/widebg7.jpg) no-repeat;
}

#wineContent{
	position: relative;
	left:0px;
	top:0px;
	color:#d3c9ba;
	margin: auto;
	width: 1000px;
	height: 450px;	
	text-align: left;
	background: url(../images/widebg2.jpg) no-repeat;
}

#foodContent{
	position: relative;
	left:0px;
	top:0px;
	color:#d3c9ba;
	margin: auto;
	width: 1000px;
	height: 450px;	
	text-align: left;
	background: url(../images/widebg8.jpg) no-repeat;
	
}

#indexContent{
	color:#d3c9ba;
	width: 300px; 
	margin-left:530px;
	text-align: center;
	margin-top: 130px; 
	background-color: #000;
   	filter: alpha(opacity=85); /* here you can set the opacity of box with text */
  
	-moz-opacity: 0.85; /* here you can set the opacity of box with text */
  
   	-khtml-opacity: 0.85; /* here you can set the opacity of box with text */
   	opacity: 0.85; /* here you can set the opacity of box with text */
}

.side {
	
	color:#d3c9ba; background: #000; font-size: small;
	padding-top: 3px;
	padding-right: 20px;
	float: left;
	width: 400px;
	height: 430px;
	background-color: #000;
   	filter: alpha(opacity=85); /* here you can set the opacity of box with text */
  
	-moz-opacity: 0.85; /* here you can set the opacity of box with text */
  
   	-khtml-opacity: 0.85; /* here you can set the opacity of box with text */
   	opacity: 0.85; /* here you can set the opacity of box with text */
	margin-top: 10px;

}


#side-a {
	margin-left:15px;
	width: 450px;
	padding-right: 0px;
}

#side-b { 
	width: 500px;
}

#eventsContent .newsletter-form {
	margin-left: 15px;
}

#eventsContent .newsletter-form label {
	font-size: 11px;
	color: #D3C9BA;
	margin: 5px 0;
}

#contact{
	position: relative;
	left:0px;
	top:0px;
	margin: auto;
	width: 1000px;
	height: 450px;	
	text-align: left;
	background: url(../images/widebg4.jpg) no-repeat;
	
	}

#about{
	position: relative;
	left:0px;
	top:0px;
	width: 1000px;
	
	height: 450px;	
	text-align: left;
	background: url(../images/widebg5.jpg) no-repeat;
}

#leftContent{
	position: relative;
	
	left:-100%;
	top:0px;
	margin: auto;
	background: gray;
	height: 70%;
	text-align: left;

}

#header{
	
	position:relative;
	background: url(../images/strechedlogo.png) no-repeat;
	
	height:120px;
}


#header h1{
text-indent:-9999px;

}
/*
#header small{
	color: #a3a3a3
	position: absolute;
	font size 14
	top: .63em;
	left: 203px
	
}*/

/*
#nav{
	/*background: url(navBG.png) repeat -x;
	text-align: right;
	position: relative;
	overflow: hidden;
	height: 50px;
	left: 60%;
	margin: 0px 0 0px 0;
	padding: 0 0 0 0px;
	font-size: 90%;
	}

#nav li {
	float: left;
	
}

#nav li a{
	left:0px;
	padding: 0 1em;
	color: white;
		font-family: "American Typewriter";
	
}
#nav li a:hover{
	
	color: #660000;
	
}

#nav li a.first{
	padding-left: 0px;

}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
*/




#menu{
	/*background: url(navBG.png) repeat -x;*/
	text-align: right;
	position: relative;
	overflow: hidden;
	height: 50px;
	left: 64%;
	margin: -20px 0 0px 0;
	padding: 0 0 0 0px;
	font-size: 90%;


	}

#menu li {
	float: left;
	
}

#menu li a{
	left:0px;
/* 	border-right: 1px dotted #aab391; */
	padding: 0 1em;
	color: #d3c9ba;
		font-family: Verdana, Arial,  Helvetica, sans-serif;
	
}
#menu li a:hover{
	
	color: #910000;
	
}

#menu li a.first{
	padding-left: 0px;

}


#footer {
	padding-top: 0px;
/* 	border-top: red .1em solid; */
	text-align: center;
	font-size: 10px;
	color: #910000;	
}

#footernew {
	padding-top: 0px;
/* 	border-top: red .1em solid; */
	font-size: 10px;
	color: #910000;	
}


#social {
	padding-top: 4px;
	float:right;
/* 	border-top: red .1em solid; */
}


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
  left: 55%;
	margin: 0px 0 0px 0;
	padding: 0 0 0 0px;
	font-size: 90%;
	top: -10px;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: 14px "American Typewriter", sans-serif;
  
  color: #910000;
  display: block;
  padding: 0 20px;
  text-transform: lowercase;
  text-decoration: none;
}

.nav li a.selected{

  text-decoration: underline;
	
}
.nav li a:hover {
  
  color: #d3c9ba;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
 
  color: #d3c9ba;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #910000;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  color: #d3c9ba;	
}

.nav ul {
  
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 10px;
  padding-top: 15px;
  left: 3px;
  padding-bottom: 10px;
}

.nav li:hover ul a.selected,
.nav li.sfHover ul a.selected {
  top: 0px;
  left: 0px;
}

.nav ul li {
  float: none;
}
.nav ul a {
  padding-right: 	0px;
  width: 30px;
  white-space: nowrap;
}
.nav ul a:hover {
  color: #000;
}

#note {
	margin: 10px 0 0 0;
}

#newsnote {
	color: #D3C9BA;
}

#signuptext {
	width: 400px;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
}

#event_box h3 {
	margin-bottom: 0;
	font-size: 13px;
}

#event_box p {
	margin: 10px 0;
	padding: 0 15px;
}

#event_signup { margin-top: 10px; }

#event-signup p { margin-top: 0; }
.newsletter-form-footer {
	padding: 5px 0 0 0;
	color: #D3C9BA;
}

#newsfooter {
	float:right;
	margin:10px 0 0;
	width:560px;
}
