
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html { 
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Helvetica, Arial, sans; 
	font-size: 16px;
	
	background-color: #e6e6ed;
}
/*
color-stop(0.03, rgb(203, 203, 200)),
color-stop(0.4, rgb(220, 220, 208)),
color-stop(0.99, rgb(225, 222, 206))

*/

a {
	text-decoration: none;
}
a.mark {
	border-bottom: 1px solid rgba(124, 120, 180, 0.4);
}


#top {
	width: 100%;
	height: 40px;
	z-index: 5;
	background: #424240;
	background:
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	
		color-stop(0.0, rgb(140, 90, 240)),
	    color-stop(0.05, rgb(60, 58, 62)),
	    color-stop(0.7, rgb(48, 35, 100)),
	    color-stop(0.98, rgb(50, 25, 110))
	);
}

#pageBg {
	position: fixed;
	width: 100%;
	z-index: 0;
	
	background-repeat: repeat-x;
	background-attachment: fixed;
	background:
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	
	    color-stop(0.0, rgb(213, 213, 230)),
	    color-stop(0.4, rgb(220, 220, 238)),
	    color-stop(0.99, rgb(240, 240, 240))
	);	
}
#wrap {
	position: relative;
}

h2 {
	clear:right;
	font-weight: regular;
	padding-top: 30px;
	padding-bottom: 4px;
	font-size: 42px;
	color: rgba(30, 30, 120, 0.8);
	text-shadow: rgba(255, 255, 255, 0.32) 0px 1px 1px;
}

p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
	padding-top: 8px;
	padding-bottom: 8px;
}
p li {
	color: rgba(0, 0, 0, 0.8);
}
#content li {
	color: rgba(0, 0, 0, 0.8);
}
#content td {
	color: rgba(0, 0, 0, 0.8);
}

p.newsHead {
	font-size:19px; font-weight:bold; padding-bottom:0px;
	padding-top: 34px;
}
p.newsHeadFirst {
	padding-top: 10px;
}
p.newsSubhead {
	font-size:13px; padding-top:4px; padding-bottom:8px;
}

ul {
	list-style-type: none;
    padding: 0;
	margin-left: 20px;
    margin-top: 10px;
	margin-bottom: 10px;
}
ul.features {
	list-style-type: disc;
	font-size: 16px;
	font-weight: normal;
}

li.features {
	line-height: 24px;
	padding-bottom: 5px;
	color: rgba(0, 0, 0, 0.8);
}
ul.changelog {
	list-style-type: disc;
	font-size: 16px;
	font-weight: normal;
	width: 77%;
}

li.changelog {
	line-height: 24px;
	padding-bottom: 12px;
}

#navBg {
	position: fixed;
	width: 190px;
	top: 0;
	left: 0;
	z-index: 10;
}

.frontBanner {
	position: relative;
	top: -90px;
	padding-top: 90px;
	margin-bottom: -90px;
	border-top: 1px solid rgba(0, 0, 0, 0.35);
}
.frontBox {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background: white;
	background:	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	
		color-stop(0.0, rgba(255, 255, 255, 0.1)),
	    color-stop(0.2, rgba(255, 255, 255, 0.3)),
	    color-stop(0.7, rgba(255, 255, 255, 0.35)),
	    color-stop(0.98, rgba(255, 255, 255, 0.6))
	);
}
.frontBox img.headPic {
	width:175px;
	height:150px;
	float:left;
	padding-right: 12px;
	/*
	left:-1px;
	float:left;
	padding-right: 12px;
	*/
}
.frontBox h2 {
	padding: 0;
	padding-left: 11px;
	padding-top: 11px;
	padding-bottom: 4px;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(30, 30, 120, 0.7);
	text-shadow: white 0px 1px 2px;
	clear: none;
}
.noHeader {
	margin-top: 10px;
	padding-top: 12px;
	padding-bottom: 8px;
}
.frontBox p {
	padding: 0;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #404042;
}
.frontBox ul {
	font-size: 14px;
	line-height: 20px;
	color: #404042;	
}
.frontBannerLeft {
	width: 48%;
	float:left;
	margin-bottom: 25px;
}
.frontBannerRight {
	width: 48%;
	float:right;
	clear:none;
	margin-bottom: 25px;
}
.frontDark {
	background-color: ;
	background: #424240;
	background:
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
		/*color-stop(0.0, #272080),
	    color-stop(0.98, #323070)*/
	    color-stop(0.90, rgb(50, 40, 100)),
		color-stop(0.0, #272030)
	);
	margin-bottom: 25px;
}
.frontDark h2 {
	color: rgba(255, 255, 255, 0.9);
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
}
.frontDark p {
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	font-weight: normal;
	font-size: 19px;
	text-shadow: black 0px 1px 1px;	
}
.frontDark p.info {
	padding-top: 3px;
	padding-bottom: 9px;
	font-size: 12px;
	line-height: 15px;
}
.frontDark a {
	color: white;
	text-decoration: none;
}
.frontDark .example {
	margin-bottom: 5px;
	float: left;
	clear: none;
	width: 220px;
	padding-right: 20px;
}
.boxNote {
	padding-left:36px; font-size:13px; line-height:25px;
}

#nav {
	left: -1px;
	top: 300px;
	
	/*background-color: rgba(230, 233, 250, 0.95);*/
	/*background-color: rgba(100, 124, 155, 0.53);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(100, 100, 100, 0.34);
	border-top-color: rgba(100, 100, 100, 0.55);
	border-color: rgba(100, 100, 100, 0.1);
	color: #fff;
    padding-top: 10px;
	*/
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #272080;
	padding-top: 10px;
	
	color: #444;
    position: relative;
    float: left;
    width: 170px;
	padding-left: 20px;
	/*color: #030010;*/
	z-index: 11;	
}

#nav ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#nav ul.last {
	margin-bottom: 5px;
}
#nav ul li a {
    width: 100%;
	font-size: 12px;
	text-decoration: none;
	/*
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px 0px;
	*/
	color: rgba(60, 55, 75, 0.68);
	text-shadow: rgba(250, 255, 255, 0.8) 0px 1px 1px;
	line-height: 19px;
}
#navHead {
	/*-webkit-transform: rotate(-18deg) translate(-12px, -20px);*/
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: 10px;
	font-weight: regular;
	/*font-style: italic;*/
	font-size:24px;
	width:100%;
	color: rgba(206, 207, 218, 0.9);
}
#navHead a {
	color: rgba(50, 42, 100, 0.72);
	/*text-shadow: rgba(255, 255, 255, 0.3) 0px 1px 0px;*/
}
#nav a.navDownload {
	font-size: 15px;
}


#content {
	margin-left: 180px;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	max-width: 1150px;
	min-width: 950px;
	/*background-color: rgba(255, 255, 255, 0.2);*/
	/*background-color: #f8f9f5;*/
}

.iblock {	
}
.iblock::after {
	clear: both;
	display: block;
	content: '.';
	visibility: hidden;
	height: 0;
}

.column {
	float: left;
	display: block;
}
.g60 {
	width: 60%;
}
.g50 {
	width: 50%;
}
.g40 {
	width: 40%;
}
.gInfoBox {
	width: 50%;
	padding-left: 70px;
	padding-right: 0px;
	padding-top: 14px;
}

.infoBox {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background: #424240;
	background:
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
		/*color-stop(0.0, #272080),
	    color-stop(0.98, #323070)*/
	    color-stop(0.90, rgb(50, 40, 100)),
		color-stop(0.0, #272030)
	);
	color: white;
	padding: 20px;
}
.infoBox h2 {
	padding: 0;
	padding-bottom: 4px;
	font-size: 18px;
	text-transform: uppercase;
	clear: none;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
}
.infoBox p {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fcfcfd;
	font-weight: normal;
	font-family: Helvetica, Arial, sans;
	font-size: 14px;
	line-height: 20px;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 1px;
}
.infoBox ul {
	color: #eee;
	font-weight: normal;
	list-style-type: disc;
	margin-top: 6px;
}
#content .infoBox li {
	color: #d9d9db;
	font-family: Helvetica, Arial, sans;
	font-size: 14px;  
	line-height: 20px;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 1px;
	padding-bottom: 3px;
}
.infoBox ul span.head {
	color: #b8bcff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: black 0px 1px 2px;	
	display:block;
	clear:both;
}
.infoBox a {
	color: #88e;
}
.infoBox a:visited {
	color: #97d;
}

.lightBlueButton {
	background-color: #45f;
	background-image: linear-gradient(bottom, rgb(37,69,133) 19%, rgb(58,178,194) 88%);
	background-image: -o-linear-gradient(bottom, rgb(37,69,133) 19%, rgb(58,178,194) 88%);
	background-image: -moz-linear-gradient(bottom, rgb(37,69,133) 19%, rgb(58,178,194) 88%);
	background-image: -webkit-linear-gradient(bottom, rgb(37,69,133) 19%, rgb(58,178,194) 88%);
	background-image: -ms-linear-gradient(bottom, rgb(37,69,133) 19%, rgb(58,178,194) 88%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, rgb(37,69,133)),
		color-stop(0.88, rgb(58,178,194))
	);
	border: 1px solid rgba(0, 0, 100, 0.3);
	border-radius: 5px;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 2px;
	font-weight: bold;
}
a.button {
	color: white;
	text-decoration: none;
}
a.button:visited {
	color: white;
}