/***************************************************************************************************
  Global Block Elements
***************************************************************************************************/
body {
  margin: 0 auto;
  font: 12px Arial, sans-serif;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 860px;
}
#container {
  margin-top: 20px;
}
#header {
  text-align: right;
  background: url(../images/header-default.jpg) top left no-repeat;
  height: 99px;
}
body#home #header { 
  background: url(../images/header-home.jpg) top left no-repeat; 
}
body#support #header { 
  background: url(../images/header-support.jpg) top left no-repeat; 
}
body#solutions #header { 
  background: url(../images/header-solutions.jpg) top left no-repeat; 
}
body#buy #header { 
  background: url(../images/header-buy.jpg) top left no-repeat; 
}
#header img#logo {
  margin: 0 0 10px 0;
}
#nav-wrapper {
  position: relative;
}
#nav {
  width: 860px;
  position: absolute;
  top: -12px;
  background: url(../images/bg-nav.png) top left no-repeat;
  height: 35px;
}
#nav ul {
  list-style: none;
  height: 23px;
  line-height: 1;
  float: right;
  clear: left;
  font-size: 10px;
}
#nav li {
  float: left;
  font-size: 10px;
}
#nav ul li a {
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  float: left;
  padding: 12px 13px 0 13px;
  height: 23px;
  font-weight: bold;
  font-size: 10px;
}
#nav ul li#nav-item-0 a {
  padding: 12px 18px 0 20px; 
  font-size: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #nav ul li#nav-item-0 a {
    padding: 12px 17px 0 18px; /* Safari */
  }
}
/*
#nav li {
  overflow: hidden;
}
#nav li#nav-item-0 { width: 62px; }
#nav li#nav-item-1 { width: 92px; }
#nav li#nav-item-2 { width: 97px; }
#nav li#nav-item-3 { width: 122px; }
#nav li#nav-item-4 { width: 86px; }
#nav li#nav-item-5 { width: 82px; }
*/
#nav ul li:hover#nav-item-0 { background: url(../images/bg-nav-hover.png) top left no-repeat; }
#nav ul li:hover#nav-item-1 { background: url(../images/bg-nav-hover.png) -100px 0px no-repeat; }
#nav ul li:hover#nav-item-2 { background: url(../images/bg-nav-hover.png) -200px 0px no-repeat; }
#nav ul li:hover#nav-item-3 { background: url(../images/bg-nav-hover.png) -300px 0px no-repeat; }
#nav ul li:hover#nav-item-4 { background: url(../images/bg-nav-hover.png) -400px 0px no-repeat; }
#nav ul li:hover#nav-item-5 { background: url(../images/bg-nav-hover.png) -500px 0px no-repeat; }
#nav ul li:hover#nav-item-6 { background: url(../images/bg-nav-hover.png) top right no-repeat; }

#nav ul li a:hover {
  color: #ebad06;
}
#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 2;
	background: url(../images/bg-subnav.png) top left repeat;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	height: auto;
  top: 35px;
	padding: 4px 0 7px 0;
}
#nav li li {
  clear: left;
  width: 100%;
  margin: 0;
}
#nav li#nav-item-1 ul { /* products */
  width: 110px;
}
#nav li#nav-item-2 ul { /* solutions */
  width: 140px;
}
#nav li#nav-item-4 ul { /* company */
  width: 110px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li a {
  padding: 0;
  letter-spacing: 0;
  height: auto;
  color: #679bb9;
  padding: 6px 0 6px 8px;
} 
#nav li ul li a:hover {
  color: white;
}

#sidebar {
  float: left;
  width: 245px;
  margin-top: 23px;
}
#sidebar div.callout {
  margin: 0 0 10px 0;
}
#sidebar #login {
  height: 35px;
  line-height: 35px;
  background: url(../images/bg-callout-login.gif) top left no-repeat;
}
#sidebar #login a {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  height: 35px;
  padding: 0 0 0 20px;
}
#sidebar #login a:hover {
  color: white;
}
#sidebar #events {
  background: url(../images/bg-info-events.jpg) top left no-repeat;
  height: 355px;
  color: #EBAD06;
  line-height: 18px;
  overflow: auto;
  margin-bottom: 0;
}
#sidebar #events div.padding {
  padding: 10px 15px 5px 15px;
}
#sidebar #events h3 {
  margin-top: 4px;
  color: white;
  font: 13px Arial, sans-serif;
  font-weight: bold;  
}
#sidebar #events a {
  color: #EBAD06;
  text-decoration: none;
}
#sidebar #events a:hover {
  text-decoration: underline;
}
#sidebar #events p.testimonial {
  color: #679bb9;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
}
#sidebar #events p.author {
  color: white;
  font-size: 10px;
  line-height: 12px;
}
#sidebar div#side-nav-header {
  background: #97b1d0 url(../images/bg-side-nav-header.jpg) top left no-repeat;
  height: 13px;
}
#sidebar div#side-nav-body {
  background: #97b1d0;
  padding: 10px 10px 10px 20px;
}
#sidebar div#side-nav-body h2 {
  color: white;
  font: 28px Times, serif;
}
#sidebar div#side-nav-body p.links {
  line-height: 26px;
  font-size: 11px;
}
#sidebar div#side-nav-body a {
  color: #E33336;
  text-decoration: none;
  font-weight: bold;
}
#sidebar div#side-nav-body a:hover,
#sidebar div#side-nav-body a.on {
  text-decoration: underline;
}
#sidebar div#side-nav-footer {
  background: #97b1d0 url(../images/bg-side-nav-footer.jpg) top left no-repeat;
  height: 13px;
  line-height: 0;
  font-size: 0;
}
#sidebar.green div#side-nav-header {
  background: #bbc696 url(../images/bg-side-nav-header-green.jpg) top left no-repeat;
}
#sidebar.green div#side-nav-body {
  background: #bbc696;
}
#sidebar.green div#side-nav-footer {
  background: #bbc696 url(../images/bg-side-nav-footer-green.jpg) top left no-repeat;
}
#content {
  float: left;
  margin-left: 15px;
  margin-top: 14px;
  width: 600px;
}
#content div.padding {
  padding: 25px 20px 20px 20px;
}
#content div.with-features {
  width:340px;
  float:left;
}
body#home #content div.padding {
  padding: 20px 20px 20px 20px;
}
#features {
  width: 200px;
  position: relative;
  top: -43px;
  float: left;
}
#features ul {
  width: 180px;
  margin: 0;
  padding: 8px 0 10px 20px;
  background: #fff899;
  font-size: 11px;
}
#release-detail-header {
  height: 10px;
  background: url(../images/bg-release-detail-header.gif) top left no-repeat;
  line-height: 0;
  font-size: 0;
}
#release-detail-body {
  color: #6f6f6f;
  padding: 10px 15px;
  font-size: 11px;
  line-height: 14px;
  background: url(../images/bg-release-detail-body.gif) top left repeat-y;
}
#release-detail-footer {
  height: 10px;
  background: url(../images/bg-release-detail-footer.gif) top left no-repeat;
  line-height: 0;
  font-size: 0;
}

/***************************************************************************************************
  Typography
***************************************************************************************************/
h1,h2,h3 {
  margin: 0 0 12px 0;
  color: #e33336;
  font-family: Times, serif;
}
#content h1 {
  font-size: 30px;
  line-height: 32px;
}
#content h2 {
  /*
  font-size: 24px;
  line-height: 26px;
  */
  text-transform: uppercase;
  color: #838488;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 4px 0 8px 0;
  font-family: Arial, sans-serif;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
ul {
  margin: 0 0 0 3em;
  padding: 0 0 1em 0;
  list-style: disc;
  line-height: 18px;
}
ol {
  margin: 0 0 0 3em;
  padding: 0 0 1em 0;
  list-style: decimal;
  line-height: 18px;
}
p {
  padding-bottom: 12px;
  line-height: 18px;
}
.red {
  color: #E33336;
}
.white {
  color: white;
}
.copyright {
  font-size: 10px;
  color: #999;
  text-align: right;
}
#content a {
  color: #E33336;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
small {
  font-size: 11px;
  line-height: 14px;
}
sup {
  font-size:0.7em; 
  position:relative; 
  top:-0.6em; 
  left:0;
}

/***************************************************************************************************
  Forms
***************************************************************************************************/
form label {
  display: block;
  margin: 5px;
}
form input.textbox {
  width: 200px;
  margin: 0 6px 0 12px;
}
form select {
  width: 50px;
  margin: 0 6px 0 12px;
}
form textarea {
  font-family: inherit;
  font-size: inherit;
  height: 50px;
  width: 380px;
  margin: 5px;
}
form div.error {
  margin: 0 5px 5px 0;
  color: red;
  font-size: 10px;
}

/***************************************************************************************************
  Misc
***************************************************************************************************/
table.contact-fields {
  width: 400px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.contact-fields tr.row-0 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f3f7fb;
  height: 36px;
}
table.contact-fields tr.row-1 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fafafa;
  height: 36px;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.right {
  text-align: right;
}


div.error, div.notice, div.success {font-size:12px;padding:10px;margin-bottom:1em;border:2px solid #ddd;background-position:10px 14px;background-repeat: no-repeat;}
div.error {background-color:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
div.notice {background-color:#FFF6BF;color:#514721;border-color:#FFD324;}
div.success {background-color:#E6EFC2;color:#264409;border-color:#C6D880;}
div.error a {color:#8a1f11;}
div.notice a {color:#514721;}
div.success a {color:#264409;}
