BODY {background-color: #FFFFFF; font-size: 9pt; font-family: Arial, Helvetica, Courier; margin: 5px; width: 1200px;
}

A:visited {color: #181884;}
A:link {color: #181884;}
A:active {color: #FF0000;}

.Title {font-weight: bold; font-size: 18pt; text-align: center; text-decoration: underline;}
.white {color: #FFFFFF; font-weight: bold; font-size: 11px; text-decoration: none;}
.textNavBar {text-align: center; background-color: #181884;}
.siteMap {text-decoration: underline; text-align: center; color: #181884;}
.searchButton {text-align: center; color: #FFFFFF; background-color: #000066; font-weight: bold; font-size: 11px;}
.navBar {text-align: center; color: #181884; font-size: 10px;}

.cartBack {background-color: #CCCCCC; color: #000000;}


.Note {font-size: 11pt;}
.Sub_Note {font-size: 10pt;}
.App_Body {font-size: 12px;}
.App_Note_Italic {font-size: 8pt; font-style: italic}
.App_Italic {font-style: italic}
.App_Note_Bold {font-size: 8pt; font-weight: bold}
.App_PageTitle { font-weight: bold; font-size: 12pt; text-align: center;}
.App_Header { font-weight: bold; font-size: 10pt; text-decoration: underline;}
.PageTitleBold {font-size: 10pt; font-weight: bold; text-decoration: none;}
.Title_Bold {font-size: 9pt; font-weight: bold; text-decoration: underline;}
.MedText {font-size: 9pt; }
.SmallerText {font-size: 8pt; }

.Blue {color: #0000FF;}
* Blue {color: #0000FF;}

.Red {color: #FF0000;}
* Red {color: #FF0000;}

.Buttons {font-size: x-small; background-color: #CCCCCC;}

.Gigantic { font-weight: bold; font-size: 22pt;}
.PageTitle { font-weight: bold; font-size: 22pt; text-align: center;}
.ConfirmTitle {width: 45%; font-size: 18px; font-weight: bold;}
.ConfirmT {width: 45%; font-size: 16px;}
.ConfirmT_Red {width: 45%; font-size: 16px;color: #FF0000;}

.Header { font-weight: bold; font-size: 16pt; text-decoration: underline;}
.homeLink {text-align: center; text-decoration: none; font-weight: bold;}
.Huge { font-weight: bold; font-size: 18pt;}

.Large_Bold {font-size: larger; font-weight: bold;}
.Large_Bold_C {font-size: larger; font-weight: bold; text-align: center;}
.Large {font-size: larger;}
.Large_Red {color: #FF0000; font-size: larger;}

.No_U {text-decoration: none;}

.Center {text-align: center;}

.Bold {font-weight: bold;}
.Bold_No_U {text-decoration: none; font-weight: bold;}
.Bold_U {text-decoration: underline; font-weight: bold;}
.Bold_C {text-align: center; font-weight: bold;}

.U {text-decoration: underline;}

.Super {vertical-align: super; font-size: smaller}

#Header {
	float: left;
	width:756px;
	height:132px;
	visibility: visible;
}

#Menu {
	clear:both;
	float: left;
	width: 756px;
	height: 20px;
	background-image: url(../images/nav.jpg);
	layer-background-image: url(../images/nav.jpg);
	border: 1px none #000000;
	visibility: visible;
}

#SideBar{
	clear:both;
	float: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	visibility: visible;
	padding: 5px;
	background-image: url(../images/sidebarforall.jpg);
	width: 180px;
}

#Content {
	float: left;
	width:383px;
	font-size: 8pt;
	padding: 10px;
	visibility: visible;
}

#Content2 {
	float: left;
	width:546px;
	font-size: 8pt;
	padding: 5px;
	visibility: visible;
}

#Content3 {
	clear:both;
	float: left;
	width:734px;
	padding: 10px;
	visibility: visible;
}

#Cart {
	float: left;
	width:383px;
	padding: 10px;
	font-size: 8pt;
	visibility: visible;
}

#PSearch {
	float: left;
	width:152px;
	height: 30;
	padding: 10px;
	font-weight: bold;
	text-align: right;
	visibility: visible;
}

#News {
	width:142px;
	padding: 5px;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	visibility: visible;
	border: 1px solid #CCC;
}

#MiniCart {
	width:142px;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	visibility: visible;
	border: 1px solid #CCC;
}

#CustInfo1 {
	float: left;
	width:250px;
	padding: 10px;
	font-size: 8pt;
	visibility: visible;
}
#CustInfo2 {
	float: left;
	width:200px;
	padding: 10px;
	font-size: 8pt;
	visibility: visible;
}
#CustInfo3 {
        float: left;
        width:150px;
        padding: 10px;
        font-size: 8pt;
        visibility: visible;
}

#Footer {
	clear:both;
	width:706px;
	height:20px;
	text-align: center;
	color: #181884;
	font-size: 10px;
	padding: 25px;
	visibility: visible;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 756px;
}
/* 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: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* 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;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 12em;
	position: absolute;
	left: -1000em;
	background-color: #181884;
}
/* 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;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 12em;
}
/* 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;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
	background-color: #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.25em 1.2em;
	color: #333;
	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
{
	background-color: #181884;
	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
{
	background-color: #181884;
	color: #FFF;
}

/*******************************************************************************

 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: /style/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: /style/SpryMenuBarRight.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
}
/* 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: /style/SpryMenuBarDownHover.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
}
/* 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: /style/SpryMenuBarRightHover.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background-image: /styleurl(../images/nav2.jpg);
	}
}

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12pt;
	cursor: default;
	width: 8em;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12pt;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 180px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 12pt;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #fff;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #181884;
	color: #FFF;
	font-size: 12pt;
	text-align: center;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #181884;
	color: #FFF;
}

/*******************************************************************************

 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.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: /style/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* 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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: /style/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
