@charset "utf-8";

/* CSS Document */
/* NAVIGATION */

#nav {
	clear: both;
	margin: 0 auto;
	width:  860px;
	height: 22px;
	padding-top: 10px;

}

#nav ul {
	margin-left: 0px;
}

#nav li {
	float: left;
	display: block;
	padding: 2px 26px 14px 1px;
}

#nav li.first {
}

#nav a {
	height: 22px;
	float:left;
	display:inline;
	text-decoration: none;
	text-indent: -9000px;
}

a#navhome {
	background: url(../images/nav_01.gif) no-repeat;
	width:46px;
	height: 19px;
}


a#navhistory {
	background: url(../images/nav_02.gif) no-repeat;
	width:59px;
	height: 19px;
}

a#navwinemaker {
	background: url(../images/nav_03.gif) no-repeat;
	width:93px;
	height: 19px;
}

a#navwines {
	background: url(../images/nav_04.gif) no-repeat;
	width:51px;
	height: 19px;
}

a#navwineclub {
	background: url(../images/nav_05.gif) no-repeat;
	width:81px;
	height: 19px;
}

a#navshop {
	background: url(../images/nav_06.gif) no-repeat;
	width:44px;
	height: 19px;
}


a#navvisit {
	background: url(../images/nav_07.gif) no-repeat;
	width:37px;
	height: 19px;
}


a#navevents {
	background: url(../images/nav_08.gif) no-repeat;
	height: 19px;
	width: 58px;
}


a#navcontact {
	background: url(../images/nav_09.gif) no-repeat;
	width:62px;
	height: 19px;
}
a#navmedia{
	background: url(../images/nav_media.gif) no-repeat;
	width:54px;
	height: 19px;
}



body#home a#navhome {
		background: url(../images/navO_01.gif) no-repeat;
	width:46px;
	height: 19px;
}

body#history a#navhistory {
	background: url(../images/navO_02.gif) no-repeat;
	width:59px;
	height: 19px;
}

body#winemaker a#navwinemaker {
	background: url(../images/navO_03.gif) no-repeat;
	width:93px;
	height: 19px;
}
body#wines a#navwines {
	background: url(../images/navO_04.gif) no-repeat;
	width:51px;
	height: 19px;
}

body#wineclub a#navwineclub {
	background: url(../images/navO_05.gif) no-repeat;
	width:81px;
	height: 19px;
}
body#clublogin a#navclublogin {
	background: url(../images/navO_05.gif) no-repeat;
	width:81px;
	height: 19px;
}


body#shop a#navshop {
		background: url(../images/navO_06.gif) no-repeat;
	width:44px;
	height: 19px;
}
body#visit a#navvisit {
	background: url(../images/navO_07.gif) no-repeat;
	width:37px;
	height: 19px;
}

body#events a#navevents {
	background: url(../images/navO_08.gif) no-repeat;
	height: 19px;
	width: 58px;
}
body#contact a#navcontact {
	background: url(../images/navo_09.gif) no-repeat;
	width:62px;
	height: 19px;
}
body#media a#navmedia{
	background: url(../images/nav_media_orange.gif) no-repeat;
	width:54px;
	height: 19px;
}



