* {
  margin: 0;
  padding: 0;
}

a:link {color:rgba(9,75,135,1);}
a:visited {color:#073763;}
a:hover {color:#ce1126;}
a:active {color:#ce1126;text-shadow: 0px 0px 3px rgba(206,17,38,0.2);}
a:link, a:visited, a:hover, a:active, a:focus {outline:0;}
a.disable_anchor:link, a.disable_anchor:hover, a.disable_anchor:visited, a.disable_anchor:active, a.disable_anchor:focus {
  text-decoration:none;
  color:inherit;
}

html {#overflow-y: scroll; cursor: default;}

body {
  margin: 0 auto;
  background-color: #eee;
  font-family: "source sans pro",arial,sans-serif;
}

h1, h2, h3 {
  font-family: "linux libertine","Times New Roman",Times,serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-image: none;
}

hr {
  background-color: lightgray;
  height: 1px;
  border: 0 none;
  padding: 0;
  margin: 2px 0 6px 0;
}

img#logo {
  float: left;
}

img.no_border {
  border-style: none;
}

.clear {
  clear: both;
}
.vspace {
  height: 1em;
}


#s_menu {
  position: relative;
  float: right;
  margin-right: 3em;
}
#s_menu_img {
  display: block;
  #float: right;
}
#s_menu:hover #s_menu_img {
  background-color: #eee;
  box-shadow: inset 0 0 3px rgba(128,128,128,0.6);
}
#s_menu_nav {
  position: absolute;
  right: 0;
  display: none;
  z-index: 30;
  margin-right: 0;
  #float: right;
  #clear: right;
  cursor: default;
  background-color: #fafafa;
  border: 1px solid #ce1126;
  border-bottom: 4px solid #ce1126;
  text-shadow: none;
  box-shadow: 0 6px 6px 0px rgba(0,0,0,0.3);
}
@media (max-width:767px) {
  #s_menu:hover #s_menu_nav {
    display: block;
  }
}
#s_menu_nav .submenu {
  padding: 6px 12px;
}
#s_menu_nav a {
  display: block;
  text-decoration: none;
  color: rgba(0,0,0,0.8);
  text-shadow: 0.2px 0.8px #fff;
}
#s_menu_nav .submenu:hover {
  background-color: #eee;
}


nav#nav_main {
  z-index: 100;
  padding-left: 1em;
  text-shadow: 0.2px 0.8px #fff;
  background-color: #fafafa;
  background: linear-gradient(0% 100% 90deg, #eee, #fff);
  background: -moz-linear-gradient(0% 100% 90deg, #eee, #fff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff),to(#eee) );
  height: 38px;
  border-width: 1px;
  border-bottom-style: solid;
  border-color: #ddd;
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
}
nav#nav_main ul.nav_main_ul {
  float: right;
  margin-right: 3em;
}
nav#nav_main li.nav_main_item {
  display: inline-block;
  position: relative;
  cursor: default;
}
nav#nav_main a.nav_main_tab {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 26px;
  padding: 6px 0;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  color: rgba(0,0,0,0.8);
  text-shadow: 0.2px 0.8px #fff;
}
#nav_main li.nav_main_item:hover a.nav_main_tab {
  background-color: #ce1126;
  color: #FFFCFA;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}
#nav_main li.nav_main_item:hover ul.subnav_main {
  display: block;
  top: 38px;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  border: 1px solid #ce1126;
  border-bottom: 4px solid #ce1126;
  text-shadow: none;
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.6);
  box-shadow: 0 6px 6px 0px rgba(0,0,0,0.3);
}
nav#nav_main ul.subnav_main li {
  display: block;
}

nav#nav_main ul.subnav_main {
  position: absolute;
  display: none;
  width: 98px;
}
nav#nav_main ul.subnav_main#products_nav {width: 13em;}
nav#nav_main ul.subnav_main#support_nav {width: 9em;}

nav#nav_main ul.subnav_main li a {
  display: block;
  padding: 0.8em 1em;
  color: rgba(0,0,0,0.8);
  text-shadow: 0.2px 0.8px #fff;
  text-decoration: none;
  font-size: 93%;
}
nav#nav_main ul.subnav_main li:hover a {
  background-color: #ce1126;
  color: #FFFCFA;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
  cursor: pointer;
}
nav#nav_main ul.subnav_main li.disabled a {
  cursor: default;
  color: #eee;
  text-shadow: 0 1px #ddd;
}
nav#nav_main ul.subnav_main li.disabled:hover a {
  background-color: #fafafa;
}

#viewport1 {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 39px;
  bottom: 0px;
  width: 100%;
  overflow-y: scroll;
}

#footer {
  margin: 1em 1em;
  text-align: center;
}

#footnote, #copyright {
  font-size: 55%;
  letter-spacing: 0.1em;
  color: rgb(110,110,110);
  text-shadow: 0.2px 0.8px #fff;
}
