@import url("filter.css");
/*common styles for all pages*/
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #403B2D;
}


p  {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1F1B1D;
	font-size:75%;
	margin-top:0px;
	margin-bottom:8px;
	line-height: 130%;
	
}
td {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1F1B1D;
	font-size:75%;
	margin-top:0px;
	margin-bottom:8px;
	line-height: 130%;
}

h1  {
	font-size:90%;
	color:#882410;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
td h1  {
	font-size:120%;
	color:#882410;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
td h2 { 
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 6px;
	color:#882410;
}
td p, td li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1F1B1D;
	font-size:100%;
	margin-top:0px;
	margin-bottom:8px;
	line-height: 130%;
	
}
h2 {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 6px;
	color:#882410;
}
h3 {
	font-size: 80%; 
	margin-top: 1em;
	margin-bottom: 6px; 
}
 

ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* clear: both; */
}

li   { /*body lists*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1F1B1D;
	font-size:75%; 
	line-height: 130%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.42em;
	padding-left: 0.7em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
ul.second {
	margin-left: 10px;
}

#pagetitle h1 { /*use this style for the individual page titles that appear
under the script section title*/
	font-size:100%;
	color:#882410;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: -2px;
}
 
a:link  {
	color:#882410;
	text-decoration:underline;
}

a:visited  {
	color:#67621C;
	text-decoration:underline;
}
a:hover  {
	color:#67621C;
	text-decoration:underline;
}
/*divs used for position*/
#wrapper  {
	width: 800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/background_top_content.gif);
	background-repeat: repeat-y;
}

#topBanner  { /*includes the very top navigation the logo and little turkey*/
	width: 800px;
	height: 98px;
	background-color:#FAF8DC;
	background-image:url(../images/background_top_banner.gif);
	background-repeat:no-repeat;
}

#topNav  {  /*this is the div for the very top navigation*/
	width:260px;
	height:90px;
	float:right;
	text-align: right;
}

#navbar  { /*this div holds the navigation that has the dropdowns*/
	width:800px;
	height: 26px;
	background-color: #882410;
	position: relative;
}

#topPicture  { /*this is used only on the top page, the picture of the winery*/
	width:800px;
	height:237px;
}

#content  {/*this div holds the left column, main text and right column on the top page only*/
	width:768px;
	padding-left:16px;
	padding-right:16px;
	padding-top:0px;
}

#contentSecond  {/*this div holds the left column, main text on the secondary pages*/
	width:768px;
	padding-left:16px;
	padding-right:16px;
	padding-top:0px;
	background-image:url(../images/background_content_second.jpg);
	background-repeat: no-repeat;
}

#leftCol  {/*this div holds the left column only on the top page*/
	width:200px;
	float:left;
}

#leftColSecond  {/*this div holds the left column on the secondary pages*/
	width:200px;
	margin-top:70px;
	float:left;
}

#infobox  {/*these divs holds the text in the left column on the top page*/
	width:200px;
	padding-bottom:10px;
	padding-top:8px;
}

#infobox p { /*styles the paragraphs in the div above*/
	font-size:75%;
	padding-right: 65px;
	padding-left: 9px;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 130%;
}

 
#secondInfobox  {/*this div holds the text in the left column on the secondary page*/
	width:178px;
	padding-bottom:10px;
	padding-top:8px;
	background-image:url(../images/background_left_column.jpg);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-right:10px;
}
#secondInfobox ul   { /*body unordered list for the sectional navigation on secondary pages*/
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#secondInfobox li   { /*body lists for the sectional navigation on secondary pages*/
	color: #58472D;
	margin-left: 0px;
	background-image: url(../images/arrow_second_nav.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 0.9em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 120%;
}
#secondInfobox li.selected  {
	color: #FCFCFC;
}
#secondInfobox a:link  {
	color:#58472D;
	text-decoration:none;
}

#secondInfobox a:visited  {
	color:#58472D;
	text-decoration:none;
}

#secondInfobox a:hover  {
	color:#FCFCFC;
	text-decoration:none;
}

 
 

#textarea  {/*div that holds the text on the top page*/
	width:538px;
	float:right;
	padding-top:30px;
}

#textareaSecond  {/*div that holds the text on the secondary pages*/
	width:538px;
	float:right;
}

#pagetitle  {/*div that holds the script image sectional heads and .html text page titles*/
	float:right;
	text-align:right;
	width: 538px;
	margin-bottom: 0px;
	clear: both;
	margin-top: 70px;
}



#rightCol  {/*div for the right column on the top page*/
	width:198px;
	float:right;
	background-color:#FAF8DC;
	margin-right:0px;
	margin-left:10px;
	margin-bottom:20px;
	background-image: url(../images/right_col_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

#rightCol p {
	font-size:70%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 130%;
} 

#rightCol h1  {
	font-size:85%;
	color:#882410;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
#rightColSecond  {/*div for the right column on secondary pages*/
	width:198px;
	float:right;
	/* background-color:#FAF8DC; */
	margin-top:25px;
	margin-right:0px;
	margin-left:10px;
	margin-bottom:20px;
	/*background-image: url(../images/right_col_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px; */
}

#rightColSecond p {
	color:#1F1B1D;
	font-size:80%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 8px;
	padding-left: 0px;
	line-height: 100%;
} 
#rightColSecond p.securecomment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #882410;
	line-height: 120%;
}
#rightColSecond h1  {
	font-size:85%;
	color:#882410;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
.clearit  {
	clear:both;
}

#bottominfo  { /*div for the address info on all pages*/
	width:780px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/background_bottominfo.gif);
	background-repeat:no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}

#bottominfo  p  {
	font-size:70%;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#bottomLogos  {/*holds the LEED, LIVE and Salmon Safe logos at the bottom*/
	width: 425px;
	height:77px;
	float:right;
	text-align: right;
}

 
 
 
/*Use these two divs if you have a photo with a credit and or caption*/
#photoDivFloatRight  {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}  

#photoDivFloatLeft  {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


 

 
h1.clearleft {
	clear: left;
	margin-top: 15px;
}
/* form rows and styles used on forms pages */
div.formrow {
	clear: both;
	padding-top: 10px;
	width: 98%;
}
div.formrow span.label {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 25%;
	text-align: right;
	padding-right: 15px;
	font-size: 75%;
}
div.formrow span.data {
	float: right;
	width: 70%;
	text-align: left;
} 
.required { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #882410;
}
.securecomment {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%;
	font-weight: normal;
	color: #882410;
}
/* rows on Our Wines pages */
div.winerow {
	clear: both;
	padding-top: 10px;
	width: 98%;
}
div.winerow span.label {
	float: left;
	width: 30%;
	padding-right: 15px; 
}
div.winerow span.data {
	float: right;
	width: 60%;
	text-align: left;
	padding-top: 15px; 
} 
/* rows on Library Wines pages */
div.techsheetwinerow {
	clear: both;
	padding-top: 10px;
	width: 98%;
}
div.techsheetwinerow span.label {
	float: left;
	width: 30%;
	padding-right: 15px; 
}
div.techsheetwinerow span.data {
	float: right;
	width: 60%;
	text-align: right;
	padding-top: 15px; 
} 
div.techrow {
	clear: both;
	padding-top: 0px;
	width: 98%;
}
div.techrow span.label {
	font-size:75%;
	color:#882410;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 25%;
	text-align: left;
	padding-right:  5px; 
}
div.techrow span.data {
	font-family:Arial, Helvetica, sans-serif;
	color:#1F1B1D;
	font-size:75%;
	margin-top:0px;
	margin-bottom:8px; 
	float: right;
	width: 73%;
	text-align: left;
} 
div.currentrow {
	clear: both;
	padding-top: 0px;
	width: 98%;
	margin-top: 25px;
	height: 120px;
}
div.currentrow span.label { 
	color:#882410; 
	float: left;
	width: 25%;
	text-align: left;
	padding-right:  5px; 
}
div.currentrow span.data {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1F1B1D;
	font-size:100%;
	margin-top:15px; 
	float: right;
	width: 63%;
	text-align: left;
}
div.plainrow {
	clear: both;
	padding-top: 0px;
	width: 98%;
	margin-top: 25px;
}
div.plainrow span.left { 
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 48%;
	text-align: left;
	padding-right:  5px; 
}
div.plainrow span.right {
	font-family:Georgia, "Times New Roman", Times, serif;  
	float: right;
	width: 48%;
	text-align: left;
}
 
form {
	margin-bottom: 10px;
}
.imageBottomMargin {
	margin-bottom: 15px;
}
 
.iconalign {
	vertical-align: middle;
	padding-right: 5px;
}
