body {
	background:	#201f1d;
	font-family:	Arial, Verdana, Helvetica, Times, serif, sans-serif;
	font-size:		small;
	color:			#E7E7E7;
}

h1, h2, h3 {
	margin:			0;
	padding:			0;
	font-family:	Arial, Verdana, Helvetica, Times, serif, sans-serif;
	color:			#FFFFFF;
}

h1 {
    font-size:          x-large; 
}

h2 {
	margin-bottom:	10px;
	padding:				0 0 5px 0;
	font-size:			large;
	border-bottom:	2px solid #D9FF76;
}

h3 {
	padding:            0 0 5px 0;
	font-size:          medium;
}

p {
	margin-top:         0;
	text-align:         justify;
	line-height:        160%;
}

a {
	color:              #D9FF76;
}

a:hover {
	text-decoration:    none;
}

hr {
    color:              #D9FF76;
    height:             1px;
}

td {
    text-align:         center;
    vertical-align:     top;
}

.list {
	margin:             0;
	padding:            0;
	list-style:         none;
}

.list li {
	padding:            5px 0;
	background:         url(images/separator.gif) repeat-x;
}

.list li.first {
	background:         none;
}

.LB {
    font-family:        Arial, Verdana;
}

/* Header */

#header {
	width:				800px;
	margin:				10px auto;
	height:				130px;
	border-bottom:	3px solid #D9FF76;
	background:		#201f1d;
}

.logo {
	position:           relative;
	float:              left;
	margin:             0 20px 0 0;
	padding:            0 0 0 0;
}

#header h1 {
	float:              left;
}

#header h2 {
	display:            none;
}

#header ul {
	float:              right;
	margin:             0;
	padding:            15px 0 0 0;
	list-style:         none;
}

#header li {
	display:            inline;
}

#header a {
	display:            block;
	float:              left;
	padding:            0 14px 0 20px;
	text-decoration:    none;
	font:               bold 12px Arial, Verdana;
	color:              #FFFFFF;
}

#header a:hover {
	text-decoration:    underline;
}

#header .first a {
	background:         none;
}

/* Content */

#content {
	width:			800px;
	margin:			0 auto;
	background:	#201f1d;
}

#colLeft {
	float:              left;
	width:              205px;
	padding:            0 0 0 21px;
}

#colLeft h3 {
	margin-top:         14px;
}

#colRight {
	float:              right;
	width:              494px;
	padding:            0 29px 0 0;
}

/* Footer */

#footer {
	clear:              both;
	width:              800px;
	margin:             0 auto;
	padding:            30px 0 0 0;
}

#footer p {
	padding:            5px 0 0 0;
	text-align:         center;
	color:              #8A8A8A;
	border-top:		    1px solid #D9FF76;
}

/* Tasting Notes */

.Notes {
    width:              185px;
	padding:            5px 10px 0 10px;
	line-height:        110%;
}

.Notes p {
	font-size:			x-small;
	text-align:			left;
	line-height:        110%;
}

.NotesSpan {
	width:			50%;
	padding:			5px 10px 0 10px;
	line-height:		110%;
}

.NotesSpan p {
	font-size:			x-small;
	text-align:			left;
	line-height:        110%;
}

.NotesSpan img {
	float:	right;
	margin-left: 5px;
}

.NoteImage img {
	/*float:	right;*/
}
/* Brand */
.Brand {
	padding:            5px 10px 0 10px;
	line-height:        110%;
	font-size:			small;
	text-align:			justify;
}

/* Tab */
#tabmenu {
	margin:				0;
	padding:				3px 0;
	border-bottom:	1px solid #D9FF76;
	font:					bold 12px Verdana, sans-serif;
}

#tabmenu li {
	list-style:			none;
	margin:				0;
	display:				inline;
}

#tabmenu li a {
	padding:				3px 0.5em;
	margin-left:		3px;
	border:				1px solid #D9FF76;
	border-bottom:	none;
	background:		#222211;
	text-decoration:	none;
}

#tabmenu li a:link {
	color:				#bbbb5b;
}

#tabmenu li a:visited {
	color:				#bbbb5b;
}

#tabmenu li a:hover {
	color: 				#FFF;
	background: 		#555511;
	border-color: 		#D9FF76;
}

#tabmenu li a.active {
	color:					#D9FF76;
	background-color:	#201f1d;
	border-bottom:		1px solid #201f1d;
}

#tabmenu li a.active:hover {
	color: 					#FFF;
	background: 			#201f1d;
	border-bottom: 		1px solid #201f1d;
}

#tabcontent {
	text-align:			justify;
	padding:				5px;
	border:				1px solid #D9FF76;
	border-top:			none;
	z-index:				2;	
}
