@charset "utf-8";
body  {
	background-image:url(images/bg1.jpg);
	background-repeat:repeat-x;
	background-color:#e3e0c9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Palatino Linotype", Georgia, Times, serif;
	font-size: 12px;
	/*line-height:140%;*/
/*	letter-spacing: .01em;*/
}


#container {
	position:relative;
	width: 780px;
	/*border:solid 7px #fff;*/
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-color: #FFFFFF;*/
} 
#header { 
background-image:url(images/mainheaderbg8.jpg);
background-repeat:no-repeat;
/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
height:250px;
}



#header #headerbg{
background-image:url(images/mainheaderbg1.jpg);
background-repeat:no-repeat;
}
#header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#View{
position:absolute;
top:250px;
left:0px;
height:400px;
width:100%;
background-image:url(images/delatitevineyard.jpg);
background-repeat:repeat-x;
}

#BodyBar {
background-image:url(images/bodybar5.jpg);
background-repeat:no-repeat;
height:40px;
border-bottom:#850100 solid 1px;
border-top:#850100 solid 1px;
}

#BodyBar #topheader{
	/*background-image:url(images/mainheadertop2.jpg);
	background-repeat:no-repeat;*/
	height:30px;
	padding:10px 0px 0px 32px;
	text-align:center;
	font-family: "Palatino Linotype", Georgia, Times, serif;
	font-size:130%;
	letter-spacing: .05em;
}

#BodyBar #topheader ul{
list-style: none;
margin: 0;
padding:0;
}

#BodyBar #topheader ul li{
	display:inline;
	float:left;
	margin:0 10px;
	text-align:center;
	font-weight:bold;
}

#BodyBar #topheader li a{
/*text-decoration: none;*/

/*list-style:none;*/

/*margin-right: 3px;*/

/*border-bottom: none;*/
/*background: white;*/
}

#BodyBar #topheader li ul{
visibility:hidden;
position:absolute;

}

#BodyBar #topheader li ul li{
clear:both;
float:left;
background-color:#850100;
border-bottom:#FFFFFF 1px solid;
width:120px;
text-align:left;
padding:5px 0 0 5px;
height:25px;
/*margin-left:5px;*/
/*display:block;*/

}
/*#BodyBar #topheader li ul li a{
display:block;

}*/

/*#BodyBar #topheader li ul li:hover a{
color:#850100;
}*/
#BodyBar #topheader li:hover ul{
clear:both;
visibility:visible;
/*position: absolute;*/
	display: inline;
	left: 240px;
	margin: 0;
	padding:25px 0 0 0;

}
#BodyBar #topheader li:hover li a {
	color:#ffffea;
 }
	
	
#BodyBar #topheader li a:link, #topheader li a:visited{
color: #ffffea;
}

#BodyBar #topheader li:hover{
/*color: #ffffea;
background: lightyellow;
border-color: #850100;*/
border-bottom:3px solid #e3e0c9;

}

#BodyBar #topheader li.current {
border-bottom:3px solid #949282;
}
#BodyBar #topheader #ViewCart{
	font-size:12px;
	font-weight: bold;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e3e0c9;
	border-right-color: #e3e0c9;
	border-left-color: #e3e0c9;	text-decoration:underline;*/
	width:62px;
	float:right;
	margin-top:14px;
	padding:0 2px 0 3px;
		background-color:#e3e0c9;
}

#BodyBar #topheader #ViewCart a:link, #ViewCart a:active, #ViewCart a:visited{
color:#850100;
	background-color:#e3e0c9;
}

#BodyBar #topheader #ViewCart a:hover{
text-decoration:underline;
}

#OuterContent{
float:left;
width:100%;
background:url(images/bodybg4.jpg);
background-repeat:repeat-y;
}

#sidebar1 {
 background:url(images/sidebarTop.jpg) no-repeat;
 background-position: 4px 0;
 float: left; /* since this element is floated, a width must be given */
 width: 230px;
 padding-top: 25px;
 padding-right: 30px;
 padding-bottom: 0px;
 padding-left: 5px;
} 

#sidebar2{
background-color:#c6bb9e;
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.sideImage{
	border:2px solid #850100;

}

#sidebar1 #Promo{
float:left;
background-image:url(images/promo.gif);
background-repeat:no-repeat;
Height:142px;
width:266px;
}

#sidebar1 #grapedown{
background-image:url(images/zig.gif);
background-repeat:no-repeat;
background-position:center;
width:200px;
height:42px;
}

#sidebar1 .enquiriestitle{
	text-decoration: underline;	
	color:#352519;
	font-size:16px
	}
.enquiriesSubtitle{
	text-decoration: underline;	
	}
    
#sidebar1 #innerSidebar{
width:230px;
padding-left:20px;
background-color:#c6bb9e;
padding-top:20px;
}
/*#sidebar1 #enquiries{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}*/

#sidebar1 a:link, a:active, a:visited{
	color:#755337;
}
#sidebar1 a:hover {
color:#949282;

}

#sidebar1 #members{
	background-color:#BC926B;
	padding:5px 4px 5px 4px;
	width:210px;
	filter:alpha(opacity=90);
-moz-opacity: .90;
}

#sidebar1 #members .memberstitle{
	color:#850100;
	font-size:18px;
	text-decoration: underline;
}

#sidebar1 #members .memberstext{
	color:#fcf2e9;
}

#sidebar1 #Cartpageimage{
	background:url(images/scenic1.jpg) no-repeat;
	height:308px;
}
#mainContent {
 background:url(images/maincontentTop.jpg) no-repeat 0 0;/* remember that padding is the space inside the div box and margin is the space outside the div box */

 text-align:left;
 font-size:12px;
 margin-left: 269px;
 padding-right: 5px;
} 

#mainContent2 {
padding: 10px 10px 0px 25px;
background-color:#c6bb9e;

}

#mainContent #Title {
 font-size:25px;
 color:#620000;
 text-align:center;
 height:35px;
 padding-top: 8px;
}

#mainContent .SubTitle {
font-size:14px;
text-decoration:underline;
 color:#620000;
}

#mainContent .bar{
 background-image:url(images/bar.jpg);
 background-repeat:no-repeat;
 background-position:center;
 height:0px;
 padding:10px;

	}

#mainContent .mainPic{
 text-align:center;
}

#mainContent a:link, #mainContent a:active, #mainContent a:visited{
	color:#850100;
}
#mainContent a:hover {
color:#949282;

}

.nonmemberstable .bottle:hover .thumb{
	filter:alpha(opacity=80);
-moz-opacity: .80;

}


.nonmemberstable a span{
display:none;
padding: 5px;

border: 1px dashed gray;
}


.nonmemberstable .bottle:hover {
z-index:100;

}

.nonmemberstable .bottle:hover span{
position:absolute;
z-index:100;
display:block;
right:110px;

}

.nonmemberstable .tableline{
	background-image:url(images/tableline.jpg);
	background-repeat:repeat-x;
	background-position:center;
	/*border-top:1px solid #850100;*/
}

#memberstable {
	color:#000000;
	background-color:#e3e0c9;
}

#memberstable td{
height:18px;
padding: 0px 5px 0px 0px;
}

#memberstable .TableTitle{
	font-size:16px;
	font-weight: bold;
	text-decoration: underline;	
}

#memberstable .membertableline{
background-image:url(images/tableline.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

#memberstableDiv{
	padding: 0px 10px 0px 10px;
}

#memberstableDiv #membertitle{
	font-size:24px;
	color:#620000;
	text-align:center;
}

#memberstableDiv .memberbar{
	background-image:url(images/bar.jpg);
	background-repeat:no-repeat;
	background-position:center;

	}
	
#memberstableDiv .mtimages{
	border:#850100 1px solid;
	/*filter: alpha(opacity=80);
	-moz-opacity: .80;*/
	float:right;

}

#memberstableDiv #images{
	width:200px;
	float:right;
	height:600px;
	background:url(images/clubpk5.jpg) no-repeat center;
}
#memberstableDiv img:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}



#memberstableDiv a:link, #memberstableDiv a:active, #memberstableDiv a:visited{
	color:#850100;
}


#memberstableDiv a:hover{
	color:#949282;
}

.underline{
text-decoration:underline;
}
.bold{
font-weight:bold;
}

#footer { 
padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background-image:url(images/footerbg4.jpg);
background-repeat:repeat-x;
height:30px;
font-size:12px;
} 
#footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;

}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}

.fltrt a:hover, a:visited, a:active, a:link , .fltlft  a:hover, a:visited, a:active, a:link{
	color:#e3e0c9;
/*color:#FF3300;*/
	text-decoration:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.astrik{
 color:#F00;
}
