.lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 421px;
	/*background-color: #f7f7f7;*/
	padding: 15px;
	overflow: hidden;
	border: 0px solid gray;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
        }
        
body {
background: -moz-linear-gradient(center 140, rgb(245,245,245) 22%, rgb(179,175,179) 61%, rgb(171,171,171) 100%);
	
	background-image: -webkit-gradient(linear, left 140, left top, color-stop(0.23, rgb(247,247,247)), color-stop(0.62, rgb(179,175,179)),color-stop(1, rgb(173,173,173)));

	background-color: #f7f7f7;
	
	
	background-repeat: repeat-x;
}

#topbar {
	display: none;
}

.bodyWhite {
	background-color: #f7f7f7;
	background-image: none;
}

.downloadinstr {
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 80px;
	width: 33%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004080;
	border-bottom-color: #004080;
	background-color: #E6E6E6;
	float: left;
}
.detailmore {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 80%;
	position: relative;
	left: 20px;
}
.numberIn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 68px;
	background-color: #E6E6E6;
	float: left;
	padding-left: 10px;
	color: #004080;
}
.detailIn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004080;
	text-decoration: underline;
	padding-top: 10px;
	position: relative;
	width:65%;
	left: 20px;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 5px;
	margin-top: 3px;
}
.leftcontents {
	float: left;
	width: 75%;
}

.previewsize {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.rightcontent {
	width: 25%;
	float: right;
	margin-top: 5px;
}
#rightnavbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	padding-left:10px;
	margin-top: 10px;
}

.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
#rightnavbar li a div {
	text-shadow: 0px 0px 5px black;
	color: black;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	
	text-shadow: 0px 1px 0px #FFF;
}

#rightnavbar li a:hover div {
color: white;
	padding-bottom: 10px;
	text-decoration: none;
	/*background-color: #ff1f17;*/
	background: #f85032; /* old browsers */
background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* ie */
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	float: left;
	-moz-box-shadow: 0px 0px 2px #666;
-webkit-box-shadow: 0px 0px 2px #666;
text-shadow: 0px 0px 2px #FFF;
}

#rightnavbar .activate {
	background: #ffc578; /* old browsers */
background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* ie */
border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	font-weight: bolder;
	float: left;
	position:relative;
	margin-bottom:10px;
}

.lavaLampBottomStyle li {
	float: left;
	list-style: none;
                }
.lavaLampBottomStyle li.back {
	width: 9px;
	height: 35px;
	z-index: 8;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #194BA9;
}
                    
.lavaLampBottomStyle li a {
	text-shadow: 0px 0px 3px lime;
	text-decoration: none;
	color: #408000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 15;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: visible;
	margin: auto 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-overflow: ellipsis;
}
                    
.lavaLampBottomStyle li a:hover {
	text-shadow: 0px 0px 5px green;
	color: white;
	overflow: visible;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 12px;
	padding-right: 10px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer a {
	color: green;
	text-decoration: none;
}
.footer a:hover {
	color: #03E;
	text-decoration: underline;
}
.texthome {
	float: left;
	width: 32%;
	padding: 5px;
}
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     
#current {
}
#generic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00FF00;
	border-left-color: #00FF00;
	height: 100%;
	width: 100%;
}

#logo {
	float: left;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #194BA9;
}
#navbar {
	float: right;
	color: #267DFF;
	position: relative;
}
#navbarbottom {
	width: 100%;
	height: 15px;
	border-bottom-width: 2px;
	border-bottom-color: #093;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  margin-left: auto ;
  margin-right: auto ;
}
#hr {
	background-image: url(images/hr.png);
}

#imagehero_home {
	height: 370px;
	width: 950px;
	background-color: #f7f7f7;
margin-bottom: 20px;
overflow-x: visible;
overflow-y: visible;
-moz-box-shadow: 0px 3px 3px #666;
-webkit-box-shadow: 0px 3px 3px #666;
margin-top: 5px;
}
#imagehero_home_box {
	height: 370px;
	width: 100%;
margin-bottom: 20px;
}
.comingsoon {
	font-family: cursive;
	text-transform: uppercase;
	font-size: 16px;
	color: green;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #317222;
	margin-bottom: 5px;
}
.comingsoontitle {
	font-size: 13px;
	color: #27248C;
	font-weight: bold;
	text-transform: uppercase;
}
.comingsoontext {
	font-size: 12px;
	text-transform: none;
	text-align: left;
}
.all {
	width: 950px;
	position: relative;
	margin: auto;
}
a {
	color: green;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
}
a:hover {
	color: #03E;
	text-decoration: none;
}

.software {
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	padding-left: 20px;
}
.footerhome {
	background-image: url(images/home.png);
	height: 16px;
	width: 16px;
}
#softwareicon {
	float: left;
}
.divcontent {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 5px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	color: #bf0202;
	font-variant: small-caps;
}
#navbarright {
	float: right;
	position: relative;
	width: 100%;
}
#infosoftware {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	width: 100%;
}

#genericbuttons li a div {
	padding-bottom: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom:10px;
	
	background: #7d7e7d; /* old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* ie */
	
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	color: #FFF;
	
	-webkit-transition: background ease-in-out 1s;
}

#genericbuttons li a:hover div {
	padding-bottom: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	/*background-color: #d00707;*/
	background: #45484d; /* old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* ie */
);
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	text-shadow:0 1px 3px #FFFFFF;
}

#genericbuttons {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.titleright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #bf0202;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
.textright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: right;
	padding-bottom: 5px;
}
.onsystem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #090;
}
.offsystem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F00;
}
.boldtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.imageleft {
	float: left;
	position: relative;
	display: inline;
	padding-left: 10px;
  margin-left: auto ;
  margin-right: auto ;
}
.imageleft img {
	border: 1px solid;
}
.imageleft .leftnoborder {
	border: 0px;
}
.textleft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	width: 80%;
	position: relative;
}

.textleftpreviewsize {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	width: 67%;
	position: relative;
}

.textleftsmallimg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	width: 100%;
	position: relative;
	padding: 0px;
}

h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bf0202;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
}
#footline {
	clear: both;
	padding-top: 5px;
	width: 100% ;
  margin-left: auto ;
  margin-right: auto ;
}
.ontopAppStore {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	right: 120px;
	top: 510px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #e9e123;
	background-repeat: no-repeat;
	position: absolute;
	width: 300px;
	float: left;
	z-index: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-box-shadow: 0px 3px 12px #666;
-webkit-box-shadow: 0px 3px 12px #666;
box-shadow: 0px 3px 12px #666;
}
#screenlist {
	list-style-type: none;
	position:relative;
	width: 100%;
	padding: 0px;
	padding-left:10px;
}
#screenlist li a {
	float: left;
	background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px 5px 20px;
    display: block;
    margin: 5px;
}
#screenlist li a img {
	border: 1px solid;
}

#screenlist li a:hover {
    background-color: #CBFF91;
}
#downloadtitle {
	float: left;
	width: 50%;
	padding-top:5px;
	padding-left: 20px;
	position: relative;
}
.currentversioninfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	position: relative;
	top: -10px;
}
.olderversioninfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.centerdownload {
	padding-left: 10px;
	margin: auto;
	position: relative;
	width: 100%;
}
h2 {
	color: #004080;
	clear: both;
	padding-top: 30px;
	padding-left: 10px;
	font-variant: small-caps;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.buttonsmall {
padding-bottom: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom:10px;
	background-color: #eeeeee;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.popupreleaseknow {
float: left;
right: 5%;
left: 5%;
padding: 10px;
top: 25%;
width: 90%;
z-index: auto;
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 3px 12px #666;
-webkit-box-shadow: 0px 3px 12px #666;
box-shadow: 0px 3px 12px #666;
}

.popupInside {
z-index: auto;
background-color: white;
padding: 10px;
}

h4 {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0px;
	color: #004080;
	clear: both;
	font-variant: small-caps;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.subtitleinfo {
color: #999999;
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-variant: normal;
}

.subtitle {
color: #333333;
padding-right: 10px;
padding-left: 10px;
text-shadow: 0px 1px 3px #cccccc;
font-variant: small-caps;
font-size: 16px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.releaseknow {
line-height: 20px;
font-size: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.requirereleaseknow {
	color: #7f7f7f;
	font-size: 10px;
}

.youtube {
	padding-left: 10px;
	padding-right: 2px;
	float: left;
}

.leftsocialtext {
top: 8px;
position: relative;
float: left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
padding-left: 10px;
color: #004080;
font-variant: small-caps;
font-weight: bold;
font-size: 24px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.greenrow {
	color: #6ebf69;
	background-color: #388a29;
	height: 1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.bluerow {
	top: 10px;
	margin: auto;
	position: relative;
	color: #004080;
	background-color: #004080;
	height: 1px;
	border: 0px;
}

.addonepointfont {
	font-size: 22px;
}

.knowlist {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
}

#supportnavbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#supportnavbar li a div {
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #666;
}

#supportnavbar li a:hover div {
	padding-bottom: 10px;
	text-decoration: none;
	background-color: #00F202;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	font-weight: bolder;
}

#supportnavbar .activate {
	background-color: #6F6;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	font-weight: bolder;
	position:relative;
	margin-bottom:10px;
}

.graydate {
	font-size: 12px;
	color: #999999;
}

.all_news {	
	text-shadow: 0px 2px 3px #b3b3b3;
	padding: 0px;	
	margin: 0px;
}

.listaHelp li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-bottom: 5px;
}

.listaTitleHelp {
	text-shadow: 0px 2px 5px #cccccc;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004080;
}

h5 {
	text-shadow: 0px 2px 5px #cccccc;
	text-transform: none;
	font-variant:small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: navy;
	padding-left:10px;
	padding-bottom:0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

samp {
	font-size: 12px;
}

.pedice {
	
	top: 3px;
	
	position: relative;
	
	color: #4c4c4c;
	
}

#hero {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.indexSoftware {
    text-shadow: 0px 0px 3px red;
    font-size: 14px;
    color: #ff6666;
    
}
    
.reviewsList li {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    left: -20px;
    position: relative;
}

.footNotes {
	font-size: 10px;
	color: gray;
}

.pageBla {
	padding-bottom: 5px;
	padding-top: 5px;
	text-shadow: 0px 1px 0px #FFF;
}

.notavailable {
	z-index: 255;
	float: left;
	width: 100%;
	height: 100%;
	background-color: black;
}

.notavailable p {
	color: white;
	font-size: 18px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 30px;
	width: 50%;
	border: 1px solid white;
}

.notavailable p a {
	color: white;
	font-size: 14px;
	font-variant: small-caps;
}

.notavailable p a:hover {
	color: red;
}

#ossoftware {
	width: 100%;
}

#ossoftware p {
	text-align: center;
}

