html {
	background-color:		#f5eedf;
	margin-top:				20px;
}

/* Font and Color Styles */

/*
	Body: Georgia, 12px, #000
	Small Caps: Georgia, 10px, #928979
	Purchase online numbered titles: Georgia, 25px, #000
	Nav: Georgia, 11px, #928979
	Photo captions: Georgia, 10px, #928979
	Larger gray text (vineyard and index pages): Georgia, 19px, #928979
*/


body {
	font-family:	Georgia, serif;
	font-size:		13px;
	color:			#000;
}

.grey_text {
	color:			#928979;
}

.small_caps {
	font-variant:	small-caps;
}

h1 {
}

h2 {
	font-size:		25px;
}

p {
	line-height:	18px;
}

a {
	color:				#000;
	text-decoration:	underline;
}


hr {
	margin:					0 40px;
	color:					transparent;
	
	height: 				30px;
	background-image: 		url('../images/dotline.png');
	background-repeat: 		repeat-x;
	background-position:	0 15px;
	
	border:					0;
}

strong {
	font-weight:			bold;
}


#TextContainer ul, #TextContainer ol {
	margin:					1em 0;
}

#TextContainer ul {
	list-style-type:		disc;
}

#TextContainer ul li {
	margin-left:			50px;
	list-style-type:		disc;
}

/* Layout Styles */

#Container {
	width:					900px;
	margin:					0 auto;
}

#Header {
	height:					240px;
	
	background-image:		url('../images/pageheader.png');
	background-repeat:		no-repeat;
	background-position:	center top;
}

#Header p {
	padding:				28px 0 0 75px;
	
	text-transform:			capitalize;
	
	font-family:			Copperplate, Georgia, "Times New Roman", serif;
	font-size:				20px;
	
	letter-spacing:			5px;
}

#Nav {
	width:					100%;
	margin-top:				10px;
	
	background-image:		url('../images/navlinestop.png');
	background-repeat:		no-repeat;
	background-position:	center top;
	
	text-align:				center;
	
}

#Nav #NavBottom {
	background-image:		url('../images/navlinesbottom.png');
	background-repeat:		no-repeat;
	background-position:	center top;
}

#Nav ul {
	padding:				6px 0 3px 0;
}

#Nav ul li {
	display:				inline;
	color:					#928979;
}

#Nav ul li a {
	padding:				0 20px;
	
	font-size:				12px;
	color:					#000;
	text-transform:			uppercase;
	text-decoration:		none;
	letter-spacing:			1px;
}

#Nav ul li a:hover {
	color:					#928979;
}

h1.PageHeader {
	display:				block;
	width:					100%;
	height:					57px; /* 84px is the image height, so this should be 84 - padding-top */
	
	background-image:		url('../images/tableheader.png');
	background-position:	center top;
	background-repeat:		no-repeat;
	
	text-align:				center;
	
	padding-top:			27px;

	font-family:			Copperplate, Georgia, "Times New Roman", serif;
	font-size:				30px;
	
	text-transform:			lowercase;
	letter-spacing:			10px;
}

.address_table {}

.address_table td {
	padding-bottom:			3px;
}

.address_table td.label {
	padding-right:			10px;
	
	text-align:				right;
}

.address_table td.field {
	
}

#ContentContainer {
	width:					840px;
	margin:					20px auto 0 auto;
	
	background-image:		url('../images/tableborder.png');
	background-position:	center top;
	background-repeat:		repeat-y;
}

#ContentFooter {
	width:					840px;
	height:					13px;
	overflow:				hidden;
	margin:					0 auto 10px auto;

	background-image:		url('../images/tablefooter.png');
	background-position:	center bottom;
	background-repeat:		no-repeat;
}

#Copyright {
	font-family:			Copperplate, Georgia, "Times New Roman", serif;
	text-align: 			center; 
	margin-bottom: 			30px;
	letter-spacing:			8px;
	font-size:				11px;
	text-transform:			uppercase;
}

#TextContainer {
	float:					left;
	margin:					20px 0 0 0;
	width:					560px;
	
	background-image:		url('../images/home_leftside_tile.png');
	background-position:	center top;
	background-repeat:		repeat-y;
}

#TextContainer #TextContent {
	padding:				0 25px;
}

#TextContainer h1.PageHeader {
	background-image:		url('../images/home_leftside_top.png');
	margin:					0;
}

#TextContainer h3 {
	margin-top:				15px;
	font-size:				16px;
	color:					#928979;
}

#TextContainer p {
	text-indent:			15px;
	margin-bottom:			0.75em;
}

#TextContainer blockquote {
	margin:					15px 0;
	font-size: 				16px;
	line-height:			24px;
	text-indent:			15px;
	color:					#000;
}

#TextContainer hr {
	margin:					15px 0;
}

#TextContainer #TextContainerFooter {
	height:					25px;
	overflow:				hidden;
	margin:					0;

	background-image:		url('../images/home_leftside_bottom.png');
	background-position:	center bottom;
	background-repeat:		no-repeat;
}


#PictureContainer {
	float:					right;
	margin-top:				20px;
	width:					270px;
}

.ContentPicture {
	padding-bottom:			10px;
	margin-bottom:			20px;
	
	background-image: 		url('../images/dotline.png');
	background-repeat: 		repeat-x;
	background-position:	center bottom;
}

.ContentPicture p.Caption {
	color:					#000;
	font-size:				11px;
	font-style:				italic;
	line-height:			14px;
}

.Product {
	clear:					both;
}

.Product .ProductImage {
	width:					125px;
	float:					left;
	
	padding:				20px 35px;
}

.Product .ProductDetail {
	padding-right:			40px;
}

.Product .ProductDetail h3 {
	padding-top:			20px;
	margin-bottom:			5px;
	
	font-size:				16px;
	color:					#928979;
}

.Product .ProductDetail p {
	margin-bottom:			5px;
}

.Product .ProductDetail p.ProductPricing {
	font-size:				16px;
}

.Product .ProductDetail p.ProductProductionVolume {
	font-style:				italic;
}



/* Page Specific Styles */


#Home #HomeContainer {
	margin:					20px 0 0 0;

	background-image:		url('../images/home_tile.png');
	background-position:	center top;
	background-repeat:		repeat-y;
}

#Home #HomeContainerFooter {
	height:					25px;
	overflow:				hidden;
	margin:					0;

	background-image:		url('../images/home_bottom.png');
	background-position:	center bottom;
	background-repeat:		no-repeat;
}

#Home #HomeContentArea {
	width:					560px;
	float:					left;
	margin:					0;

/*	
	background-image:		url('../images/home_leftside_tile.png');
	background-position:	center top;
	background-repeat:		repeat-y;
*/
}


#Home #HomeSidebar {
	width:					270px;
	float:					left;
	margin:					0 0 0 10px;

	background-image:		url('../images/home_sidebar_tile.png');
	background-position:	center top;
	background-repeat:		repeat-y;
	
	font-size:				12px;
}

#Home #HomeSidebarHeader {
	width:					270px;
	height:					6px;
	overflow:				hidden;
	margin:					0;
	
	background-position:	center bottom;
	background-repeat:		no-repeat;
}

#Home #HomeSidebarHeader {
	background-image:		url('../images/home_sidebar_top.png');
}

#Home #HomeSidebarContent {
	padding:				15px;
}

#Home h1.PageHeader {
	background-image:		url('../images/home_leftside_top.png');
}

#Home #HomeQuote {
	margin:					0 40px;
	
	color:					#000;
	font-size:				16px;
	line-height:			24px;
}

#Home #HomeQuote p {
	margin-top:				1em;
}

#HomeSidebar h2 {
	font-family:			Copperplate, Georgia, "Times New Roman", serif;
	margin:					0 0 4px 0;
	font-size:				18px;
}

#HomeSidebar h3 {
	font-size:				17px;
}

#HomeSidebar h4 {
	font-family:			Georgia, "Times New Roman", serif;
	margin:					0 0 1px 0;
	text-transform:			uppercase;
	font-size:				11px;
}

#Purchase h2 {
	margin:					0 40px 5px 40px;
	padding:				0 0 0 30px;
	
	height:					30px;
	
	background-position:	left middle;
	background-repeat:		no-repeat;
}

#Purchase #ContentContainer {
}

#Purchase #ProductSelection, 
#Purchase #BillingInfo, 
#Purchase #ShippingInfo, 
#Purchase #WineClub {
	margin:					0 0 30px 0;
}

.PurchaseHeaderLine {
	height: 				30px;
	background-image: 		url('../images/dotline.png');
	background-repeat: 		repeat-x;
	background-position:	0 15px;
}

.PurchaseHeaderText {
	float: 					left;
	padding: 				0 15px;
	background-color: 		#f5eedf;	
}

#Purchase #ProductSelection table th {
	font-size:				10px;
	text-align: 			center;
	padding-bottom:			5px;
}

#Purchase #ProductSelection tr.ItemRow {
	background-image: 		url('../images/dotline.png');
	background-repeat: 		repeat-x;
	background-position:	0 85%;
}

#Purchase #ProductSelection tr.ItemRow td {
	padding-bottom:			12px;
}

#Purchase #ProductSelection tr.ItemRow a {
	color:					#928979;
	font-size:				10px;
	text-decoration:		none;
	font-variant:			small-caps;
}

#Purchase #ShippingDetail, #Purchase #ShippingDisclaimer {
	width:					500px;
	margin:					1em auto 1em auto;
}

#Purchase #ShippingDisclaimer {
	border:					1px solid #928979;
	padding:				1em;
}

#Purchase #ShippingOpts {
	width:					58%;
	float:					left;
	
	padding:				3px;
}

#Purchase #ShippingOpts h3 {
	color:					#928979;
	font-size:				10px;
	font-variant:			small-caps;
	
	margin-bottom:			5px;
}

#Purchase #ShippingOpts p {
	font-size:				10px;
}

#Purchase #ShippingCosts {
	width:					38%;
	float:					left;
	
	border:					1px solid #928979;
	
	padding:				3px;
}

#Purchase #ShippingCosts table th {
	color:					#928979;
	font-size:				10px;
	font-variant:			small-caps;
	
	padding-bottom:			5px;
}

#Purchase #Proceed {
	text-align:				center;
	
	padding:				30px 0;
}