/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}
body {
	margin:0;
	background-color:#FEFEF6;
	color:#565A5D;
	font-size:82%;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}
a {color:#DCDAB1;text-decoration:none;}
a:hover {text-decoration:underline;}
ul {list-style-type:none;}
strong {font-weight:bold;}
ol {margin-bottom:1.2em;margin-left:2em;}
ol li {padding-bottom:0.5em;font-size:1.2em;}
h3 {
	text-transform:uppercase;
	padding-bottom:0.9em;
	font-size:1.1em;
	font-weight:bold;
}

span.date {
	font-size: 1.0em;
	color: #888;
	padding:0;
	margin:0;
	}
	
span.pdf {
	background: url(../gifs/pdf.gif) no-repeat 0px 2px;
	padding: 0 0 0 17px;
	margin: 0;
	}

/* 	
	----------------------------------------------------------------------
	FRONTPAGE + NAVIGATION
	An un-ordered list styled with ripped bg
	---------------------------------------------------------------------- 
*/
#frontPage {
	background-color:#565A5D;
	margin-top:2em;
}
#navBG {
	width:100%;
	float:left;
	/* background!!! */
	background-image: url(../gifs/nav_bg_home.gif);
	background-repeat:repeat-x;
height: 600px;
}
#bodyContent {
	width:760px;
	margin:0 auto;
}

#homeNav {
	float:left;
	width:100%;
	margin:0 !important;
	padding:0 !important;
}
#homeNav li {
	display:inline;
	float:left;
	padding:30px 0 2em 5px;
}

/* 	
	----------------------------------------------------------------------
	CONTENT HEADER
	---------------------------------------------------------------------- 
*/
#header {
	float:left;
	margin-bottom:40px;
	width:700px;
}
#header h1 img {
	float:left;
	border:0;
	margin-top:5px;
}
#header h2 {
	float:left;
	overflow:hidden;
	background-repeat:no-repeat;
	width:290px;
	height:51px; /* Hack for IE 5 */
	height/**/:0;
	padding-top:51px;
	margin-left:70px;
	margin-top:40px;
}
.The-Ringbolt-Story #header h2 {
	background-image: url(../gifs/title_the_ringbolt_story.gif);
}
.Our-Wine #header h2 {
	background-image: url(../gifs/title_our_wine.gif);
}
.Our-Winemaker #header h2 {
	background-image: url(../gifs/title_our_winemaker.gif);
}
.Our-News #header h2 {
	background-image: url(../gifs/title_our_news.gif);
}
.Contact-us #header h2 {
	background-image: url(../gifs/title_contact_us.gif);
}
.Site-Information #header h2 {
	background-image: url(../gifs/title_site_information.gif);
}
.Site-Map #header h2 {
	background-image: url(../gifs/title_site_map.gif);
}

/* NAVIGATION */
#navWrapper {
	float:right;
	width:130px;
}
#contentNav {
	float:left;
	font-size:1.2em;
	margin-top:0.7em;
}
#selecta a {
	font-weight:bold;
}
#contentNav li {
	margin-top:0.3em;
	white-space: nowrap;
	
}

/* 	
	----------------------------------------------------------------------
	CONTENT/BODY
	---------------------------------------------------------------------- 
*/
#content {
	text-align:left; /* Over-ride dumb IE 5 */
	width:700px;
	margin:0 auto;
	/* background!!! */
	background-image: url(../gifs/background.jpg);
	background-repeat:repeat-x;
}
#bodyContent img,
#bodyContent p {
	float:left;
}
#bodyCopy p {
	text-align:left; /* Over-ride dumb IE 5 */
	font-size:1.2em;
	padding-bottom:1em;
	width:338px;
}
#bodyCopy {
	float:left;
	width:338px;
	background-image: url(../gifs/bolt_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:0 40px 1em 40px;
}

#bodyCopy img,
#bodyCopy p {
	float:none;
}
#bodyContent img {
	margin-bottom:3em;
}

#bodyCopy img {
	margin-bottom:0;
}

#bodyContent a {
	color:#565A5D;
}

p.archive-link {
	margin-bottom: 1.5em;
	padding-top: 0.3em;
	font-size: 12pt;
}

a.a-link {
	display: block;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 0.4em 0 0.3em 0;
	font-size: 12pt;
}

/* 	
	----------------------------------------------------------------------
	FOOTER
	---------------------------------------------------------------------- 
*/
#footer {
	float:left;
	width:100%;
	margin:3em 0;
	border-top:1px dotted #dddbb1;
	border-bottom:1px dotted #dddbb1;
	background-color:#565A5D;
}
#footer li {
	float:left;
	padding:0.3em 1em;
	font-size:1.2em;
}


/* ---- SITEMAP ----  */

ul.sitemap {
	padding: 0;
	margin: 0 0 10px 0;
	}

ul.subsitemap {
	padding: 0;
	margin: 0;
	}

ul.sitemap li.sitemaplevel1 {
	list-style: none;
	padding: 0px;
	margin: 0;
	}

ul.sitemap li.sitemaplevel2 {
	list-style: none;
	padding: 0px;
	margin: 0;
	
	}
	
ul.sitemap li a, 
ul.sitemap li a:visited, 
ul.sitemap li a:active {
	width: 330px;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 0 4px 7px;
	font-weight: normal;
	
	font-size: 1.2em;
	background: #dddbb2;
	border-bottom: 1px solid #fff;
	}
	
* html ul.sitemap li a, 
* html ul.sitemap li a:visited, 
* html ul.sitemap li a:active {
	width: 330px;
	}	

ul.sitemap li a:hover { text-decoration: underline; color: #fff;}



table.wine-details {
	width: 340px;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #e4e4e4;
	/*border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;*/
	clear: both;
	}

table.wine-details td {
	border-top: 1px solid #e4e4e4;
	padding: 3px 0px 3px 0px;
	font-family: Georgia, Times New Roman, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #444;
	}
	
table.wine-details td.column1 {
	color: #999;
	width: 85px;
	}

div.archive-link {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 3px 0px 3px 0px;
	font-size: 12pt;
	margin-top: 18px;
}	
	
	
	/*\*//*/
* html #bodyContent {
	clear: both;
	width: 100%;

}
#bodyCopy {
	float:left;
	width:338px;
	clear: none;
}

/**/	

	


