@charset "utf-8";
.leftmenu:link {
	text-decoration: none;
	color: #000000;
	font-size: 85%;

}
.leftmenu:visited {
	text-decoration: none;
	color: #000000;
	font-size: 85%;
}
.leftmenu:hover {
	text-decoration: underline;
	color: #003366;
	font-size: 85%;

}
.leftmenu:active {
	text-decoration: none;
	color: #000000;
	font-size: 85%;
}
.intro {
	text-decoration: none;
	color: #3399FF;

}

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 100%; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}



/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

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

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: black;
	border-bottom-color: gray;
	border-left-color: gray;
	border-top-width: 0px;
	width: 245px;
}

/* 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 {
	margin: 0px;
	padding: 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.
 */
.AccordionPanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: black;
	border-bottom-color: black;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: black;
	border-left-color: black;
}

/* 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: auto;
	margin: 0px;
	padding: 0px;
	height: 118px;
}

/* 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 {

}

/* 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: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* 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 {

}

/* 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 {

}

/* CSS Document */

form {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-image: url();
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.searchbox {
	height: 20px;
	width: 165px;
	background-image: url(images/searchbg.jpg);
	border: 0px none #050B25;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: none;
	float: none;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.panel {
	font-size: 85%;
}
.crumbtrail {
	font-size: 80%;
}
.whitebox {
	border: 1px solid #FFFFFF;
}

.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	text-decoration: none;
}
.bg_left {
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-x;
}
.bg_right {
	background-image: url(images/bg_right.jpg);
	background-repeat: repeat-x;
}
.menu_title_blue {
	font-size: 100%;
	font-weight: bold;
	color: #003366;
}
.menu_box {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	background-color: #F7F8FA;
}
.border {
	border: 1px solid #E6E6E6;
}
.orderform {
	font-size: 90%;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.widget_box {
	background-image: url(images/temp_r19_c3.jpg);
}

.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

.orderform a:link {
	text-decoration: none;
}
.orderform a:active {
	text-decoration: none;
}
.orderform a:visited {
	text-decoration: none;
}
.orderform a:hover {
	text-decoration: none;
}
label {
  float:left;
  width:85%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
    }
.smalltitles  {
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
	background-color: #efefef;
	text-align: center;
	height: 17px;
	background-image: url(images/plain_r22_c16.jpg);
	background-repeat: repeat-x;
	padding-top: 4px;
}
.border2 {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E3E7E8;
	float: left;
	clear: left;
	padding: 2px;
	line-height: 1.25em;
}
.support_description {
	padding: 5px;
}
.support_content {
	width: 725px;
	clear: none;
	float: right;
}
.spacer {
	height: 30px;
}
.faq_margin {
	margin-left: 20px;
}
.bg_contact {
	background-repeat: no-repeat;
	background-image: url(images/globe.png);
	background-position: right 100px;
}
.bg_company {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dealer_title {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
}
.tools {
	background-image: url(images/bg_tools.jpg);
	height: 250px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
.red_text {
	color: #F00;
}
.sc_title {
	font-weight: bold;
	color: #FFF;
	background-color: #57AFF7;
	padding-left: 10px;
}
.pst_message {
	font-size: 110%;
	color: #006BB9;
	font-weight: bold;
	margin-left: 15px;
}
.notice {
	font-weight: bold;
	border: thin solid #000;
	height: 35px;
	width: 550px;
	font-size: 105%;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
.product_box {
	border: thin solid #cccccc;
}
