@charset "UTF-8";
/* CSS Document */


body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: url(images/bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #42210B;
}

#menubg {
	width: 100%;
	background-image: url(images/nav_bar.gif);
	background-repeat: repeat-x;
	background-position: 0 124px;
	
}	
#container {
	width: 900px;
	text-align: left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#logo {
	text-align: center;
	height: 124px;
	background:url(images/logo.gif) no-repeat center;
}
#menu {
	color: #FFFFFF;
	background: #42210B;
	height: 50px;
}
#menu dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/ 
#menu { padding-left: 40px; } 
/*/
#main-nav { padding-left: 40px; overflow: hidden; } 
/* End Hack */
#menu dt { float: left; padding-right: 21px; background-repeat: no-repeat;}
#menu dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#menu dt a:hover {
	background-position: 0 -50px;
}
#menu dt#about,
#menu dt#about a { width: 74px; background-image: url(images/menu_about.gif); }

#menu dt#cafe,
#menu dt#cafe a { width: 72px; background-image: url(images/menu_cafe.gif); }

#menu dt#resources,
#menu dt#resources a { width: 160px; background-image: url(images/menu_resources.gif); }

#menu dt#boutique,
#menu dt#boutique a { width: 78px; background-image: url(images/menu_boutique.gif); }

#menu dt#buzz,
#menu dt#buzz a { width: 73px; background-image: url(images/menu_buzz.gif); }

#menu dt#contact,
#menu dt#contact a { width: 93px; background-image: url(images/menu_contact.gif); }

#menu dt#divas,
#menu dt#divas a { width: 145px; background-image: url(images/menu_divas.gif); }

body.about dt#about,
body.about dt#about a,
body.cafe dt#cafe,
body.cafe dt#cafe a,
body.resources dt#resources,
body.resources dt#resources a,
body.boutique dt#boutique,
body.boutique dt#boutique a,
body.buzz dt#buzz,
body.buzz dt#buzz a,
body.contact dt#contact,
body.contact dt#contact a,
body.divas dt#divas,
body.divas dt#divas a {
	background-position: 0 -50px;
}

#submenu {
	padding-left: 40px;
	height: 20px;
	color: #42210B;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#submenu a {
	color: #42210B;
	text-decoration: none;
}
#submenu a:hover {
	color: #FFFFFF;
}

/* About Submenu, Resources Submenu, Contact Submenu */
#aboutsub {
	padding-top: 12px;
	float: left;
	display: none;
}
#resourcessub {
	padding-left: 190px; 
	padding-top: 12px;
	float: left;
	display: none;
}
#buzzsub {
	padding-left: 468px; 
	padding-top: 12px;
	float: left;
	display: none;
}
#mainContent {
	text-align: left;
	padding: 40px 40px 40px 40px;
	width: 820px;
}
h1 {
	font-size: 16px;
	color: #42210B;
}
.imageleft {
	margin-right: 20px;
	margin-bottom: 20px;
}
.menusmall {
	font-size: 10px;
	line-height: 14px;
}
.vendorbreadcrumbs {
	width: 436px;
	margin-bottom: 33px;
	text-align: left;
	font-size: 12px;
}
.vendortitle {
	margin-bottom: 23px;
	font-size: 15px;
	font-weight: bold;
}
.vendorimage1 {
	margin-bottom: 16px;
}
.vendorcontact {
	margin-bottom: 25px;
	font-size: 13px;
}
.vendorquestions {
	width: 436px;
	text-align: left;
	margin-bottom: 31px;
	font-size: 12px;
}
a { color: #42210B; }
a:hover { font-weight: bold; }
a:visited { color: #42210B; }
.buzzsmall { font-size: 11px; }
.calendarsmall { font-size: 11px; line-height: 14px; }
.rsvp { color: #FFFFFF; }
.rsvpboxes {
	border: 1px solid #FFFFFF !important;
	background-color: #F3C2DD;
	font-size: 11px;
}
.rsvpbg {
	background: url(images/workshop_rsvp.gif);
	background-repeat: no-repeat;
}
