/* CSS document */

body {
	font: 100.01% Arial, Verdana, Helvetica, sans-serif;
	background: #000000; /* black */
	margin: 10px 0 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; /* black */
}

/* Sets the style for unvisited links. */
a,  a:link {
	color:#653b15; /* brown */
	text-decoration:none;
 	font-weight: bold;
}
/* Sets the style for visited links. */
a:visited {
    color:#653b15; /* brown */ 
	text-decoration:none;
	font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
	color:#000000; /* black */
	text-decoration:none;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #f6d7a8; /* light brown */
	background: #f1e088; /* logo yellow */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
    position:relative;
	/*
    background-image: url(../images/horse-plow-logo.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	*/
	background: #000000; /* black */
	height: 248px;
	/* padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header #headerNav {  /* exception for ie6 and ie7 */ 
   	position: absolute;
	top: 10px;
	left: 610px;
	/* background-color:#f6d7a8; /* light brown */
	/* border:solid 1px #653b15; /* brown */
}
.oneColFixCtrHdr #header #headerNav ul {
	list-style: disc;
	/*list-style: none;*/
}

.oneColFixCtrHdr #header #headerNav ul li {
	padding: 1px 3px; 
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif; 
} 

.oneColFixCtrHdr #header #headerNav ul li a:link {
	/* color:#653b15; /* brown */
	color: #000000; /* black */
	text-decoration: none;  
}
.oneColFixCtrHdr #header #headerNav ul li a:visited {
	/* color:#653b15; /* brown */
	color: #000000; /* black */
	text-decoration: none;  
}
.oneColFixCtrHdr #header #headerNav ul li a:hover {
	/* color: #000000; /* black */
	color:#653b15; /* brown */
	text-decoration: none;
}

.oneColFixCtrHdr #header #stripe { /* exception for ie6 and ie7 */ 
    position: relative;
	top: 0;
	left: 0;
    height: 20px;
	background-color:#653b15; /* brown */ 
	margin: -4px 0 0 0;
}
.oneColFixCtrHdr #header #stripe #mainNav ul {  
    margin:0;
	padding:0 0 0 15px;
    list-style:none;
	width: 765px;
}
.oneColFixCtrHdr #header #stripe #mainNav ul li { 
	font-size: 12px;
	float:left;
	padding: 2px 24px 2px 10px;
	color:#ffffef; /* light cream */
}
.oneColFixCtrHdr #header #stripe #mainNav ul li a:link {
    display:block;
	color:#ffffef; /* light cream */
	text-decoration:none;
}
.oneColFixCtrHdr #header #stripe #mainNav ul li a:visited {
    display:block;
	color:#ffffef; /* light cream */
	text-decoration:none;
}
.oneColFixCtrHdr #header #stripe #mainNav ul li a:hover {
    display:block;
	color:#000000; /* black */
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent { /* exception for ie6 and ie7 */ 
	padding: 15px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #f6d7a8; /* light brown */
	background: #f1e088; /* logo yellow */
}

.oneColFixCtrHdr #mainContent .releases-group { 
    float:left;
	margin: 0 0 50px 0;
	/*border:#ff0000 thin solid;*/
}

.oneColFixCtrHdr #mainContent img.releases {  
    float:left;
	margin: 0 10px 0 0;
	border:none;
	width: 220px;
}
.oneColFixCtrHdr #mainContent .releases-group-info {  
    float:left;
   	clear:none;
	width: 500px;
	margin: 0 0 0 0;
	/*border:#ff0000 thin solid;*/
}

.oneColFixCtrHdr #mainContent .releases-group-info p {  /* exception for ie6 and ie7  */
	color:#000000; /* black */
	/*font-size:12px;*/
	font-size:13px;
	line-height:17px;
	margin: 0 0 5px 5px;
}

.oneColFixCtrHdr #mainContent .releases-group-info input {  /* exception for ie6 and ie7  */
	margin: 0 0 0 15px;
}

.oneColFixCtrHdr #mainContent #releases-logo-group {  /* see inline style and exception for ie6  */
    float:left;
	width: 725px; 
	height:70px; 
	margin: 100px 0 0 0;
}

.oneColFixCtrHdr #mainContent .links-group-left {  
	float:left;
	clear:none;
	height: 800px;
	width: 210px;
	/*border:#ff0000 thin solid;*/
}
.oneColFixCtrHdr #mainContent .links-group-right {  
	float:right;
	clear:none;
	height: 800px;
	width: 320px;
	margin: 35px 60px 0 0;
	/*border:#ff0000 thin solid;*/
}


.oneColFixCtrHdr #mainContent h1 { /* sIFR text */  /* exception for ie6 and ie7  */
    font-size:28px;
	font-style: normal;
	font-weight:bold;
	margin: 20px 10px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#653b15; /* brown */ 
	width:200px;
}

.oneColFixCtrHdr #mainContent h2 {  /* sIFR text */  /* exception for ie6 and ie7  */
    font-size:16px;
	font-style: normal;
	font-weight:bold;
	margin: 5px 10px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#653b15; /* brown */ /* for Opera browser */
	clear:none;
	width:200px;
}

.oneColFixCtrHdr #mainContent h3 {  /* sIFR text */  /* exception for ie6 and ie7  */
    font-size:14px;
	font-style: normal;
	font-weight:bold;
	margin: 5px 10px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#653b15; /* brown */ /* for Opera browser */
	clear:none;
	width:250px;
}

.oneColFixCtrHdr #mainContent h5 {  /* sIFR text */  /* exception for ie6 and ie7  */
    /*font-size:12px;*/
	font-size:13px;
	font-style: normal;
	font-weight:bold;
	margin: 5px 10px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#653b15; /* brown */ /* for Opera browser */
	clear:none;
	width:100px;
}

.oneColFixCtrHdr #mainContent h6 {  /* exception for ie6 */
    font-size:16px;
	font-style: normal;
	font-weight:bold;
	margin: 0 10px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#653b15; /* brown */ /* for Opera browser */
	clear:none;
}



.oneColFixCtrHdr #mainContent p {  /* exception for ie6 and ie7  */
    /*font-size:12px;*/
	font-size:13px;
	text-align:justify;
	/*line-height:16px;*/
	line-height:17px;
	margin: 10px 10px 15px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #mainContent p sup {
    color:#653b15; /* brown */ 
}

.oneColFixCtrHdr #mainContent p a:link {
	color:#653b15; /* brown */ 
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent p a:visited {
	color:#653b15; /* brown */ 
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent p a:hover {
	color:#000000; /* black */
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent img.photo {
    float:right;
	border: solid 3px #653b15; /* brown */ 
	margin: 7px 8px 8px 25px;
}
.oneColFixCtrHdr #mainContent img.photo2 {
    float:right;
	clear:both;
	border: solid 3px #653b15; /* brown */ 
	margin: 2px 8px 8px 25px;
}

.oneColFixCtrHdr #mainContent ul {
	list-style: disc;
	margin-top: -10px;
}

.oneColFixCtrHdr #mainContent ul li {
    margin: 0 0 0 -15px;
	padding: 1px 3px; 
	font-size:12px;
	color:#653b15; /* brown */ 
} 


.oneColFixCtrHdr #footer {
    clear: both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background: #f6d7a8; /* light brown */
	background: #f1e088; /* logo yellow */

	/* border: thin solid #00FF99; /* for problem solving only */
}
.oneColFixCtrHdr #footer p {  /* exception for ie6 and ie7 */
    font-size:11px;
	color:#653b15; /* brown */ 
	margin: 0 0 0 565px;; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 15px 18px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer p a:link {
	color:#653b15; /* brown */ 
	text-decoration:none;
}
.oneColFixCtrHdr #footer p a:visited {
	color:#653b15; /* brown */ 
	text-decoration:none;
}
.oneColFixCtrHdr #footer p a:hover {
	color:#000000; /* black */
	text-decoration:none;
}


/* wine club and form */

table.main {
	background: #f1e088; /* logo yellow */
}

table.choices {
	background: #f1e088; /* logo yellow */
}


/* form */	
legend {
    color:#653b15; /* brown */
	margin-left:10px;
}
fieldset {   /* exception for ie6 and ie7 */
    width: 690px;
	margin-left: 10px;
}

#content table {
    width:560px;
	margin: 0 0 0 10px;
	background: #f1e088; /* logo yellow */
}
#content table tr td.cell-one{
    /*width:240px; */
	width: 45%;
	text-align: right;
	font-size: 11px;	
}
#content table tr td.cell-two{
    /* width:115px; */
	width: 20%;
}
#content table tr td.cell-three{
    /* width:115px; */
	width: 20%
    text-align: right;
	font-size: 11px;	

}
#content table tr td.cell-four{
    /* width:30px; */
	width: 15%;
}

.sectionLabels {
    text-align: left;
	font-size: 13px;
}

.formLabels {
    text-align: right;
	font-size: 11px;	
}
.formLabels-radio {
	text-align: right;
	font-size: 11px;
	padding-right: 145px;	
}

.formInput {
    color: #333333;
	padding-top: 2px;
	padding-left: 3px;
	font-size: 12px;
	background-color: #ffff99;	
}
.formInputLists {
    color: #333333;
	width: 25px;
	background-color: #ffff99;	
}
textarea {
	font-size: 12px;
}

.color {
	background: #f1e088; /* logo yellow */
	padding-top: 2px;
	padding-left: 3px;
	font-size: 12px;
}
