@charset "utf-8";
html, body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
}


ul, ol, dl {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul li a {
	color:#62a6c9;
	font-weight: bold;
	text-decoration: none;
}

ul li a:hover {
	color:#62a6c9;
	font-weight: bold;
	text-decoration: underline;
}

ol li a {
	color:#369;
	text-decoration: none;
	font-weight: bold;
}

ol li a:hover {
	color:#369;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
}
a img { 
	border: none;
}

a td {
	text-decoration: none;
}

a:link {
	color:#369;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:#369;
	font-weight: bold;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 100%;
	min-width: 1024px;
	background: #FFF;
	margin: 0 auto;
	/*min-height:100%;
	height: 100%;*/
	position: relative;
}

.appicon {
	width: 120px;
	height: 120px;
	border-radius: 10%;
}

.content_main {
	clear: left;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	width: 70%;
	margin: 0 auto;
	text-align: center;

}

.content_main_content {
	clear: left;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0px;
	margin: 0 auto;
	text-align: justify;
	width: 70%;

}

.content_main_content img {
	float: left; 
	padding-top: 10px;
	padding-right: 100px;
 	padding-bottom: 10px;
}

.content_main_content ol {
	line-height: 24px;	
}

.content_main_content li {
	padding-left: 10px;
}

.content_main_table {
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	width: 950px;
	margin: 0 auto;

}

.content_main_table p {
	font-size: 100%/1.4;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}

.content_main_table td {
	border: 1px solid #CCC;
	width: 350px;
	padding: 25px;
	text-align: left;
	vertical-align:top;

}

.content_main_table h3 {
	color:#369;	
}

.content_main_detail {
	clear: left;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	width: 90%;
	margin: 0 auto;
	text-align: justify;

}

.content_main_detail img {
	float:left; 
	margin-top:10px;
	margin-right:20px;
 	margin-bottom:10px;
}

.img_right {
	margin-top:10px;
	margin-left:20px;
 	margin-bottom:10px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

img.fltrt  {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
img.clearfloat { 
	float:initial;
	vertical-align: middle;
	margin: 0;
}

#top_back {
	background-color: #222;
	}

#logo {
	float: left;
	background-color: #222;
	padding-left: 50px;
	margin-top: 0px;
	height: 70px;

}

#social {
	float: right;
}

#social ul {
	list-style: none;
	margin-top: 20px;
	margin-right: 20px;
}

#social li {
	float: left; }
	
#social li a {
	display: block;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	}
	
#title {
	overflow: hidden;
	height: 40px;
	background-color: #222;
	text-align: center;
}

#title h2 {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*color: #62a6c9;*/
	color: #FFF;
}

#nav {
	overflow: hidden;
	height: 35px;
	background-color: #222;
	text-align: center;
}
	
#nav ul {
	list-style: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
#nav li {
	display:inline; 
	color: #FFF;
		padding-right: 20px;


		font-weight: bold;

	font-size: 16px;
}
	
#nav li a {
	display:inline-block;
	text-decoration: none;
	color: #62a6c9;
	}

#nav li a:hover {
	font-weight: bold;
	color: #FFF;
	 }
	 
#nav li a:active {
	font-weight: bold;
	color: #FFF;
	 }
	 
a.button {
	display: inline-block;
	text-align:center;
	text-decoration:none;
	color: #222;
	font-size: 14px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 56px;
	padding-top: 18px;
	}

.footer {
	width:100%;
	height:20px;
	background:#222;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0;
	clear: both;
}

.footer a {
	color: #62a6c9;
}

div.qrcode {
  float: right;
  border: thin silver solid;
  margin: 0.2em;
  padding: 0.2em;
  }
div.qrcodesub{
    width: 200px;
  }
div.qrcodeheader
{
text-align: right;
}
div.qrcodeheader img
{
  vertical-align:middle;
}
div.qrcode p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


.buybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #69c), color-stop(1, #369) );
	background:-moz-linear-gradient( center top, #69c 5%, #369 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#69c', endColorstr='#369');*/
	background-color:#69c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	min-width: 80px;
	text-align: center 
}.buybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #369), color-stop(1, #69c) );
	background:-moz-linear-gradient( center top, #369 5%, #69c 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#369', endColorstr='#69c');*/
	background-color:#369;
}.buybutton:active {
	position:relative;
	top:1px;
}.buybutton:visited {
	color:#ffffff;
}.buybutton:link {
	color:#ffffff;
}
div.lastupdate {
	position:fixed;
	bottom: 40px;
	right: 5px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	font-size: 12px;
}