body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/bbblrnd_stripes.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
} 
.twoColFixLtHdr #header {
	background-image: url(images/lollipop_top.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 280px;
	height: 100px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4e2600;
	vertical-align: bottom;
	padding-top: 35px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	color: #4e2600;
	height: 100%;
	line-height: 1.3em;
	font-size: 100%;
	text-align: center;
	padding-bottom: 15px;
}
#sidebar1 p {
	text-decoration: none;
	font-size: 0.9em;
}
#sidebar1 img {
	vertical-align: bottom;
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 35;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #mainContent {
	line-height: 1.6em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 40px;
} 
#mainContent p {
	font-size: 0.8em;
	font-style: normal;
}
#mainContent h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	color: #990005;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #990005;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.0em;
}
#mainContent .table_index td {
	padding-left: -20px;
}
#main_area {
	overflow: hidden;
	position: relative;
	height: 500px;
	width: 850px;
	left: 0px;
	top: 0px;
}
#thankyou {
	height: 400px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	line-height: 1.4em;
	width: 410px;
	text-align: center;
	padding-top: 70px;
}
#inside_main {
	width: 780px;
}
.polaroid {
	float: right;
	margin-right: 20px;
}
.color_block {
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mustard {
	background-color: #FFC;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4E2600;
	border-left-color: #4E2600;
	position: relative;
	margin-top: -20px;
	background-image: url(images/zig_zag2.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4e2600;
}
#party_thumb {
	width: 250px;
	height: 400px;
}
#apDiv2 {
	position:absolute;
	left:30px;
	top:-25px;
	width:200px;
	z-index:30;
}
.apDiv2_pictureframe {
	height: 250px;
	width: 300px;
}
.color_block {
	float: right;
}
#item_list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	height: 200px;
	width: 155px;
}
#item_list_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	height: 200px;
	width: 155px;
	float: right;
	margin-right: 7px;
	margin-top: -10px;
}
#navbar {
	color: #FFF;
	background-color: #900;
	padding-right: 5px;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 30px;
	padding-left: 5px;
	margin-top: 15px;
}
#navbar ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	list-style-type: none;
	font-size: .8em;
}
#navbar ul li {
	display: block;
}
#navbar ul li a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 11px;
	padding-bottom: 4px;
	width: 100%;
}
#navbar ul li a.current{
	background-image: url(images/current2.gif);
	background-repeat: no-repeat;
	color: #Ffffff;
	background-position: bottom;
}
a:link {
	color: #FBD950;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
	background-color: directions
.html;
	text-decoration: none;
}
#apDiv3 {
	position:absolute;
	width:288px;
	height:250px;
	z-index:1;
	left: 560px;
	top: 15px;
}
#party_full {
	height: 400px;
	width: 300px;
	position: absolute;
	left: 525px;
	top: 30px;
	float: right;
}
.twoColFixLtHdr #footer {
	padding-top: 2px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FBD950;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
	background-image: url(images/bottom_bar2.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 0.7em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	z-index: 31;
	font-style: normal;
	letter-spacing: 0.1em;
} 
#footer .legal{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	color: #333;
	letter-spacing: .2em;
	font-style: italic;
}
.framed_pic {
	float: right;
	margin-right: -200px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	width: 450px;
	border-collapse: collapse;
	overflow: scroll;
	height: 400px;
	margin-left: 0px;
}
#table_height {
	height: 380px;
	width: 470px;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5AF5B;
}
table td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6B05B;
}
.table_index {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.9em;
	margin-left: -20px;
}
#table_head  {
	color: #512500;
	background-color: #EDCF89;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	background-image: url(images/catalog_top.gif);
	background-repeat: repeat-x;
	height: 28px;
}

.Accordion {
	overflow: visible;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CBAC62;
	border-bottom-color: #cbac62;
	border-left-color: #cbac62;
	width: 195px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #F5D382;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7C5A1E;
	border-bottom-color: #7C5A1E;
	font-size: 0.9em;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: visible;
	margin: 0px;
	height: 140px;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.4em;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.AccordionPanelContent a {
	font-size: 1.1em;
	color: #A80007;
	text-decoration: underline;
	background-color: #FBD950;
	text-align: center;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #F5D382;
	color: #A80007;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7C5A1E;
	border-bottom-color: #7C5A1E;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #4E2600;
	background-color: #ECC679;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FEFFC9;
	border-bottom-color: #FEFFC9;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #900;
	background-color: #F8DA94;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #F5D382;
	color: #4E2633;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	color: #532600;
}
#sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: .9em;
}

fieldset {
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #D3AA53;
	width: 430px;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 85%;
	cursor: default;
	width: 550px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 22%;
	float: left;
	background-color: #900;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 100%;
	position: absolute;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0;
	left: -1000em;
	background-color: #900;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	color: #700018;
	background-color: #FEFFC9;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
a{
	left: auto;
	color: #700018;
	background-image: url(images/navbar_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
a:hover{
	color: #A80007;
	font-size: 1.3em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
a:visited{
	color: #A80007;
	font-size: 1.2em;
	background-image: url(images/navbar_top.gif);
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 140px;
	padding-bottom: 1px;
	background-image: url(images/navbar_top.gif);
	background-color: #E7C981;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	color: #700018;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FBD950;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FEFFC9;
	background-color: #700018;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(file:///Macintosh%20HD/Users/andrewolin/Library/Application%20Support/Adobe/Dreamweaver%20CS4/en_US/Configuration/Temp/Assets/eam324fe1ba.TMP/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(file:///Macintosh%20HD/Users/andrewolin/Library/Application%20Support/Adobe/Dreamweaver%20CS4/en_US/Configuration/Temp/Assets/eam324fe1ba.TMP/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #A80007;
	background-color: #FEFFC9;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(images/current2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #Ffffcc;
	background-color: #700018;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(file:///Macintosh%20HD/Users/andrewolin/Library/Application%20Support/Adobe/Dreamweaver%20CS4/en_US/Configuration/Temp/Assets/eam324fe1ba.TMP/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #A80007;
	background-color: #ffffcc;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	
	}

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 95%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	padding: 0px;
	margin-left: 25px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	float: left;
	font: 0.9em sans-serif;
	background-color: #ecce86;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	top: 2px;
}


/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	color: #900;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #900;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4e2600;
	border-right-color: #4e2600;
	border-left-color: #4e2600;
	color: #FEFFC9;
	background-image: url(images/current3.gif);
	background-repeat: repeat-x;
	background-position: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #700018;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4e2600;
	border-right-color: #4e2600;
	border-bottom-color: #4e2600;
	border-left-color: #4e2600;
	font-size: 0.9em;
	line-height: 1.6em;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}
/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent1 {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.TabbedPanelsContent.TabbedPanelsContentVisible img {
}
.TabbedPanelsContent1.TabbedPanelsContentVisible img {
	float: right;
}
#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent1.TabbedPanelsContentVisible p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#sidebar1 #shipping {
	width: 178px;
	overflow: auto;
	height: 250px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #DBB158;
	font-size: .9em;
	padding-right: 10px;
}
#sidebar1 #ship_header {
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4E2600;
	margin-top: -10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D6B05D;
	border-right-color: #D6B05D;
	border-left-color: #D6B05D;
	background-color: #F0CF82;
	font-size: .8em;
}
#mainContent ul {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-weight: bold;
}
#sidebar1 ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.7em;
	text-align: left;
	text-indent: 15px;
}
#sidebar1 #celebrations {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	list-style-type: none;
	line-height: 1em;
	text-align: center;
	border: 1px solid #D7AA4D;
}
a.events{
	color: #900;
	text-decoration: underline;
}
.event_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
}
#sidebar1 #calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: left;
}
#sidebar1 #calendar strong{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: center;
}
.event_text strong{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.6em;
}
#event_pics {
	float: right;
}
#mainContent .directions a {
	color: #900;
	text-decoration: underline;
}
#sidebar1 #contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: left;
	padding-left: 25px;
	line-height: 1.6em;
	border: 1px solid #CCA043;
}
#form1 fieldset #signup1 {
	text-align: right;
	width: 60px;
	line-height: 1.5em;
	font-weight: bold;
}
#form1 fieldset #signup2 {
	float: right;
	width: 350px;
}

