
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	line-height: 1.3em;
	color: #52301c;
}

a {
	color: #7a7122;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.clearBoth {
	clear: both;	
}

.floatRight {
	float: right;
	margin: 0 0 15px 15px;
}

.required {
	color: #c00;	
}

/*---------------- HEADER -----------------*/

#header {
	position: absolute;
	width: 100%;
	height: 71px;
	margin: 0;
	padding: 0;
	z-index: 1;
	background: url("../images/headerBG.gif") repeat-x;
}

#headerContainer {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#homeLogo {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;	
}

#logo {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/logo.png) no-repeat;
	border: none;	
}

#logo a {
	display: block;	
	width: 219px;
	height: 142px;
}

#header ul {
	list-style-type: none;
	float: left;
	margin: 25px 0 0 40px;
	padding: 0;
}

#header ul li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

#header ul li a {
	display: block;
	overflow: hidden;
	height: 38px;
	margin: 0;
	padding: 0;
	line-height: 100px;
	background: url(../images/navigation.png) no-repeat;
	border: none;
}
	
#header ul li#eventInfo a {width: 92px; background-position: 0 12px;}
#header ul li#eventInfo a:hover, #header ul li#eventInfo a#over {background-position: 0 -27px;}

#header ul li#tickets a {width: 72px; background-position: -91px 12px;}
#header ul li#tickets a:hover, #header ul li#tickets a#over {background-position: -91px -27px;}

#header ul li#wineries a {width: 85px; background-position: -161px 12px;}
#header ul li#wineries a:hover, #header ul li#wineries a#over {background-position: -161px -27px;}

#header ul li#restaurants a {width: 103px; background-position: -246px 12px;}
#header ul li#restaurants a:hover, #header ul li#restaurants a#over {background-position: -246px -27px;}

#header ul li#chefsChallenge a {width: 141px; background-position: -348px 12px;}
#header ul li#chefsChallenge a:hover, #header ul li#chefsChallenge a#over {background-position: -348px -27px;}

#header ul li#stayDowntown a {width: 131px; background-position: -489px 12px;}
#header ul li#stayDowntown a:hover, #header ul li#stayDowntown a#over {background-position: -489px -27px;}

#header ul li#partners a {width: 79px; background-position: -621px 12px;}
#header ul li#partners a:hover, #header ul li#partners a#over {background-position: -621px -27px;}

/*-------------- Rotating Image ----------------*/

#featured {
	clear: left;
	position: relative;
	width: 100%;
	margin: 0 0 0;
	padding: 70px 0 0;
	z-index: 0;
	background: #4f1b15;
}

#featuredContainer {
	position: relative;
	width: 1100px;
	height: 339px;
	margin: 0 auto;
	padding: 0;
}

#fadeshow1 {
	margin: 0;
	padding: 0;
	float: left;
}

#featuredContainer h2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 503px;
	height: 293px;
	margin: 12px 0 0 466px;
	padding: 0;
}

#featuredContainer h2 a {
	display: block;
	overflow: hidden;
	width: 503px;
	height: 0;
	padding: 293px 0 0 0;
	background: url(../images/featuredContainerTag.png) no-repeat;
}

/*-------------- CONTENT AREA ---------------*/

#content {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ab8e5b url(../images/contentBG.gif) repeat-x;
}

#contentFrame {
	position: relative;
	width: 958px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #8f774c;
}

#contentBorder {
	position: relative;
	width: 950px;
	margin: -12px 0;
	border: 4px solid #fff;
	background: #fdfae9 url(../images/mainContentBG.jpg) left bottom no-repeat;
}

#mainContent {
	width: 475px;
	padding: 15px 15px 0 15px;
}

#mainContent h3 {
	display: block;
	overflow: hidden;
	position: relative;
	width: 546px;
	height: 0;
	margin: 0 0 0 -29px;
	padding: 117px 0 0 0;
	background: url(../images/h3_mainContent.png) no-repeat;
}

h4#chefsChallenge {
	width: 162px;
	height: 66px;
	margin: 0;
	padding: 0;
}

#callOutContainer {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	width: 360px;
}

#callOutContainer img {
	float: left;
	margin: 0 6px;
	border: none;
}

img#mainContentPhotos {	
	position: absolute;
	top: 0;
	left: 510px;
	width: 456px;
	height: 488px;
	margin: 0;
}

/*-------- FOOTER ---------*/

#footer {
	width: 100%;
	color: #f5e6ac;
	background: #260101 url(../images/footerBG.gif) repeat-x;
}

#footerContainer {
	position: relative;
	margin: 0 auto;
	width: 954px;
	padding: 43px 8px 30px 8px;
}

#footerLeftColumn {
	float: left;
	width: 665px;
}

#footerLeftColumn ul#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#footerLeftColumn ul#navigation li {
	display: inline;
}

#footerLeftColumn ul#navigation li a {
	padding: 0 5px 0 6px;
	border-left: 1px solid #f5e6ac;
}

#footerLeftColumn ul#navigation li a#noBorder {
	border-left: 0;
	padding-left: 0;
}

#footerContainer a {
	color: #d2ae7d;
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
}

#footerLeftColumn h4 {
	margin: 27px 0 16px 0;
	font-size: 18px;
	line-height: 22px;
}

#footerLeftColumn ul#moreInfo {
	list-style-type: none;
	width: 250px;
	margin: 0;
	padding: 0;
}
	
#footerLeftColumn ul#moreInfo li {
	width: 250px;
	padding: 0 0 0 14px;
	font-size: 12px;
	line-height: 22px;
	background: url(../images/bulletFooterList.gif) 0 5px no-repeat;
}

#footerRightColumn {
	width: 245px;
	display: block;
	float: right;
	text-align: right;
	color: #f5e6ac;
}

#footerRightColumn p {
	font-size: 14px;
	line-height: 22px;
	color: #f5e6ac;
}

.hr {
	height: 2px;
	margin: 15px 0;
	background: #260101 url(../images/bgFooterHR.gif) repeat-x;
}

#footerRightColumn h4 {
	margin: 0 0 16px 0;
	font-size: 18px;
	line-height: 22px;
}

#enterContest {
	position: absolute;
	top: 83px;
	left: 310px;
}

#enterContest img {
	border: none;	
}

#sponsors {
	position: absolute;
	top: 120px;
	left: 315px;
	width: 335px;
}

/*---------------- INTERIOR PAGE STYLES -----------------*/

#insideHeader {
	width: 100%;
	height: 250px;
	padding-top: 70px;
	background: #4f1b15;
}

#insideHeaderContainer {
	width: 1100px;
	height: 250px;
	margin: 0 auto;
	background: #4f1b15;
}

#interiorContent {
	width: 900px;
	padding: 25px;
}

#interiorContent p {
	margin: 0 0 15px 0;	
}

#leftColumn {
	float: left;
	width: 580px;
	margin: 0 15px 0 0;
	padding: 0 30px 0 0;
	background: url(../images/bgLeftColumn.png) top right no-repeat;
}

#leftColumn h1, h2, h3, h4 {
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#leftColumn h1 {
	color: #6f0421;
	font-size: 28px;
}

#leftColumn h2 {
	color: #970634;
	font-size: 24px;
}

#leftColumn h3 {
	color: #78571e;
	font-size: 20px;
}

#leftColumn h4 {
	color: #4a241b;
	font-size: 16px;
}

#leftColumn ul {
	list-style-type: none;
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 12px;
	line-height: 1.3em;
	color: #52301c;
}

#leftColumn li {
	padding: 2px 0 2px 14px;
	background: url(../images/bulletContent.gif) 0 5px no-repeat;
}

#leftColumn hr {
	height: 1px;
	color: #d3c7a4;
	background: #d3c7a4;
	border: none;	
}

.save {
	padding: 3px;
	color: #c00;
	font-weight: bold;
	background: #ff6;
}

#parkingMap {
	width: 124px;
	padding: 8px;
	font-size: 12px;
	background: #7f4f3c url(../images/bgMapBtn.gif) left bottom repeat-x;	
	border: 3px solid #fff;
}

#parkingMap a {
	display: block;
	padding-left: 23px;
	color: #fff;
	line-height: 16px;
	background: url(../images/iconMap.gif) left center no-repeat;
}

.infoTable {
	width: 100%;
	margin: 0 0 15px 0;
	color: #52301c;
	font-size: 14px;
}

.infoTable th {
	padding: 0 0 5px 5px;
	text-align: left;
	border-bottom: 1px solid #c5b596;
}

.infoTable th.mainTitle {
	color: #78571e;
	font-size: 16px;
	border-bottom: 1px solid #c5b596;
}

.infoTable td {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #c5b596;
}

.infoTable td.lastCell {
	border-bottom: none;	
}

.infoTable td.noBorder {
	border-bottom: none;
}

.infoTable td.special {
	font-size: 12px;
}

.purchaseTickets {
	display: block;
	margin: 0 0 15px 0;
}

#partnersTable {
	margin: 0 auto;
	border: none;
}

#partnersTable td {
	padding: 10px;	
}

#partnersTable img {
	border: none;	
}

#wineriesTable {
	width: 100%;
	margin: 0 0 15px 0;
	color: #52301c;
	font-size: 14px;
}

#wineriesTable th {
	padding: 5px 0 5px 5px;
	text-align: left;
}

#wineriesTable th.mainTitle {
	color: #78571e;
	font-size: 16px;
	border-bottom: 1px solid #c5b596;
}

#wineriesTable th a {
	font-weight: normal;
}

#wineriesTable td {
	padding: 5px 0 15px 5px;
	border-bottom: 1px solid #c5b596;
}

#wineriesTable td.noBorder {
	border-bottom: none;
}

#wineriesTable td.special {
	font-size: 12px;
}

.eventTable {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 1.3em;
	color: #52301c;
	border: none;	
}

.eventTable th {
	padding: 0 0 5px 0;
	color: #78571e;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #c5b596;
}

.eventTable td {
	padding: 5px 0;
	border-bottom: 1px solid #c5b596;
}

#wineClub {
	width: 535px;
	margin: 20px 0 30px 0;
	padding: 15px;
	background: #f9f9f9 url(../images/bgWineClubCTA.jpg) left bottom no-repeat;
	border: 1px solid #d1d1d1;
}

#wineClub img {
	float: left;
	margin: 0 15px 0 0;
}

#wineClub strong {
	color: #333;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

#wineClub p {
	margin: 10px 0 0 0;
	color: #666;	
}

#contactForm table {
	width: 400px;
	font-size: 14px;
	line-height: 1.3em;
	color: #52301c;
	border: none;
}

#contactForm td {
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #c5b596;
}

#contestForm table {
	width: 400px;
	font-size: 14px;
	line-height: 1.3em;
	color: #52301c;
	border: none;
}

#contestForm td {
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #c5b596;
}

#contestForm ul {
	margin: 0;	
}

#contestForm li{
	padding: 0;
	background: none;
}

#wineForm {
	height: 400px;	
}

#wineForm table {
	width: 300px;
	font-size: 14px;
	line-height: 1.3em;
	color: #52301c;
	border: none;
}

#wineForm td {
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #c5b596;
}

.note {
	font-size: 11px;
	line-height: 1.2em;
}

.highlight {
	background: #ffffb0;
}

#rightColumn {
	float: left;
	position: relative;
	width: 275px;
}

#ctaContainer {
	position: absolute;
	top: 0;
	left: -10px;
}

#primaryCTAs img {
	margin: 0 0 5px 0;
}

#secondaryCTAs {
	width: 250px;
	margin: 20px 0 0 15px;
	padding: 10px;
	font-size: 14px;
	background: #ded5b7 url(../images/bgSecondaryCTA.gif) left bottom repeat-x;
	border: 1px solid #fef7e4;	
}

#secondaryCTAs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secondaryCTAs li {
	padding: 3px 0 3px 14px;
	background: url(../images/bulletCTA.gif) 0 4px no-repeat;	
}

#secondaryCTAs a {
	color: #6f5b22;	
}

#tertiaryCTAs {
	margin: 20px 0 0 15px;
	font-size: 12px;
}

#tertiaryCTAs ul {
	width: 270px;
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#tertiaryCTAs li {
	padding: 3px 0 3px 25px;
	background: url(../images/bulletTertiaryCTA.gif) 10px 5px no-repeat;
	border-bottom: 1px solid #a28d54;	
}

#tertiaryCTAs a {
	color: #59510a;	
}

#contentSpace {
	height:435px;
}



