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

body {
	background-color: #000000;
	background-position: bottom;
	background-repeat: repeat-x;
	height: 100%;
	word-wrap: break-word;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

.lower_nav {
	color: #FFFFFF;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.lower_nav a:link {
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
}

.lower_nav a:visited {
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
}

.lower_nav a:active {
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
} 

.lower_nav a:hover {
  	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	text-decoration:underline;
}



.headline {
	color: #000000;
	font-size: 2em;
}

.content {
	color: #666666;
	font-size: .90em;
}

.tickets {
	color: #000000;
	font-size: .90em;
}
.disclaimer {
	color: #000000;
	font-size: .65em;
}

.heading {
	color: #000000;
	font-size: 1.25em;
}

a:link {
	color: #000000;
	font-wieght: bold;
}
a:visited {
	color: #FF6633;
	font-wieght: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-wieght: bold;
}
a:active {
	text-decoration: none;
	font-wieght: bold;
}

#container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 900px;
	height: 340px;
	background-image: url(/images/header.jpg);
	position: relative;
}

#navigation {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: -45px;
}

#navigation ul {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .97em;
	display: inline;
	list-style-type:none;
}

#navigation li {
	color: #FFFFFF;
	border-right: 2px solid #FFFFFF;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 48px;

}

#navigation li a,
#navigation li ul li a {
    font-weight: normal;
	font-size: .97em;
    text-decoration:none;
    display: inline;
}
#navigation li a:link,
#navigation li a:visited {
	font-weight: normal;
    color:#FFFFFF;
}
#navigation li a:hover,
#navigation li a:active {
	font-weight: bold;
    color:#FFFFFF;	
} 

#content_wrap {
	width: 900px;
}

#video_player {
	width: 338px;
	height: 440px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
}

	
#content {
	width: 880px;
	height: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;	
}

#ticket_sales {
	width: 320px;
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border: 3px dashed #000000;
}

#ticket_sales_wine {
	width: 220px;
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border: 3px dashed #000000;
}

#info {
	width: 430px;
	float: left;
}
	
#info_wine {
	width: 300px;
	float: left;
}

#info_wine_logos {
	width: 330px;
	float: left;
	text-align: center;
	padding-left: 10px;
}

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background-color: #000000;
}

#logo {
	width: 250px;
	height: 50px;
	float: left;
	background-image: url(/images/logo.jpg);
}

#lower_nav {
	width: 400px;
	height: 20px;
	float: left;
	margin-top: 20px;
}

#newsletter {
	width: 250px;
	height: 35px;
	float: right;
	margin-top: 15px;
}
	

