/*---------------------------------------------
	Global reset
---------------------------------------------*/

html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
a, em, font, img,
small, strong,
ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

br {
	height: 0; 
	margin: 0; 
	padding: 0;
}

body {
	text-align: center;
	background: #f3e2c6 url(../images/lizabg.jpg) repeat-x;
}

a {
	color: #3cc;
}

/*---------------------------------------------
	Masthead
---------------------------------------------*/

#masthead {
	width: 794px;
	height: 222px;
	margin: 12px auto 0 auto;
	text-align: left;
	background: url(../images/bg_masthead2.png) top center no-repeat;
}

#logo {
	width: 415px; 
	height: 223px;
	float: left;
}

#logo h1 {
	text-indent: -9999px;
	width: 302px;
	height: 110px;
	overflow: hidden;
	background: url(../images/logo.gif);
	margin: 70px 0 0 40px;
}

#logo h1 a {
	width: 302px;
	height: 110px;
	display: block;
}

#masthead_rightcol {
	float: left;
	width: 348px;
	margin: 25px 0 0 0;
	padding: 8px 15px 0 10px;
	border-left: 1px solid #e5e5e5;
}

div#globalnav {
	background: #ffff4f;
}

ul#masthead_quicklinks,
ul#masthead_quicklinks li,
ul#masthead_global_navigation,
ul#masthead_global_navigation li,
#subnav ul,
#subnav ul li {
	list-style-type: none;
	display: inline;
}

ul#masthead_quicklinks li a,
ul#masthead_global_navigation li a,
#subnav li a {
	color: #239db5;
	text-transform: lowercase;
	text-decoration: none;
	padding: 3px 8px;
	margin: 0 3px 3px 0;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

ul#masthead_quicklinks li a:hover,
ul#masthead_global_navigation li a:hover,
ul#masthead_quicklinks li a.active:hover,
ul#masthead_global_navigation li a.active:hover,
#subnav li a:hover,
#subnav li a.active:hover {
	color: #000;
}

ul#masthead_quicklinks li a.active,
ul#masthead_global_navigation li a.active,
#subnav li a.active {
	color: #ff2120;
}

#subnav li a {
	font-size: 14px;
}

#style_show_banner {
	border-top: 1px solid #e5e5e5;
	margin: 8px 0 0 0;
	padding: 10px 0 0 8px;
}

#subnav {
	border-top: 1px solid #e5e5e5;
	margin: 8px 0 0 0;
	padding: 15px 0 0 0;
	height: 80px;
}


#masthead_quicklinks {
	display: block;
	background-color: gray;
}

/*---------------------------------------------
	Center Content Area
---------------------------------------------*/

#home_center_content {
	background: url(../images/bg_center_content.png) bottom left repeat-y;
	width: 794px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 11px 0;
}

#center_content {
	background: url(../images/bg_content.png) top left repeat-y;
	width: 734px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 30px;
}

#center_content,
#center_content p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}

div.two_columns {
	width: 310px;
	margin: 0 60px 0 0;
	float: left;
}

div.two_columns_last {
	margin: 0;
}

#center_content h3 {
	color: #666;
	font-size: 14px;
}

#press_lcol {
	width: 385px;
	float: left;
	margin: 0 15px 0 0;
}

#press_rcol {
	width: 332px;
	float: left;
}

	#press_rcol ul,
	#press_rcol ul li {
		list-style: none;
		display: block;
	}
	
	#press_rcol ul li {
		margin: 0 0 10px 0;
	}
	
	#press_rcol ul li img {
		float: left;
		display: block;
		margin: 0 10px 0 0;
	}
	
	#press_rcol ul li h3 {
		color: #31a097;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	#press_rcol .clipping {
		float: left;
		width: 199px;
	}
	
	#press_rcol ul li p {
		margin: 0;
		padding: 0;
	}

/*---------------------------------------------
	Center Content Area - Layout
---------------------------------------------*/

#home_center_content {
	background: url(../images/bg_center_content.png) bottom left repeat-y;
	width: 794px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 11px 0;
}

	/*---------------------------------------------
		Homepage Content Area
	---------------------------------------------*/
	
	#home_video {
		width: 395px;
		height: 238px;
		margin: 0 6px 0 15px;
		float: left;
	}
	
	#photo {
		float: left;
		width: 178px;
		height: 238px;
		margin: 0 6px 0 0;
	}
	
	#photo2 {
		float: left;
		width: 179px;
		height: 238px;
	}
	
	#home_lower_content {
		background: url(../images/bg_content.png) top left repeat-y;
		padding: 0 0 15px 0;
		margin: 0 auto;
		width: 794px;
		text-align: left;
	}
	
	#content_area1 p,
	#content_area2 p,
	#content_area3 p {
		font-size: 12px;
		color: #666;
		line-height: 18px;		
	}
	
	#content_area1 {
		width: 362px;
		padding: 21px 27px 0 26px;
		float: left;
	}
	
	#content_area1 h2 {
		text-indent: -9999px;
		overflow: hidden;
		background: url(../images/hdr_welcome.gif);
		width: 111px;
		height: 19px;
		margin: 0 0 10px 0;	
	}
	
	#content_area2 {
		width: 165px;
		padding: 25px 20px 0 0;
		float: left;
	}
	
	#content_area2 h3 {
		text-indent: -9999px;
		overflow: hidden;
		background: url(../images/hdr_contact_me.gif);
		width: 102px;
		height: 13px;
		margin: 0 0 10px 0;	 
	}
	
	#content_area3 {
		width: 163px;
		padding: 25px 15px 0 0;
		float: left;
	}
	
	#content_area3 h3 {
		text-indent: -9999px;
		overflow: hidden;
		background: url(../images/hdr_people_saying.gif);
		width: 146px;
		height: 34px;
		margin: 0 0 10px 0;
	}
	
	#content_area3 h4 {
		text-indent: -9999px;
		overflow: hidden;
		background: url(../images/hdr_wine_list.gif);
		width: 146px;
		height: 15px;
		margin: 0 0 10px 0;
	}
	
	#content_area2 h4 {
		text-indent: -9999px;
		overflow: hidden;
		background: url(../images/hdr_restaurants.gif);
		width: 110px;
		height: 16px;
		margin: 0 0 10px 0;
	}
	
	#content_area2 li,
	#content_area3 li {
		font-size: 12px;
		margin: 0 0 10px 0;
	}
	
	#content_area2 ul,
	#content_area2 ul li,
	#content_area3 ul,
	#content_area3 ul li {
		list-style: none;
	}
	
	
/*---------------------------------------------
	Center Content Headers
---------------------------------------------*/

h2#hdr_about_me {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hdr_about_me.gif);
	width: 84px;
	height: 14px;
	margin: 0 0 10px 0;
}

h2#press_clippings {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hdr_press_clippings.gif);
	width: 211px;
	height: 17px;
	margin: 15px 0 10px 0;
}

h2#party_planoff {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hdr_party_planoff.gif);
	width: 187px;
	height: 17px;
	margin: 0 0 10px 0;
}

h2#instant_host {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/inthdr_instant_host.gif);
	width: 233px;
	height: 17px;
	margin: 0 0 10px 0;
}

h2#hdr_contact_me {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/inthdr_contact_me.gif);
	width: 69px;
	height: 14px;
	margin: 0 0 10px 0;
}

h2#hdr_food_wine {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hdr_food_wine.gif);
	width: 109px;
	height: 14px;
	margin: 0 0 10px 0;
}

h3#hdr_instant_host {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hdr_instant_host.gif);
	width: 98px;
	height: 14px;
	margin: 0 0 10px 0;
}

h3#hdr_people_saying {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hdr_people_saying.gif);
	width: 138px;
	height: 34px;
	margin: 0 0 10px 0;
}


h4#hdr_wine_list {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hdr_wine_list.gif);
	width: 139px;
	height: 15px;
	margin: 0 0 10px 0;
}

h4#hdr_restaurants {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hdr_restaurants.gif);
	width: 105px;
	height: 16px;
	margin: 0 0 10px 0;
}

.year {
	color: #4d4d4d;
}

.price {
	color: #ed2d38;
}

.city {
	color: #333;
	font-size: 13px;
}


.restaurant {
	color: #333;
}

.wine_name {
	color: #333;
}


/*---------------------------------------------
	Footer
---------------------------------------------*/

#footer {
	width: 768px;
	height: 74px;
	margin: 0 auto;
	padding: 5px 0 0 26px;
	text-align: left;
	background: url(../images/bg_footer.png) top left no-repeat;
}

#footer h2 {
	text-indent: -9999px;
	width: 117px;
	height: 14px;
	overflow: hidden;
	background: url(../images/logo_footer.gif);
	margin: 10px 0 2px 0;
}

#footer ul,
#footer ul li {
	list-style: none;
	display: inline;
}

#footer ul li a {
	color: #3cc;
	text-transform: lowercase;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0 3px 3px 0;
	font-size: 12px;
	float: left;
}

#footer ul li a.first {
	padding: 3px 6px 3px 0;
}

#footer ul li a:hover {
	color: #000;
}


div#footer_feature {
	color: #3cc;
	background: url(../images/style_logo_sm.gif) center left no-repeat;
	height: 36px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 20px 20px 0px 45px;
	margin: 0 3px 3px 0;
	font-size: 12px;
	float: right;
}


