a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #828282;
	letter-spacing: 1px;
}
	.breadcrumbs a {
	text-decoration: none;
	font-weight: normal;
	color: #828282;
	letter-spacing: 1px;
	}
	.breadcrumbs a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;
	}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.copy_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 16px;
}
.floatimgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.floatimgright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.watermark {
	float:left;
	margin-left:30px;
	margin-bottom:10px;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#bordertable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}

.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #FFFFFF;
	}

.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #FFFFFF;
}

#allborder {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	}
/*------------------SPLASH PAGE--------------------*/
#splash_bg {
	background:#666666;
	border:none;
}

#splash_wrapper {
	position:relative;
	width:900px;
	margin:auto;}

.splash_estate_btn {
	position:absolute;
	left: 47px;
	top: 383px;
	border:none;
}

.splash_vineyard_btn {
	position:absolute;
	left: 474px;
	top: 383px;
	border:none;
}
/*------------------ NAVIGATION --------------------*/

.nav {
	width: 750px;
	height: 20px;
	background: #90022e;
	margin: 0px;
}

.nav li {
	float: left;
	height: 20px;
	width: auto;
	padding: 0px 10px;
	list-style: none;
}

.nav li a {
	color: #FFF;
	font-family: Georgia, Times New Roman, Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}