/****************** GENERAL STYLES *******************/

sup {font-size:0.8em; vertical-align: baseline; position: relative; bottom: 0.33em;}


#topAd {
  margin-bottom:12px;
  margin-left:auto;
  margin-right:auto;
  padding-top:12px;
  width:728px;
  height:90px;
}


/********  AOL HAT STYLES *******************/

#hat {
  margin-bottom:10px;
  _margin-top:0px;
  _padding:0px;
}



/********  MENU NAV STYLES *******************/
    
#menu {
        width:754px;
        height:30px;
        font:normal bold 12px arial;
        background:#000 url('http://hoist.hrtc.net/~blanghammer/VMSpictures/navButton_unSelected.gif') repeat-x top left;
        border-top:1px solid #fff;
        border-bottom:1px solid #fff;
        border-left:1px solid #fff;
        border-right:1px solid #fff;
        margin:0px;
    }

    
#menu ul {
        padding:0px;
        margin:0px;
        list-style-type:none;
    }
    
#menu ul li {
        float:left;
        position:relative;
        background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/navButton_divider.gif') no-repeat top right;
        margin:0px;
        z-index: 500;
    }

    
#menu ul li a, #menu ul li a:visited {
        float:left;
        display:block;
        text-decoration:none;
        color:#d1d0d5;
        padding:8px 16px 0px 12px;
        _padding:8px 22px 0px 12px;
        height:23px;
        margin:0px;
        background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/nav_arrow.gif') no-repeat 95% 50%;
        _background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/nav_arrow.gif') no-repeat 90% 50%;
    }

    
#menu ul li ul {
        display: none;
    }


    
#menu ul li:hover {
        width:auto;
    }

    
#menu ul li.selectedMain{
        background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/navButton_selected.gif') repeat-x top left;
        margin:0px;
    }


    
#menu ul li.selectedMain a, #menu ul li.selectedMain a:active, #menu ul li.selectedMain a:visited {
        text-decoration:none;
        color:#fff;
    }


    
#menu ul li.selected{
        background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/navButton_selected.gif') repeat-x top left;
        margin:0px;
    }

    
#menu ul li.unSelectedMain a, #menu ul li.unSelectedMain a:visited, #menu ul li.selectedMain a, #menu ul li.selectedMain a:visited {
        margin:0px;
        padding:8px 12px 0px 12px;
        background:url('');
    }


    
#menu ul li.unSelectedMain a:hover {
        color:#fff;
        margin:0px;
    }

    
#menu ul li.selected a {
        font:normal bold 12px arial;
        text-decoration:none;
        color:#fff;
        margin:0px;
        background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/nav_arrowW.gif') no-repeat 95% 50%;
        _background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/nav_arrowW.gif') no-repeat 90% 50%;
    }

    
#menu ul li a.menuIE:hover {
      border-color:#000;
      color:#fff;
      background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/nav_arrowW.gif') no-repeat 95% 50%;
      _background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/nav_arrowW.gif') no-repeat 90% 50%;
    }


    
#menu ul li:hover a.menuIE {
      border-color:#000;
      color:#fff;
      background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/nav_arrowW.gif') no-repeat 95% 50%;
      _background:url('http://hoist.hrtc.net/~blanghammer/VMSpictures/nav_arrowW.gif') no-repeat 90% 50%;
    }

    
/* specific to non IE browsers */
    
#menu ul li:hover ul {
        display:block;
        position:absolute;
        top:30px;
        margin-top:1px;
        left:0px;
        width:138px;
        border:1px solid #7e7e7e;
    }

    
#menu ul li:hover ul li ul {
        display: none;
    }
    
#menu ul li:hover ul li a {
        display:block;
        background:#fff;
        color:#45a0f0;
        font-weight:normal;
        height:auto;
        line-height:15px;
        padding:4px 8px;
        width:122px;
        border-top:1px solid #bababa;
    }

    
#menu ul li:hover ul li a:hover {
        color:#45a0f0;
        background-color: #dddddd;
    }

    
#menu ul li:hover ul li:hover ul {
        display:block;
        position:absolute;
        left:137px;
        top:-1px;
    }


    
/* specific to IE5.5 and IE6 browsers */
    
#menu ul li a:hover ul {
        display:block;
        position:absolute;
        top:31px;
        left:0px;
        background:#fff;
        border-top:1px solid #fff;
        border-right:1px solid #7e7e7e;
        border-left:1px solid #7e7e7e;
        border-bottom:1px solid #7e7e7e;
        font:normal 12px arial;
    }

    
#menu ul li a:hover ul li a {
        display:block;
        background:#fff;
        color:#45a0f0;
        font-weight:normal;
        height:15px;
        padding:4px 8px;
        width:154px;
        _width:131px;
        border-top:1px solid #bababa;
    }

    
#menu ul li a:hover ul li a ul {
        visibility:hidden;
        position:absolute;
        height:0px;
        width:0px;
    }

    
#menu ul li a:hover ul li a:hover {
        color:#45a0f0;
        background:#dddddd;
    }

    
#menu ul li a:hover ul li a:hover ul {
        visibility:visible;
        position:absolute;
        top:0px;
        left:153px;
    }



/********  PAGE LAYOUT STYLES *******************/

body {
      background-color:#8F939C;
      margin: 0px;
      .margin-top:-19px;
      _margin-top:-19px;
      padding: 0px;
      font: normal 12px arial;
    }

    
A {text-decoration:none;color:#45a0f0;}
    
A:hover {text-decoration:underline;color:#45a0f0;}
    
A:visited {color:#45a0f0;}
    
A.black {text-decoration:none; color:#000; font-family: arial, sans-serif;}
    
A.black:hover {text-decoration:underline;color:#000; font-family: arial, sans-serif;}
    
A.black:active {font-weight:normal;color:#000; font-family: arial, sans-serif;}
    
A.black:visited {font-weight:normal;color:#000; font-family: arial, sans-serif;}
    
h1 {font:normal bold 22px arial;padding:15px 0px 15px 25px;color:#F62817;margin:0px;}

    
p.spacer15{margin-top:15px;}
    
p.spacer30{margin-top:30px;}
.tdContentTableHeader{
	background-color:#022461;
	color:#FFFFFF;
}



.tdBlueLightLight{
	background-color:#D0D6E4;
	cursor:pointer;
}

.font_ttl{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

.OurPrice {FONT-FAMILY:Arial; FONT-SIZE:16px; FONT-WEIGHT:bold; COLOR:#000000}
.BlackTextBold {FONT-FAMILY:verdana; FONT-SIZE:8pt; FONT-WEIGHT:bold; COLOR:#000000}
.RedTextBold {FONT-FAMILY:verdana; FONT-SIZE:8pt; FONT-WEIGHT:bold; COLOR:red}
.ProductText {FONT-FAMILY:Arial; FONT-SIZE:10pt; FONT-WEIGHT:bold; COLOR:#000000}
.padl5 {padding-left:5px;}
    
.vs2 {height:2px; font-size:2px;}
    
.vs4 {height:4px; font-size:4px;}
    
.vs5 {height:5px; font-size:5px;}
    
.vs6 {height:6px; font-size:6px;}
    
.vs7 {height:7px; font-size:7px;}
    
.vs10 {height:10px; font-size:10px;}
    
.vs15 {height:15px; font-size:15px;}
    
.vs20 {height:20px; font-size:20px;}
    
.vs30 {height:30px; font-size:30px;}
    
.Anorm {font: normal 12px arial; line-height:16px; color: #000;}
    
.listA {text-indent: -7px; margin-left: 7px;}

    
.sitemap {
      font: normal 12px arial;
      text-decoration:none;
      color:#000;
      text-align : right;
      padding: 5px 0px;
    }

    
#bannerFrame {
        background:#fff; top:400px; width:100%; height:150px; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#50000000', EndColorStr='#000000FF';
    }

    
#bg_container {
      width:874px;
      height:auto;
      position:relative;
      margin-left: auto;
      margin-right: auto;
      margin-top:0px;
      padding:0px;
      overflow:hidden;
    }

    
#left_bg {
      background-color:#50000000;
      width: 118px;
      height:100%;
      position: absolute;
      top:0px;
      left:0px;
      padding-bottom: 5000px;
      margin-bottom: -5000px;
      z-index:1;
    }

    
#body {
      background-color:#fff;
      width: 756px;
      min-height:968px;
      height:auto !important;
      height:968px;
      margin-left: 59px;
      margin-right: 59px;
      margin-top:0px;
    } 

    
#right_bg_top {
      background:#8F939C url('http://hoist.hrtc.net/~blanghammer/VMSpictures/rightRail.jpg') no-repeat;
      width: 59px;
      height:968px;
      position: absolute;
      top:0px;
      right:0px;
      z-index:11;
    }

    
#right_bg {
      background-color:#50000000
;      width: 118px;
      height:100%;
      position: absolute;
      top:0px;
      right:0px;
      padding-bottom: 5000px;
      margin-bottom: -5000px;
      z-index:1;
    }

    
#contentsFrame {
      background:url("http://hoist.hrtc.net/~blanghammer/VMSpictures/promo_graphic.jpg") #fff top left no-repeat;
      width:756px;
      margin:0px;
    }


/********  FOOTER STYLES *******************/
    
#footer {

        text-align:center;
        width:756px;
        margin:0px;
    }

    
#footer .links {
        background-color: #fff;
        font: normal 12px arial;
        padding:15px 0px;
    }

    
#footer .copy {
        color: #696969;
        font: normal 10px arial;
    }
