/* CSS Document */


/* Container for the Menu */
#swapmenu {
	padding:6px 6px 0;
	width: 160px;
	margin-top:10px;
	margin-bottom:10px;
}
	
#swapmenu.home{
	margin:50px 0;
	}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#swapmenu ul {margin: 0px; padding: 0px;}
#swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	color: #660000;
	display: block;
	/*font-size: .8em;
	padding: 6px 0px 6px 16px;
	text-decoration: none;*/
}

.closed a:hover, .open a:hover{
 	text-decoration:none;
	color:#660000;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(../images/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(../images/menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(../images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#73924F;
	font-weight:normal;
	/*padding: 0 0 0 16px;font-size: .7em;
	margin: 4px 0 4px 16px;*/
}
#swapmenu ul li li a:hover{
	background:none;
	}
	
#swapmenu ul ul {
	background:url(../images/dot.gif) repeat-x bottom;
	padding-bottom: 10px;

}
	

/*****************************************************************************************************************************************************************************************************
	The following rules apply to wine product pages:*/
	
	.productImg {
	background: url(../images/tempControlHeaderGreen.jpg) no-repeat right;
	height: 185px;
}

	
	h4.featureProduct  {
	color: #999966;
	display: inline;
	margin: 0px;
	padding: 0px;
}
td.featureProduct{
	color:#660000;
	border: 1px solid #666633;
	padding: 7px;
	}
	
td.results a{
	color:#660000;
	}

td.value {
	background: #73924F;
	color: #FFF;
	padding: 7px;
}
h4.value {
	margin:0;
	padding:0;
	color: #660000;
	display:inline;
	}
#productHeader h2, #mainContent h1{
	color:#660000;
	text-transform:uppercase;
	}
	

#productHeader p{
	color:#73924F;
	}
	
.buttonPageNoCurrent {
	color:white;
	background-color:#660000;
	border:1px solid #666633;
	font-size:9px; 
	font-family:Arial;
	width:18px;

	padding:2px;
	text-align:center;
	cursor:hand;
}

.tableHeading {
	color:#fff;
	background-color:#660000;
}

