@charset "utf-8";
/* CSS Document */
/* Website by Metaphysician, who just can't get enough of this CSS stuff */
#Wrapper {
	float: left;
	width: 100%;
}
#Header {
	width: 100%;
	height: 100px;
}
/* #searchBar overflow: hidden; resolves rendering issue in IE6 */
#searchBar {
	width: 100%;
	background-image: url(../images/images/graphic-hldr2.gif);
	height: 30px;
	float: left;
	overflow: hidden;
}
/* #searchBar_form positions search form in #searchBar. */
#searchBar_form {
	margin-left: 60%;
	margin-top: 3px;
}
#navBar {
	float: left;
	width: 100%;
	height: 30px;
	background-image: url(../images/images/graphic-hldr.gif);
}
/* #Container1 div uses relative positioning and holds Column1 div. */
#Container1 {
	float: left;
	width: 23%;
	background-color: #FFF;
	position: relative;
}
/* #Column1 div is nested in #Container1 div and floated left. */
#Column1 {
	float: left;
	width: 98%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFF;
}
/* .blueHeader contains the elements for the indigo ("browse our catalog") liquid graphic.*/
.blueHeader {
	height: 30px;
	width: 100%;
	background-image: url(../images/images/corners/Blue/slice.png);
	overflow: hidden;
	margin-top: 5%;
}
/* .blueHeaderLeftcorners holds the left corner(s). */
.blueHeaderLeftcorners {
	float: left;
	height: 30px;
	width: 10px;
}
.blueHeaderTopleftCorner {
	height: 15px;
	width: 10px;
	background-image: url(../images/images/corners/Blue/top-left.png);
	background-repeat: no-repeat;
}
/* .blueHeaderRightcorners holds the right corner(s). */
.blueHeaderRightcorners {
	float: right;
	height: 30px;
	width: 10px;
	margin-top: -30px;
}
.blueHeaderToprightCorner {
	height: 15px;
	width: 10px;
	background-image: url(../images/images/corners/Blue/top-right.png);
	background-repeat: no-repeat;
}
/* .blueheaderGraphic hold the graphic element. */
.blueheaderGraphic {
	height: 30px;
	width: 91%;
	position: relative;
	overflow: hidden;
}
#Container2 {
	width: 53%;
	background-color: #FFF;
	float: left;
	text-align: left;
}
/* #Column2 div is nested in #Container2 div and floated right. */
#Column2 {
	float: right;
	width: 95%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 120%;
	padding: 2%;
	background-color: #FFF;
	text-align: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
	color: #191919;
}
/* #Container3 div uses relative positioning and holds Column3 div. */
#Container3 {
	width: 23%;
	float: right;
	position: relative;
}
/* #Column3 div is nested in #Container3 div and floated right. */
#Column3 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	float: right;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #FFF;
	color: #DC6A06;
}
/* The .btnHolder contains the elements necessary to display the column 3 liquid width graphic link(s). */
.btnHolder {
	height: 36px;
	width: 100%;
	margin-top: 3%;
	background-image: url(../images/images/corners/Green/slice.png);
	position: relative;
	overflow: hidden;
}
/* .leftCornerHolder is nested at the left inside of the .btnHolder and positions both left side corners. */
.leftCornerHolder {
	float: left;
	height: 36px;
	width: 10px;
}
/* Top and bottom corner divs position the respective corner graphics. */
.topleftCorner {
	height: 18px;
	width: 10px;
	background-image: url(../images/images/corners/Green/upper_left.png);
}
.bottonleftCorner {
	height: 18px;
	width: 10px;
	background-image: url(../images/images/corners/Green/lower_left.png);
}
/* Top and bottom corner divs position the respective corner graphics. */
.rightCornerHolder {
	float: right;
	height: 36px;
	width: 10px;
	margin-top: 0px;
}
/* Top and bottom corner divs position the respective corner graphics. */
.toprightCorner {
	height: 18px;
	width: 10px;
	background-image: url(../images/images/corners/Green/upper_right.png);
}
.bottomrightCorner {
	height: 18px;
	width: 10px;
	background-image: url(../images/images/corners/Green/lower_right.png);
}
/* .btnDiv holds the limked graphic image (button). */
.btnDiv {
	height: 30px;
	width: 88%;
	float: right;
}
/* #bottomLinkBar div contains privacy policy, webmaster, etc. links. */
#bottomLinkBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 77%;
	height: auto;
	width: 100%;
	text-align: center;
}
#Footer {
	height: 40px;
	width: 100%;
	text-align: center;
	float: left;
	background-color: #4A5185;
}
#pageTopLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	height: 50px;
	width: 50%;
	margin-left: 25%;
	overflow: hidden;
}
.valueProposition {
	padding: 2%;
	width: 90%;
	border: thin solid #E2E2E2;
	margin-left: 3%;
	line-height: 130%;
}
.violetText {
	color: #CE4AE6;
}
/* These styles comprise the elements that form the rounded-corner box holding the product images and descriptions in Column 3. */
/* prodWrapper contains all the other elements. "Overflow:hidden" is for correct display in IE6.*/
.col-3prodWrapper {
	width: 70%;
	background-color: #FFF;
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15%;
	height: auto;
	overflow: hidden;
}
/* Holder at the top and bottom of the wrapper, holding left and right corners. "No-repeats" are for correct display in IE6. */
.col-3prodDivCornerHolder {
	height: 15px;
	width: 100%;
	background-repeat: no-repeat;
}
/* Corners hold the graphics that display as rounded corners.  */
.col-3top-leftProdDivCorner {
	background-image: url(../images/images/col-2.col-3.product/top-left.gif);
	float: left;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}
.col-3bottom-leftProdDivCorner {
	background-image: url(../images/images/col-2.col-3.product/bottom-left.gif);
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	float: left;
}
.col-3bottom-rightProdDivCorner {
	background-image: url(../images/images/col-2.col-3.product/bottom-right.gif);
	height: 15px;
	width: 15px;
	float: right;
}
.col-3top-rightProdDivCorner {
	background-image: url(../images/images/col-2.col-3.product/top-right.gif);
	float: right;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}
/* The displayDiv is nested in the center of the wrapper between the other elements, contains images and text, and allows for padding. */
.col-3displayDiv {
	height: auto;
	width: 96%;
	padding: 2%;
	background-color: #FFF;
	margin-top: 3%;
}
/* These styles comprise the elements that form the rounded-corner box holding the product display boxes in Column 3. */
/* This background is the element that contains the other elements that comprise the box. */
.col_3_Backgrnd {
	height: 70%;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	background-image: url(../images/images/background-F2.png);
	margin-top: 3%;
	margin-bottom: 0%;/* Holder resides at the top and bottom of the background element, holding left and right corners. */
}.cornerDivHolder {
	height: 27px;
	width: 100%;
}
/* Corners hold the graphics that display as rounded corners. */
.bottom-rightCorner {
	background-image: url(../images/images/col-3.backgound/bottom-right-F2.png);
	float: right;
	height: 27px;
	width: 27px;
}
.top-leftCorner {
	background-image: url(../images/images/col-3.backgound/top-left-F2.png);
	float: left;
	height: 27px;
	width: 27px;
}
.top-rightCorner {
	background-image: url(../images/images/col-3.backgound/top-right-F2.png);
	float: right;
	height: 27px;
	width: 27px;
}
.bottom-leftCorner {
	background-image: url(../images/images/col-3.backgound/bottom-left-F2.png);
	float: left;
	height: 27px;
	width: 27px;
}
.orangeText {
	color: #DC6A06;
	font-weight: bold;
}
/* SpryMenuBarVertical.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, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
/* 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: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100%;
	float: left;
}
/* 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: 100%;
	z-index: 1020;
	cursor: default;
	width: 100%;
	position: absolute;
	left: -1000em;
	float: none;
	visibility: visible;
}
/* 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: 100%;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.5em 0.75em;
	color: #384387;
	text-decoration: none;
	text-align: left;
}
/* 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: #384387;
	color: #FFF;
	text-align: left;
}
/* 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: #384387;
	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: url(../SpryAssets/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: url(../SpryAssets/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;
	}
}
.backorder {
	color: #C00;
}
