/*--- Typography Styles ---*/
body {
	background: url(../images/bg.jpg) repeat-y center top;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}

h1 {
	background: url(../images/banner.jpg) no-repeat center top; 
	width:80em;
	height:255px;
	text-indent: -9999px;
	}
	
h2 {
	color:#be801f;
	font-family: Georgia, Times, serif;
	font-size:1.8em;
	line-height: 2.1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
	}
	
	h2 strong {
		font-weight: normal;
		background-color: #be801f;
		color:white;
		padding:.5em .25em;
		}
		
p {font-size:1.2em; color:#585858; line-height: 1.4em;}

	p strong {font-weight: bold; color:#be801f;}


/*--- Structural Styles ---*/

div#wrapper {background-color:white; width:80em;}

ul#navigation {
	width:80em;
	height:27px;
	line-height: 27px;
	background-color: #be801f;
	margin-bottom:2.5em;
	}
	
	ul#navigation li {float:left; margin-left: .5em;}
	ul#navigation li#home {margin-left:46em;}
	
		ul#navigation li a {display:block; text-indent: -9999px; height:27px;}
		
		ul#navigation li#home a {background: url(../images/nav-home.gif) no-repeat left top; width:46px;}
		ul#navigation li#tasting a {background: url(../images/nav-tasting.gif) no-repeat left top; width:112px;}
		ul#navigation li#parties a {background: url(../images/nav-restaurant.gif) no-repeat left top; width:156px;}
		
		ul#navigation li a:hover, ul#navigation li.active a {background-position:left bottom !important;}
		
img#product-image {float:right; margin-right:6.5em; width:139px; height:505px;}

div#left-column {margin-right:25em; padding-left:7.5em;}

div#big-city {float:left; width:47%; padding:1em; background-color:#be801f; color:white; margin-top:1.5em;}

	div#big-city h2, div#wine-tastings {color: white; border-bottom: none; line-height: 1.8em; margin-left: .5em;}
	
	div#big-city dl {font-size:1.1em; margin-bottom:1em; margin-left:1.75em;}
		
		div#big-city dl dt {font-weight: bold;}
		
	div#big-city p {text-align: right; font-size:1.1em; margin-right:1em; padding-bottom: 0;}
	div#big-city p#time {text-align: left; color:white; margin:-1.5em 1.25em 1em;}
		
		div#big-city p a {font-weight: bold; text-decoration: none; color: white;}
		div#big-city p a:hover {text-decoration: underline;}
		
div#wine-tastings {float:left; margin-left:3em; margin-top:2.25em; color:#585858;}
	
	div#wine-tastings h2 {color:#be801f; border-bottom: none;}
	
	div#wine-tastings dl {font-size:1.1em; margin-bottom: 1em; margin-left: 1em;}
	
		div#wine-tastings dl dt {color:#be801f; font-weight: bold;}
	
	div#wine-tastings p {padding-bottom: none; text-align: right; font-size:12px;}
		
	div#wine-tastings p#time {padding-bottom: none; padding-left:5px; margin-top:-1.7em; margin-bottom:10px;text-align: left; font-size:1.1em;}
	
		div#wine-tastings p a {color:#be801f; font-weight: bold; text-decoration: none; font-size:.9em;}
		div#wine-tastings p a:hover {text-decoration: underline;}

div#bottom {clear:both; padding-top:2em; margin:0 7.5em;}
	
	div#bottom h2 {text-align: right;}
	
	div#bottom p {font-size:1.1em;}
	
div#footer {margin:2.5em 7.5em 0; border-top:1px solid #ccc; padding-top:1em;}

	div#footer ul {float:right;}
	
		div#footer ul li {float:left; border-right:1px solid #ccc; padding-right:.5em; margin-left:.5em;}
		div#footer ul li.last {border:none;}
		
			div#footer ul li a {color:#be801f; text-decoration: none;}
			div#footer ul li a:hover {text-decoration: underline;}
			
	div#footer p#copyright {font-size:1.1em; color:#9f9f9f;}

table#schedule, table#serving {margin:0 auto;}

	table#schedule caption, table#serving caption {display: none;}

	table tr th {font-size:1.2em; font-weight:bold; background-color:#be801f; color:white; padding:.75em; text-align: center; border: 1px solid white;}
	
	table#schedule tr th#date, table#schedule tr th#phone, table#schedule tr th#time {width:7.5em;}
	table#schedule tr th#store-num {width:5em;}
	table#schedule tr th#address {width:25.5em;}
	
	table tr td {padding:.75em 0; text-align: center; font-size:1.1em; color:#9f9f9f; vertical-align: middle; border-bottom:1px solid #ddd;}
	
		table#schedule tr td strong {font-weight: bold; color:#be801f; display:block;}
		
	table#serving tr th, table#serving tr td {text-align: left; padding-left:1em;}
	table#serving tr td {padding-left:1.5em;}
	
	table#serving tr th#name {width:14em;}
	table#serving tr th#address {width:20em;}
	table#serving tr th#date {width:6em;}
	table#serving tr th#time {width:10em;}

p.note {font-size:1.1em; text-align:right; margin-right:7.5em; color:#9f9f9f; margin-top:1em;}

