﻿/*Begin main country navigation*/
#winecountrynav {
        width:850px;
        margin: 0px auto;
}

#winecountrynav ul li {	
	float: left;
	list-style-type: none;
}
#winecountrynav ul a {	
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 1em;
	text-align: center;
	font-size: x-large;
	padding-right: 16px;
	color: #9c9c9c;
}
#winecountrynav ul {
        margin: 0px auto;
	border: thin solid #303e0d;
	clear: both;
	width: 850px;
	height: 40px;
	background-color: #FFFFFF;
}
#winecountrynav a:hover {
	font-weight: bolder;
	color: #303e0d;
}
/*End main country navigation*/

/*Begin country title*/
.title {
	text-align: center;
}
.title span {
	font-size: 80px;
}
/*End country title*/

/*Begin Regional Content Tables*/
#Overview {
	border: thin solid #000000;
	padding: 16px;
	width: 370px;
	text-align: justify;
	background-color: #FFFFFF;
	height: 355px;
	vertical-align: text-top;
}
#History {
	border: thin solid #000000;
	padding: 16px;
	width: 370px;
	text-align: justify;
	background-color: #FFFFFF;
	height: 355px;
	vertical-align: text-top;
}
#Grapes {
	border: thin solid #000000;
	padding: 16px;
	width: 370px;
	text-align: left;
	background-color: #FFFFFF;
	height: 355px;
	vertical-align: text-top;
}
#Fun {
	border: thin solid #000000;
	padding: 16px;
	width: 370px;
	text-align: left;
	background-color: #FFFFFF;
	height: 355px;
	vertical-align: text-top;
}
/*Begin Regional Content Tables*/

/*Begin Wine Region List*/
th {
	border: thin solid #303d0e;
	background-color: #303d0e;
	color: #FFFFFF;
	font-weight: bold;        
}
.toptitle {
	font-size: 35px;
	color: #501605;
	text-decoration: none;
	margin-bottom: 16px;
	display: block;
}
.wt {
	padding: 10px;
	list-style-type: none;
	font-weight: bolder;
	font-size: large;	
}
.regionlist {
	text-decoration: none;
	color: #000000;
	margin-bottom: 16px;
	display: block;
}
.terrtable {
	width: 240px;	
}
.wineterrtitle {
	background-color: #FFFFFF;
	border: thin solid #000000;
	font-size: large;
	text-align: center;
}
/*End Wine Region List*/

/*Begin Universal Styles*/
.left {
	float: left;
}
div.left {
	height: 710px;
}
/*End Universal Styles*/



