/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a img
{
	border: none;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.image-left
{
	float: left;
	margin: 5px 10px 5px 0;
	border: 4px solid #eeeeee;
}

.image-right
{
	float: right;
	margin: 5px 0 5px 10px;
	border: 4px solid #eeeeee;
}

p
{
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 18px;
	text-align: justify;
}

ul
{
	padding: 0;
	margin: 10px 0;
	line-height: 18px;
}

.small
{
	font-size: 0.9em;
	line-height: 14px;
	color: #555555;
	text-align: left;
}

.smaller
{
	font-size: 0.8em;
	color: #555555;
	line-height: 12px;
	text-align: left;
}

h1, h2, h3, h4
{
	padding: 0;
	margin: 0;
}

h1
{
	position: relative;
	clear: both;
	width: 100%;
	height: 22px;
	padding: 10px 0 2px 0;
	font-size: 1.4em;
	font-weight: normal;
}

#right h2
{
	position: relative;
	clear: both;
	width: 100%;
	height: 10px;
	margin: 10px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}

#right h2 .bullet
{
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	margin-right: 5px;
	font-size: 0em;
}

#left h2
{
	position: relative;
	clear: both;
	width: 100%;
	height: 22px;
	padding: 10px 0 2px 0;
	margin: 0 0 5px 0;
	color: #888888;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: lowercase;
}

#right h3
{
	margin: 0 0 -5px 0;
	font-size: 1em;
	font-weight: bold;
}

#left h3
{
	margin: 0 0 -5px 0;
	font-size: 1em;
	font-weight: bold;
}

#left .bullet
{
	float: left;
	width: 5px;
	height: 5px;
	margin-top: 7px;
	margin-right: 5px;
	font-size: 0em;
}

#left .space
{
	float: left;
	width: 5px;
	height: 5px;
	margin-top: 7px;
	margin-right: 5px;
	background: #ffffff;
	font-size: 0em;
}

#left a:link, #left a:visited
{
	text-decoration: none;
}

#left a:hover, #left a:active
{
	text-decoration: underline;
}

#left ul
{
	padding-left: 20px;
}

#left ul li
{
	list-style: square;
}

#left .alt li
{
	padding: 0 0 10px 0;
}

#right ul
{
	padding-left: 20px;
}

#right ul li
{
	list-style: square;
	padding: 0 0 10px 0;
}


/* Layout */

#banner
{
	position: relative;
	width: 100%;
	min-width: 760px;
	height: 97px;
}

#banner #logo
{
	position: relative;
	width: 760px;
	height: 97px;
	margin: 0 auto;
	text-align: left;
}

#banner #logo h2
{
	font-size: 2em;
	font-family: Century Gothic;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 30px 0 0 0;
}

#banner #logo h1
{
	font-size: 3em;
	font-family: Century Gothic;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
	margin: -10px 0 0 0;
	padding: 0;
	letter-spacing: -0.05em;
}

#parent-wrapper
{
	position: relative;
	width: 100%;
	min-width: 760px;
	height: 220px;
	margin: 0 auto;
}

#content-wrapper
{
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

#top-navigation
{
	float: left;
	position: relative;
	height: 12px;
	width: 760px;
	margin-top: -22px;
	margin-bottom: 10px;
	text-align: right;
	color: #000000;
	font-size: 1.1em;
	line-height: 12px;
}

#top-navigation a:link, #top-navigation a:visited
{
	color: #000000;
	text-decoration: none;
}

#top-navigation a:hover, #top-navigation a:active
{
	text-decoration: underline;
}

#main-navigation
{
	float: left;
	clear: both;
	width: 740px;
	height: 27px;
	padding: 0 10px;
	font-size: 1.2em;
	color: #ffffff;
	background: #000000;
}

#main-navigation a:link, #main-navigation a:visited
{
	float: left;
	color: #ffffff;
	text-decoration: none;
	height: 19px;
	padding: 4px 10px;
}

#main-navigation a:hover, #main-navigation a:active
{
	float: left;
	color: #ffffff;
	text-decoration: none;
	height: 19px;
	padding: 4px 10px;
}

#header
{
	float: left;
	width: 760px;
	height: 193px;
}

#left
{
	float: left;
	width: 160px;
	padding: 0 20px 0 20px;
}

#right
{
	float: left;
	width: 520px;
	padding: 0 20px 5px 19px;
	border-left: 1px solid #cccccc;
}

#right table
{
	float: left;
	width: 100%;
}

#right thead
{
	font-weight: bold;
}

#right td
{
	vertical-align: top;
}

#right table tr td table
{
	width: 100%;
	padding: 5px 0;
	line-height: 18px;
}

#right table tr td table td
{
	padding: 0;
}

#right .events td
{
	padding-bottom: 10px;
}

#right .products
{
	width: 100%;
}

#right .products thead th
{
	padding: 4px 2px;
}

#right .products tbody td
{
	padding: 10px 2px;
	border-top: 1px solid #eeeeee;
}

#right .products tbody td img
{
	border: 4px solid #eeeeee;
}

#right .products tbody td p
{
	padding: 5px 0 2px 0;
}

#right .products tbody td span
{
	font-size: 0.9em;
	color: #888888;
}

#right .products tbody .price
{
	font-weight: bold;
	font-size: 1em;
	color: #222222;
}

#right .paging
{
	float: left;
	width: 100%;
	padding: 20px 0 5px 0;
	text-align: center;
}

#right .paging a
{
	padding: 2px 5px;
	margin: 0 2px;
	background: #eeeeee;
}

#right .paging .nonactive
{
	background: #c5c5c5 !important;
}

#content-left
{
	float: left;
	width: 255px;
	padding-top: 5px;
	padding-right: 5px;
	overflow: hidden;
}

#content-left p
{
	float: left;
	clear: left;
	width: 250px;
	margin: 5px 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

#content-right
{
	float: left;
	width: 250px;
	padding-top: 5px;
	padding-left: 10px;
}

#content-right-news
{
	float: left;
	width: 230px;
	padding: 0 10px 10px 10px;
	margin: 8px 0;
}

#content-right p
{
	float: left;
	width: 230px;
	margin: 5px 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

.list
{
	float: left;
	padding: 5px 0 5px 10px;
	line-height: 18px;
}

.list .bullet
{
	float: left;
	width: 5px;
	height: 5px;
	margin-top: 7px;
	margin-right: 5px;
	font-size: 0em;
}

#content-right #flash-player
{
	float: left;
	width: 240px;
}

#content-clear
{
	float: left;
	clear: left;
	width: 530px;
	padding: 10px 0 20px 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

#footer
{
	position: relative;
	width: 750px;
	padding: 10px 5px;
	margin: 0 auto;
	text-align: center;
}

#footer .links
{
	float: left;
	width: 750px;
	padding-bottom: 10px;
}

#footer .copyright
{
	float: left;
	width: 750px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	color: #444444;
	font-size: 0.85em;
	border-bottom: 1px solid #cccccc;
}

#footer .logo
{
	float: left;
	padding: 0 20px;
	margin: 10px 0;
}

#footer .logo img
{
	border: 0;
}


/* Wine section */

.wine {
    float: left;
    width: 100%;
}

.wine img {
    float: left;
}

.wine .right {
    float: right;
    width: 390px;
    padding-left: 10px;
}

.wine table {
	float:left;
	clear:left;
	font-size:0.8em;
	line-height:14px;
}

.wine table .left {
    width: 30%;
}


/* News */

.news li {
    padding: 0 !important;
}

.newsItemHead {
    cursor: pointer;
}

.newsItemHead span:hover {
    text-decoration: underline;
}


.newsItemBody {
    float: left;
    width: 458px;
    padding: 10px 20px;
    border: 1px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    margin: 10px 0 20px 0;
}


/* Misc classes & controls */

#soldout
{
	float: left;
	margin-bottom: -100px;
	width: 100%;
	height: 80px;
	background: URL(/images/soldout.gif) no-repeat center;
}

.featured-wine img {
    float: right;
}

.featured-wine table {
	float:left;
	clear:left;
	font-size:0.8em;
	line-height:14px;
	padding: 5px 0;
}

.featured-wine table .left {
    width: 30%;
}

#newsletter {
	float: left;
	width: 160px;
	padding: 10px 0;
}

#slideshow
{
	float: right;
	width: 250px;
	height: 200px;
	margin: 10px 0;
	overflow: hidden;
	border: 4px solid #eeeeee;
}

#slideshow img
{
	width: 250px;
	height: 200px;
}


/* Dave's added CSS starts here */

#manage
{
}
.form-field
{
	text-align: left;
}
.form-label
{
	text-align: right;
	vertical-align: text-top;
}
.form-button
{
	text-align: center;
}

#manage h2
{
	position: relative;
	clear: both;
	width: 100%;
	height: 22px;
	padding: 10px 0 2px 0;
	margin: 0 0 5px 0;
	color: #aaaaaa;
	font-size: 1.2em;
	font-family: Century Gothic, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
}

.message
{
	display: block;
	visibility: visible;
	/* padding: 10px 10px 10px 10px; */
	line-height: 30px;
	padding: 0px 10px 0px 37px; 
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: left top;
	color: #666;
	text-align: left;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
}
.warning
{
	background-color: #e5e2cf;
	background-image: url(../images/icons/warning.jpg);
	border: 1px solid #b68b3d;
}
.error
{
	background-color: #dac2be;
	background-image: url(../images/icons/error.jpg);
	border: 1px solid #790000;
}
.success
{
	/* float: right; */
	background-color: #dfe3d7;
	background-image: url(../images/icons/success.jpg);
	border: 1px solid #94a46f;
}

th { text-align:left; }

.FormLabel
{
    text-align: right;
}
.TechField
{
    width: 100px;
}
#adminright
{
	float: left;
	width: 520px;
	padding: 0 20px 5px 19px;
	border-left: 1px solid #cccccc;
}
#adminright table
{
	width:400px;
	text-align:center;
}
#adminright table td
{
	text-align:left;
}
#adminright table .adminButtonCell
{
	text-align:center;
}

#adminright input, #adminright textarea, #adminright select, #adminright option 
{ 
	font-size:0.9em; 
}

.module
{
	background-color: #DBE4ED;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width:450px;
}
.moduleBody
{
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left:10px;
	margin: 10px;
	width: 520px;
	position: relative;
}
.moduleHead
{
    cursor: pointer; 	
    /*float: left;*/
	width: 520px;
	padding-left:10px;
	color: #475766;
	font-size: 1.4em;
}
.moduleSubHead
{
	float: left;
	width: 160px;
	height: 22px;
	color: #aaaaaa;
	font-size: 1.2em;
	text-transform:lowercase;
}


.heading 
{
	float: left;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #475766;
	font-size: 1.4em;
}

.heading-bar 
{
	float: left;
	width: 520px;
	height: 2px;
	background: #b4c9db;
	font-size: 0;
}


/* Event Calendar */

#calendar
{
	float: left;
	width: 250px;
	margin-top: 10px;
	border: 4px solid #eeeeee;
	background: #ffffff;
}

#calendar td
{
	vertical-align: middle;
}

.event-calendar-selected-day
{
	background-color: #b4c9db!important;
	font-weight:bold;
	color:#ffffff;
}
.event-calendar-day
{

}
.event-calendar-selector
{
	background-color:#b4c9db;
	color:#ffffff;
}
.event-calendar-other-month-day
{
	background: #f4f4f4;
}
.event-calendar-other-month-day a:link, .event-calendar-other-month-day a:visited
{
	color: #555555!important;
}
.event-calendar-next-prev
{
	vertical-align:bottom;
	font-size: 0.8em;
	color: #b4c9db;
}
.event-calendar-day-header
{
	background-color:#b4c9db;
	font-size:0.8em;
	color: #ffffff;
}
.event-calendar-title
{
	height: 100%;
	font-size: 1.5em;
	font-weight:bold;
	background: #ffffff;
}
.event-calendar-event-day
{
	background-color:#4b759b;
}
.event-calendar-event-day-selected
{
	background-color:#b4c9db!important;
}
.event-calendar-event-day a:link, .event-calendar-event-day a:visited
{
	color: #ffffff !important;
}
.event-calendar-event-day-other-month
{
	background-color:#4b759b;
}

#event-listing-loading
{
	color: #820202;
	font-weight: bold;
	margin-bottom: 2px;
}
.eventListing
{
	float: left;
	width:520px;
}
.eventListing p
{
	color: #222222;
}
.event-date
{
	float:left;
	width:200px;
	font-size: 0.9em;
}
.event-time
{
	float:left;
	font-size: 0.9em;
}
.event-text
{
	/* float:left; */
	/* width:520px; */
}
.event-text p 
{
	float:none;
	width: auto;
	margin: 5px 0;
	color: #475766;
	line-height: 18px;
	text-align: justify;
}
.event-link
{
	float:left;
	width:520px;
}
.event-image
{
	float:right;
	margin-left:15px;
}
.event-upcoming-label
{
}
#newsletterArchive
{
	float: right;
	width: 130px;
	font-size: 0.85em;
	color: #475766;
}

.bubbleTalkerText
{
    line-height: 11px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 0;
    margin: 0;
    font-family: Trebuchet MS; 
    /*
    border-style:solid;
    border-color:Black;
    border-width:thin;
*/

}
.bubbleTalkerTextOver
{
    line-height: 11px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 0;
    margin: 0;
    font-family: Trebuchet MS; 
	color:#4b759b;
}
.bubbletalkers 
{
	float: left;
	padding: 10px 0;
}
.wineTypeListHead
{
	cursor:pointer;
}
.wineTypeListBody
{
}
.award-content 
{
	width:500px;
	color:Yellow;
}

#award-content {
	float: left;
	width: 510px;
	padding-top: 5px;
	padding-right: 5px;
	overflow: hidden;
}

#award-content p {
	float: left;
	clear: left;
	width: 500px;
	margin: 5px 0;
}

.wineclub-option-description-list
{
padding-left:30px;	
}
.wineclub-option-description 
{
	color: #272627;
	float: left;
	padding: 5px 0 10px 0;
	line-height: 18px;

width:100%;
display:block;
	
}

.wineclub-option-description .bullet 
{
	float: left;
	width: 5px;
	height: 5px;
	margin-top: 7px;
	margin-right: 5px;
	background: #4b759b;
	font-size: 0em;
}
.wineclub-option-description .space 
{
	float: left;
	width: 5px;
	height: 5px;
	margin-top: 7px;
	margin-right: 5px;
	background: #ffffff;
	font-size: 0em;
}
.wineclub-options-table
{

 margin-left:30px;
 margin-right:30px;
 margin-top:30px;
}

.wineclub-options-table td 
{
	color: #820202;
	font-size: 1.1em;
	font-weight: bold;
}





.wineclub-options-table td  .bullet 
{

display:inline-block;
float:left;
	width: 10px;
	height: 10px;
	margin-top: 4px; 
	margin-right: 5px;
	background: #820202;
	font-size: 0em;