/*==============================================================================

	GRC multi-level script-free pure-CSS menuing system stylesheet.
   This code is hereby placed into the public domain by its author
   Steve Gibson. It may be freely used for any purpose whatsoever.

	Computed Geometries:	with a default 12px font, 1.0em == 12px and
	1px == 0.08333em.
	Thus, our 98px wide Freeware & Research buttons are 8.166666em wide.

==============================================================================*/

/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/


.tightlist li { margin-bottom:0.25em; }     /* tighter list for simple bullets */


/* our default page-width div */
.pagecontainer { width:85%; text-align:left; font-size:10pt;}


 /*================= STYLES FOR THE GRC MASTHEAD & CONTROLS ==================*/

.menuminwidth0 {             /* for all browsers (non-IE) that obey min-width */
	position:relative;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:55px;/* 36px masthead height + 18px button height + 1px lower border*/
	min-width:560px;
}

/* suppress our whole menu when not an interactive mode (when printing, etc.) */
@media print, projection { .menuminwidth0 { d\isplay:none; } }

* html .menuminwidth1 { /* this allows IE5/6 to simulate min-width capability */
	position:relative;  /* we can simulate a minimum width by creating a large */
	float:left;          /* border in this first div, then placing our content */
	height: 1px;          /* into a second nested div (see 2nd nested div next */
	border-left:560px solid #fff;    /* CSS box-model borders are a fixed size */
}

* html .menuminwidth2 {    /* used to simulate min-width capability for IE5/6 */
	position:relative;
	margin-left:-560px;
	height: 1px;
}

#masthead {
	position:relative;      /* position our child objects relative to this div */
	float:left;
	vertical-align:top;	         /* protect from super-large user text sizing */
	border:0;
	margin:0;
	padding:0;
	width:100%;                                  /* grey-fill the entire width */
	height:36px;                  /* set the overall height above the menu-bar */
	background:#F3F3F3;                          /* a very light shade of grey */
}

#mastheadlogo {
	float:left;
	vertical-align:top;
	border:0;
	padding:0;
	margin:6px 0 0 7px;
}

#focus {                                                 /* GRC's focus label */
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	top:15px;
	left:301px;
	width:121px;
	height:13px;
}

#search {                                                    /* search button */
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	top:7px;
	right:6px;
	width:60px;
	height:19px;
}

#text {                                                 /* search text field */
	position:absolute;
	border:1px solid #404040;
	margin:0;
	padding:0 0 0 2px;
	top:7px;
	right:65px;
	width:12em;
/*	height:1.215em;         we'll define this at the bottom of our style sheet */
	font-size:14px !important;
	background:#fefefe;
}

#yah {                                    /* the "You are here" label graphic */
	position:absolute;
	top:5px;
	right:99px;
	width:87px;
	height:9px;
}

 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:18px;                                  /* the menu's overall height */
	width:100%;         /* we always want our menu to fill the available space */
	background:#f3f3f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	border-bottom:1px solid black;        /* give us a black border underneath */
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.rightmenu {
	position:relative;  /* establish a local positioning context for YAH label */
	float:right;                  /* and right-align it at the top of our page */
}

#research {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:364px;    /* which has a z-order sequencing bug with abs-pos elements */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:18px;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	border-top:1px solid #000;    /* these 2 lines create the push-in illusion */
	height:16px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:18px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:black;                        /* this sets the unselected-text color */
	background:black;         /* this sets our menu's effective "border" color */
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:8.08333em;   /* with a 12px default font, this is 97px width (97/12) */
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#000;               /* this sets the unselected drop-down text color */
	background:#d8d8d8;       /* this sets the drop-down menu background color */
	width:13.5em;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:8.08333em;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:8.08333em;
	width:14em;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:14em;
	background:#d8d8d8;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:14em;
	background:white;
}

#text {           /* the Mac's standard Safari browser will not see this code */
	height:1.215em;#           /* ...  but every other browser will and should */
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */

/* Stylesheet: cssmenu Modified On 2011-10-05 16:18:45 */
* {
  border          : 0px;
  border-style    : solid; 
  margin          : 0px;
  padding         : 0px;
  text-decoration : none;
}

body, 
html {
  height       : 100%;
}

body {
  padding: 0px 10px;
}

p {
  margin-bottom: 10px;
}

fieldset legend {
  display      : none;
}

/* Flow control */

.layout {
  height   : 100%;
}

.fixed .layout {
  margin: 0px auto;
  width  : 960px;
}

#container {
  height     : auto !important;
  height     : 100%;
  min-height : 100%;
  position   : relative;
}

.section {
  margin-top : 10px; /* distance between sections */
  position: relative;
}

/* Layout divs */
#header {
  margin : 0px 15px;
  height : 80px;
}

#header img {
  margin-top: 5px;
}

#navigation {
  height: 39px;
}

#nav_center {
  height : 39px;
  margin : 0px 14px;
}

/* -- Main Navigation -- */

.menu {
  background    : none;
  border-bottom : none;
}

.menu ul li a {
  text-align  : center;
}
/* Navigation Level 1 */
.menu ul li a {
  height      : 39px;
  line-height : 39px;
  width       : 100px;
}

#navigation.menu ul li:hover a,
#navigation.menu ul li a:hover {
  height : 39px;
}

/* Navigation Level 2 */
#navigation.menu ul li:hover ul,
#navigation.menu ul li a:hover ul {
  top     : 39px;
z-index : 50; /* Make sure popup menu is on top of everything else */
}

#navigation.menu ul li:hover ul li a,
#navigation.menu ul li a:hover ul li a { 
  line-height : 30px;
  height      : 30px;
}

#navigation.menu ul li:hover ul li span {
  margin-left : 10px;
}

#navigation label {
  display: none;
}
#navigation .search-input {
  width         : 180px;
  margin-top    : 2px;
  padding-left  : 20px;
}

#navigation .search-button {
  display: none;
}

/* ----- Product info ----- */

#products ul {
  list-style : none;
  height     : 200px;

}

#products ul li {
  width       : 311px;
  float       : left;
  display    : inline;
  border      : 1px solid #B2C2C1;
  background  : #E7ECEB;
  margin-left : 10px;
  min-height      : 200px;
  cursor : pointer;
}

#products ul li.first {
  margin-left : 0px;
}

#products ul li img {
  margin : 22px 10px;
}

#products ul li h3 {
  text-align : center;
}

#products ul li .area {
  float        : right;
  width        : 175px;
  margin-right : 5px;
}

/* ---- Product page */

#product {
  background: url('/images/hl1/product_bg.png') repeat-x;
  height: 380px;
}

#product .header img {
  float: left;
  margin: 0px 30px 5px 0px;
}

#product .header h1 {
  line-height: 64px;
}

#product .screenshot {
  float: left;
}

#product .description {
  margin-left: 390px;
}

#product h3 {
  text-align: center;
  font-style: italic;
}

#product .requirements {
  line-height: 14pt;
  margin-top: 20px;
}
.requirements img{
  float: right;
  margin-right: 30px;
}

#product .buttons {
  text-align: center;
}

#product .buttons img {
  padding: 20px;
}

#product_tabs {
  width: 750px;
  float: left;
}

#product_sidebar {
  float: right;
  width: 200px;
}

#product_sidebar .panel {
  margin-bottom: 10px;
}

#product_sidebar #sidelinks a {
  color: #000000;
}

#product_sidebar #sidelinks ul {
  list-style: square;
}

#product_sidebar #sidelinks ul li {
  padding: 4px;
}

#product_sidebar #awards {
  text-align: center;
}

#content {
  clear: both;
}

#content2 form input,
#content2 form textarea,
#content2 form select {
  border: 1px solid #000000;
  border-radius: 5px;
  margin: 2px;
  padding: 2px;
}

#content, #content2 {
  margin-bottom: 60px;
}

#content2 {
  padding: 2px 10px;
}

/* ----- Tabset ---------------------------------------------------------------------- */

.tabset .menu {
  background: url('/images/hl1/tab_bg.png');
  height: 31px;
}

.tabset .menu ul li a {
  height      : 31px;
  line-height : 31px;
  padding     : 0px 30px;
  width: auto;
}

.tabset .menu ul li:hover a,
.tabset .menu ul li a:hover {
  height : 31px;
}

.tabs li {
  display: none;
  position: relative;
  margin-top: 31px;
  padding: 5px;
}

.tabset .menu ul li.active {
  background: url('/images/hl1/tab_act.png');
}

.tabs li.active {
  display: block;
}

.tabs {
  list-style: none;
  margin-left: 0px;
}

ul li,
ul.nopadding li ul li {
  margin: 0px 0px 0px 25px;
  display: list-item;
}
ul.nopadding li ul {
  list-style: square;
}
ul.nopadding li {
  margin-left: 0px;
}


/* ----- Footer ----- */

#footer {
  bottom           : 0px;
  left             : 0px;
  height           : 50px;
  position         : absolute;
  right            : 0px;
  border-top-width : 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#footer ul {
  list-style  : none;
  margin: 3px 0;
  position    : relative;
  left: 50%;
  float: left;
}

#footer li {
  float       : left;
  padding     : 0px 10px;
  right: 50%;
  position: relative;
  border-left : 1px solid #6F8384;
}

#footer li.first {
  border-left : 0px solid #000000;
}

#footer h6 {
  text-align : center;
  margin-top : 5px;
}

acronym {
  border-bottom: 1px dotted #000000;
  z-index: 24;  
  position: relative;  
  cursor: help;
}

acronym span {
  position: absolute;  
  top: 20px; 
  left: 20px;
  display: none;
  z-index: 25;
  background: #FFF;
  width: 400px;
  padding: 5px;
  border: 1px solid #6F8384;
  border-radius: 5px;
}
acronym:hover {
  z-index: 27;
}

acronym:hover span {
  display: block;  
  z-index: 26;
}

div#slideshow_1 ul#slides_1 {
  z-index: 10;
  cursor: pointer;
}

div#slideshow_nav_1 {
  z-index: 15;
  cursor: pointer;
}

  .featleft {
    width: 330px;
    float: left;

  }
  .featright {
    width: 330px;
    float: right;

  }

.gallery .img img {
  max-width: 150px;
  max-height: 100px;
}

.featimg {
  margin: 0px auto 5px auto;
  width: 300px;
  height: 233px;
  position: relative;
}

.featleft img, .featright img{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin:auto;
  max-width: 300px;
  max-height: 233px;
}

/* Stylesheet: HL1::Layout Modified On 2014-11-07 14:45:13 */
body,
#navigation .search-input {
  font: normal normal 10pt/14pt Segoe UI, Tahoma, Verdana, Helvetica, Sans-Serif;
  color: #000;
}

body {
  background: #E2E7EA url('/images/hl1/background.png') center top repeat-y;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  color: #5E6E6F;
}

h1 {font-size: 24pt; margin: 10px 0px; }
h2 {font-size: 18pt; margin: 10px 0px; }
h3 {font-size: 14pt; margin: 10px 0px; }
h4 {font-size: 12pt; margin: 5px 0px;}
h5 {font-size: 10pt; }
h6 {font-size: 8pt; font-weight: normal;}

hr {
  height: 1px;
  color:  #B2C2C1;
  background: #B2C2C1;
  margin: 3px 0px;
}

#nav_left {
  background: url('/images/hl1/nav_sides.png') no-repeat;
}

#nav_right {
  background: url('/images/hl1/nav_sides.png') top right no-repeat;
}

#nav_center {
  background: #879898 url('/images/hl1/nav_bg.png') repeat-x;
}

#navigation {
  border-left: 1px solid #5E6E6F;
}

.menu ul li:last-child {
  border-right: 1px solid #B2C2C1;
}

.menu ul li a,
.menu ul li a:visited {
  color: #FFF;
  border-left: 1px solid #B2C2C1;
  border-right: 1px solid #5E6E6F;
  font-family: Segoe UI, Tahoma, Verdana, Helvetica, Sans-Serif;
  font-variant: small-caps;
  font-size: 10pt;
}

.menu ul li:hover a,
.menu ul li a:hover {
  border-top: none;
  background: #A8B6B5 url('/images/hl1/nav_hot.png');
}

/* Level 2 */
.menu ul li:hover ul,
.menu ul li a:hover ul {
  background: #5E6E6F;
  width: 15em;
}

.menu ul li:hover ul li:last-child {
  border-right: 0px solid #000;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                  
  text-align: left;
  font-variant: normal;
  background: #E7ECEB;
}

#navigation .search-input {
  border        : 1px solid #5E6E6F;
  background    : #E7ECEB url('/images/hl1/search.png') 4px center no-repeat;
  color: #5E6E6F;
  border-radius : 5px;
  float: right;
  margin: 8px 5px;
  height: 20px;
}

#navigation .search-input:focus {
  color: #000;
}

#announcements {
  background: #ADBDBC url('/images/hl1/banner_bg.jpg') top left no-repeat;
}

#social {
  margin-top: 12px;
}

#breadcrumbs {
  color: #000000;
  margin-left: 5px;
  font-size: 8pt;
}

#breadcrumbs .lastitem {
 color: #6F8384
}

#breadcrumbs a {
  color: #000;
}

#breadcrumbs a:hover {
  color: #6F8384;
}

#product .header .version {
  color: #999;
}

#userquotes {
  font-size: 8pt;
}

#footer {
  background       : #E7ECEB;
  border-top-color : #6F8384;
}

#footer,
#footer a {
  color: #6F8384;
  text-decoration: none;
}
#footer a:hover {
  color: #000;
}

#contentbg {
  background: #F9FAFB;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  top: 155px;
  bottom: 70px;
}

/* ShowTime scroller overrides */

.commentsparts_st_1 {
  font-family: Arial;
  width: 600px;
  height: 250px;
  margin: 40px;
  border-radius : 20px;
  position: relative;
  margin-left: 300px;
}

div#comments_st_1 h1 {
  text-align : center;
  padding : 8px 10px;
  line-height: 130%;
}

div#comments_st_1 h2 {
  text-align  : center;
  font-style  : italic;
  margin: 10px 0px;
}

.commentsparts_st_1 ul {
  list-style : square;
  margin     : 20px;
}

/* Content */

.block {
  border: 1px solid #D9E1E0;
  background: #FFF;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0px;
}

.block ul {
  margin-left: 30px;
  list-style: square;
}

.bordered {
  background: #F3F5F5;
  border: 1px solid #D9E1E0;
  margin-bottom: 10px;
}

.padding {
  padding: 10px;
}

.bold {
  font-weight: bold;
}

.newsitem .date {
  font-size: 8pt;
  margin: 10px 0px;
  color: #5E6E6F;
}

a.buybutton{
    display: block;
    width: 100px;
    height: 32px;
    background-image: url("/images/hl1/buynow.png");
    margin: 0 auto;
}
a.buybutton:hover {
    background-image: url("/images/hl1/buynow.png");
    background-position: 0px -32px;
}
.buybutton .alt { display: none; }

table.comparison th,
table.comparison td {
  line-height: 21px;
  padding: 2px 3px;
}

table.comparison th {
  background: #C9D1D0;
}

table.comparison td {
  background: #EAEEEE;
}

table.comparison tr.section th {
  text-align: left;
  background: #D9E1E0;
}

table.comparison td.supported {
  background: #EAEEEE url('/images/hl1/accept.png') center center no-repeat;
}
table.comparison td.notsupported {
  background: #EAEEEE url('/images/hl1/cross.png') center center no-repeat;
}

table.comparison td.notsupported span,
table.comparison td.supported span {
  display: none;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.strike {
  text-decoration: line-through;
}

.red {
  color: #F00;
}



/* Stylesheet: HL1::Style Modified On 2013-06-28 16:44:32 */
a.buybutton2 {
  background-image: url("/images/hl1/buynow2.png");
}

a.buybutton2:hover {
  background-image: url("/images/hl1/buynow2.png");
}
/* Stylesheet: HL1::Style::ABTesting Modified On 2012-07-16 14:24:49 */
