/*--  Site Colors --*/
/* -- Gold = #CC9900, Lite gold = #F5E2A7, Sky Blue = #C3D8F3, Red wine = #6E1B29 , lite red wine = #FDF4F7  -- */

/* -------- main menu section ------------- */
.menuListItem {
	font-size: 13px;
	line-height: 125%;
}

#mainMenu  {
	background-color: #FFFFFF;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 170px;
	height: 360px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 100;
	overflow: hidden;
	}
#mainMenu ul {
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
	}
#mainMenu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#mainMenu ul li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#mainMenu a:link {
	text-decoration: none;
	}
#mainMenu a:visited {	
	text-decoration: none;
	}
#mainMenu a:hover {
	text-decoration: none;
	background-color: #F5E2A7;
	}
#footerMenu-left {
	left: 130px;
	top: 0px;
	position: absolute;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 100;
	overflow: hidden;
}
#footerMenu-left ul {
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
	}
#footerMenu-left ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#footerMenu-left a:link {
	text-decoration: none;
	}
#footerMenu-left a:visited {	
	text-decoration: none;
	}
#footerMenu-left a:hover {
	text-decoration: none;
	background-color: #F5E2A7;
	}
#footerMenu-right {
	right: 130px;
	top: 0px;
	position: absolute;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 100;
	overflow: hidden;
}
#footerMenu-right ul {
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
	}
#footerMenu-right ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	}	
#footerMenu-right a:link {
	text-decoration: none;
	}
#footerMenu-right a:visited {	
	text-decoration: none;
	}
#footerMenu-right a:hover {
	text-decoration: none;
	background-color: #F5E2A7;
	}
/* ------------- end of main menu section ----------- */
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C3D8F3;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-indent: 00px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul {
	list-style-type: circle;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	vertical-align: text-bottom;
	list-style-type: disc;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*  CLASSES  */
	
.floatRight {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.floatLeft {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
.centerImage  {
	margin-left: auto;
	margin-right: auto;	
	display: block;
}

img {
	border: 0px;
}
.centerTextImage { 
    vertical-align: middle;
}
.colorBox {
	background-color: #FDF4F7; 
	padding: 10px;	
}
.border {
	border-style: double;
	border-width: 7px;
	border-color: #FF0000;
	padding: 5px;
}

.heading {
	font-size: 14px;
	font-weight: bold;
}
.columns {
	position: relative;
	width: 530px;
	padding-bottom: 20px;
}
.rightCol {
	float: right;
	width: 240px;
	padding: 5px;
}
.leftCol {
	width: 240px;
	float: left;
	padding: 5px;
}
/* Used in lists for minor headings. */
.strong {
	font-weight: bold;
}

.TM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#contentWrapper {	
	width: 980px;
	top: 4px;
	height: 1460px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	left: 0px;
	top: 0px;
	width: 970px;
	height: 70px;
	position: absolute;
	background-image: url(images/header_bkgrd.jpg);
	background-repeat:repeat-x;
	background-color: #CC9900;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 1;
}
#header_title {
	left: 0px;
	width: 970px;
	top: 20px;
	position: absolute;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
	z-index: 10;	
}
#pageTitle {
	width: 970px;
	bottom: 10px;
	color: #000000;
	text-align: center;
	font-size: 16px;
	position: absolute;	
}

#logo {
	position: absolute;
	visibility: visible;
	left: 10px;
	z-index: 3;
	width: 210px;
	height: 75px;
	top: 20px;
}

#footer {
	height: 80px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 5px;
	position: absolute;
	width: 970px;
	bottom: 0px;
	z-index: 2;
}
#copyright {
	bottom: 0px;
	position: absolute;
	width: 970px;
	text-align: center;
}

/* Remove the blue link box from around the images. */
#bannerTop a:link {
	color: #FAF6EB;
	text-decoration: none;
	}
#bannerTop a:visited {
	color: #FAF6EB;
	text-decoration: none;
	}
#bannerTop a:active {
	color: #FAF6EB;
	text-decoration: underline;
	}
	

/* Content sections*/

#mainContent {
	left: 0px;
	top: 100px;
	width: 768px;
	height: 1100px;
	position: absolute;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 3;
	overflow: auto;
}
#centerSection {
	position: absolute;
	top: 100px;
	left: 248px;
	height: 1100px;
	width: 525px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 2;
	overflow: auto;
}
#leftSidebar {
	left: 0px;
	top: 100px;
	position: absolute;
	width: 220px;
	height: 1280px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
}
#rightSideBar  {
	background-color: #FFFFFF;
	right: 0px;
	position: absolute;
	top: 90px;
	width: 182px;
	height: 1200px;
	overflow: hidden;
	z-index: 10;
	}
#rightSideContainer {
	position: absolute;
	top: 380px;
	right: 0px;
	width: 182px;
}
#newsletters {
	top: 10px;
	position: absolute;
	margin-bottom: 30px;
}
#rightSideAd {
	top: 170px;
	right: 0px;
	height: 420px;
	position: absolute;
}
#socnets {
	top: 700px;
	padding-top: 20px;
	padding-left: 10px;
	position: absolute;
}
#feedbackApp {
	bottom: 10px;
	position: absolute;
	margin-top: 15px;
	margin-bottom: 15px;
}
#feedbackForm {
	width: 500px;
}
#videoSection {
	top: 360px;
	left: 10px;
	position: absolute;
	z-index: 100;
}
#container {
	width: 780px;
	height: 470px;
}
/* Depreciated - remove when all wineries pages remodeled for video */
#wineryPageInstructions {
	top: 0px;
	left: 0px;
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
}

/* Wine region pages */

#eventsWidgetRegions {
	width: 500px;
	left: 0px;
	height: 250px;
	position: relative;
	overflow: auto;
	border-style:solid;
	border-width:2px;
	padding: 10px;
	border-color: #DDDDDD;
}
#event_list{
	display: block;
    float: left;
    width: 100%;
}

/* REGION ADS SECTION */


#regionAds {
	top: 95px;
	left: 0px;
	width: 820px;
	height: 152px;
	position: absolute;
	background-color: #FFFFFF;
}

/* ad table */

.column1  {
	top: 0px;
	left: 10px;
	position: absolute;	
}
.column2  {
	top: 0px;
	left: 310px;
	position: absolute;	
}


