@charset "utf-8";
/* CSS Document */
body
	{
		margin: 0px 0px 0px 0px;
		background-image:url(images/bg.jpg);
		background-repeat:no-repeat;
		background-color:#000;
	}
.outer {
	width: 800px;
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
}
.header {
	height: 150px;
	background-image: url(images/purpleBg.jpg);
}
.header_CypressTxt {
	float: left;
	padding-left: 30px;
}
.header_Logo {
	float: right;
	padding-right: 50px;
	padding-top: 5px;
}
.headerTop_Wrapper {
	width: 100%;
	overflow: auto;
}
.nav {
	text-align: left;
	color: #FFF;
	padding-left: 20px;
	font-size: 16px;
	padding-top: 5px;
}
.body {
	height: 379px;
	background-image: url(images/newBodyBg.jpg);
	width: 100%;
	overflow: auto;
}
.separator {
	background-image: url(images/separator.png);
	height: 11px;
	overflow:hidden;
}
.footer {
	height: 100px;
	background-image: url(images/purpleBg.jpg);
}
.bodyTxt {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	width:400px;
	background-image: url(images/bodyBg.png);
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	position:absolute;
	
}
.bodyTxtInner {
	width: 265px;
	float: left;
	color: #FFF;
	text-align: left;
	padding-left: 40px;
	padding-top: 20px;
	font-size: 14px;
}

.floatyImg {
	width: 355px;
	margin-right: 30px;
	margin-top: 45px;
	z-index: 2;
	position:relative;
	float: right;
}
.subPage_body {
	height: 379px;
	background-image: url(images/subPageBody.jpg);
	width: 100%;
	overflow: auto;
}
.footerTxt {
	text-align: right;
	padding-right: 10px;
	font-size: small;
	color: #CCC;
	padding-top: 75px;
}



.bodyTxtInner h1
	{
		font-size:18px;
		color:#FC0;
	}
.subPage_bodyText h1
	{
		font-size:18px;
		color:#FC0;
	}

.yellow
	{
		color:#FC0;
	}
.nav a:link
	{
		color:#FFF;
	}

.nav a:hover
	{
		color:#FC0;
	}
	
.nav a:visited
	{
		color:#FFF;
	}

.nav a:active	
	{
		color:#FF0;
	}


.subPage_bodyText {
	width: 750px;
	margin-left: 25px;
	margin-top: 20px;
	text-align: left;
	color: #FFF;
	height: 300px;
}
#apDiv1 {
	position:relative;
	top:-160px;
	width:800px;
	height:95px;
	z-index:1;
	text-align: center;
}
.aboutImg_holder {
	width: 800px;
	height: 1px;
	margin: auto;
	text-align: center;
}
.aboutImg_inner
	{
		text-align:left;
	}
.wines_bodyText {
	width: 750px;
	margin-left: 25px;
	margin-top: 20px;
	text-align: left;
	color: #FFF;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.wines_bodyText h1
	{
		text-align: center;
		font-size:18px;
		color:#FC0;
	}
	
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#FFF;
	border-width: 0px;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 0px;
	padding: 10px;
	border-style: solid transparent;
	border-color: #666666;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid transparent;
	border-color: #666666;
}
.contactText {
	float: right;
	width: 400px;
	padding-top: 30px;
	padding-right: 30px;
	text-align: left;
	color: #FFF;
}
.contactText h1
	{
		font-size:18px;
		color:#FC0;
	}
.contactText a:link
	{
		color:#FFF;
		text-decoration:underline;
	}
.contactText a:hover
	{
		color:#FC0;
		text-decoration:underline;
	}
.contactText a:visited
	{
		color:#FFF;
		text-decoration:underline;
	}
.contactText a:active
	{
		color:#FF0;
		text-decoration:underline;
	}

#apDiv2 {
	position:relative;
	top:-500px;
	z-index:1;
	text-align: left;
	padding-left: 30px;
	width:307px;
	line-height:45px;
}
