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

/* layout */
body
	{
		margin: 0;
		padding: 0;		
		background: url(../images/bg_slice.png) repeat-x;
		background-color: #CBC7B0;
	}
	
	

#container
	{
		/*background: url(../images/bg_cont.png) no-repeat top; */
		/*background-color:#333333;*/
		
		width: 912px;
		margin: 0 auto;
		padding:0;
		min-height:600px;			
	}	
#main_top
	{		
		margin: 0;
		padding:0;
		width: 912px;
		height:200;
		min-height: 387px;	/* Height is 387px to bring footer to bottom white line */
		/*position:relative; 	 Define position of #main so we can absolutely position elements within it */
		/*background-color:#000000;*/
		
	}
#main
	{		
		margin: 0;
		padding:0;
		width: 912px;
		height:auto !important;
		min-height: 387px;	/* Height is 387px to bring footer to bottom white line */
		/*position:relative; 	 Define position of #main so we can absolutely position elements within it */
		/*background-color:#000000;*/
		
	}
#left
	{
		background: url(../images/bg_content.gif) no-repeat;
		background-color:#FFFFFF;
		width:678px;
		float:left;
		min-height: 387px;
	}
#pix_space
	{
		width:1px;
		float:left;
		min-height: 387px;	
	}	
#right
	{
		/*background: url(../images/img_0.jpg) no-repeat;*/
		/*background-color:#FFFFFF;*/
		width:233px; 
		float:left;
		overflow:visible;
		/*height:100%;*/
		/*min-height: 387px;	*/
	}
#page_title
	{
		width:308px; 
		height:128px;
	}
#col_left
	{
		width:216px; 
		float:left; 
		padding-left:30px; 
		padding-top:10px;
		overflow:visible;
	}
#col_left_bigger
	{
		width:600px; 
		float:left; 
		padding-left:30px; 
		padding-top:10px;
		overflow:visible;
	}
#col_left_register
	{
		width:450px; 
		float:left; 
		padding-left:66px; 
		padding-top:104px;
	}
	
#col_right
	{
		width:308px; 
		float:left; 
		padding-left:88px; 
		padding-top:30px;
	}
#col_right_wineries
	{
		width:308px; 
		float:left; 
		padding-left:88px; 
		padding-top:80px;
	}
#col_right_winedr
	{
		width:308px; 
		float:left; 
		padding-left:88px; 
		padding-top:80px;
	}		
#col_right_text
	{
		width:216px;
	}
#flash
	{
		
	}	
#footer
	{
		/*background: url(../images/bg_foot.png) no-repeat;*/
		padding-top:1px;
		height: 221px;
		text-align:center;	
		
	}
#header
	{		
		height: 35px;
		z-index: 10;
		float:none;
		margin:0;
		padding:0;	
	}
#menu_item
	{
		/*background: url(../images/bt_menu_item_0.png) no-repeat;*/
		width: 88px;
		height: 31px;
		text-align:center;
		padding-top:10px;
		float:left;
		display:block;
		margin-bottom:-10px;
	}
#menu_item:hover
	{
		background: url(../images/bt_menu_item_1.png) no-repeat;
	}	
#head_phone
	{
		 padding-left:120px; 
		 float:left; 
		 padding-top:10px;
		 font-size:13px; 
		 font-family:Arial, Helvetica, sans-serif;
		 color:#FFFFFF;
	 }

#right li{
	list-style: square ;
	padding-bottom:10px;
	}	




	
/* typography */
body
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		color: #CCCCCC;
		line-height:18px;
	}
p
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		color: #393939;
		line-height:18px;
		text-align: justify;
	}
.bodycopy
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		color: #393939;
		line-height:18px;
		text-align: justify;
	}
.rightpanelcopy
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 11px;
		color: #393939;
		line-height:18px;
		text-align: left;
	}	
.letter
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 30px;
		line-height:32px;
		color: #393939;
	}
.subtitle
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 14px;
		color: #7e201a;
		/*color: #393939;*/
		text-align:left;
	}
.rightpanel_promo
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		color: #7e201a;
		/*color: #393939;*/
		text-align:left;
	}
.subtitle_dark
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 14px;
		/*color: #7e201a;*/
		color: #393939;
		text-align:left;
	}
.footer
	{
		font-family: "LucidaGrande", "Lucida Sans", Arial, Helvetica, Sans-serif;
		font-size: 8px;
		color: #888575;
		line-height:11px;
		text-align:center;
	}
	
#menu_item, #menu_item a
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 9px;
		color: #d7d7d7;
		text-decoration:none;
	}
#menu_item a:hover
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 9px;
		color: #ffffff;
		font-weight:bold;
		text-decoration:none;
	}
	
	

ul{
	color: #333333;
}

li{
	color: #333333;
}
	
body a
	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		color:#990000;
		text-decoration: none;
	}
	
body a:hover
	{
		color: #333333;
		text-decoration: underline;
	}
#apanel_links a
	{
		font-family: "LucidaGrande", "Lucida Sans", Arial, Helvetica, Sans-serif;
		font-size: 11px;
		color: #CCCCCC;
		text-decoration: none;
		line-height: 12px;
	}
#footer a
	{
		font-family: "LucidaGrande", "Lucida Sans", Arial, Helvetica, Sans-serif;
		font-size: 11px;
		color: #2e3032;
		text-decoration: none;
	}
	
.highlight
	{
	color: #b5b725;
	text-decoration: none;
	}
	
#footer a:hover, #apanel_links a:hover
	{
		color: #b5b725;
		text-decoration: underline;
	}
	
#footer a.instate, #apanel_links.instate
	{
		color: #b5b725;
		text-decoration: underline;
	}
	
.article_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 18px;
	color:#666666;
	padding-left:100px;
	width: 100%;
}

.article_header_red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 18px;
	color:#990000;
	width: 100%;
}
	
/*input, textarea, select, checkbox
	{
	font-family: "LucidaGrande", "Lucida Sans", Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	border: #666666 thin solid;
	padding: 2px;
	}


.formbox_error
	{
	font-family: "LucidaGrande", "Lucida Sans", Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#333333;
	border: #FF6600 thin solid;
	padding: 2px;
	}


.btn_submit{
	border: #ffffff none;
	background:none;
}*/

#form_layout_main {
	background-image:url(../images/form-top.png); 
	width: 626px; 
	padding:14px;
	float:left;
	overflow:hidden;
	
}
#form_layout_foot {
	background-image:url(../images/form-bottom.png); 
	width: 654px; 
	height:20px;
	float:left;
	overflow:hidden;
	vertical-align:top;
}
	
.input-text, textarea {
	padding:2px;
	font:13px/1.5 Arial, Helvetica, sans-serif;
}
.input-text:focus, textarea:focus {
	color:#000;
}
textarea {
	overflow:auto;
}
.input-text.hinted {
	color:#888;
}
#name-field {
	width:624px;
	padding-bottom:1.7em;
	margin-bottom:1.5em;
	background:url(../images/form-hr.gif) repeat-x 0 100%;
}

.field {
	
	color:#393939;
}

.field2 {
	float:left;
	clear:both;
	width:100%;
	padding-bottom:2em;
	color:#393939;
}

.field label {
	float:left;
	width:140px;
	padding:3px 10px;
	text-align:right;
}
.field .long {
	width:500px;
}
.field .short {
	width:80px;
}
.field select, .field option {
	font:12px/18px Arial, Helvetica, sans-serif;
}
.field select {
	margin-right:1em;
	margin-top:1px;
	padding:1px .7em 1px .2em;
}
.field option {
	padding:0 .5em;
}
	

/* SIFR STYLES */

.sIFR-flash 
	{
		visibility: visible !important;
		margin: 0;
	}

.sIFR-replaced 
	{
		visibility: visible !important;
	}

span.sIFR-alternate 
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] 
	{
  		display: none !important;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 
	{
		visibility: hidden;
		font-size: 26px;
		line-height: 17px;
		height: 30px;
		padding-bottom:10px;
	}
	
h1 
	{
	font-family: "LucidaGrande", Arial, Helvetica, Sans-serif;
	color: #232425;
	font-size: 26px;
	line-height: 17px;
	height: 30px;
	}	
	
