/**
 * txwineFindaWinery.css
 *
 * Styles for the Find a Winery and Wine Region pages
 */
.wineListHeader {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.wineListLinks {
	margin: 0px;
	padding: 5px 0px;
	line-height: 17px;
	letter-spacing: .05em;
}

.wineListLinks a:link, .wineListLinks a:hover, .wineListLinks a:visited {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #93402F;
	font-size: 13px;
	font-weight: bold;
}

.wineListLinks a:hover {
	color: #000000;
}

.wineListLinks li {
    list-style-type: none;
}

.tt {
	visibility: hidden;
	position: absolute;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: .08em;
	padding: 2px 5px;
	border: 1px solid #93402F;
	width: auto;
}

#findaWineMap_ {
    width: 851px;
    height: 604px;
	z-index: 10;
	
	background-image: url(../images/findaWineryMap.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.introTextLeft {	
	padding-left: 8px;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: .02em;
	color: #363229;
}

#introLeftTop {
	position: absolute;	
	left: 29px;
	top: 270px;
	width: 261px;
	height: 95px;
	
}

#introLeftMiddle {
	position: absolute;	
	left: 29px;
	top: 365px;
	width: 98px;
	height: 95px;
}

#introLeftBottom {
	position: absolute;	
	left: 29px;
	top: 430px;
	width: 200px;
	height: 95px;	
}

#introTextRight {
	position: absolute;
	width: 156px;
	height: 285px;
	z-index: 0;
	left: 700px;
	top: 270px;
	
	padding-right: 8px;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: .02em;
	color: #363229;
	
}

#azListing {
	position: absolute;
	top: 592px;
	left: 31px;
	width: 180px;
	height: 60px;
	z-index: 10;
}

#azListing a:link, #azListing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #93402F;
	text-decoration: none;
}

#azListing a:hover {
	text-decoration: underline;
}

#azListing a.blacklink:link,
#azListing a.blacklink:hover,
#azListing a.blacklink:visited {
	color: #000000;
}

#wineListIntro_ {
    width: 848px;
    height: 155px;
    margin: 0px;
    padding: 0px;
	
	background-image: url(../images/wineListIntro.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainWineryList {
    width: 848px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#wineListHeading_ {
	width: 848px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../images/wineListHeading.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#wineListBG_ {
	background-image: url(../images/wineListBG.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#wineListLeft {
	margin: 0px;
	padding: 0px;
	width: 238px;
}

#wineListCenter {
	margin: 0px;
	padding-left: 18px;
	width: 250px;
}

#wineListRight {
	margin: 0px;
	padding-left: 18px;
	width: 275px;
}

#wineListBottom_ {
    width: 848px;
    height: 22px;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../images/wineListBottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}



/**
 * Regional Pages
 */

.regionalHeader {
	margin: 0px;
	padding: 20px;
	width: 300px;
	height: 91px;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.description {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.visitors {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}

/*** Central Region Styles ***/
#centralRegHeader {
	background-image: url(../images/central-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.centralwineryname {
	color: #8AB37B;
	font-size: 16px;
	font-weight: bold;
}

/*** Northern Region Styles ***/
#northernRegHeader {
	background-image: url(../images/north-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.northernwineryname {	
	color: #0096A0;
	font-size: 16px;
	font-weight: bold;
}

/*** Southeastern Region Styles ***/
#southeastRegHeader {
	background-image: url(../images/south-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.southeastwineryname {
	color: #B191A6;
	font-size: 16px;
	font-weight: bold;
}

/*** Western Region Styles ***/
#westernRegHeader {
	background-image: url(../images/west-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.westernwineryname {
	color: #9F1600;
	font-size: 16px;
	font-weight: bold;
}

/*** Custom Winery Styles ***/
#customRegHeader {
	background-image: url(../images/custom-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.customwineryname {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}


/*** Wine Basics ***/
.basicsSection {
	margin: 0px 0px 60px 0px;
	padding: 0px;
}
