/*
	Henry of Pelham Estate Winery - Print styles
	Tested with: firefox 1, safari 1.2, ie 6 win, opera 8, Netscape 7.2, ie 5 mac
*/

@import url('submenus.css');
@import url('headers.css');

/*------------------ hiding stuff ------------------*/
.hide, #menu h2, hr, #sub_menu h2, #tagline span { 
	position: absolute;
	top: 0; left: -9999px;
	}


/*------------------ font settings ------------------*/
p, td, ul, ol, ul, li, dl, dt, dd, input, textarea, div {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	text-transform: none;
	color: #000;
	line-height: 1.4em;
	}
	
* html body {
 font-size: xx-small; /* for ie5 and 5.5 */
 f\ont-size: x-small; /* for ie 6 */
	}
	
p { margin: 0 0 1em 0; font-size: small; }
.quote {
	font-family: Georgia, Times, Serif;
	font-style: italic;
	color: #333;
	}
.quoteauthor {
	font-family: Georgia, Times, Serif;
	font-style: italic;
	color: #333;
	text-align: right;
	width: 95%;
	}

h2 {
	font-size: x-large; 
	margin: 0 0 .5em 0;
	padding: 0 0 5px 0;
	color: #0B2D50;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	line-height: 1em;
	}

#col2 p a:link {color: #60401D; text-decoration: none; border-bottom: 1px dashed #bbb; }
#col2 p a:visited {color: #60401D; text-decoration: none; border-bottom: 1px dashed #bbb; }
#col2 p a:hover {color: #000; border-bottom: 1px dashed #000; }
#col2 p a:active {color: #60401D; text-decoration: none; border-bottom: 1px dashed #bbb; }


/*------------------ global layout stuff ------------------*/
body {
	margin: 0; padding: 0;
	text-align: center;
	background: none;
	}
#container {
	margin: 0 auto; padding: 0;
	width: 100%;
	}
#tagline {
	margin: 0 auto; padding: 0;
	display: block;
	width: 100%;
	height: 30px;  /* change this to add/remove space from the top of the page */
	background: none;
	}
	
#title_home a, #title_about a, #title_visitus a, #title_ourwines a, #title_wineclub a, #title_news a, #title_sitemap a {
	display: none; }
#title_home h1, #title_about h1, #title_visitus h1, #title_ourwines h1, #title_wineclub h1, #title_news h1, #title_sitemap h1 {	margin: 0; padding: 0; }
#title_home, #title_about, #title_visitus, #title_ourwines, #title_wineclub, #title_news, #title_sitemap {
	display: none;
	}
	
#submenus_list h3 {
	margin: 0px 0 0 30px; padding: 0;
	font-size: medium;
	text-transform: uppercase;
	color: #0B2D50;
	}
#submenus_list ul {
	margin: 20px 0 0 30px; padding: 0;
	}
#submenus_list li {
	list-style: none;
	margin: 0 13px .8em 0; padding: 0;
	font-size: xx-small;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3em;
	}
#menu_aboutus, #menu_visit, #menu_ourwines, #menu_wineclub, #menu_news, #menu_sitemap {
	position: absolute; left: 0; top: 250px;
	margin: 0;
	width: 154px; height: auto;
	text-align: left;
	border: none;
	background: none;
	z-index: 2;
	}
.selected {
	color: #BF2829;
	}

#sub_container {
	margin: 0 auto;
	width: 100%;
	background: none;
	}
#submenu {
	display: block; float: right; width: 187px; height: 326px;
	text-align: right;
	background: none;
	display: none;
	}
#content {
	position: absolute; left: 150px; top: 100px; width: 500px;
	}
#body {
	display: block; float: none;
	margin: 0 0 0 0;
	width: 100%; height: auto;
	text-align: left;
	overflow: visible;
	}
	#body_stuff {
	margin: 0 auto;
	width: 95%;
	height: auto;
	}
#sidebar {
	display: none; float: right; width: 160px;
	text-align: left;
	}
#logo_print {
	position: absolute; left: 20px; top: 100px;
	display: block;
}


/*------------------ navigation ------------------*/
#menu {
	margin: 0 auto; padding: 0; width: auto; height: 23px;
	text-align: left;
	}
	/* for ie 5 mac */
	#menu {
		display: none;
		}
	/* \*/
	#menu { display: block; }
	/* */ /* for all other browsers */	

#menu ul {
	display: block; 
	margin: 0 auto; padding: 0;
	list-style: none;
	}
#menu li {
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: xx-small;
	}
#aboutus a:link, #aboutus a:visited { padding-top: 5px; display: block; width: 88px; height: 18px; background: #977648; color: #fff; text-decoration: none; }
#visit a:link, #visit a:visited { padding-top: 5px; display: block; width: 121px; height: 18px; background: #977648; color: #fff; text-decoration: none; }
#wines a:link, #wines a:visited { padding-top: 5px; display: block; width: 92px; height: 18px; background: #977648; color: #fff; text-decoration: none; }
#club a:link, #club a:visited { padding-top: 5px; display: block; width: 88px; height: 18px; background: #977648; color: #fff; text-decoration: none; }
#newslinks a:link, #newslinks a:visited { padding-top: 5px; display: block; width: 103px; height: 18px; background: #977648; color: #fff; text-decoration: none; }
#sitemap a:link, #sitemap a:visited { padding-top: 5px; display: block; width: 79px; height: 18px; background: #977648; color: #fff; text-decoration: none; }

#menu a:hover { background: #BF2829; color: #fff; text-decoration: none; }
#menu a:active { text-decoration: none; }

#aboutus_selected { padding-top: 5px; display: block; width: 88px; height: 18px; background: #BF2829; color: #fff; text-decoration: none; }
#visit_selected { padding-top: 5px; display: block; width: 121px; height: 18px; background: #BF2829; color: #fff; text-decoration: none; }
#wines_selected { padding-top: 5px; display: block; width: 92px; height: 18px; background: #BF2829; color: #fff; text-decoration: none; }
#club_selected { padding-top: 5px; display: block; width: 88px; height: 18px; background: #BF2829; color: #fff; text-decoration: none; }
#newslinks_selected { padding-top: 5px; display: block; width: 103px; height: 18px; background: #BF2829; color: #fff; text-decoration: none; }
#sitemap_selected { padding-top: 5px; display: block; width: 79px; height: 18px; background: #BF2829; color: #fff; text-decoration: none; }


/*------------------ content ------------------*/

#content img { border: 0; }

div.clearer {clear: left; line-height: 0; height: 0; margin: 0; padding: 0; } /* collapsing float hack by Complex Spiral */

.dynamic_pic {
	margin: 20px 0 0 5px;
	}
.buy {
	margin: 0 0 0 5px;
	}