

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8e8f6b; /* dark olive */
	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 */
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cbcc99; /* light olive */
	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/banner.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	/*background: #cbcc99; /* light olive */
	height: 109px;
	/* 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 img {
    position: relative;
	top:0;
	left:270px; 
	padding: 0 10px 0 8px;  
}
.oneColFixCtrHdr #header h5 {  /* exception for ie6 and ie7 */
	position: absolute;
	top:59px;
	left:277px; 
	font-size:18px;
	color:#981b1e; /* red */
	width: 500px;
}

.oneColFixCtrHdr #header #headerNav {  /* exception for ie6 and ie7 */ 
   	position: absolute;
	top: 10px;
	left: 610px;
	/* background-color:#cbcc99; /* light olive */
	/* border:solid 1px #981b1e; /* red */
}
.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:#981b1e; /* red */
	color: #000000; /* black */
	text-decoration: none;  
}
.oneColFixCtrHdr #header #headerNav ul li a:visited {
	/* color:#981b1e; /* red */
	color: #000000; /* black */
	text-decoration: none;  
}
.oneColFixCtrHdr #header #headerNav ul li a:hover {
	/* color: #000000; /* black */
	color:#981b1e; /* red */
	text-decoration: none;
}

.oneColFixCtrHdr #header #stripe { /* exception for ie6 and ie7 */ 
    position: relative;
	top: 0;
	left: 0;
    height: 20px;
	/*background-color:#996600;*/
	background-color:#981b1e;  /* red */ 
	margin: -4px 0 0 0;
}
.oneColFixCtrHdr #header #stripe #mainNav ul {  /* exception for ie6 and ie7 */
    margin:0;
	padding:0 0 0 18px;
    list-style:none;
	width: 740px;
}
.oneColFixCtrHdr #header #stripe #mainNav ul li { /* exception for ie6 and ie7 */
	font-size: 12px;
	float:left;
	/* padding: 2px 15px 2px 15px; */
	padding: 2px 30px 2px 15px;
	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: #cbcc99; /* light olive */
}

.oneColFixCtrHdr #mainContent #upper {
    margin-top: 25px;
    float:left;
	width: 740px;
}
.oneColFixCtrHdr #mainContent #middle {  /* exception for ie6 and ie7 */
    position:relative;
	float:left;
	clear:left;
	background-image: url(../images/cream-background-middle.gif);
	background-repeat: repeat-y;
	margin-top: -15px;
	margin-bottom: -15px;
	width: 740px;
	height: 1120px;
}


.oneColFixCtrHdr #mainContent #middle .releases-group-one {  
    position:absolute;
	top:230px;
	left:0;
	height: 300px;
	width: 185px;
	/*border:#ff0000 thin solid;*/
}
.oneColFixCtrHdr #mainContent #middle .releases-group-one img {  
	margin: 20px 10px 0 10px;
	border:none;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-one p {  
	color:#000000; /* black */
	font-size:11px;
	margin: 5px 0 5px 15px;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-one input {  
	margin: 0 0 0 15px;
}


.oneColFixCtrHdr #mainContent #middle .releases-group-two {  
    position:absolute;
	top:230px;
	/* left:190px; */
	left:290px;
	height: 300px;
	width: 185px;
	/*border:#ff0000 thin solid;*/
}
.oneColFixCtrHdr #mainContent #middle .releases-group-two img {  
	margin: 20px 10px 0 10px;
	border:none;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-two p {  
	color:#000000; /* black */
	font-size:11px;
	margin: 5px 0 5px 15px;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-two input {  
	margin: 0 0 0 15px;
}


.oneColFixCtrHdr #mainContent #middle .releases-group-three {  
    position:absolute;
	top:230px;
	/* left:380px; */
	left:570px;
	height: 300px;
	width: 185px;
	/*border:#ff0000 thin solid;*/
}
.oneColFixCtrHdr #mainContent #middle .releases-group-three img {  
	margin: 20px 10px 0 10px;
	border:none;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-three p {  
	color:#000000; /* black */
	font-size:11px;
	margin: 5px 0 5px 15px;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-three input { 
	margin: 0 0 0 15px;
}


.oneColFixCtrHdr #mainContent #middle .releases-group-four {  
    position:absolute;
	top:230px;
	left:570px;
	height: 300px;
	width: 185px;
	/*border:#ff0000 thin solid;*/
}
.oneColFixCtrHdr #mainContent #middle .releases-group-four img {  
	margin: 20px 10px 0 10px;
	border:none;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-four p {  
	color:#000000; /* black */
	font-size:11px;
	margin: 5px 0 5px 15px;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-four input {  
	margin: 0 0 0 15px;
}


.oneColFixCtrHdr #mainContent #middle .releases-group-five {  /* exception for ie6 and ie7  */
    position:absolute;
	top:660px;
	left:0;
	height: 300px;
	width: 500px;
	/*border:#ff0000 thin solid;*/
}
.oneColFixCtrHdr #mainContent #middle .releases-group-five img {  
	margin: 20px 10px 0 10px;
	border:none;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-five p {  
	color:#000000; /* black */
	font-size:11px;
	margin: 5px 0 5px 15px;
}
.oneColFixCtrHdr #mainContent #middle .releases-group-five input {  /* exception for ie6 and ie7  */
	margin: 0 0 0 15px;
}


.oneColFixCtrHdr #mainContent #middle #releases-group-logo {  /* exception for ie6 and ie7  */
    position:absolute;
	top:910px;
	left:0;
	width: 500px; 
	height:70px; 
}


.oneColFixCtrHdr #mainContent #lower {
    float:left;
	clear:left;
	width: 740px;
}
.oneColFixCtrHdr #mainContent #lower img{
    border:none;
}


.oneColFixCtrHdr #mainContent h1 { /* sIFR text */
    font-size:28px;
	font-style: normal;
	font-weight:bold;
	margin: 0px 10px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#981b1e;  /* red */ 
}

.oneColFixCtrHdr #mainContent h2 {  /* sIFR text */
    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:#981b1e;  /* red */ /* for Opera browser */
	clear:none;
}

.oneColFixCtrHdr #mainContent h3 {  /* sIFR text */
    font-size:13px;
	font-style: normal;
	font-weight:bold;
	margin: 20px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#981b1e;  /* red */ /* for Opera browser */
	clear:none;
	width: 200px;
}

.oneColFixCtrHdr #mainContent h5 {  /* sIFR text */
    font-size:12px;
	font-style: normal;
	font-weight:bold;
	margin: 5px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#981b1e;  /* red */ /* for Opera browser */
	clear:none;
}


.oneColFixCtrHdr #mainContent p {
    font-size:12px;
	line-height:16px;
	margin: 10px 10px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #mainContent p sup {
    color:#981b1e;  /* red */ 
}

.oneColFixCtrHdr #mainContent p a:link {
	color:#981b1e;  /* red */ 
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent p a:visited {
	color:#981b1e;  /* red */ 
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent p a:hover {
	color:#000000; /* black */
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent img.photo {
    float:right;
	border: solid 3px #cbcc99; /* light olive */
	margin: 10px; 8px 8px 8px;
}

.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:#981b1e;  /* red */ 
} 


.oneColFixCtrHdr #footer {
    clear: both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cbcc99; /* light olive */
	/* border: thin solid #00FF99; /* for problem solving only */
}
.oneColFixCtrHdr #footer p {  /* exception for ie6 and ie7 */
    font-size:12px;
	color:#981b1e;  /* red */ 
	margin: 0; /* 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:#981b1e;  /* red */ 
	text-decoration:none;
}
.oneColFixCtrHdr #footer p a:visited {
	color:#981b1e;  /* red */ 
	text-decoration:none;
}
.oneColFixCtrHdr #footer p a:hover {
	color:#000000; /* black */
	text-decoration:none;
}


/* wine club and form */

table.main {
	background-color: #ffffef; /* light cream */
}

table.choices {
	background-color: #ffffef; /* light cream */
}


/* form */	
legend {
    color:#981b1e; /* red */
	margin-left:10px;
}
fieldset {   /* exception for ie6 and ie7 */
    width: 690px;
	margin-left: 10px;
}

#content table {
    width:560px;
	margin: 0 0 0 10px;
	background-color: #ffffef; /* light cream */
}
#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-color: #ffffef; /* light cream */
	padding-top: 2px;
	padding-left: 3px;
	font-size: 12px;
}

