@charset "UTF-8";
/* CSS Document */
/**************************************************************/
/*NORMALIZE ELEMENTS*/

/*Normalizes margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	}
	
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
	
/*Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/*Removes border and spacing from tables*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
	}

/*Left-aligns text in caption and th*/
caption, th {
	text-align: left;
	}
	
/*Removes quotation mark from q*/
q:before, q:after {
	content:'';
	}
	
/**********************************************************/
/*LAYOUT*/

html, body, #container {
	height: 100%;
}

body {
	background: #6E7CA9 url(/images/top-border.gif) repeat-x; 
}

#container {
	margin: 17px auto 0;
	padding: 17px 0 0;
	width: 1000px;
	position:relative;
	min-height: 100%;
	height: auto !important;
	background: transparent url(/images/bkgrd-grad.jpg) repeat-y; 
}

#container1 {
	background: #D8D9D1 url(/images/header-about.jpg) 2px 2px no-repeat;
	border: 1px solid #666666;
	margin:0px 48px 0px 246px;
	min-height:100%;
}

#container2 {
	margin:228px 2px 2px 2px;
	width: 698px;
	min-height:100%;
	height: auto !important;
	background: #FFFFFF;
	border: 1px solid #666666;
}

#header a {
	position: absolute;
	left: 56px;
	top: 45px;
	width: 385px;
	height: 50px;
	background: transparent url(/images/logo.png) no-repeat;
	z-index: 2;	
}

#header a b {
	display: none;
}

#content {
	padding: 10px 10px 5px 10px;	
	min-height: 300px;
}
/*\ IE/Win min height hack */ 
* html #content {height: 300px;} 
/* */ 

#flashHolder {
	clear:both;
	float: right;
	height: 225px;
	width: 323px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#footer {
	clear: both;
	background: transparent;
	margin: 0 50px 0 244px;
	text-align: left;
	padding: 6px 0px 6px 0px;
	height: 20px;
	vertical-align:middle;
}

#socialNetowrking {
	float: right;
	width: 150px;
	text-align: right;
}
#socialNetowrking img {
	margin-right: 4px;
}

/**********************************************************/
/*HEADER*/
#container.about #container1 {
	background-image:url(/images/header-about.jpg)
}

#container.estate #container1 {
	background-image:url(/images/header-estate.jpg);
	}
	
#container.vineyard #container1 {
	background-image:url(/images/header-vineyard.jpg);
}

#container.sustainable #container1 {
	background-image:url(/images/header-sustainable.jpg);
	}
	
#container.portfolio #container1 {
	background-image:url(/images/header-portfolio.jpg)
}

#container.contact #container1 {
	background-image:url(/images/header-contact.jpg);
	}
	
#container.vineyard #container1 {
	background-image:url(/images/header-vineyard.jpg);
}

#container.sustainable #container1 {
	background-image:url(/images/header-sustainable.jpg);
	}
	
#container.maillist #container1 {
	background-image:url(/images/header-mailing.jpg);
	}

#container.cabernet #container1 {
	background-image:url(/images/header-cab.jpg);
	}
	
#container.best #container1 {
	background-image:url(/images/header-best.jpg);
	}
	
#container.babyblue #container1 {
	background-image:url(/images/header-babyblue.jpg);
	}

#container.syrah #container1 {
	background-image:url(/images/header-syrah.jpg);
	}
	
#container.press #container1 {
	background-image:url(/images/header-press.jpg);
	}
	
#container.purchase #container1 {
	background-image:url(/images/header-purchase.jpg);
	}
#container.wineclub #container1 {
	background-image:url(/images/header-wineclub.jpg);
	}

/**********************************************************/
/*FORMS*/
form {
}
label {
	width: 100%;
	display: block;
	padding-bottom: 5px;
	vertical-align: middle;
}
.form_label {
	width: 35%;
	display: block;
	float: left;
	text-align: left;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.form_label_full {
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	background-color: #B3B4AD;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #666666;
	cursor:pointer;
	margin: 15px 0;
}
#submit hover {
	text-decoration: underline;
}
fieldset {
	padding: 15px;
	border: 1px solid #666666;
	background-color: #D8D9D1;
}	
.form_textInput {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	padding: 2px;
	width: 60%;
	color: #666666;
}
.form_textArea {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 98%;
}
	

/**********************************************************/
/*HOME*/
#container.home #container {
	margin: 17px auto 0;
	padding: 17px 0 0;
	width: 1000px;
	position:relative;
	min-height: 100%;
	height: auto !important;
	background: transparent url(/images/bkgrd-grad.jpg) repeat-y; 
}

#container.home #container1 {
	background: transparent url(/images/home-photo.jpg) no-repeat; 
	border: 0;
	margin-left:330px;
	height:500px;
}

#container.home #container1 #container2 {
	background-color: transparent; 
	border:0;
	margin:0;
}

#container.home #container1 #container2 #header a {
	left: 28px;
	top: 45px;
	width: 225px;
	height: 36px;
	background: transparent url(/images/home-logo.png) no-repeat;
}

#container.home #container1 #container2 #header a b {
	display: none;
}

#container.home #container1 #container2 #content {
	display:none;
}

#container.home #footer {
	clear:both;
	width: 503px;
	margin-left:330px;
	margin-right:118px;
}
/**********************************************************/
/*NAVIGATION*/

#left {
	width: 210px;
	position: absolute;
	top: 110px;
	left: 32px;
	padding-bottom: 0px;
}
#navleft {
	position:relative;
	padding: 0;
	margin: 0;
}
#navleft ul {
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	background: transparent;
}
#navleft li {
	display: block;
	float: left;
	width: 210px;
	padding: 3px 0px;
	color: #CCCCCC;
}
#navleft li a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	/*letter-spacing:1px;*/
	font:16px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform:uppercase;
	text-align:center;
}
#navleft li:hover  {
	background-color:transparent;
	color:#23408F;
	visibility: visible;
}
#navleft li a:hover  {
	color:#23408F;
	text-decoration: none; 
}

/**********************************************************/
/*TEXT*/

body,td,li,p {
	font: 12px Trebuchet MS, Helvetica, sans-serif; 
	color:#666;
}

p {
	padding-bottom: 12px;
}

a {
	color: #23408F; 
	text-decoration: underline;
}

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

a:link {
	color: #23408F;
}

a:visited {
	color: #1D357A;
}

a:active {
	color: #23408F;
}

h1 {
	font-weight: bold;
	color: #668F5D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 12px;
}

h2 {
	font-weight: bold;
	color: #6E7CA9;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-bottom:12px;
}

h4 { 
	font-weight: bold; 
	color: #666666; 
	font-size: 12px;
}

#footer p{
	padding-bottom:0;
	padding-top: 4px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	color: #4c4f57;
}
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}

.feedback {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #6E7CA9;
	font-size: 14px;
}
/******************************************/
/*TABLES*/

table {
	border: 1px solid #666666;
	
}
.tablehead {
	background: #B3B4AD;
	color: #666666;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666;
	
}
.tablerow1 {
	background-color: #E7E8DF;
	border-bottom: 1px solid #666;
}
.tablerow2 {
	background: #D8D9D1;
	border-bottom: 1px solid #666;
}
td {
	padding: 5px;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
}
#content ul {
	list-style-position: inside;
	list-style-type: disc;
}
.text-bold-large {
	font-size: 16px;
	font-weight: bold;
}
