@charset "UTF-8";

body {
	font-family:Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	border:0;
	width:100%;
  height:100%;
}

.center{
	text-align:center;
}

#MainBody {
	max-width:952px;
	min-width: 465px;
	width:100%;
	margin:auto;
}

/* ----- Markup Elements -----*/

.companyTitle{
	color:#FFF;
	font-size:28px;
	font-weight:bold;
	padding:0; margin:0;
	margin-bottom:6px;
	line-height:20px;
	font-family:Verdana;
	text-align:center;
}

h1 {
	font-size:28px;
	font-weight:bold;
	padding:0; margin:0;
	margin-bottom:6px;
	line-height:20px;
	font-family:Verdana;
}


h2 {
	font-size:18px;
	font-weight:bold;
	padding:0; margin:0;
	margin-bottom:6px;
	line-height:20px;
	font-family:Verdana;
}


h3 {
	font-size:12px;
	font-weight:bold;
	padding:0; margin:0;
	margin-bottom:6px;
	line-height:20px;
	font-family:Verdana;
}

li,
p {
	font-size:15px;
	color:#0054a6;
}

a:link,
a:visited {
		color:#F90;
}

a:hover {
	color:#0C0;
}

img {
	border:none;
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

img.mainFloatLeft {
    float: left;
	margin:4px;
	margin-right:30px;
	margin-bottom:60px;
}



img.windowFloatLeft {
	float:left;
}


.badge_div {
	float:right;
	clear: right;
	margin-left:20px;
	margin-bottom:20px;
}

img.appstore_right {
    float: right;
    margin: 16px;
	margin-left:10px;
	padding:5px;
}

img.LiteSticker {
	display:inline;
	vertical-align:middle;
	float:left;
	padding:5px 10px 5px 5px;
}



/* ----- Normal Content -----*/
@media only screen and (min-width: 800px) {

	img.floatLeft {
		float: left;
		margin: 5px 30px 40px 5px;
		clear: left;
	}

	img.floatRight {
		float: right;
		margin:8px;
		margin-left:12px;
		clear: right;
	}
}

/* ----- Mobile Content -----*/
@media only screen and (min-width: 350px) and (max-width: 799px) {

	img.floatLeft {
		display: inline-block;
		margin-bottom: 25px;
	}

	img.floatRight {
		display: inline-block;
		margin-bottom: 25px;
		margin-top: 20px;
	}
}


/* ----- Header -----*/

#MainHeader {
	height:86px;
 	background-image:url(../images/HeaderBackground.png);
	background-size:100% 100%;
	margin:0 auto;
	margin-top:16px;

}


/* ----- NAV BAR -----*/

.nav_ul {
 	list-style:none;
	padding:0;
 	margin:0;
}


#nav {
 	background-image:url(../images/NavBackground.png);
	background-size:100% 100%;
 	margin:0 auto;
 	height:32px;
 	font-size:12px;
 	font-weight: bold;
 	max-width:952px;
 	font-family:Verdana;
}


#active-sn {
	padding:0px 14px;
	line-height:26px;
	border-radius:10px 10px 0px 0px;
	margin-top:5px;
	border-radius:10px 10px 0px 0px;
	border-top:solid 1px #191919;
	border-bottom:none;
}

.nav-c {
	margin:0px auto;
	height:26px;
	margin-right:5px;
}

.nav-c li {
	float:left;
	margin-top:4px;
	height:26px;
	border-radius:10px 10px 0px 0px;
	border-top:solid 1px #191919;
	border-bottom:solid 1px #191919;
	background-color:#096;
	background: -webkit-linear-gradient(top, #0C0, #096, #393);
	background: -moz-linear-gradient(top, #0C0, #096, #393);
  	background: -ms-linear-gradient(top, #0C0, #096, #393);
  	background: -o-linear-gradient(top, #0C0, #096, #393);
	margin-left: 5px;
	margin-right 5px;
}

.nav-c a:link,
.nav-c a:visited {
	display: block;
	color:#F5F5F5;
	padding:0 14px;
	height:28px;
	line-height:28px;
	text-decoration:none;
}

.leftBorder {
	 border-left:solid 1px #191919;
}

.rightBorder {
	 border-right:solid 1px #191919;
}
.borderBoth {
	border-right:solid 1px #191919;
 	border-left:solid 1px #191919;
}

.nav-c a:hover {
	color:#FFF;
	border-radius:10px 10px 0px 0px;
	background-color:#C66;
	background: -webkit-linear-gradient(top,  #FF9900, #C66, #C60);
	background: -moz-linear-gradient(top,  #FF9900, #C66, #C60);
  	background: -ms-linear-gradient(top,  #FF9900, #C66, #C60);
  	background: -o-linear-gradient(top,  #FF9900, #C66, #C60);
	margin-top:0px;
	height:26px;
}

#navspacer {
	float:right;
	clear:right;
}

/* ----- Main Content -----*/

#MainContent{
	margin:0 auto;
	padding:22px;
 	margin-bottom:24px;
	border-radius:0px 0px 10px 10px;
}

#detail_content {
	width:630px;
	float:right;
	margin-bottom:20px;
}

.acknowledgements {
	font-size:14px;
	color:#858585;
	margin:0px auto;
}

.requirements {
	font-size:12px;
	margin:5px 0px 5px 0px;
}

.img_padding_bottom {
	padding-bottom:20px;
}

/* ----- Footer Content -----*/

#footer {
 	font-size:11px;
 	clear:both;
	 margin:0px auto;
	 color:#5E5E5E;
	 text-align:center;
	 border-top:solid 1px #E5E5E5;
	 border-bottom:solid 1px #E5E5E5;
	 position:relative;
	 top:10px;
}


.trademark {
	font-size:12px;
}

/* ----- Javascript Content -----*/
#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#previewLeft {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}


/* ----- Images -----*/

.ImgDropShadow {
	box-shadow: 5px 5px 5px #888888;
}

.BorderedImg {
	border:2px solid #999;
	border-bottom-color:#EEE;
	border-right-color:#EEE;
	box-shadow: 10px 10px 5px #888888;
}

#DarkSelector {
	display: block;
	width: 100%;
	margin: -10px auto 50px -10px;
}


/* .slideThree */
 .slideThree {
	 float: left;
	 width: 86px;
	 height: 26px;
	 background: #333;
	 margin: 3px auto;
	 position: relative;
	 border-radius: 50px;
	 box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
 .slideThree:after {
	 content: "Light";
	 color: #FFF;
	 position: absolute;
	 right: 10px;
	 z-index: 0;
	 font: 12px/26px Arial, sans-serif;
	 font-weight: bold;
	 text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
 .slideThree:before {
	 content: "Dark";
	 color: #27ae60;
	 position: absolute;
	 left: 10px;
	 z-index: 0;
	 font: 12px/26px Arial, sans-serif;
	 font-weight: bold;
}
 .slideThree label {
	 display: block;
	 width: 40px;
	 height: 20px;
	 cursor: pointer;
	 position: absolute;
	 top: 3px;
	 left: 3px;
	 z-index: 1;
	 background: #fcfff4;
	 background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	 border-radius: 50px;
	 transition: all 0.4s ease;
	 box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
 .slideThree input[type="checkbox"] {
	 visibility: hidden;
}
 .slideThree input[type="checkbox"]:checked + label {
	 left: 43px;
}
/* end .slideThree */
