.fullheight{height:100%}

/* BACKGROUND COLOR */

.background-green {
	background-color: #98af64;
}

.background-navbar {
	background-color: #d0dbb4;
}

.background-welcomebar {
	background-color: #8a9461;
}


.background-childleft {
	background-color: #eff3e1;
}



/* NAVIGATION BAR */




/* BODY TEXT */

.bodytextmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

a:link, a:visited, a:active { 
  color: #3c366b;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #3c366b;
  font-weight: bold;
  text-decoration: underline;  
}



/* .bodytextmiddle:link {
	color: #6663ff;
	text-decoration: none;
	font-weight: bold;
}

.bodytextmiddle:active {
	color: #6663ff;
	text-decoration: none;
	font-weight: bold;
}

.bodytextmiddle:visited {
	color: #6663ff;
	text-decoration: none;
	font-weight: bold;
}

.bodytextmiddle:hover {
	color: #6663ff;
	text-decoration: underline;
	font-weight: bold;
}


.bodytextmiddlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}

*/

.text_headline_noLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}

.text_winerynews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}


.text_winerynewsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3c366b;
	font-weight: bold;
}

.text_winerynewsheadline:link {
	color: #3c366b;
	text-decoration: none;
	font-weight: bold;
}

.text_winerynewsheadline:active {
	color: #3c366b;
	text-decoration: none;
	font-weight: bold;
}

.text_winerynewsheadline:visited {
	color: #3c366b;
	text-decoration: none;
	font-weight: bold;
}

.text_winerynewsheadline:hover {
	color: #3c366b;
	text-decoration: underline;
	font-weight: bold;
}




.coupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
}







/* product nav menu */



/* may need this
div.menu { 
position:absolute;
top:0; 
left:0;
}
*/


table#form {
	padding: 0;
	margin: 0;
	width: 100%;
}
table#form td {
	padding: 0 5px 3px 0;
}
table#form .inputbox {
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	padding: 2px;
}
table#form textarea {
	width: 275px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	padding: 2px;
}