/* generic styling */
*{
	margin: 0;padding: 0;
	font: normal normal normal 8.5pt/1.5em Helvetica,Arial;
	color: #333333;
	line-height: 1.5em;
}

a{
	text-decoration: none;
}
h1{
	font-size: 16pt;
	color: #0082D6;
}
h2{
	font-size: 11pt;
	color: #30c3eb;
}
h3{
	font-size: 10pt;
	color: #525B5E;
}
img{
	border: 0;
}
b,strong{
	font-weight: bold;
}
input{
	border: 1px solid #cccccc;
	padding: 2px;
}
/* free-flow classes */
.absolute{
	position: absolute;
}
.blue{
	color: #30c3eb;
}
.wbk{
	color: #30c3eb;
	font-weight: bold;
}
.menu-grey{
	color: #30c3eb;
}
.grey{
	color: #666666;
}
.white{
	color: #ffffff;
}
.bold{
	font-weight: bold;
}
.nobold{
	font-weight: normal;
}
.wine-list-title{
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
}
.wine, .food, .drink{
	text-align: left;
}
.price{
	text-align: right;
	color: #666666;
}
.row1{
	color: #666666;
}
*html .row1{
	color: #888888;
}
.row2{
	color: #222222;
}
*html .row2{
	color: #000000;
}
.right{
	text-align: right;
}
.wine-bottle,
.staff-image,
.withborder{
	padding: 1px;
	border: 1px solid #cccccc;
}
.featured-wine{
	font-weight: bold;
}
.featured-wine-price{
	color: #666666;
	font-size: 140%;
}
.drink-big{
	font-size: 110%;
}
.drink-list-title{
	font-weight: bold;
}
.press-media{
	font-size: 140%;
	color: #30c3eb;
}
.press-date{
	color: #999999;
}
.press-text{
	color: #333333;
}
.staff-position-block{
	margin: 10px 0;
}
	.staff-name{
		font-size: 140%;
		color: #0082D6;	
	}
	.staff-position{
		font-size: 140%;
		color: #666666;
	}
.question{
	color: #0082D6;
}
.answer{
	
}
.event-date{
	font-size: 140%;
	color: #666666;
}
.event-title{
	color: #30c3eb;
	text-transform: lowercase;
}
.class-date{
	font-size: 150%;
	color: #666666;
}
.class-title{
	font-size: 140%;
	color: #30c3eb;
}
.class-text{
	
}
.recipe-title{
	font-size: 140%;
	color: #30c3eb;
}
.recipe-sub-title{
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}
.recipe-desc{
	color: #999999;
	font-size: 80%;
}
.recipe-sub-desc{
	color: #777777;
	font-size: 90%;
	font-size: italic;
}
.recipe-method tr td{
	font-size: 90%;
}
img.png{
	background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/blank.gif"
    );
	position: absolute;
	left: 0px;
	top: 0px;
}
.png2{
	background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/blank.gif"
    );
}
.kit tr td img{
	margin-bottom: 10px;
}
.pdfLink { padding-right: 19px; background: url(../art/pdf.gif) no-repeat 100% 0em; }
.docLink { padding-right: 19px; background: url(../art/doc.gif) no-repeat 100% 0em; }
.zipLink { padding-right: 17px; background: url(../art/zip.gif) no-repeat 100% 0em; }
.highlight-menu{
	padding: 2px;
	background-color: #eeeeee;
	color: #666666;
}

.tping {height:10px; width:1px;}