@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bgndcolorgrey.gif);
	background-color: #484442;
	margin: 0px;
	text-align: center; /* to correct the centering IE bug*/
}
html {
	overflow: -moz-scrollbars-vertical;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFCC;/* form select color*/
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
.standardTable th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.standardTable td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.background {
	background-color: #333333;
	margin: 0px;
}
.colorcream {
	background-color: #F0EBCD;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	height: 15px;
	width: 100px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
form {
	margin-bottom: -1px;
}
.copyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.copyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.copyGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.copyRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.copyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.colorRed {
	background-color: #990000;
}
.headerWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.colorWhite {
	background-color: #FFFFFF;
}
.catRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.catGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bullet {
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
	line-height: 16px;
}
.headerGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
.subHeaderGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.productRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.productGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.tablecolorcream {
	background-color: #F0EBCD;
}
.headerRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
}
.colorcreamRFQ {
	background-color: #F0EEDF;
}
.inputtype {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #666666;
}
.inputtypesmall {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}
.inputlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.copyWhitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}
.copyWhitelink a:link {
	color: #CCCCCC;
}
.copyWhitelink a:visited {
	color: #CCCCCC;
}
.copyWhitelink a:hover {
	color: #990000;
}
.copyWhitelink a:active {
	color: #CCCCCC;
}
.HeaderGreyBoldCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
.HeaderRedBoldCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
}
.copyRedlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}
.tabledata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px none #CCCCCC;
}
.tabledata TD {
	empty-cells: show;
}


.tabledataHeader TD {
	empty-cells: show;

}
.tabledataHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	border: 1px none #CCCCCC;
	empty-cells: show;

}
.inputtype2 {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	background-color: #FFFFFF;
	text-align: left;
}
.inputtypesmall2 {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	background-color: #FFFFFF;
	text-align: left;
}
.tableborder {
	border: 1px solid #999999;
}
.tableborderDottedRows {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
.bordertable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}
.bordertablerow {
	border-spacing: 0px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rulelineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.RFQrulelineBottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.rulelinenav {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
/****** shelters nav******/
#tc .tc a {
	color: #990000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tc a {
	color: #333333;
	background-color: #;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tc a:hover { 
	color: #990000;
	background-color: #;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#ut .ut a {
	color: #990000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.ut a {
	color: #333333;
	background-color: #;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.ut a:hover { 
	color: #990000;
	background-color: #;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#xp .xp a {
	color: #990000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.xp a {
	color: #333333;
	background-color: #;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.xp a:hover { 
	color: #990000;
	background-color: #;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#rb .rb a {
	color: #990000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.rb a {
	color: #333333;
	background-color: #;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.rb a:hover { 
	color: #990000;
	background-color: #;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/****** top nav ******/
#home .home a {
	color: #990000;
	text-decoration: none;
}
.home a {
	color: #333333;
	text-decoration: none;
}
.home a:hover { 
	color: #990000;
}
#products .products a {
	color: #990000;
	text-decoration: none;
}
.products a {
	color: #333333;
	text-decoration: none;
}
.products a:hover { 
	color: #990000;
}
#partsandservices .partsandservices a {
	color: #990000;
	text-decoration: none;
}
.partsandservices a {
	color: #333333;
	text-decoration: none;
}
.partsandservices a:hover { 
	color: #990000;
}
#catalog .catalog a {
	color: #990000;
	text-decoration: none;
}
.catalog a {
	color: #333333;
	text-decoration: none;
}
.catalog a:hover { 
	color: #990000;
}
#requestaquote .requestaquote a {
	color: #990000;
	text-decoration: none;
}
.requestaquote a {
	color: #333333;
	text-decoration: none;
}
.requestaquote a:hover { 
	color: #990000;
}
#press .press a {
	color: #990000;
	text-decoration: none;
}
.press a {
	color: #333333;
	text-decoration: none;
}
.press a:hover { 
	color: #990000;
}
#events .events a {
	color: #990000;
	text-decoration: none;
}
.events a {
	color: #333333;
	text-decoration: none;
}
.events a:hover { 
	color: #990000;
}
#careers .careers a {
	color: #990000;
	text-decoration: none;
}
.careers a {
	color: #333333;
	text-decoration: none;
}
.careers a:hover { 
	color: #990000;
}
#aboutus .aboutus a {
	color: #990000;
	text-decoration: none;
}
.aboutus a {
	color: #333333;
	text-decoration: none;
}
.aboutus a:hover { 
	color: #990000;
}
#contactus .contactus a {
	color: #990000;
	text-decoration: none;
}
.contactus a {
	color: #333333;
	text-decoration: none;
}
.contactus a:hover { 
	color: #990000;
}

#divBulletListMoveLeft {
	margin-left: -10px;
}
.RFQrulelineTable {
	border: 1px solid #999999;
}
/******** Ask The Expert **********/
#wrapper {
	background: transparent;
	border: 0px;
	/*margin-top: 20px; */
	/*margin-bottom: 20px; */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align:left; /* centering hack 2/2 */
	width: 932px;
}
#content_left {
	float: left;
	margin: 0px;
	padding: 0px;
	w/idth: 762px; /* IE5Xwin sees this (standards width plus padding and border on left and right)*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 762px; /* standards width */
}
/* \*/
* html #content_right { height: 1%; }
/* */

html>body #content_left {
	width: 762px; /* standards width reinforcement */
}

#content_right {
	float: right;
	margin: 0px;
	padding: 0px;
	w/idth: 160px; /* IE5Xwin sees this (standards width plus padding and border on left and right)*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px; /* standards width */
}
html>body #content_right {
	width: 160px; /* standards width reinforcement */
}
#asktheexpertborder{
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;	
}
.ATEheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
.ATEtextbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 1px;
	margin-bottom: 5px;
	font-size: 11px;
}
/******** menu **********/
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #333;
	background-color:#F0EBCD;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 0.85em;
	color: #333;
	background-color:#F0EBCD;
	background: url(line.jpg) no-repeat top right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav li:hover a.one, #nav li.sfhover a.one,
#nav li:hover a.two, #nav li.sfhover a.two,
#nav li:hover a.three, #nav li.sfhover a.three,
#nav li:hover a.four, #nav li.sfhover a.four,
#nav li:hover a.five, #nav li.sfhover a.five,
#nav li:hover a.six, #nav li.sfhover a.six,
#nav li:hover a.seven, #nav li.sfhover a.seven,
#nav li:hover a.eight, #nav li.sfhover a.eight,
#nav li:hover a.nine, #nav li.sfhover a.nine,
#nav li:hover a.ten, #nav li.sfhover a.ten {
	color: #fff;/* main nav color when looking at the subnav */
	background-color: #990000;
}

#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	background-color: #F0EBCD;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
/* dropdowns divide line bottom */
#nav li ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* top nav divide line right */
#nav .divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav li li {
	padding: 0;
	width: 140px; 
}
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	color: #fff;/* The dropdown links hover colors */
	background-color: #990000;
	
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #333;/* The dropdown links list colors */
	background-image: none;
}
#nav li ul.under a:hover {
	background: #990000;
	color: #fff;/* The dropdown links hover colors */
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #333;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #990000;
}
#content {
	clear: left;
}
#container {
	width: 742px; /****** width of nav******/
	text-align: left;
	margin: 0 auto;
	
}
.RFQrulelineTop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
