

body {
	margin:0px;
    height:100%;
	background-color:#000;
	font-family:"Times New Roman", Times, serif;
	line-height:24px;
	font-size:14px;
	/*color:#b8b8b8;*/
	color:#9d9d9d;
}
.homeBody {
	text-align:center;
}
html {
    height: 100%;
	overflow-y: auto;
}
form {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:19px;
	color:#e3e2e2;
	margin:25px 0px 0px 19px;
	font-weight:normal;
}
h2 {
	font-size:16px;
	line-height:26px;
	color:#e3e2e2;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:normal;
}
.reviewsTitle h2 {
	margin-bottom:4px !important;
}
h3 {
	font-size:16px;
	line-height:26px;
	color:#e3e2e2;
	margin-top:0px;
	margin-bottom:7px;
	font-weight:normal;
}
.pageCentre {
	height:99.9%;
	min-height:100%;
	width:100%;
}
.centreAlign {
	height:100%;
}
.bgContent {
	background-repeat:no-repeat;
	background-position:center center;
}
.contentHolder {
	width:935px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	margin:21px 0px 15px 19px;
}
.logoHolder {
	height:211px;
}
.menuHolder {
	height:29px;
	vertical-align:top;
}
.leftPanelWidth {
	width:531px;
}
.rightPanel {
	vertical-align:top;
}
.bgTitle {
	background-repeat:no-repeat;
	height:76px;
}
.lower {
	background-position:0 10px;
}
.lowerStill {
	background-position:0 13px;
}
.nav {
	height:99px;
	vertical-align:bottom;
	padding-left:19px;
}
.scrollHolder {
	 height:337px;
	 vertical-align:top;
}
.extended {
	height:367px;
}
.aboutImage {
	margin-top:137px;
	margin-left:48px;
	border:solid 1px #474747;
}
.rightPanel .space {
	margin-top:137px;
	margin-left:48px;
	border:solid 1px #474747;
}
.homeImage {
	height:278px;
}
.homeImage img {
	margin-left:19px;
	margin-top:16px;
}
.homeText {
	height:68px;
	vertical-align:middle !important;
	padding-left:19px;
	font-style:italic;
}
.homeText h1 {
	font-weight:normal !important;
	font-size:17px;
	margin:0px;
	padding:0px;
	color:#818181 !important;
}
.newsBorder {
	background-image:url(../../images/newsLine.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
.mailingList {
	background-image:url(../../images/newsLine.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:15px;
}
.contactDetails {
	margin-top:222px;
	margin-left:48px;
}
.contactDetails p {
	margin-top:0px;
	margin-bottom:7px;
}
.contactDetails span {
	color:#e3e2e2;
	font-weight:bold;
	font-size:15px;
}
.orderTable {
	margin-bottom:15px;
}
.pdfSpace {
	padding-right:10px;
}


/* tasting nav --------------------------------------------------------------- */

.tastingNav {
	list-style-type:none;
	margin:0px;
	padding:0px 2px 0px 0px;
	background-image:url(../../images/bgBottomNav.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	float:left;
}
.tastingNav .spacer {
	width:32px;
	color:#838282;
	font-size:10px;
	line-height:40px;
	text-align:center;
}
.tastingNav li {
	float:left;
	height:42px;
}
.tastingNav li a {
	font-size:14px;
	color:#9b9a9a;
	text-decoration:none;
	line-height:40px;
}
.tastingNav li a:hover {
	color:#FFF;
}
.tastingNav .on {
	color:#FFF;
}


/* tasting notes --------------------------------------------------------------- */

.tastingTable {
	font-size:14px;
	line-height:17px;
	color:#9d9d9d;
}
.tastingTable span {
	color:#838282;
	padding-left:3px;
}
.tastingTable .color {
	color:#e3e2e2;
	padding-right:15px;
}
.tastingTable td {
	vertical-align:top;
	padding-top:6px;
}


/* custom scroll --------------------------------------------------------------- */

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 512px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	/*padding: 0px 22px 0px 0px;*/
	margin:15px 0px 22px 19px;
}
.taller {
	height:330px !important;
}
.tallerContact {
	height:345px !important;
	margin-top:0px !important;
}
#mycustomscroll p {
	margin-top:0px;
	margin-bottom:15px;
	line-height:21px;
	padding-right:22px;
}
#mycustomscroll .noMargin {
	margin-bottom:0px;
}
#mycustomscroll a {
	color:#FFF;
	text-decoration:none;
	border-bottom:solid 1px #FFF;
}
#mycustomscroll a:hover {
	border-bottom:solid 1px #FF0000;
}


/* contact us --------------------------------------------------------------- */

/*label {
	width:110px;
	display:block;
	float:left;
	margin:3px 0px 3px 0px;
	padding-left:14px;
}
textarea {
	width:330px;
	height:50px;
	background-color:#000;
	border:solid 1px #ccc;
	padding-left:3px;
	margin:3px 0px 3px 0px;
}
input {
	width:330px;
	background-color:#000;
	border:solid 1px #ccc;
	padding-left:3px;
	margin:3px 0px 3px 0px;
}*/

.contactForm td {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#b8b8b8;
}
.contactForm td {
	padding:2px;
}
.contactForm .align {
	padding-right:25px;
	vertical-align:top;
	padding-top:3px;
}
.contactForm span {
	color:#FF0000;
	font-size:12px;
}
input, textarea, select {
	font-family:"Times New Roman", Times, serif;
	background-color:#000;
	border:solid 1px #404040;
	color:#c1c1c1;
	font-size:14px;
}
.radio {
	border:none;
}
.contactField {
	width:370px;
}
textarea {
	height:90px;
}
.contactButton {
	text-transform:uppercase;
	font-size:11px;
	width:150px;
}



/* footer nav --------------------------------------------------------------- */

.footerHolder {
	 height:59px;
	 padding-left:19px;
}
.footer {
	list-style-type:none;
	margin:0px;
	padding:0px 2px 0px 0px;
	background-image:url(../../images/bgBottomNav.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#3d3d3d;
	height:59px;
	float:left;
}
.footer .spacer {
	width:32px;
	color:#3d3d3d;
	font-size:10px;
	line-height:57px;
	text-align:center;
}
.footer li {
	float:left;
	line-height:57px;
}
.footer li a {
	font-size:14px;
	color:#3d3d3d;
	text-decoration:none;
}
.footer li a:hover {
	color:#9b9a9a;
}
.footer .on {
	color:#9b9a9a;
}
.copySpace {
	 font-size:10px;
	 padding-right:3px;
}


/* home page specific --------------------------------------------------------------- */

.flash {
	margin-top:40px;
}

/* nav */

.navHome {
	color:#9b9a9a;
	font-size:14px;
	padding:14px 0px 22px 0px;
}
.navHome span {
	padding:0px 12px 0px 12px;
}
.navHome a {
	color:#9b9a9a;
	text-decoration:none;
}
.navHome a:hover {
	color:#FFF;
}

/* review table */

.reviewTable td {
	vertical-align:top;
}
.reviewTable .left {
	width:120px;
}
.newsBorderTable {
	background-image:url(../../images/newsLine.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:20px;
	margin-bottom:15px;
	margin-right:22px;
}
.stars {
	float:right;
	margin-left:50px;
	position:absolute;	
	background-image:url(../../images/star.gif);
	background-repeat:repeat-x;
	background-position:left center;
	width:40px; /* width of star is 10px */
	*margin-top:-3px;
}