/*
dark  header bg: 4C4C4C
topnav red bottom border: C43E3B
*/
body {
  padding:          0px;
  margin:           0px;
  text-align:       center;
  font-size:        11px;
  background-color: white;
}

body, p, td, th,li, span, h1, h2, h3 {
  font-size:        11px;
  font-family:      Verdana, Helvetica, Arial, sans-serif;
}

ul,ol,li,p, h1,h2,h3, table, form { margin: 0; padding: 0; }

h1 { font-size: 125%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }

table.Form tr td { vertical-align: top; padding-bottom: 1em;}
table.Form tr th { vertical-align: top; padding-right: 1em; }

table.Training { margin-bottom: 1em; border: 1px solid #000; }
table.Training tr th { padding: .25em 1em; }
table.Training tr td { padding: 0 1em;  }

table.Form input { font-size: 90%; margin: .25em 0px; }
table.Form input.Text {  width: 30em; }

a {
  text-decoration:  none;
  color:            #4E8CC7;
}
a img { border: 0px; }

.FloatRight { float: right; }

ul.HNav {
  list-style-type:  none;
  padding:          0;
  margin:           0;
}

ul.HNav li { float: left; display: inline; }

ul.VNav {
  list-style-type:  none;
  padding:          0px;
  margin:           0px;
}



ul.Dropdown {
  position:         absolute;
  display:          none;
  background-color: #000;
  padding:          0;
  margin:           0;
  filter:           alpha(Opacity=90);
  -moz-opacity:     .9;
  opacity:          .9;
}

ul.Dropdown li {
  display:          block;
  float:            none;
  list-style-type:  none;
  margin:           0;
  padding:          0;
  text-indent:      0;
  White-space: nowrap
}

ul.List { list-style-type: none; padding: 0px; margin: 0px; }
ul.List li { line-height: 150%; }

ul.BList {  padding: 0px; margin: 0px 0px 0px 1.25em; }


div.Clear { clear: both; font-size: 0px; }
div.Centering { margin: 0px auto; }

div#Container {
  width:      1024px;
  text-align: left;
  margin:     0px auto;
}

div#Header {
  background: #000 url(/res/images/head_bg.jpg) no-repeat top right;
  height:     158px;
  position:   relative;
  z-index:    50;
}

div#Header img#Logo {
  position:   absolute;
  left:       27px;
  top:        23px;
}

div#Header div#imageBar {
  position:   absolute;
  top:        23px;
  left:       172px;
  z-index:    60;
}

div#Header a#emailLink {
  position:   absolute;
  top:        30px;
  left:       803px;
  z-index:    60;
  font-weight:bold;
  font-size:11px;
}

div#Header input#Search {
  position:   absolute;
  border:     0;
  top:        58px;
  right:      54px;
  width:      165px;
  height:     14px;
  font-size:  12px;
}
div#Header input#SearchBtn {
  position:   absolute;
  top:        78px;
  right:      54px;
}

/*div#Header span#Logo {
  position: absolute;
  left: 9px;
  top: 9px;
}*/

div#Header div#TopNav {
  position:       absolute;
  left:           0px;
  bottom:         14px;
  width:          100%;
  z-index:        100;
}

div#Header div#TopNav { color: #FFF; }
div#Header div#TopNav ul.HNav { margin-left: 171px; }
div#Header div#TopNav ul.HNav li { padding: 8px 1px 0 0; position: relative; }
div#Header div#TopNav ul.HNav li a {color: #2D2D2C; }
div#Header div#TopNav ul.HNav li a:hover {color: #2D2D2C; }
div#Header div#TopNav ul.HNav li.Selected a { color: #2D2D2C; }
div#Header div#TopNav ul.HNav li.First { padding-left: 0px; }

div#Header div#TopNav ul.HNav li ul.Dropdown  { 
  display:        none;
  position:       absolute;
  top:            28px;
  left:           1px;
  margin-top:     -2px;
}

div#Header div#TopNav ul.HNav li ul.Dropdown a {
  display:        block;
  padding:        2px 8px 0 8px;
  margin-bottom:  -2px;
  background:     white url(/res/images/head_bottombar_bg.gif) repeat-x;
  height:         16px;
}
div#Header div#TopNav ul.HNav li ul.Dropdown a:hover {
  background:     #E1EBF5;
}
div#Header div#TopNav ul.HNav li > ul.Dropdown {
  top:            auto;
  left:           auto;
}

div#Header div#TopNav ul.HNav ul.Dropdown li {
  padding:        0;
  height: 16px;
}
div#Header div#TopNav ul.HNav ul.Dropdown a.Last {
  height: 15px;
  _height: 17px;
}

div#Header div#TopNav ul.HNav li:hover ul.Dropdown {  display: block; }
div#Header div#TopNav ul.HNav li.over ul.Dropdown {   display: block; }


/* Dropdown Nav Styles */

/* Bottom Bar */
div#Header div#BottomBar {
  position:       absolute;
  left:           0px;
  bottom:         -1px;
  background:     white url(/res/images/head_bottombar_bg.gif) repeat;
  height:         17px;
  width:          100%;
}

/* News Table */

div#NewsTable table,div#NewsTable td,div#NewsTable th{
  border: 3px;
  border-color:#CCCCCC;
  border-style: solid;
  margin-top: 20px;
}

/* SIDEBAR */

div#Sidebar {
  display:        inline;
  float:          left;
  text-align:     center;
  width:          158px;
  margin:         24px 0 0 0;
}
div#Sidebar p {
  text-align:     left;
  padding-left:   15px;
  font-size:      90%;
  margin-bottom:  5px;
}

div#Sidebar ul.VNav {
  text-align:     left;
  margin:         3px 0 0 0;
  padding-top:    12px;
  background:     url(/res/images/leftnav_topbar.jpg) repeat-x top left;
}


div#Sidebar ul.VNav li {
  padding-left:   15px;
  line-height:    200%;
  font-size:      103%;
  font-weight:    bold;
  padding-left: 1em;
  margin-left: 0em;
  text-indent: -1em;
}

div#Sidebar ul.VNav li a {
  color:          #424242;
  
}
div#Sidebar ul.VNav li a:hover {
  color:          #377BBF;
}

div#Sidebar ul.VNav li ul.VNav { display: none; visibility: hidden;  padding-top: 0; margin: 0;   background:     none; }

div#Sidebar ul.VNav li ul.VNav li { font-size: 100%; }

div#Sidebar ul.VNav li ul.Open { display: block; visibility: visible;  }

div#Sidebar ul.VNav li.Last {
  padding-bottom: 6px;
  background:     url(/res/images/leftnav_botbar.jpg) repeat-x bottom left;
}

/* MAIN CONTENT STYLES */

div#MainContent {
  color:          #000;
  text-align:     left;
  margin:         7px 0 0 174px;
  width:          805px;
}

body.Popup div#MainContent { margin-left: 0px; border-left: 0px; }

div#MainContent ul.VNav li { font-size: 100%; }

div#MainContent ul.HNav li { padding: 0px 1em; border-right: 1px solid #ccc; }
div#MainContent ul.HNav li.First { padding-left: 0px;  }
div#MainContent ul.HNav li.Last { border-right: 0px; }

div#MainContent {
  padding-top:    20px;
  line-height: 1.5em;
}
div#MainContent h1 {
  margin:         0 0 20px 0;
  color:          #377BBF;
  font-size:      155%;
  font-weight:    bold;
  letter-spacing: 0.01em;
}

div#MainContent h1.Eyebrow { color: #F00; font-size: 110%; margin: 0px; }

div#MainContent h2 {
  margin:         2em 0px .5em 0px;
}

div#MainContent p {
  margin-bottom:  12px;
}

div#MainContent ul#ProductListing li.Category { font-weight: bold; margin-top: 1em;}


/* MainContent Sidebar */

div#SidebarContainer {
  float:          right;
  text-align:     left;
  width:          219px;
  padding:        0;
  margin:         0 0 0 45px;
}
div.SidebarRight,
div#SidebarRightBottom {
  border:         1px solid #CACACA;
  margin: 0px 0px 1em 0px;
}

div#SidebarRightBottom.rounded div#top,
div.SidebarRight.rounded div#top {
    position: relative;
    background: url(/res/images/corner_tl.gif) no-repeat top left;
    height: 7px;
    top: -1px;
    left: -1px;
    font-size: 0px;
}
div#SidebarRightBottom.rounded div#top div,
div.SidebarRight.rounded div#top div  {
    position: relative;
    background: url(/res/images/corner_tr.gif) no-repeat top right;
    height: 7px;
    right: -2px;
}
div#SidebarRightBottom.rounded div#bot,
div.SidebarRight.rounded div#bot      {
    position: relative;
    background: url(/res/images/corner_bl.gif) no-repeat bottom left;
    height: 7px;
    top: +1px;
    left: -1px;
    clear: both;
    font-size: 0px;
}
div#SidebarRightBottom.rounded div#bot div ,
div.SidebarRight.rounded div#bot div  {
    position: relative;
    background: url(/res/images/corner_br.gif) no-repeat bottom right;
    height: 7px;
    right: -2px;
}

div#SidebarRightBottom.rounded div#content,
div.SidebarRight.rounded div#content {
  padding:        0 12px;
  line-height:    1.35em;
}
div#SidebarRightBottom h1, div.SidebarRight h1 {
	letter-spacing:	-1px;
	color:			#9FA1A2;
	margin:			0 0 .5em 0;
	font-size:      125%;
	line-height:	1.2em;
}

div#SidebarRightBottom p, div#SidebarRightBottom li,
div.SidebarRight p, div.SidebarRight li {
  position:       relative;
  font-size:      90%;
  margin-bottom:  7px;
}

div#SidebarRightBottom a.sidebarMore,
div.SidebarRight a.sidebarMore {
  font-size:      102%;
  font-weight:    normal;
  color:          #9FA1A2;
  text-transform: uppercase;
}

div#SidebarRightBottom.noBorder,
div.SidebarRight.noBorder {
  border: 0;
}

div#SidebarRightBottom.Wide,
div.SidebarRight.Wide {
  width: 302px;
}

div#Brands          { margin: 30px 0px 0px 0px; clear: both; }
div#Brands img      { margin: 0px 20px; vertical-align: middle; }
div#Brands img.First{ margin-left: 0px; }
div#Brands img.Last { margin-right: 0px; }

div#Brands div.Centering { margin: 0px; }

div#Footer {
  clear:          both;
  background:     white url(/res/images/head_bottombar_bg.gif) repeat;
  text-align:     center;
  height:         17px;
}

div#Footer ul.HNav {margin-left: 245px; padding-top: 2px;}

div#Footer ul.HNav li {
  border-right:   1px solid #424242;
  padding:        0 7px;
  height:         11px;
}

div#Footer ul.HNav li.Last { border-right: 0px; padding-right: 0px; }
div#Footer ul.HNav li.First { padding-left: 0px; }

div#Footer ul.HNav li a {
color:            #424242;
font-size:        9px;
vertical-align:   top;
}

.contentAlert {
   color:         red;
   font-weight:   bold;
   font-size:     130%;
}

.small {
  font-size: 85%;
}
.black {
  color: #000;
}
.noBold {
  font-weight: normal;
}

.standOff {
  margin-right: 262px;
}

a.foreIcon {
  display: block;
  background-color: none;
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding: 0 0 3px 20px;
  margin: 0;
}
a.backIcon {
  background-color: none;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 1px 20px 1px 0;
  height: 18px;
  line-height: 18px;
}
a.xls {
  background-image: url(/res/images/icon_excel.gif);
}

a.zip {
  background-image: url(/res/images/icon_zip.gif);
}

a.exe {
  background-image: url(/res/images/icon_exe.gif);
}

a.pdf {
  background-image: url(/res/images/icon_pdf.gif);
}
a.download {
  background-image: url(/res/images/icon_download.gif);
}
a.faq {
  background-image: url(/res/images/icon_faq.gif);
}

.outdent {
  text-indent: -20px;
  padding-left: 20px;
}
.outdent .foreIcon {
  padding-left: 40px;
}
.radioOutdent {
  margin:0;
  padding:0 0 0 25px;
  text-indent: -25px;
}

ul {
  margin-left: 15px;
  margin-bottom: 10px;
}
