@import url("reset.css");

body {
  font: small/1.5em Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333;
  background: #fff;
}

body#s_home {
  color: #979797;
  background: #262626 url(../images/sn_homepage_bg.png) repeat-x 0 0;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}

/* -------------------------------------
HOME STYLES
------------------------------------- */

h1.home_logo {
  margin: 214px 0 53px 0;
}

h1.logo {
  position: absolute;
  top: 36px;
  left: 39px;
}

/* -------------------------------------
HEADER
------------------------------------- */

#header {
  position: relative;
  width: 980px;
  height: 100px;
  text-align: left;
  background: #262626 url(../images/top_menu_bg1.png) repeat-x 0 36px;
}

body#s_home p.quick_contact {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  letter-spacing: 3px;
}

p.quick_contact {
  color: #979797;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  right: 18px;
}

p.quick_contact a {
  color: #979797;
  text-decoration: none;
}

p.quick_contact a:hover {
  color: #ccc;
}

/* -------------------------------------
NAV
------------------------------------- */

#nav {
  width: 575px;
  height: 48px;
  position: absolute;
  top: 36px;
  left: 219px;
  background: transparent url(/images/bg_nav_sprite_v3.png) no-repeat 0 0;
  font-size: 80%;
}

body#s_home #nav {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}

#nav ul {
  float: left;
}

#nav ul li {
  float: left;
  position: relative;
}

#nav ul li a {
  float: left;
  height: 0;
  background-image: url(/images/bg_nav_sprite_v3.png);
  margin: 0 5px 0 0;
}

#nav ul li#btn_about a {
  width: 140px;
  padding: 48px 0 0 0;
  overflow: hidden;
  background-position: 0 0;
}
body#s_home #nav ul li#btn_about a:hover,
#nav ul li#btn_about.current a {
  background-position: 0 -48px;
}
#nav ul li#btn_about a:hover {
  background-position: 0 -96px;
}
li#btn_about.sfHover a {
  background-position: 0 -96px !important;
}

#nav ul li#btn_solutions a {
  width: 140px;
  padding: 48px 0 0 0;
  overflow: hidden;
  background-position: -145px 0;
}
body#s_home #nav ul li#btn_solutions a:hover,
#nav ul li#btn_solutions.current a {
  background-position: -145px -48px;
}
#nav ul li#btn_solutions a:hover {
  background-position: -145px -96px;
}
li#btn_solutions.sfHover a {
  background-position: -145px -96px !important;
}

#nav ul li#btn_buy a {
  width: 140px;
  padding: 48px 0 0 0;
  overflow: hidden;
  background-position: -290px 0;
}
body#s_home #nav ul li#btn_buy a:hover,
#nav ul li#btn_buy.current a {
  background-position: -290px -48px;
}
#nav ul li#btn_buy a:hover {
  background-position: -290px -96px;
}
li#btn_buy.sfHover a {
  background-position: -290px -96px !important;
}

#nav ul li#btn_press a {
  width: 140px;
  padding: 48px 0 0 0;
  overflow: hidden;
  background-position: -435px 0;
  margin: 0;
}
body#s_home #nav ul li#btn_press a:hover,
#nav ul li#btn_press.current a {
  background-position: -435px -48px;
}
#nav ul li#btn_press a:hover {
  background-position: -435px -96px;
}
li#btn_press.sfHover a {
  background-position: -435px -96px !important;
}

#nav ul ul {
  display: none;
  float: none;
  text-transform: uppercase;
  position: absolute;
  top: 37px;
  left: 6px;
  width: 180px;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  background-color: #a8a9ad;
  z-index: 100;
}

#nav ul li.sub:hover > ul {
  display: block;
}

#nav ul ul li {
  float: none;
  position: relative;
}

#nav ul ul li a {
  float: none;
  height: auto;
  width: auto !important;
  background-image: none;
  margin: 0;
  display: block;
  color: #666;
  text-decoration: none;
  padding: 2px 6px !important;
  border-bottom: 1px solid #d4d4d4;
}

#nav ul ul ul {
  display: none;
  float: none;
  position: absolute;
  top: -1px;
  left: 180px;
}

#nav ul ul ul li a {
  color: #666 !important;
  background-color: transparent !important;
}

#nav ul ul li a:hover,
#nav ul ul li.sfHover a {
  color: #fff;
  background-color: #184771;
}

#nav ul ul ul li a:hover {
  color: #fff !important;
  background-color: #184771 !important;
}

/*#nav ul ul li.sub:hover > ul {
  display: block !important;
}*/

/*#nav ul ul li.sfHover ul {
  display: block !important;
  visibility:visible;
}*/

/* -------------------------------------
SUB NAV
------------------------------------- */

#sub_nav {
  border: 1px solid #069;
  width: 160px;
  background-color: #fff;
  float: left;
  margin-left: 19px;
  font-size: 85%;
  line-height: 120%;
}

#sub_nav ul {
  border: 1px solid #ccc;
  padding: 0 8px;
}

#sub_nav ul li {
  border-bottom: 1px solid #ccc;
  position: relative;
  bottom: -1px;
}

#sub_nav ul li a {
  padding: 5px 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #808285;
  display: block;
  font-weight: bold;
}

#sub_nav ul li a:hover,
#sub_nav ul li.current a {
  color: #184771;
}

#sub_nav ul ul {
  margin: 0 0 5px 6px;
  padding: 0;
  border: none;
}

#sub_nav ul ul li {
  border: none;
}

#sub_nav ul ul li a {
  text-transform: none;
  border: none;
  color: #808285 !important;
  padding: 0 0 5px 0;
}

#sub_nav ul ul li a:hover,
#sub_nav ul ul li.current a {
  color: #184771 !important;
}

/* -------------------------------------
MAIN DIV AND CHILDREN
------------------------------------- */

#main {
  min-height: 400px;
  background: #fff url(../images/bg_main.png) no-repeat 0 0;
  text-align: left;
  padding: 25px 0 80px 0;
}

#content {
  width: 450px;
  float: left;
  margin-left: 44px;
  position: relative;
}

#content h1 {
  color: #2981D0;
  font-size: 150%;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 180px 1.6em 0;
}

#content h2 {
  color: #000;
  font-size: 120%;
  margin-bottom: 0.8em;
}

#content h3 {
  font-size: 110%;
  color: #666;
  margin-bottom: 0.9em;
}

#content p {
  margin-bottom: 1em;
}

#content ul {
  margin-bottom: 1em;
}

#content ul ul {
  margin-bottom: 0;
}

#content ul li {
  list-style: disc;
  margin-left: 1.5em;
  padding-left: 0.1em;
}

#content ul ul li {
  list-style: circle;
}

#content ol {
  margin-bottom: 1em;
}

#content ol li {
  list-style: decimal;
  margin-left: 1.75em;
  padding-left: 0.1em;
}

#content ol ol {
  margin-bottom: 0;
}

#content ol ol li {
  list-style: lower-alpha;
  margin-left: 1.75em;
  padding-left: 0.1em;
}

#aside {
  float: right;
  width: 250px;
}

/* -------------------------------------
PRINT AND SHARE WIDGETS
------------------------------------- */

#print_and_share {
  position: absolute;
  top: 0.4em;
  right: 0;
}

/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
  clear: both;
  border-top: 1px solid #666;
  padding: 18px 0;
}

ul.footer_nav li {
  display: inline;
}

ul.footer_nav li a {
  padding: 0 0.5em;
  border-right: 1px solid #666;
  font-weight: bold;
  text-decoration: none;
  font-size: 85%;
  line-height: 120%;
}

ul.footer_nav li.last a {
  border: none;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
  color: #3366CC;
  background: transparent;
}

a:visited {
  color: #993366;
  background: transparent;
}

a:hover {
  color: #000000;
  background: transparent;
}

a:active {
  color: #3366CC;
  background: transparent;
}

img.right {
  float: right;
  display: inline;
  margin: 0 0 0 12px;
}

img.left {
  float: left;
  display: inline;
  margin: 0 12px 0 0;
}

div.skip {
  display: none;
}

hr {
  display: none;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

.group:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

h1 sup{font-size:13px;vertical-align:super;} 







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

