/* Eric Meyer's CSS Reset */
span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html,
body {
  height: 100%;
}
.wrapper {
  position: relative;
  min-height: 100%;
}
.content {
  padding-bottom: 130px;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
}


@font-face {
    font-family: Libertine; /* Гарнитура шрифта */
    font-weight: normal;
	src: url(fonts/Libertine-F.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Libertine; /* Гарнитура шрифта */
    font-weight: bold;
	src: url(fonts/Libertine-FB.ttf); /* Путь к файлу со шрифтом */
}

b
{
	vertical-align:bottom;
	font-family: Verdana;
	font-weight: bold;
	color: #415056;
}

hr.app
{
	background:#e6e6e6; 
	color:#e6e6e6;
	border:0px;
	height:1px;
}

hr.app_m
{
	background:#cccccc; 
	color:#cccccc;
	border:0px;
	height:2px;
}

hr.app_m_palm
{
	background:#b3b3b3; 
	color:#b3b3b3;
	border:0px;
	height:2px;
}

.app_description
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.2;
	text-align:justify;
	color: #415056;
}

.app_description_m
{
	font-family: Verdana;
	font-weight: normal;
	line-height: 1.2;
	font-size: 130%;
	text-align:justify;
	color: #415056;
}

.app_description_not_link
{
	vertical-align:bottom;
	font-family: Verdana;
	font-weight: normal;
	line-height: 1.4;
	text-align:justify;
	color: #415056;
}

.app_description_not_link_m
{
	vertical-align:bottom;
	font-family: Verdana;
	font-weight: normal;
	font-size: 130%;
	line-height: 1.3;
	text-align:justify;
	color: #415056;
}

.app_name {
	font-family: Verdana;
	font-weight: bold;
	font-size:140%;
}

.app_name_m {
	font-family: Verdana;
	font-weight: bold;
	font-size:160%;
}

.app_code
{
	font-family: Verdana;
	font-weight: normal;
	font-size:120%;
	color: #415056;
}

.app_code_m
{
	font-family: Verdana;
	font-weight: normal;
	font-size:140%;
	color: #415056;
}

.footer_text
{
	font-family: Verdana;
	font-weight: normal;
	font-size:90%;
	color: #415056;
}

.disabled
{
	display:none;
}

.super_header
{
	font-family: Verdana;
	font-weight:bold; 
	font-size:160%; 
	vertical-align:bottom;
	color: #415056;
}

.super_header_m
{
	font-family: Verdana;
	font-weight:bold; 
	font-size:140%; 
	vertical-align:bottom;
	color: #415056;
}

.download
{
	font-family: Verdana;
	font-weight:bold; 
	vertical-align:middle;
	color: #415056;
}


.super_header_block
{
	font-family: Verdana;
	font-weight:bold; 
	font-size:120%; 
	vertical-align:bottom;
	color: #415056;
}

.super_header_block_m
{
	font-family: Verdana;
	font-weight:bold; 
	font-size:140%; 
	vertical-align:bottom;
	color: #415056;
}

li
{
	line-height:1.4;
	margin-left:15px;
	font-family: Verdana;
	font-weight:normal; 
	font-size:90%; 
	vertical-align:bottom;
	color: #415056;
}

li.m
{
	line-height:1.4;
	margin-left:25px;
	font-family: Verdana;
	font-weight:normal; 
	font-size:120%; 
	vertical-align:bottom;
	color: #415056;
}

b.review
{
	vertical-align:middle;
	font-weight:bold; 
	font-style: normal;
}

li.review
{
	line-height:1.4;
	margin-left:0px;
	font-family: Verdana;
	font-weight:normal; 
	font-style: italic;
	list-style-type: none;
	font-size:90%; 
	vertical-align:bottom;
	padding-bottom:15px;
	color: #415056;
}

li.review_m
{
	line-height:1.4;
	margin-left:0px;
	font-family: Verdana;
	font-weight:normal; 
	font-style: italic;
	list-style-type: none;
	font-size:110%; 
	vertical-align:bottom;
	padding-bottom:15px;
	color: #415056;
}

a {
	font-family: Verdana;
	font-size:100%;
}

a.banner {
	font-family: Verdana;
	font-size:80%;
}

a:link {
  text-decoration: none;
 COLOR: #2a7fba; /*The color of the link*/
}
a:visited {
 COLOR: #2a7fba; /*The color of the visited link*/
}
a:hover {
 text-decoration: none;
 COLOR: #ff0000; /*The color of the mouseover or 'hover' link*/
}

a.banner:link {
  text-decoration: none;
 COLOR: #ffffff; /*The color of the link*/
}
a.banner:visited {
 COLOR: #cccccc; /*The color of the visited link*/
}
a.banner:hover {
 text-decoration: none;
 COLOR: #ff0000; /*The color of the mouseover or 'hover' link*/
}

p.app_description:link {
 text-decoration: none;
 COLOR: #415056; /*The color of the link*/
}
p.app_description:visited {
 COLOR: #2a7fba; /*The color of the visited link*/
}
p.app_description:hover {
 text-decoration: none;
 COLOR: #ff0000; /*The color of the mouseover or 'hover' link*/
}

p.app_description_m:link {
 text-decoration: none;
 COLOR: #415056; /*The color of the link*/
}
p.app_description_m:visited {
 COLOR: #2a7fba; /*The color of the visited link*/
}
p.app_description_m:hover {
 text-decoration: none;
 COLOR: #ff0000; /*The color of the mouseover or 'hover' link*/
}

h1.app_name:link {
 text-decoration: none;
 COLOR: #2a7fba; /*The color of the link*/
}
h1.app_name:visited {
 COLOR: #2a7fba; /*The color of the visited link*/
}
h1.app_name:hover {
 text-decoration: none;
 COLOR: #ff0000; /*The color of the mouseover or 'hover' link*/
}

h1.app_name_m:link {
 text-decoration: none;
 COLOR: #2a7fba; /*The color of the link*/
}
h1.app_name_m:visited {
 COLOR: #2a7fba; /*The color of the visited link*/
}
h1.app_name_m:hover {
 text-decoration: none;
 COLOR: #ff0000; /*The color of the mouseover or 'hover' link*/
}
