﻿html{
	width:100%;
	height:100%;
}
form{
	width:100%;
	height:100%;
}
body {
	color:#656565;
	font-size:15px;
	font-family:Arial, "HelveticaNeue", "Helvetica Neue", sans-serif;
	margin:0;
	padding:83px 0 100px 0;
	min-width:1000px;
	width:100%;
	min-height:100%;
	box-sizing:border-box;
	position:relative;
}
a{
	text-decoration:none;
	color:#0090c2;
	outline:none;
}
table{
	width:100%;
	border:0;
	border-collapse:collapse;
}
table tr{
	vertical-align:top;
}
td{
	padding:0;
}
ul{
	margin:14px 0 0 -5px;
	padding:0 0 0 16px;
}
li{
	margin:0 0 20px 0;
}
h1{
	color:rgba(16, 16, 32, .7);
	font-weight:bold;
	font-size:26px;
	line-height:normal;
	margin:0 0 4px 0;
	display:block;
	text-transform:uppercase;
	letter-spacing:-1px;
	-webkit-text-size-adjust: none;
}
h2{
	color:rgba(16, 16, 32, .65);
	font-weight:bold;
	font-size:18px;
	line-height:normal;
	margin:35px 0 4px 0;
	display:block;
	text-transform:uppercase;
	letter-spacing:0px;
	-webkit-text-size-adjust: none;
}
h2:first-child{
	margin-top:0;
}
h3{
	color:rgba(16, 16, 32, .8);
	font-weight:bold;
	font-size:14px;
	line-height:normal;
	margin:24px 0 6px 0;
	display:block;
	text-transform:uppercase;
	letter-spacing:0px;
	-webkit-text-size-adjust: none;
}
p{
	margin:0 0 24px 0;
}
img{
	margin:0;
	border:0;
	padding:0;
}
.btn{
	font-size:12px;
	line-height:normal;
	color:#fff;
	text-align:right;
	height:22px;
	float:right;
	padding:10px 38px 0 16px;
	background:url('common/button.png') center right no-repeat;
	margin:10px 0 0 10px;
	-moz-border-radius:1px;
	border-radius:1px;

	background-color:#009dd1;
	transition:background-color .2s ease-out;
	-webkit-transition:background-color .2s ease-out;
}
.btn:hover{
	background-color:#0cf;
	transition:background-color .2s ease-out;
	-webkit-transition:background-color .2s ease-out;
}
.note{
	color:#fff;
	padding:12px;
	background:#09c;
}

/* Positioning */
x,
.x{
	display:block;
	clear:both;
}
.xAft:after{
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
    zoom:1;
}
.left{
	float:left !important;
}
.right{
	float:right !important;
}
.block{
	float:none !important;
	display:block !important;
}
.stretch{
	display:block;
	overflow:hidden;
}

/* 
	Navigation
	nav & .navBorder rules are in noMinify.css file
	 */
nav>.innerNav{
	width:980px;
	padding-left:20px;
	margin:0 auto;
}
nav>.innerNav>a{
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#fff;
	float:left;
	width:90px;
	height:53px;
	padding:11px 29px 0 29px;
	margin-top:16px;
	text-transform:uppercase;
	margin-left:5px;
}
nav>.innerNav>a.logo{
	background:url('common/logo.png') bottom center no-repeat;
	display:block;
	position:relative;
	width:204px;
	height:92px;
	z-index:10000;
	margin:0px 0 -17px 0;
	padding:0;
	float:left;
}
nav>.innerNav>a.item:hover,
nav>.innerNav>a.item.active{
	cursor:default;
	background-image:url('common/slateH.png');
	-border-radius:3px 3px 0 0;
}
menu{
	color:#333;
	font-size:12px;
	line-height:1.2em;
	background:rgba(24, 24, 40, .89);
	background-clip:padding-box;
	width:300px;
	display:none;
	border-top:3px solid transparent;
	padding:6px;
	border-radius:0 0 4px 4px;
	z-index:100;
	margin:0;
	
	visibility:hidden;
	overflow:hidden;
	max-height:0%;

	transition:visibility 0s .08s, max-height .08s linear;
	-webkit-transition:visibility 0s .08s, max-height .08s linear;
}
menu.expand {
	visibility:visible;
	overflow:hidden;
	max-height:400px;

	transition:overflow-Y 0s .3s, max-height .3s ease-out;
	-webkit-transition:overflow-Y 0s .3s, max-height .3s ease-out;
}
menu>a,
menu a.item{
	color:rgba(255,255,255,.5);
	padding:12px;
	display:block;
	border-top:3px solid rgba(255,255,255,.07);
}
menu>a:first-of-type,
menu a.item:first-of-type{
	border-top:0;
}
menu>a:hover,
menu a.item:hover{
	color:#fff;
	background-image:url('common/slateH.png');
	background-clip:padding-box;
	border-top-color:#0090c2;
}
menu>a:hover + a,
menu a.item:hover + a.item{
	border-top-style:solid;
}
menu>a b,
menu a.item b{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:2px;
	text-transform:uppercase;
}
menu>a:hover b,
menu a.item:hover b{
	color:#fff;
}
menu>a.sub,
menu a.item.sub{
	padding-top:8px;
	padding-left:20px;
}
menu>a.sub b,
menu a.item.sub b{
	font-size:10px;
}

menu .loginPanel{
	color:#fff;
	padding:12px;
	float:right;
	margin-top:18px;
	border:0;
}
menu .loginPanel b{
	font-size:12px;
	display:block;
	margin-bottom:6px;
	text-transform:uppercase;
}
div.bannerBottomBorder2 {
	height:22px;
	background:url('common/slate.png');
}
.bannerContainer{
	position:relative;
	min-height:400px;
	z-index:1;
	background:#000;
}
.bannerContainer .bannerImg {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.bannerContainer Img{
	width:960px;
	margin:0 auto 0 auto;
	display:block;
	position:relative;
	z-index:100;
}

/*Tabs*/
.tabs{
	display:table;
	width:100%;
	border-spacing:4px;
	margin:0 0 20px 0;
}
.tabs a{
	color:#fff;
	font-size:12px;
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	height:15px;
	padding:4px 6px;
	background:#445;
	display:table-cell;
	width:auto;
	z-index:100;
	position:relative;
	border-radius:3px 3px 0 0;
}
.tabs a:hover,
.tabs a.sel{
	color:#fff;
	background:#0090c2;
}
.tabs a.sel:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	position: absolute;
	z-index:100;
	left:50%;
	bottom:-16px;
	margin-left:-8px;
	border-top-color:#0090c2;
}

/* Body Content */
.bodyContent{
	line-height:1.5em;
	width:970px;
	padding:30px 10px 20px 20px;
	margin:0 auto;
}

/* Sidebar */
aside{
	color:#fff;
	width:280px;
	float:right;
	margin:-34px 0 0 40px;
}
aside>section{
	color:#fff;
	margin:0 0 20px 0;
	background:url('common/slate.png');
	padding:18px;
	position:relative;
}
aside>section:first-child {
	padding-top:0;
}
aside>section:after{
	content:".";
	color:transparent;
	display:block;
	width:16px;
    height:16px;
	position:absolute;
	bottom:0;
	left:0;
	background:url('common/sidebarCorner.png') center center;
}
aside>section h2 {
	font-size:22px;
	color:#fff;
}
.darkInputs input,
.darkInputs textarea {
	color:#fff !important;
	margin-top:5px !important;
	border:none !important;
	border-top:1px solid rgba(0,0,0,.8) !important;
	background:rgba(255, 255, 255, .2) !important;
	border-radius:0 !important;
	overflow:auto;
}

/* Footer */
footer{
	color:#fff;
	font-size:8pt;
	line-height:1.3em;
	background:url('common/slate.png');
	border-top:1px solid rgba(0, 0, 0, .5);
	display:block;

	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
footer>div {
	width:960px;
	padding:20px;
	margin:0 auto;
	height:auto;
}
footer>div>section {
	float:left;
	width:33.3%;
}
footer b{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	display:block;
	margin-bottom:4px;
	text-transform:uppercase;
}

/* Forms */
label{
	color:#333;
	font-size:11px;
	line-height:normal;
	margin:5px 6px 1px 1px;
	display:block;
}
label.inline{
	display:inline;
}
label[for]{
	color:#0090c2;
	cursor:pointer;
	margin-top:1px;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
	overflow:hidden;
}
label:first-child{
	margin-top:0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="file"]{
	font:11px verdana;
	color:#000;
	padding:5px 5px;
	border:1px solid #aec1cb;
	border-color:#7f98a5 #aec1cb #aec1cb;
	display:block;
	margin:0 0 1px 0;
	background:#fff;
	outline:none;
	width:100%;
	height:auto;
	-moz-border-radius:1px;
	border-radius:1px;
	
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
}
textarea{
	height:auto;
}
input[type="checkbox"],
input[type="radio"]{
	vertical-align:middle;
	position: relative;
	outline:none;
	margin:1px 4px;
	padding:0;
	width:14px;
	float:left;
}
input.caption{
	color:#888;
}
select{
	color:#0090c2;
	font:10px verdana;
	padding:0;
	margin:0 0 1px 0;
	border:1px solid #aec1cb;
	border-color:#7f98a5 #aec1cb #aec1cb;
	min-width:80px;
	height:21px;
	outline:none;
	border-radius:1px;
}
option{
	padding-left:10px;
	outline:none;
}

/* Validators */
.validatorCallout{
	color:#fff;
	font-size:13px;
	line-height:9pt;
	color:#fff !important;
	width:200px;
	min-height:12px;
	position:absolute;
	z-index:100000;

	animation:validatorCalloutExpand .1s linear;
	-webkit-animation:validatorCalloutExpand .1s linear;
	overflow-X:hidden;
}
.validatorCallout .msg{
	border-radius:1px;
	padding:6px 5px;
	background:url('Common/validatorCalloutClose.png') center left no-repeat #0090c2;
	min-width:166px;
	display:block;
}
.validatorCallout.left .msg{
	text-align:right;
	background-position:center left;
	padding-left:22px;
	margin-right:8px;
}
.validatorCallout.right .msg{
	text-align:left;
	background-position:center right;
	padding-right:22px;
}
.validatorCallout b{
	font-weight:normal;
	display:block;
}
.validatorCallout.left .msg:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	position: absolute;
	right: -8px;
	top: 4px;
	border-left-color: #0090c2;
}

/* Home page */
.homePanels{
	position:absolute;
	bottom:3px;
	z-index:1000;
	display:table-row;
}
.homePanels>a{
	font-size:12px;
	line-height:1.5em;
	color:#fff;
	width:25%;
	padding:12px 10px 10px 10px;
	background:rgba(255,255,255,.7);
	background-clip:padding-box;

	display:table-cell;

	border-left:3px solid transparent;
	background-color: rgba(16,16,32,.4);
	
	transition:background-color .15s;
	-webkit-transition:background-color .15s;
}
.homePanels > a:last-child {
	border-right:3px solid transparent;
}
.homePanels:hover > a {
	background-color: rgba(16,16,32,.6);
	
	transition:background-color .15s;
	-webkit-transition:background-color .15s;
}
.homePanels>a:hover{
	color:#000;
	background-color:rgba(255,255,255,.7);
	
	transition:background-color .15s;
	-webkit-transition:background-color .15s;
}
.homePanels>a .header{
	font:bold 12px/1.3em arial;
	padding:1px 0 5px 0;
	border-bottom:3px solid rgba(255,255,255,.5);
	border-bottom:3px solid rgba(255,255,255,0);
	min-height:30px;
	margin-bottom:6px;
	text-transform:uppercase;
}

/* News */
h1.newsTitle {
	color:#fff;
	margin:-34px 0 6px 0;
	padding:0 12px 8px 12px;
	background:url('common/slate.png');
}
.news {
	column-count:2;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-gap:6px;
	-moz-column-gap:6px;
	-webkit-column-gap:6px;
}
.news>a{
	font-size:12px;
	color:#fff;
	line-height:18px;
	padding:40px 12px 10px 12px;
	border-bottom:6px solid transparent;
	box-sizing:border-box;
	background:url('common/slate.png');
	background-clip:padding-box;
	position:relative;
	display:block;
	vertical-align:top;

	break-after:avoid-column;
	-webkit-column-break-after: avoid-column; /* Safari & Chrome */
	-moz-column-break-after: avoid-column; /* Firefox */
	-ms-column-break-after: avoid-column; /* Internet Explorer */
	-o-column-break-after: avoid-column; /* Opera */


	break-inside:avoid;
	-webkit-column-break-inside: avoid; /* Safari & Chrome */
	-moz-column-break-inside: avoid; /* Firefox */
	-ms-column-break-inside: avoid; /* Internet Explorer */
	-o-column-break-inside: avoid; /* Opera */

}
.news>a:hover{
	color:#fff;
	background-image:url('Common/slateH.png');
}
.news>a>.more {
	margin-top:20px;
	border-top:3px solid rgba(255,255,255,.3);
	font-size:11px;
	overflow:hidden;
	height:0;

	transition:height .2s ease-in;
	-webkit-transition:height .2s ease-in;
}
.news>a:hover>.more {
	overflow:visible;
	height:100px;

	transition:height .3s ease-out;
	-webkit-transition:height .3s ease-out;
}
.news>a>.moreLink {
	margin-top:6px;
	color:rgba(255, 255, 255,.3);
	text-align:right;

	transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
}
.news>a:hover>.moreLink {
	color:#fff;

	transition:color .3s ease-out;
	-webkit-transition:color .3s ease-out;
}
time{
	font-weight:bold;
	font-size:11px;
	display:block;
}
.news>a:hover time{
	color:#fff;
}
.twoColumn {
	column-count:2;
	column-gap:40px;
	-webkit-column-count:2;
	-webkit-column-gap:40px;
}
.twoColumn>div {
	margin-top:14px;
	-webkit-column-break-inside:avoid;
	break-inside:avoid;
}
.twoColumn > div:first-child {
	margin-top: 0;
}

.appDetails {
	column-count:4;
	column-gap:4px;
	-webkit-column-count:4;
	-webkit-column-gap:4px;
	margin-bottom:20px;
}
.appDetails > div {
	color:#445;
	font-weight:normal;
	font-size:11px;
	background:#445;
	background:#f2f2f9;
	text-align:center;
	line-height:16px;
	vertical-align:middle;
	padding:4px;
}

.productHighlights {
	line-height:normal;
	column-count:2;
	-webkit-column-count:2;
	column-gap:20px;
	-webkit-column-gap:20px;
	background:#f9f9fc;
	padding:8px 8px 8px 14px;
	-border-top:1px solid rgba(0, 0, 0, .06);
	-border-width:1px 0;
	position:relative;
	margin:0;
	list-style-type: square;
}
h2.highlight2 {
	font-size:15px;
	font-weight:normal;
	color: #fff;
	line-height:26px;
	vertical-align:middle;
	padding:0 8px;
	background-color:#445;
	float:left;
	position:relative;
	margin:0 0 0 0;
}
h2.highlight2:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	position: absolute;
	z-index:100;
	left:50%;
	bottom:-12px;
	margin-left:-6px;
	border-top-color:#445;
}
.productHighlights li {
	margin: 16px 0 0 12px;
}
.productHighlights li:first-child {
	margin-top: 0;
}

@media only screen and (max-height : 500px) and (orientation : landscape) {
	nav {
		position:absolute !important;
	}
}
/* tagrets iphone */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5){
	nav {
		position:absolute !important;
	}
}