#Cocktails
{
	height: 563px;
	overflow: auto;
}

#Cocktails .Container
{
	height: 563px;
	width: 370px;
	float: right;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding-left: 15px;
	padding-right: 10px;
	margin-right: 10px;
}

#Cocktails h2
{
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 60px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #333;
	position: absolute;
	z-index: 2;
}

#Cocktails ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}
#Cocktails #Selector
{
	margin-top: 10px;
	line-height: 1.8em !important;
	position: absolute;
	z-index: 2;
	margin-top: 100px;
}

#Cocktails h4
{
	font-size: 10px;
	color: black;
	margin: 0;
	padding: 0 !important;
	line-height: .9em;
	margin-bottom: 5px;
	font-family: Verdana, Tahoma, sans-serif;
}
#Cocktails #Brands
{
	margin-bottom: 20px;
}


#Cocktails ul a
{
	text-decoration: none;
	color: black;
}
#Cocktails ul a:hover
{
	color: #BF2F37;
}

#Cocktails li h4
{
	margin-top: 10px;
}
#Cocktails li.current a, #Cocktails li.current li.current a
{
	color: #BF2F37;
}
#Cocktails li.current ul a
{
	color: black;
}

#Cocktails #CocktailList li.current a
{
	color: #BF2F37;
	font-weight: bold;
}
#Cocktails #CocktailList
{
	margin-top: 10px;
	border-bottom: 1px solid #d2d2d2;	
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#Cocktails h3
{
	font-size: 26px;
	margin: 0;
	padding: 0;
	color: #333;
}

#Cocktails #TextContent
{
	font-family: Verdana;
	font-size: 10px;
	padding-right: 10px;
}

/*#Subtext:first-letter, #TextContent:first-letter
{
	font-weight: bold;
	font-size: 20px;
	font-family: Times New Roman;
}*/

#TextContent p
{
	margin: 0;
	margin-top: 10px;
	line-height: 1.3em;
}

#CocktailImage
{
	width: 477px;
	height: 663px;
	background: transparent none no-repeat scroll top left;
	position: absolute;
	top: 32px;
	margin-left: 15px;
	z-index: 1;
}
