/* 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: #7a3900;
	display: block;
	/*font-size: .8em;
	padding: 6px 0px 6px 16px;
	text-decoration: none;*/
}

.closed a:hover, .open a:hover{
 	text-decoration:none;
	color:#9e5721;
}

/* 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 {

	color:#e98f00;
}

#swapmenu ul li li a:hover{
	background:none;
	
	}
	
#swapmenu ul ul {
	background:url(../images/dot.gif) repeat-x bottom;
	padding-bottom: 10px;

}
	
h4.featureProduct  {
	color: #a19163;
	display: inline;
	margin: 0px;
	padding: 0px;
}
td.featureProduct{
	color:#660000;
	border: 1px solid #666633;
	padding: 7px;
	}

td.value {
	background: #e98f00;
	color: #FFF;
	padding: 7px;
}
h4.value {
	margin:0;
	padding:0;
	color: #4d2c04;
	display:inline;
	}


#productHeader h2, #mainContent h1{
	color:#7a3900;
	text-transform:uppercase;
}

#productHeader p{
	color:#e98f00;
	}

	.productImg {
	background: url(../images/spiritsHeader2.jpg) no-repeat right;
	height: 185px;
}
/*these styles change the color of the catalogue items headings bg and current page no.*/
.tableHeading {
	color:#fff;
	background-color:#7a3900;
}
.buttonPageNoCurrent {
	color:white;
	background-color:#7a3900;
	border:1px solid #666633;
	font-size:9px; 
	font-family:Arial;
	width:18px;

	padding:2px;
	text-align:center;
	cursor:hand;
}