/* ---- title graphic --------------------------------------------------------- */

.home #content h1 {
	position:relative;
	text-indent:-9999px;
	height:28px;
	width:250px;
	margin:0 0 15px 0;
	background: url(../images/title_home.gif) no-repeat left top;
}
.about #content h1 								{ background: url(../images/title_about.gif) no-repeat left top;}
.contact #content h1 							{ background: url(../images/title_contact.gif) no-repeat left top;}
.recipes #content h1 							{ background: url(../images/title_recipes.gif) no-repeat left top;}
.tastingroom #content h1 						{ background: url(../images/title_tastingroom.gif) no-repeat left top;}
.vineyards #content h1 							{ background: url(../images/title_vineyards.gif) no-repeat left top;}
.wineclub #content h1 							{ background: url(../images/title_wineclubs.gif) no-repeat left top;}
.wines #content h1			, h1.title-wines	{ background: url(../images/title_wines.gif) no-repeat left top;}
.privacy #content h1 							{ background: url(../images/title_privacy.gif) no-repeat left top;}
.events #content h1 							{ background: url(../images/title_events.gif) no-repeat left top;}
.errors #content h1 							{ background: url(../images/title_errors.gif) no-repeat left top;}
.sitemap #content h1 							{ background: url(../images/title_sitemap.gif) no-repeat left top;}



/* ---- wines page --------------------------------------------------------- */

.wines .hilite .info {
	display:none;
}

.wines .hilite img,
.wines .hilite-two img,
.fadeshow img {
	border:1px solid #000000;
}







/* NOTE, deprecate the following and use "body.fullwidth" instead ... */

.order .hilite {
	display:none;
}
.order #content {
	margin-left:165px;
	margin-right:40px;
	padding:40px;
}

#wineclub-signup .hilite {
	display:none;
}
#wineclub-signup #content {
	margin-left:165px;
	margin-right:40px;
	padding:40px;
}
