@charset "UTF-8";
/* CSS Document */

/*Styles for Home Page Rotating Divs  */

/*Div at the top of the page with Grape to Glass, Stewards, etc.*/
#homePageVideo, #grapeToGlassRotate, #stewardsRotate, #varietalsRotate{
	display: inline;
	height: 254px;
	margin: 0px 0px;
	overflow: hidden;
	padding: 0px 0px;
	width: 360px;
}

#homeText, #grapetoText, #stewardsText, #varietalsText{
	display: inline;
	height: 240px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 302px;
}

#lCTopContent{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 25px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: absolute;
	top: 35px;
	width: 675px;
}

#lCTopContent2, #lCTopContent3, #lCTopContent4{
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 25px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: absolute;
	top: 35px;
	width: 675px;
}

#lCTopContent h1, #lCTopContent2 h2, #lCTopContent3 h2, #lCTopContent4 h2{
	color: #732528;
	background-color: #c0b6bf;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px;
	text-transform: capitalize;
	width: 290px;
}

#lCTopContent p, #lCTopContent2 p, #lCTopContent3 p, #lCTopContent4 p{
	background-color: #c0b6bf;
	display: block;
	line-height: 19px;
	margin: 0px 10px 8px 10px;
	padding: 0px 0px;
	width: 295px;
}

#grapeMainNav.active{
	background-image: url(../images/nav/grape_to_glass-on.png) !important;
	background-position: center center;
	background-repeat: no-repeat;
}

#stewardsMainNav.active{
	background-image: url(../images/nav/stewards_of_land-on.png) !important;
	background-position: center center;
	background-repeat: no-repeat;
}

#varietalsMainNav.active{
	background-image: url(../images/nav/varietals-on.png) !important;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Regions Div at the right of the page */
#wineCountrySierra, #wineCountrySacramento, #wineCountrySanJoaquin, #wineCountrySouthCoast, #wineCountryCentralCoast, #wineCountryNorthCoast{
	height: 436px;
	width: 221px;
}

#wineCountrySierra, #wineCountrySacramento, #wineCountrySanJoaquin, #wineCountrySouthCoast, #wineCountryCentralCoast, #wineCountryNorthCoast{
	display: none;
}

#wineCountryDef img, #wineCountrySierra img, #wineCountrySacramento img, #wineCountrySanJoaquin img, #wineCountrySouthCoast img, 
#wineCountryCentralCoast img, #wineCountryNorthCoast img{
	border: none;
}

.goButton{
	margin: -10px 0px 0px 0px;
	position: relative;
	top: 6px;
}