
body {
	font: 100.01%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #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;
	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;
}


/* ~~this fixed width container surrounds the other divs~~ */
.container {
	position: relative;
	width: 980px;  
	/* background: #f6d7a8; /* light brown */
	background-color: #f1e088; /* logo yellow */
	background: url(../images/sidebar1-stripe.gif) repeat-y left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.container .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. */
}


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


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

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



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

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
*/

.container .content {
	padding: 10px 10px 10px 15px;
	width: 955px;
	float: left;
	background-color: #f1e088; /* logo yellow */
}


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

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

.container .content .releases-group .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;
}

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

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

.container .content .vineyard-group { 
    float:left;
	margin: 0 0 50px 0;
	/*border:#ff0000 thin solid;*/
}


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


.container .content 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:300px;
}

.container .content 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;
}

.container .content 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:660px;
}

.container .content 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:300px;
}

.container .content 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;
}



.container .content 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 */
}

.container .content p sup {
    color:#653b15; /* brown */ 
}

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

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

.container .content ul {
	list-style: disc;
	margin-top: -10px;
}

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

.container .content .contact {
    position:absolute;
	top: 340px;
	left: 280px;
	width:300px;
}


.footer {
	padding: 10px 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #f1e088; /* logo yellow */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	width: 980px;
}
.footer p {  /* exception for ie6 and ie7 */
    font-size:11px;
	color:#653b15; /* brown */ 
	margin: 0 0 0 765px;; /* 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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer p a:link {
	color:#653b15; /* brown */ 
	text-decoration:none;
}
.footer p a:visited {
	color:#653b15; /* brown */ 
	text-decoration:none;
}
.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;
}

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

}
.container .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;
}





/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


