@charset "utf-8";
/* CSS Document - Main.css*/

@import "/stylesheets/sidebars.css";
@import "/stylesheets/navigation.css";
@import "/stylesheets/content.css";


body {
	background-color:#6b5b42;
	background-image:url(/images/pageParts/pagebgGradient.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	}

/* This section defines basic page structure including outer borders wrappers and page size. For css that formats specific page layouts, see the appropriate css layout file. Archive css has a separate css file due to different format.  */

#designContainer {
	width:912px;
	margin:0 auto; 
	}

#borderWrapper {
	width:912px;
	margin:0 auto;
	background-color:#6b5a42;
	background-image: url(/images/pageParts/borderWrapperBG.jpg);
	background-repeat:repeat-y; 
	}


#pageContainer {
	 width:880px; 
	 margin: 0 auto;
	 padding:0;
	}

#header {
	border-bottom: 1px solid #ffffff;
	width:880px;
	height:188px;
	margin-top:0;
	padding-top:0;
	background-position:right;
	background-repeat:no-repeat;
	}

#header.hdrhome {
	background-image:url(/images/headers/home_header_photo_2e.jpg);
	height:406px;
}

#hdrhomeFlash{
	height:406px;
}



/* NOTE: To show a left hand background header image, one of the following classes MUST be assigned to the header id! This is due to an id/multi-class rendering problem in IE6 where IE6 will not read consecutive #id.classes for the background, which would be stronger and allow us to set a default for the header id. */

.hdrshop {background-image:url(/images/headers/headerBG_shop.jpg); }

.hdrwines {background-image:url(/images/headers/headerBG_wines3.jpg);}

.hdrwinery {background-image:url(/images/headers/headerBG_winery2.jpg);}	

.hdrwineclub {background-image:url(/images/headers/headerBG_wineclub.jpg);}

.hdrnewsevents {background-image:url(/images/headers/headerBG_newsevents.jpg);}

.hdrfriends {background-image:url(/images/headers/headerBG_friends.jpg);}

.hdrgeneral {background-image:url(/images/headers/headerBG_general.jpg);}


#headerLogo {
	width:298px;
	height:188px;
	display:inline;
	float:left;
	background-image:url(/images/pageParts/topNavbarBG.gif);
}


#contentSection {
	background-image: url(/images/pageParts/contentSectTopDoubleBorder.gif);
	background-repeat: repeat-x;	
	padding-top:3px;
	z-index:0;
	}

#bottomBorder {
	margin:0;
	background-image:url(/images/pageParts/borderWrapperBGbottom.jpg);
	height:16px;
	background-position:top;
	}

#footer {
	clear:both;
	}

#footer p, #footer a{
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin: 0 0 6px 0;
	}

#footer a:hover {
	text-decoration:underline;
	}


/* Format specific text  */

#addressBar p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
	padding-top:15px;
	margin-top:0;
	}

#addressBar {
	clear:both;
	margin-top:16px;
	}

image {border-width:0}

#futurePrice {margin-top:-16px, margin-bottom:0; padding:0;}
	
/* Wine page specific  */


