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

html * {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
}

table tr td {
	padding: 5px;
	font-size: 11px;
}

img {
	border: none;
}

/* SUBSITE FOOTERNAV */
#subsite_footer {
	clear: both;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	z-index: 25;
	margin-top: 95px;
}

/* SEARCH RESULTS */
.search_item, .search_item_alt {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.search_title, .search_title_alt {
	font-size: 14px;
	font-weight: bold;
}

.search_date, .search_date_alt {
	color: #b28642;
}

.search_text, .search_text_alt {

}

/* CONTACT_US:START */
#contact_us_container {
	background-image: url(/img/contactus/bg.gif);
	background-repeat: no-repeat;
	float: left;
	
	padding: 10px;
	width: 532px; /* 522px - 20px */
	height: 302px; /* 322px - 20px */
	
	margin-right: 25px;
}

#contact_us_container a, #contact_us_container a:link, #contact_us_container a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#contact_us_container a:hover {
	color: #000;
	text-decoration: underline;
}

#contact_us_container table tr td, #contact_us_container table tr th {
	padding: 0px;
	color: #000;
	font-weight: bold;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
	font-size: 11px;
}

.contactus {
	font-weight: normal;
	border: none;
	padding-top: 4px;
	padding-left: 5px;
	height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-color: #999999;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contactus_468 {
	background-image: url(/img/contactus/box_468x25.gif);
	width: 463px;
}

.contactus_468_err {
	background-image: url(/img/contactus/box_468x25_err.gif);
}

.contactus_223 {
	background-image: url(/img/contactus/box_223x25.gif);
	width: 218px;
}

.contactus_223_err {
	background-image: url(/img/contactus/box_223x25_err.gif);
}

.contactus_155 {
	background-image: url(/img/contactus/box_155x25.gif);
	width: 150px;
}

.contactus_155_err {
	background-image: url(/img/contactus/box_155x25_err.gif);
}

.contactus_530 {
	background-image: url(/img/contactus/box_530x151.gif);
	width: 525px;
	height: 151px;
	resize: none;
}

.contactus_530_err {
	background-image: url(/img/contactus/box_530x151_err.gif);
	resize: none;
}

/* CONTACT_US:STOP */


/* STOREVIEW */
#itinerary_add {
	background-image: url(/img/cal/buttons/iterinary_add.png);
	background-repeat: no-repeat;
}

#itinerary_remove {
	background-image: url(/img/cal/buttons/itinerary_remove.png);
	background-repeat: no-repeat;
}

#my_itinerary {
	background-image: url(/img/cal/buttons/my_itinerary.png);
	background-repeat: no-repeat;	
}

#gps_data {
	background-image: url(/img/cal/buttons/gps_data.png);
	background-repeat: no-repeat;
}


/* STOREVIEW LOGO */
.storeview_logo {
	background-image: url(/img/storeview/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 385px;
	height: 167px;
}

.subnav {
	margin-top: 10px;
}

.subnav tr td {
	padding: 0px;
	margin: 0px;
}

.brown_underline {
	border-bottom: 1px solid #b28642;
}

.brown_overline {
	border-top: 1px solid #b28642;
}

form {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #fff;
	
	/* DEFAULT FONT SETTINGS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* IMAGE ALIGNING */
.right_image {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}

.left_image {
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
}

/* CONTAINERS */
#container {
	margin: 0 auto;
	margin-top: 15px;
	width: 960px;
	text-align: left;
	
	font-size: 11px;
}

#header {
	background-image: url(/img/header.png);
	background-position: top center;
	height: 100px;
}

.topblock {
	width: 259px;
	height: 91px;
	margin-top: 9px;
	/*background-image: url(/img/topblocks/block.png);*/
	background-repeat: no-repeat;
	overflow: hidden;
}

#topblock_left {
	float: left;
	padding-left: 9px;
	text-align: left;
}

#topblock_right {
	float: right;
	padding-right: 9px;
	text-align: right;
}

#toplogin {
	position: absolute;
	z-index: 2;
	margin-top: 9px;
	margin-left: 828px;
	display: none;
}

#home_button {
	margin-left: 6px;
	background-image: url(/img/buttons/button_home.png);
}

#facebook_button {
	/*display: none;*/
	margin-right: 3px;
	padding-right: 2px;
}

#nav_container {

}

#nav {
	background-image: url(/img/nav_bg.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	height: 22px;
	width: 900px;
}

#nav ul, #nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float:left;
}

#nav ul li {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#container2 {
	margin: 0 auto;
	width: 980px;
}

#content_container_top {
	background-image: url(/img/rounded/content_container_top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 8px;
}

#content_container_bot {
	background-image: url(/img/rounded/content_container_bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 8px;
	margin-top-2px;/*NOTE: used to fix a break between the body and the rounded bottom part*/
}

#content_container {
	background-color: #666666;
	padding-bottom: 80px;
}

#search_container {
	float: right;
	height: 22px;
	margin-left: 8px;
	margin-right: 5px;
}

#search_box {
	background-color: #000;
	background-image: url(/img/search_bg.png);
	background-repeat: no-repeat;
	padding-left: 2px;
	padding-top: 2px;
	width: 200px;
	height: 16px;
	border: 0;
	color: #CCCCCC;
	font-size: 11px;
	margin-top: 1px;
}

#search_button {
	margin-top: -2px;
}

/* CONTENT */
#content {
	/* CONTENT FONT SETTINGS */
	/*padding: 15px;*/
	text-align: left;
}

#content a, #content a:link, #content a:visited {

}

#content a:hover {

}

#content p {
	padding-bottom: 8px;
}

/* FOOTER */
#footer_container {
	margin: 0 auto;
	width: 980px;
	height: 30px;
	padding-top: 10px;
}

#footer_right {
	float: right;
	text-align: right;
}

#footer_left {
	float: left;
}

/* BOTTLE RELATED */
#bottles_container {
	margin: 0 auto;
	text-align: center;
	/* width: width of bottles + padding * number of bottles _(see: /js/moo.js)_ */
}

#bottles_container img {
	border: none;
}

.bottle {
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -120px;
}

.bottle-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
	border: 1px solid #000;
}
 
.bottle-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 4px;
	background-color: #333333;
	color: #fff;
	text-align: left;	
	border-bottom: 2px solid #000;
}
 
.bottle-text {
	font-size: 11px;
	padding: 4px;
	background: #fff;
	color: #666666;
	text-align: center;
}

/* HREF */
a, a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* PARAGRAPH */
p {
	margin: 0;
	padding: 0;
}

/* HEADINGS */
h1 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

h1.heading {
	color: #b28642;
	border-top: 1px solid #b28642;
	border-bottom: 1px solid #b28642;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
}

h1.event_heading {
	color: #b28642;
}

h1.heading a:link, h1.heading a:visited {
	text-decoration: none;
}

h1.heading a:hover {
	text-decoration: none;
}


h2.event_date {
	color: #D6D6D6;
}

h1.heading_short {
	color: #b28642;
	border-top: 1px solid #b28642;
	border-bottom: 1px solid #b28642;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
}

h2 {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 4px;
}

h3 {

}

h4 {

}

h5 {

}

h6 { 

}

/* SCROLLBAR RELATED */
#content_scroll {
	height: 370px;
	width: 413px;
	float: left;
	overflow: hidden;
}

#content_boxer {

}

#event_scroll_bg {
	height: 120px;
	width: 310px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/img/cal/event_scroll_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#event_scrollbar {
	margin-top: 10px;
}

#event_scroll {
	height: 110px;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}

#event_boxer {

}

#event_boxer p, #event_boxer h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	clear:both;
}

#event_boxer p {
	color: #000;
}

#cal_boxer {
	height: 240px;
}

.scrollbar-vert{
	margin-left: 4px;
	height: 370px;
	width: 15px;
	float:left;
	background-color: #cccccc;
	background: url(/img/scrollbar/scrollerbg.png) no-repeat;
}
.handle-vert{
	height: 100px;
	width: 15px;
	background: url(/img/scrollbar/scroller.png) no-repeat;
}

.event-vert{
	margin-left: 4px;
	height: 130px;
	width: 15px;
	float:left;
	background-color: #cccccc;
	background: url(/img/scrollbar/eventscrollerbg.png) no-repeat;
}
.eventhandle-vert{
	height: 60px;
	width: 15px;
	background: url(/img/scrollbar/eventscroller.png) no-repeat;
}


/* NEWS RELATED */
/* #b28642; -- BROWN */
/* #ebebeb; -- LITE GREY */
/* #3a3a3a; -- BLACKISH */

.news_archive_title {
	color: #b28642;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

.news_archive_date {
	color: #000;
	font-size: 11px;
	padding-bottom: 3px;
}

.new_archive_story {
	color: #ebebeb;
	font-size: 12px;
	text-align: justify;
}
.cal_eventdate {
    float:left;
}
.cal_readmore {
    float: right; 
    margin-left: 15px;
}
.readmore:link, .readmore:visited {
	float: right;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.readmore:hover {
	color: #fff;
	text-decoration: underline;
}

.pagination {
	float: right;
	padding-right: 10px;
}

.paginate, .paginate_active {
	background-image: url(/img/pagination/bg.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	text-align: center;
	
	width: 20px;
	height: 20px;
	
	float: left;
	margin-right: 3px;
}

.paginate_active {
	background-image: url(/img/pagination/bg_active.gif);
}

.paginate_active a, .paginate_active a:link, .paginate_active a:visited, .paginate a, .paginate a:link, .paginate a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.paginate_active a:hover, .paginate a:hover {
	color: #fff;
	text-decoration: none;
}
#mr-gallery-inner {
	width:450px;
}
#gallery-mask {
	top: 0pt; 
	position: absolute; 
	background-image: url(/images/gallery/icewine-Overlay.png); 
	height: 350px; 
	width: 450px; 
	background-repeat: no-repeat;
	z-index:10; 
}
 
.tip-title {
	background: transparent url(/img/bubble.png) repeat scroll left top;
	background-repeat:no-repeat;
	padding: 10px 10px 5px 10px;
}
.tip-text {
	background:transparent url(/img/bubble.png) repeat scroll right bottom;
	background-repeat:no-repeat;
	padding: 5px 10px 10px 10px;
}
.tip-text,
.tip-title {
	width:120px;
	color:#ffffff;
}
.tip-wrap {
	z-index:10;
}
.invisible {
	display:none;
}
#mr-gallery {
	margin-left:10px;
	margin-bottom:10px;
}
#searchbox {
	width:170px;
}
#nav {
	width:870px;
}
#followus a {
	padding-right:5px;
}
#generic-tickets {
	width: 700px;
}
#generic-tickets th {
	text-align:right;
}

#generic-tickets .def_field {
	width:200px;
}
#generic-tickets .def_field_ddl {
	width:203px;
}
#generic-tickets .def_field_textarea {
	height:100px;
	width:550px;
}
.errmsg {
	color:red;
	font-size:14px;
}
#search_container #search_button {
	width:18px;
	height:18px;
}

.show-poll .input {
	float:left;
	width:150px;
	margin-right:10px;
	margin-bottom:12px;/*NOTE: added Jul 6 2010*/
}
.show-poll .input .poll_opt_text,
.show-poll .input .poll_opt {
	float:left;
}
.show-poll .input .poll_opt {
	margin-right:5px;
	width:15px;
}
.show-poll .input .poll_opt_text {
	width:125px;
}
/*positioning the image for the link to SCENE*/
/*#poll+div{
	width:452px;
	height:108px;
	float:right;
position:relative;
bottom:100px;


}*/
.break {
	clear:both;
}
/*NOTE: added jul 6 2010*/

/*#poll {height:444px; }*/


#poll .image{
	/*float:right;*/
	max-width:452px;
	max-height:302px;
	height:expression(this.width>452?452:true);
	height:expression(this.height>302?302:true);
}
#show_poll{
	width:330px;
	float:left;
}
#poll .bottom input{
     border:none;
	 background-color:none;
	 color:#FFF;
	padding-bottom:7px;
	padding-top:5px;
	 width: 136px ;
	
	background-image:url(/images/iceWineSubmitBack.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
#poll .bottom input:hover{
	cursor:pointer;
}

.inner-poll{
	width:100%;
	float:left;
	height:465px;
}
#flashChart{float:right;}

#resultsContainer{
	width:180px;
	float:left;
	clear:both;}

#resultsText{float:left;
max-width:160px;}

#resultsText br{
	margin-bottom:10px;
}

.polls_name{
	margin-bottom:15px;
	font-size:1.3em;
	width:160px;
	float:left;
}
#resultContainer{
	float:left;
}

/*added but may have to move to other css*/
#content-left{float:left; width:320px;}
#content-right{float:right;}
