/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #6182a3;
	text-decoration: underline;
}
a:active {
	color: #6182a3;
	text-decoration: underline;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtWhite11px {
	font-size: 11px;
}

.txtWhite14px {
	font-size: 14px;
	font-weight: bold;
}

.txtBlue18px {
	font-size: 18px;
	color: #6699cc;
	font-weight: bold;
}

.txtBlue12px {
	color: #6699cc;
}

.txtBlue14px {
	font-size: 14px;
	font-weight: bold;
	color: #6699cc;
}






/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgHome {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgAbout {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgCellar {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-cellar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgContact {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgFaqs {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-faqs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgOrder {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-order.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgClub {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-club.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgWinemakers {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-winemakers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgWines {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-wines.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgOil {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-oil.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.bgSpecials {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-weddings.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

/* ------------------------------------------------------- MISC ------------------------------------------------------- */
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #20395B;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #3A5E8D;
	width: 100%;
}
#MySpamTrap {display: none;}